[Translation] Updated Translations
This commit is contained in:
parent
0be4342649
commit
f123eae4ca
62 changed files with 425 additions and 592 deletions
|
|
@ -1,170 +1 @@
|
|||
/* csslint ignore:start */
|
||||
body {
|
||||
line-height: 1.5;
|
||||
color: #36414C;
|
||||
}
|
||||
p {
|
||||
margin: 1em 0 !important;
|
||||
}
|
||||
hr {
|
||||
border-top: 1px solid #d1d8dd;
|
||||
}
|
||||
.body-table {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
.body-table td {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
.email-header,
|
||||
.email-body,
|
||||
.email-footer {
|
||||
width: 100% !important;
|
||||
min-width: 100% !important;
|
||||
}
|
||||
.email-body {
|
||||
font-size: 14px;
|
||||
}
|
||||
.email-footer {
|
||||
border-top: 1px solid #d1d8dd;
|
||||
font-size: 12px;
|
||||
}
|
||||
.email-header {
|
||||
border: 1px solid #d1d8dd;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
.email-header .brand-image {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: block;
|
||||
}
|
||||
.email-header-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.body-table.has-header .email-body {
|
||||
border: 1px solid #d1d8dd;
|
||||
border-radius: 0 0 4px 4px;
|
||||
border-top: none;
|
||||
}
|
||||
.body-table.has-header .email-footer {
|
||||
border-top: none;
|
||||
}
|
||||
.email-footer-container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
.email-footer-container > div:not(:last-child) {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.email-unsubscribe a {
|
||||
color: #8D99A6;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.btn {
|
||||
text-decoration: none;
|
||||
padding: 7px 10px;
|
||||
font-size: 12px;
|
||||
border: 1px solid;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.btn.btn-default {
|
||||
color: #fff;
|
||||
background-color: #f0f4f7;
|
||||
border-color: transparent;
|
||||
}
|
||||
.btn.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #5E64FF;
|
||||
border-color: #444bff;
|
||||
}
|
||||
.table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.table td,
|
||||
.table th {
|
||||
padding: 8px;
|
||||
line-height: 1.42857143;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #d1d8dd;
|
||||
text-align: left;
|
||||
}
|
||||
.table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.table > thead > tr > th {
|
||||
vertical-align: middle;
|
||||
border-bottom: 2px solid #d1d8dd;
|
||||
}
|
||||
.table > thead:first-child > tr:first-child > th {
|
||||
border-top: none;
|
||||
}
|
||||
.table.table-bordered {
|
||||
border: 1px solid #d1d8dd;
|
||||
}
|
||||
.table.table-bordered td,
|
||||
.table.table-bordered th {
|
||||
border: 1px solid #d1d8dd;
|
||||
}
|
||||
.more-info {
|
||||
font-size: 80% !important;
|
||||
color: #8D99A6 !important;
|
||||
border-top: 1px solid #EBEFF2;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.text-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
.text-muted {
|
||||
color: #8D99A6 !important;
|
||||
}
|
||||
.text-extra-muted {
|
||||
color: #d1d8dd !important;
|
||||
}
|
||||
.text-regular {
|
||||
font-size: 14px;
|
||||
}
|
||||
.text-medium {
|
||||
font-size: 12px;
|
||||
}
|
||||
.text-small {
|
||||
font-size: 10px;
|
||||
}
|
||||
.text-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.indicator {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 8px;
|
||||
background-color: #b8c2cc;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.indicator.indicator-blue {
|
||||
background-color: #5e64ff;
|
||||
}
|
||||
.indicator.indicator-green {
|
||||
background-color: #98d85b;
|
||||
}
|
||||
.indicator.indicator-orange {
|
||||
background-color: #ffa00a;
|
||||
}
|
||||
.indicator.indicator-red {
|
||||
background-color: #ff5858;
|
||||
}
|
||||
.indicator.indicator-yellow {
|
||||
background-color: #FEEF72;
|
||||
}
|
||||
.screenshot {
|
||||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
|
||||
border: 1px solid #d1d8dd;
|
||||
margin: 8px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
/* auto email report */
|
||||
.report-title {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
/* csslint ignore:end */
|
||||
body{line-height:1.5;color:#36414c}p{margin:1em 0!important}hr{border-top:1px solid #d1d8dd}.body-table,.body-table td{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.email-body,.email-footer,.email-header{width:100%!important;min-width:100%!important}.email-body{font-size:14px}.email-footer{border-top:1px solid #d1d8dd;font-size:12px}.email-header{border:1px solid #d1d8dd;border-radius:4px 4px 0 0}.email-header .brand-image{width:24px;height:24px;display:block}.email-header-title{font-weight:700}.body-table.has-header .email-body{border:1px solid #d1d8dd;border-radius:0 0 4px 4px;border-top:none}.body-table.has-header .email-footer{border-top:none}.email-footer-container{margin-top:30px}.email-footer-container>div:not(:last-child){margin-bottom:5px}.email-unsubscribe a{color:#8d99a6;text-decoration:underline}.btn{text-decoration:none;padding:7px 10px;font-size:12px;border:1px solid;border-radius:3px}.btn.btn-default{color:#fff;background-color:#f0f4f7;border-color:transparent}.btn.btn-primary{color:#fff;background-color:#5e64ff;border-color:#444bff}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #d1d8dd;text-align:left}.table th{font-weight:700}.table>thead>tr>th{vertical-align:middle;border-bottom:2px solid #d1d8dd}.table>thead:first-child>tr:first-child>th{border-top:none}.table.table-bordered,.table.table-bordered td,.table.table-bordered th{border:1px solid #d1d8dd}.more-info{font-size:80%!important;color:#8d99a6!important;border-top:1px solid #ebeff2;padding-top:10px}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-muted{color:#8d99a6!important}.text-extra-muted{color:#d1d8dd!important}.text-regular{font-size:14px}.text-medium{font-size:12px}.text-small{font-size:10px}.text-bold{font-weight:700}.indicator{width:8px;height:8px;border-radius:8px;background-color:#b8c2cc;display:inline-block;margin-right:5px}.indicator.indicator-blue{background-color:#5e64ff}.indicator.indicator-green{background-color:#98d85b}.indicator.indicator-orange{background-color:#ffa00a}.indicator.indicator-red{background-color:#ff5858}.indicator.indicator-yellow{background-color:#feef72}.screenshot{box-shadow:0 3px 6px rgba(0,0,0,.1);border:1px solid #d1d8dd;margin:8px 0;max-width:100%}.report-title{margin-bottom:20px}
|
||||
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,sirkel-pyl-up
|
||||
DocType: Email Domain,Email Domain,E-pos Domein
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Gebruiker
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Kan nie invoer sonder skep instel nie
|
||||
DocType: SMS Settings,Enter url parameter for message,Voer die URL-parameter in vir die boodskap
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Bekyk verslag in jou blaaier
|
||||
|
|
@ -917,6 +918,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Verwysing: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Mev
|
||||
DocType: File,Attached To Name,Aangeheg om te noem
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} jaar gelede
|
||||
DocType: Address,Address Type,Adres tipe
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Ongeldige gebruikersnaam of ondersteuning wagwoord. Regstel asseblief en probeer weer.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1084,7 +1086,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,luidspreker
|
||||
DocType: Footer Item,Target,teiken
|
||||
DocType: System Settings,Number of Backups,Aantal rugsteun
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} jaar gelede
|
||||
DocType: Website Settings,Copyright,kopiereg
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Gaan
|
||||
DocType: OAuth Authorization Code,Invalid,Ongeldig
|
||||
|
|
@ -1391,6 +1392,7 @@ DocType: Workflow State,step-backward,stap-agtertoe
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{APP_TITLE}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Stel asseblief die Dropbox-toegangsleutels in u webtuiste konfigureer
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Vee hierdie rekord uit om toe te laat na hierdie e-pos adres
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Stel asseblief die standaard e-pos rekening op van Setup> Email> Email Account
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Slegs verpligte velde is nodig vir nuwe rekords. U kan nie-verpligte kolomme uitvee indien u dit wil.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Kan nie gebeurtenis bywerk nie
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Betaling voltooi
|
||||
|
|
@ -1484,7 +1486,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokument ID
|
||||
DocType: Print Settings,Letter,brief
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Beeldveld moet van die tipe Heg Beeld wees
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Geen resultate gevind vir ' </p>
|
||||
DocType: DocField,Columns,kolomme
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Gedeel met gebruiker {0} met lees toegang
|
||||
DocType: Async Task,Succeeded,daarin geslaag om
|
||||
|
|
@ -1524,6 +1525,7 @@ DocType: Error Log,Title,Titel
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Lyk kwessie met die bediener se razorpay config. Moenie bekommerd wees nie, in geval van versuim sal die bedrag terugbetaal word na u rekening."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,pas
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Bekyk toelaatbare dokumente
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posrekening nie opstelling nie. Skep asseblief 'n nuwe e-posrekening uit Instellings> E-pos> E-posrekening
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Kettingintegriteit
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Gee asseblief 'n gedetailleerde feebdack.
|
||||
|
|
@ -1575,7 +1577,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Jou intekening sal verval vandag.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Heg leër aan
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Gebruiker
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,grootte
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Opdrag Voltooi
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Gebruiker Toestemming DocTypes
|
||||
|
|
@ -1638,6 +1639,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Teken uit
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Toestemmings op hoër vlakke is veldvlak toestemmings. Alle velde het 'n Toestemmingsvlak ingestel teen hulle en die reëls wat by daardie toestemmings gedefinieer is, is van toepassing op die veld. Dit is handig as jy sekere veldlees vir sekere rolle wil versteek of maak."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Voer statiese url parameters hier in (Bv. Sender = ERPNext, gebruikersnaam = ERPNext, wagwoord = 1234 ens.)."
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Geen resultate gevind vir ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","As hierdie instruksies nie nuttig is nie, voeg asseblief jou voorstelle by oor GitHub-probleme."
|
||||
DocType: Workflow State,bookmark,Bookmark
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Vouernaam moet nie '/' (slash) insluit nie
|
||||
|
|
@ -1827,7 +1829,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Kan nie {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Pas hierdie reël toe as die Gebruiker die Eienaar is
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Sal jou inskrywing ID wees
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Stel asseblief die standaard e-pos rekening op van Setup> Email> Email Account
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Bou verslag
|
||||
DocType: Note,Notify users with a popup when they log in,Stel gebruikers in kennis met 'n opspring wanneer hulle inteken
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} bestaan nie, kies 'n nuwe teiken om saam te voeg"
|
||||
|
|
@ -2311,7 +2312,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ant
|
|||
DocType: DocType,Setup,Stel op
|
||||
DocType: Email Account,Initial Sync Count,Aanvanklike sintetelling
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nuwe opmerking oor {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Gebruiker Permissions Manager
|
||||
DocType: Workflow State,glass,glas
|
||||
DocType: DocType,Timeline Field,Tydlyn Veld
|
||||
DocType: Country,Time Zones,Tydsones
|
||||
|
|
@ -2437,6 +2437,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Kan nie Toewys Wys stel indien nie Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Skakel DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Gebruiker Permissions Manager
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Jy het nog geen boodskappe nie.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Verwyder alle aanpassings?
|
||||
DocType: Website Slideshow,Slideshow Name,Skyfievertoning Naam
|
||||
|
|
@ -2648,7 +2649,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Teken in met LDAP
|
|||
DocType: Web Form,Breadcrumbs,Broodkrummels
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,As Eienaar
|
||||
DocType: Data Migration Mapping,Push,druk
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adres sjabloon gevind nie. Maak asseblief 'n nuwe een van Setup> Printing and Branding> Adres Sjabloon.
|
||||
DocType: OAuth Authorization Code,Expiration time,Vervaldatum
|
||||
DocType: Web Page,Website Sidebar,Website Zijbalk
|
||||
DocType: Web Form,Show Sidebar,Wys Zijbalk
|
||||
|
|
@ -2685,7 +2685,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Groepknoop
|
|||
DocType: Communication,Notification,kennisgewing
|
||||
DocType: DocType,Document,dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Reeks {0} wat reeds in {1} gebruik word
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posrekening nie opstelling nie. Skep asseblief 'n nuwe e-posrekening uit Instellings> E-pos> E-posrekening
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nie-ondersteunde lêerformaat
|
||||
DocType: DocField,Code,kode
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Alle moontlike Workflow State en rolle van die workflow. Docstatus Opsies: 0 is "gestoor", 1 is "ingedien" en 2 is "gekanselleer""
|
||||
|
|
@ -2795,6 +2794,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Data Migrasie Mapping
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Ongeldige aanmeldingstoken
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Gooi
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 uur gelede
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adres sjabloon gevind nie. Maak asseblief 'n nuwe een van Setup> Printing and Branding> Adres Sjabloon.
|
||||
DocType: Website Settings,Home Page,Tuisblad
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Ouer Fout momentopname
|
||||
DocType: Kanban Board,Filters,filters
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,ክበብ-ቀስት-ምትኬ
|
||||
DocType: Email Domain,Email Domain,የኢሜይል ጎራ
|
||||
DocType: Workflow State,italic,ሰያፍ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,አዘጋጅ> ተጠቃሚ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: ይፍጠሩ ያለ አስመጣ ማዘጋጀት አይቻልም
|
||||
DocType: SMS Settings,Enter url parameter for message,መልዕክት ዩአርኤል መስፈርት አስገባ
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,ሪፖርትዎን በአሳሽዎ ውስጥ ይመልከቱ
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ማጣቀሻ: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,ወይዘሮ
|
||||
DocType: File,Attached To Name,ስም ወደ ተያይዟል
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ዓመቱ (ዓመታት) በፊት
|
||||
DocType: Address,Address Type,የአድራሻ አይነት
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,ልክ ያልሆነ የተጠቃሚ ስም ወይም የድጋፍ የይለፍ ቃል. ለማስተካከል እና እንደገና ይሞክሩ.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,በመጮህ ላይ
|
||||
DocType: Footer Item,Target,ዓላማ
|
||||
DocType: System Settings,Number of Backups,ምትኬዎች ብዛት
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ዓመቱ (ዓመታት) በፊት
|
||||
DocType: Website Settings,Copyright,የቅጂ መብት
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ሂድ
|
||||
DocType: OAuth Authorization Code,Invalid,ዋጋ ቢስ
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,ደረጃ-ወደኋላ
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{APP_TITLE}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,ጣቢያዎ ውቅር ውስጥ መሸወጃ መዳረሻ ቁልፎች ማዘጋጀት እባክዎ
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,በዚህ ኢሜይል አድራሻ መላክ ለመፍቀድ ይህን መዝገብ ይሰርዙ
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,እባክዎ ከቅንብር> ኢሜይል> ኢሜይል መለያ ነባሪ የኢሜይል መለያ ያዋቅሩ
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ብቻ የግዴታ መስኮች አዳዲስ መዝገቦች አስፈላጊ ናቸው. ከፈለጉ እርስዎ ያልሆኑ አስገዳጅ ዓምዶች መሰረዝ ይችላሉ.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ክስተት ማዘመን አልተቻለም
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ክፍያ ተጠናቅቋል
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP መተግበሪያ
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,የሰነድ መታወቂያ
|
||||
DocType: Print Settings,Letter,ደብዳቤ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,የምስል መስክ አይነት መሆን አለበት ምስል ያያይዙ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ምንም ውጤቶች ለ ' </p>
|
||||
DocType: DocField,Columns,አምዶች
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,ከተጠቃሚ {0} ጋር የተጋራ የንባብ መዳረሻ ያለው
|
||||
DocType: Async Task,Succeeded,ተሳክቷል
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,አርእስት
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","የአገልጋዩ razorpay ማዋቀር ጋር ችግር ይመስላል. የእርስዎ መለያ ተመላሽ ያገኛሉ ውድቀት መጠን ሁኔታ, አትጨነቁ."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,አብጅ
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,የተረጋገጡ ሰነዶችን ይመልከቱ
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,የኢሜይል መለያ አልተዋቀረም. እባክዎ ከቅንብር> ኢሜይል> ኢሜይል መለያ አዲስ የኢሜይል አድራሻ ይፍጠሩ
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ሰንተኛነት
|
||||
DocType: Data Export,CSV,የ CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,ዝርዝር feebdack ይስጡ.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,የእርስዎ የደንበኝነት ምዝገባ ዛሬ ጊዜው ያልፍበታል.
|
||||
DocType: Page,Standard,መለኪያ
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ፋይል አያይዝ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,አዘጋጅ> ተጠቃሚ
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ልክ
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ሙሉ ምደባ
|
||||
DocType: Custom DocPerm,User Permission DocTypes,የተጠቃሚ ፍቃድ DocTypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,ውጣ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ከፍተኛ ደረጃ ላይ ፍቃዶች የመስክ ደረጃ ፍቃዶች ናቸው. ሁሉም መስኮች በእነርሱ ላይ ፈቃድ ደረጃ ስብስብ እና ፈቃዶች በመስክ ላይ የሚተገበሩ ላይ በተገለጸው ደንቦች አሏቸው. ይህ መደበቅ ወይም የተወሰኑ መስክ ተነባቢ-ብቻ የተወሰኑ ሚናዎች እንዲሆን እንፈልጋለን ሁኔታ ውስጥ ጠቃሚ ነው.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","እዚህ ላይ ቋሚ ዩአርኤል ፓራሜትሮች ያስገቡ (ለምሳሌ:. ላኪ = ERPNext, የተጠቃሚ ስም = ERPNext, የይለፍ ቃል = 1234 ወዘተ)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ምንም ውጤቶች ለ ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","ጠቃሚ አይደለም, የፊልሙ ጉዳዮች ላይ ጥቆማዎች ላይ ለማከል እባክዎ የት እነዚህን መመሪያዎች ከሆነ."
|
||||
DocType: Workflow State,bookmark,ዕልባት
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),የአቃፊ ስም ማካተት የለበትም '/' (ሠረዝ)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} ማድረግ አይቻልም
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,የተጠቃሚ ባለቤት ከሆነ ይህን ህግ ተግብር
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,የመግቢያ መታወቂያ ይሆናል
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,እባክዎ ከቅንብር> ኢሜይል> ኢሜይል መለያ ነባሪ የኢሜይል መለያ ያዋቅሩ
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,ሪፖርት ይገንቡ
|
||||
DocType: Note,Notify users with a popup when they log in,እነርሱም ውስጥ መግባት ጊዜ አንድ ብቅ-ባይ ጋር ተጠቃሚዎች አሳውቅ
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} የለም, ማዋሃድ አዲስ ዒላማ ይምረጡ"
|
||||
|
|
@ -2317,7 +2318,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ለ
|
|||
DocType: DocType,Setup,አዘገጃጀት
|
||||
DocType: Email Account,Initial Sync Count,የመጀመሪያ አስምር ቆጠራ
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ላይ አዲስ አስተያየት {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,አዋቅር> የተጠቃሚ ፈቃዶች አስተዳዳሪ
|
||||
DocType: Workflow State,glass,ብርጭቆ
|
||||
DocType: DocType,Timeline Field,የጊዜ መስመር መስክ
|
||||
DocType: Country,Time Zones,የጊዜ ዞኖች
|
||||
|
|
@ -2443,6 +2443,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable አይደለም ከሆነ መድብ እንዲሻሻል ማዘጋጀት አይቻልም
|
||||
DocType: Address,Bihar,ቢሃር
|
||||
DocType: Activity Log,Link DocType,አገናኝ DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,አዋቅር> የተጠቃሚ ፈቃዶች አስተዳዳሪ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,እስካሁን ምንም መልዕክቶች የልዎትም.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,መላበሶች ሁሉ አስወግድ?
|
||||
DocType: Website Slideshow,Slideshow Name,የተንሸራታች ስም
|
||||
|
|
@ -2655,7 +2656,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,ኤልዲኤፒ ጋር ይ
|
|||
DocType: Web Form,Breadcrumbs,የዳቦ ፍርፋሪ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,ባለቤት ከሆነ
|
||||
DocType: Data Migration Mapping,Push,ይግፉ
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ምንም ነባሪ የአድራሻ አብነት አልተገኘም. እባክዎ ከስር አዘጋጅ> የታተመ እና ስምሪት> የአድራሻ አብነት አዲስ አንድ ያድርጉ.
|
||||
DocType: OAuth Authorization Code,Expiration time,የሚያልፍበት ሰዓት
|
||||
DocType: Web Page,Website Sidebar,የድር ጣቢያ የጎን
|
||||
DocType: Web Form,Show Sidebar,የጎን አሞሌን አሳይ
|
||||
|
|
@ -2692,7 +2692,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,የቡድ
|
|||
DocType: Communication,Notification,ማስታወቂያ
|
||||
DocType: DocType,Document,ሰነድ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},ቀደም ሲል ጥቅም ላይ ተከታታይ {0} {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,የኢሜይል መለያ አልተዋቀረም. እባክዎ ከቅንብር> ኢሜይል> ኢሜይል መለያ አዲስ የኢሜይል አድራሻ ይፍጠሩ
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,የማይደገፍ ፋይል ቅርጸት
|
||||
DocType: DocField,Code,ኮድ
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",ሁሉም በተቻለ ፍሰት ስቴትስ እና የስራ ፍሰቱ ሚና. Docstatus አማራጮች: 0 "ያድናል" ነው 1 "ገብቷል" ነው እና 2 "ተሰርዟል" ነው
|
||||
|
|
@ -2803,6 +2802,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,የውሂብ ጎዳና
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,ልክ ያልሆነ መግቢያ ማስመሰያ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,አስወግድ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ሰዓት በፊት
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ምንም ነባሪ የአድራሻ አብነት አልተገኘም. እባክዎ ከስር አዘጋጅ> የታተመ እና ስምሪት> የአድራሻ አብነት አዲስ አንድ ያድርጉ.
|
||||
DocType: Website Settings,Home Page,መነሻ ገጽ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,የወላጅ ስህተት ቅጽበተ
|
||||
DocType: Kanban Board,Filters,ማጣሪያዎች
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,دائرة السهم إلى أعلى
|
||||
DocType: Email Domain,Email Domain,المجال البريد الإلكتروني
|
||||
DocType: Workflow State,italic,مائل
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,الإعداد> المستخدم
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : لا يمكن تحديد استيراد دون إنشاء
|
||||
DocType: SMS Settings,Enter url parameter for message,ادخل معمل العنوان للرسالة
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,عرض التقرير في المتصفح
|
||||
|
|
@ -351,7 +352,7 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +143,Search Help,
|
|||
DocType: Top Bar Item,Parent Label,الملصق الاصل
|
||||
apps/frappe/frappe/templates/emails/auto_reply.html +2,"Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail.",وقد وردت الاستعلام الخاص بك. سوف نقوم بالرد مرة أخرى قريبا. إذا كان لديك أي معلومات إضافية، يرجى الرد على هذا البريد.
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +10,Permissions are automatically translated to Standard Reports and Searches.,يتم تحويل أذونات تلقائيا إلى التقارير الموحدة و البحث .
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +217,{0} is a mandatory field,{0} هو حقل إلزامي
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +217,{0} is a mandatory field,{0} حقل إلزامي
|
||||
apps/frappe/frappe/templates/includes/login/login.js +251,Login token required,رمز الدخول المطلوب
|
||||
DocType: Event,Repeat Till,تكرار حتى
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +111,New,جديد
|
||||
|
|
@ -379,7 +380,7 @@ apps/frappe/frappe/www/search.html +11,Search...,بحث...
|
|||
apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node,دمج الممكن الوحيد بين المجموعة إلى المجموعة أو عقدة ورقة إلى ورقة عقدة
|
||||
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},تم اضافة {0}
|
||||
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,أية سجلات مطابقة. بحث شيئا جديدا
|
||||
DocType: Chat Profile,Away,بعيدا
|
||||
DocType: Chat Profile,Away,بعيدً
|
||||
DocType: Currency,Fraction Units,جزء الوحدات
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +448,{0} from {1} to {2},{0} من {1} إلى {2}
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/user_progress_dialog.js +116,Mark as Done,حدده ك مُنتَهٍ
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},إشارة: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,السيدة
|
||||
DocType: File,Attached To Name,أرفقت للأسم
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} سنة (s) مضت
|
||||
DocType: Address,Address Type,نوع العنوان
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,اسم المستخدم غير صحيح أو كلمة المرور الدعم . يرجى تصحيح و حاول مرة أخرى.
|
||||
DocType: Email Account,Yahoo Mail,بريد ياهو
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,البوق
|
||||
DocType: Footer Item,Target,الهدف
|
||||
DocType: System Settings,Number of Backups,عدد النسخ الاحتياطية
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} سنة (s) مضت
|
||||
DocType: Website Settings,Copyright,حق النشر
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,اذهب
|
||||
DocType: OAuth Authorization Code,Invalid,غير صالحة
|
||||
|
|
@ -1203,7 +1204,7 @@ apps/frappe/frappe/model/db_schema.py +147,Reverting length to {0} for '{1}' in
|
|||
DocType: Print Format,Custom CSS,مخصصةCSS
|
||||
apps/frappe/frappe/public/js/frappe/ui/comment.js +36,Add a comment,إضافة تعليق
|
||||
DocType: Webhook,on_update,on_update
|
||||
apps/frappe/frappe/chat/doctype/chat_room/chat_room.py +59,{type} room must have atmost one user.,{تايب} يجب أن تحتوي الغرفة على مستخدم واحد فقط.
|
||||
apps/frappe/frappe/chat/doctype/chat_room/chat_room.py +59,{type} room must have atmost one user.,{نوع} يجب أن تحتوي الغرفة على مستخدم واحد فقط على الأقل
|
||||
apps/frappe/frappe/model/rename_doc.py +383,Ignored: {0} to {1},تجاهل: {0} إلى {1}
|
||||
DocType: Address,Gujarat,غوجارات
|
||||
apps/frappe/frappe/config/setup.py +75,Log of error on automated events (scheduler).,تسجيل من خطأ على الأحداث الآلي ( جدولة ) .
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,خطوة إلى الوراء
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{ app_title }
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,الرجاء تعيين مفاتيح الوصول دروببوإكس في التكوين موقعك
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,حذف هذا السجل للسماح إرسالها إلى عنوان البريد الإلكتروني هذا
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,يرجى إعداد حساب البريد الإلكتروني الافتراضي من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ضرورية لسجلات جديدة الحقول الإلزامية فقط. يمكنك حذف الأعمدة غير الإلزامية إذا كنت ترغب في ذلك.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,غير قادر على تحديث الحدث
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,تم إتمام الدفعة
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,مكتب المدعي العام التطبيق
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,معرف المستند
|
||||
DocType: Print Settings,Letter,الحرف
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,يجب أن يكون حقل صورة من نوع إرفاق صورة
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> لا يوجد نتائج ل ' </p>"
|
||||
DocType: DocField,Columns,الأعمدة
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,تمت المشاركة مع المستخدم {0} مع إمكانية الوصول للقراءة
|
||||
DocType: Async Task,Succeeded,نجح
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,اللقب
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",يبدو القضية مع التكوين razorpay الخادم. لا تقلق، في حالة كمية الفشل سوف تحصل ردها إلى حسابك.
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,تخصيص
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,عرض المستندات المسموح بها
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب البريد الإلكتروني لا الإعداد. يرجى إنشاء حساب بريد إلكتروني جديد من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,سلامة السلسلة
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,يرجى إعطاء feebdack مفصلة.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,صلاحية اشتراكك ستنتهي اليوم.
|
||||
DocType: Page,Standard,معيار
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,إرفاق ملف
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,الإعداد> المستخدم
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,حجم
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,التنازل الكامل
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DocTypes إذن المستخدم
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,خروج
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ضوابط في المستويات العليا هي أذونات المستوى الميداني. جميع الحقول لديها مجموعة مستوى الأذونات ضدهم والقواعد المحددة في تلك الأذونات تنطبق على هذا المجال. وهذا مفيد في حال كنت تريد إخفاء أو جعل مجال معين للقراءة فقط لبعض الأدوار.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)",أدخل المعلمات URL ثابت هنا (مثلا المرسل = ERPNext، اسم المستخدم = ERPNext، كلمة المرور = 1234 الخ)
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> لا يوجد نتائج ل ' </p>"
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",إذا هذه التعليمات حيث لم تكن مفيدة ، يرجى إضافة في اقتراحاتكم بشأن قضايا جيثب .
|
||||
DocType: Workflow State,bookmark,المرجعية
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),يجب ألا يتضمن اسم المجلد '/' (شرطة مائلة)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},لا يمكن {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,تطبيق هذا الحكم إذا كان المستخدم هو مالك
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,سيكون معرف تسجيل الدخول
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,يرجى إعداد حساب البريد الإلكتروني الافتراضي من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,بناء تقرير
|
||||
DocType: Note,Notify users with a popup when they log in,إعلام المستخدمين مع منبثقة عندما يقومون بتسجيل الدخول
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1} غير موجود ، حدد هدفا جديدا لدمج
|
||||
|
|
@ -2319,7 +2320,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ا
|
|||
DocType: DocType,Setup,الإعدادات
|
||||
DocType: Email Account,Initial Sync Count,عدد مزامنة الأولي
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},تعليق جديد على {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,الإعداد> مدير أذونات المستخدم
|
||||
DocType: Workflow State,glass,زجاج
|
||||
DocType: DocType,Timeline Field,الجدول الزمني الميدان
|
||||
DocType: Country,Time Zones,من المناطق الزمنية
|
||||
|
|
@ -2445,6 +2445,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : لا يمكن تحديد تعيين بالتعديل إن لم يكن قابل للتأكيد
|
||||
DocType: Address,Bihar,بيهار
|
||||
DocType: Activity Log,Link DocType,رابط DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,الإعداد> مدير أذونات المستخدم
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,ليست لديك أية رسائل حتى الآن.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,إزالة كافة التخصيصات ؟
|
||||
DocType: Website Slideshow,Slideshow Name,اسم العرض
|
||||
|
|
@ -2551,7 +2552,7 @@ DocType: User,User Image,صورة المستخدم
|
|||
apps/frappe/frappe/email/queue.py +339,Emails are muted,رسائل البريد الإلكتروني هي صامتة
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Up,CTRL + Up
|
||||
DocType: Website Theme,Heading Style,نمط العنوان
|
||||
apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +200,A new Project with this name will be created,مشروع جديد بهذا الإسم
|
||||
apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +200,A new Project with this name will be created,مشروع جديد بهذا الإسم سيتم إنشائه
|
||||
apps/frappe/frappe/utils/data.py +586,1 weeks ago,منذ اسبوع
|
||||
DocType: Communication,Error,خطأ
|
||||
DocType: Data Import,Ignore encoding errors,تجاهل أخطاء الترميز
|
||||
|
|
@ -2658,7 +2659,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,تسجيل الدخول م
|
|||
DocType: Web Form,Breadcrumbs,فتات الخبز
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,إذا المالك
|
||||
DocType: Data Migration Mapping,Push,إدفع
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,لم يتم العثور على قالب عنوان افتراضي. الرجاء إنشاء واحدة جديدة من الإعداد> الطباعة والعلامة التجارية> قالب العنوان.
|
||||
DocType: OAuth Authorization Code,Expiration time,وقت انتهاء الصلاحية
|
||||
DocType: Web Page,Website Sidebar,الشريط الجانبي الموقع
|
||||
DocType: Web Form,Show Sidebar,مشاهدة الشريط الجانبي
|
||||
|
|
@ -2695,7 +2695,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,عقدة
|
|||
DocType: Communication,Notification,إعلام
|
||||
DocType: DocType,Document,وثيقة
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},الترقيم المتسلسل {0} مستخدم بالفعل في {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب البريد الإلكتروني لا الإعداد. يرجى إنشاء حساب بريد إلكتروني جديد من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,تنسيق ملف غير معتمد
|
||||
DocType: DocField,Code,رمز
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","جميع حالات سير العمل الممكنة وأدوار سير العمل. خيارات Docstatus: 0 هو ""محفوظ"" (1)، هو ""مقدم"" و 2 هو ""ألغي"""
|
||||
|
|
@ -2806,6 +2805,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ترحيل بيانات
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,صالح رمز الدخول
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,تجاهل
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,منذ 1 ساعة
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,لم يتم العثور على قالب عنوان افتراضي. الرجاء إنشاء واحدة جديدة من الإعداد> الطباعة والعلامة التجارية> قالب العنوان.
|
||||
DocType: Website Settings,Home Page,الصفحة الرئيسية
|
||||
DocType: Error Snapshot,Parent Error Snapshot,الأم قطة خطأ
|
||||
DocType: Kanban Board,Filters,فلاتر
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,Стрелка в кръг-нагоре
|
||||
DocType: Email Domain,Email Domain,Email домейн
|
||||
DocType: Workflow State,italic,курсивен
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Настройка> Потребител
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Не можете да зададете Внос без Създаване
|
||||
DocType: SMS Settings,Enter url parameter for message,Въведете URL параметър за съобщение
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Преглеждайте отчета в браузъра си
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Референтен номер: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,г-жа
|
||||
DocType: File,Attached To Name,Приложен към име
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} години преди
|
||||
DocType: Address,Address Type,Вид Адрес
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Невалиден потребител или Support Password. Моля, поправи и опитайте отново."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,мегафон
|
||||
DocType: Footer Item,Target,Цел
|
||||
DocType: System Settings,Number of Backups,Брой резервни копия
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} години преди
|
||||
DocType: Website Settings,Copyright,Авторско право
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Отивам
|
||||
DocType: OAuth Authorization Code,Invalid,Невалиден
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,стъпка назад
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Моля, задайте Dropbox клавишите за достъп в сайта си довереник"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Изтрий този запис да позволи изпращането на този имейл адрес
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Моля, настройте по подразбиране имейл акаунта от Настройка> Имейл> Ел"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Само задължителни полета са необходими за нови записи. Можете да изтриете незадължителни колони, ако желаете."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Не може да се актуализира събитие
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Плащането е изпълнено
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Документ ID
|
||||
DocType: Print Settings,Letter,Писмо
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Полето за изображението трябва да бъде от тип Прикрепете Изображение
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Няма намерени резултати за ' </p>
|
||||
DocType: DocField,Columns,Колони
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Споделено с потребител {0} с достъп за четене
|
||||
DocType: Async Task,Succeeded,Успя
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Заглавие
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Изглежда проблем с razorpay конфигурационния сървър. Не се притеснявайте, в случай на сума недостатъчност ще се възстановява в профила си."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Персонализирай
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Преглед на позволените документи
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Имейл акаунта не е настроен. Моля, създайте нов имейл адрес от Настройка> Имейл> Имейл акаунт"
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Веригата на интегритета
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Моля, дайте подробно feebdack."
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Абонаментът ви ще изтече днес.
|
||||
DocType: Page,Standard,Стандарт
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Прикрепете File
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Настройка> Потребител
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Размер
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Назначението е завършено
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Потребителят Разрешение DocTypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Изход
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Разрешения по-високи нива са Невярно разрешенията на ниво. Всички полета имат набор Разрешение Level срещу тях, както и правилата, определени в този разрешения важат за областта. Това е полезно в случай, че искате да скриете или да направите дадена област само за четене за определени роли."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Въведете статични параметри на URL тук (Напр. Подател = ERPNext, потребителско име = ERPNext, парола = 1234 и т.н.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Няма намерени резултати за ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ако тези инструкции, когато не помага, моля Ви добавете във вашите предложения за GitHub въпроси."
|
||||
DocType: Workflow State,bookmark,Отметка
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Името на папката не трябва да включва "/" (наклонена черта)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Не може да {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Прилага се, ако потребителят е собственик"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Ще бъде вашият идентификационен номер за вход
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Моля, настройте по подразбиране имейл акаунта от Настройка> Имейл> Ел"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Изграждане на справка
|
||||
DocType: Note,Notify users with a popup when they log in,"Уведоми потребителите с изскачащ прозорец, когато влязат"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} не съществува, изберете нова цел за сливане"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,О
|
|||
DocType: DocType,Setup,Настройки
|
||||
DocType: Email Account,Initial Sync Count,Първоначално Sync Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Нов коментар за {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Настройка> Мениджър на разрешенията на потребителите
|
||||
DocType: Workflow State,glass,стъкло
|
||||
DocType: DocType,Timeline Field,Timeline Невярно
|
||||
DocType: Country,Time Zones,Часови зони
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Cannot set Assign Amend if not Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Препратка DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Настройка> Мениджър на разрешенията на потребителите
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Още нямате съобщения.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Отмяна на всички персонализации?
|
||||
DocType: Website Slideshow,Slideshow Name,Име Slideshow
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Влез с LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ако Собственик
|
||||
DocType: Data Migration Mapping,Push,тласък
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Не бе намерен стандартният шаблон за адреси. Моля, създайте нов от Setup> Printing and Branding> Address Template."
|
||||
DocType: OAuth Authorization Code,Expiration time,време изтичане
|
||||
DocType: Web Page,Website Sidebar,Сайт Sidebar
|
||||
DocType: Web Form,Show Sidebar,Покажи Sidebar
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Група
|
|||
DocType: Communication,Notification,нотификация
|
||||
DocType: DocType,Document,Документ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Номерация {0} вече се използва в {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Имейл акаунта не е настроен. Моля, създайте нов имейл адрес от Настройка> Имейл> Имейл акаунт"
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Неподдържан файлов формат
|
||||
DocType: DocField,Code,Код
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Всичко е възможно Workflow членки и роли на работния процес. Docstatus варианти: 0 е "Saved", 1 е "Внесена" и 2 е "Анулирани""
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Картографира
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Невалиден токън за вход
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Изхвърлете
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,преди 1 час
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Не бе намерен стандартният шаблон за адреси. Моля, създайте нов от Setup> Printing and Branding> Address Template."
|
||||
DocType: Website Settings,Home Page,Начална страница
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Родител Snapshot Error
|
||||
DocType: Kanban Board,Filters,Филтри
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,বৃত্ত-তীর-আপ
|
||||
DocType: Email Domain,Email Domain,ইমেল ডোমেন
|
||||
DocType: Workflow State,italic,বাঁকা ছাঁদে গঠিত
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,সেটআপ> ব্যবহারকারী
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: তৈরি ছাড়া আমদানি সেট করা যায় না
|
||||
DocType: SMS Settings,Enter url parameter for message,বার্তা জন্য URL প্যারামিটার লিখুন
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,আপনার ব্রাউজারে রিপোর্ট দেখুন
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},রেফারেন্স: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,শ্রীমতী
|
||||
DocType: File,Attached To Name,নাম সংযুক্ত
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} বছর (গুলি) আগে
|
||||
DocType: Address,Address Type,ঠিকানা টাইপ করুন
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,অবৈধ ব্যবহারকারী নাম বা সাপোর্ট পাসওয়ার্ড. ত্রুটিমুক্ত এবং আবার চেষ্টা করুন.
|
||||
DocType: Email Account,Yahoo Mail,ইয়াহু মেইল
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,কিছুতেই কাজ
|
||||
DocType: Footer Item,Target,লক্ষ্য
|
||||
DocType: System Settings,Number of Backups,ব্যাক-আপ সংখ্যা
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} বছর (গুলি) আগে
|
||||
DocType: Website Settings,Copyright,কপিরাইট
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,যাওয়া
|
||||
DocType: OAuth Authorization Code,Invalid,অকার্যকর
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,ধাপে অনগ্রসর
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{অ্যাপ_শিরোনাম}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,আপনার সাইটে কনফিগ ড্রপবক্স এক্সেস কী সেট করুন
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,এই ইমেইল ঠিকানায় পাঠানোর অনুমতি এই রেকর্ড মুছে
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,সেটআপ থেকে ডিফল্ট ইমেইল অ্যাকাউন্ট সেট আপ করুন> ইমেইল> ইমেল অ্যাকাউন্ট
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,শুধু বাধ্যতামূলক ক্ষেত্র নতুন রেকর্ডের জন্য প্রয়োজন হয়. যদি আপনি চান আপনি অ বাধ্যতামূলক কলাম মুছে দিতে পারেন.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ইভেন্ট আপডেট করতে অক্ষম
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,পেমেন্ট সমাপ্তি
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP অ্যাপ্লিকেশন
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ডকুমেন্ট আইডি
|
||||
DocType: Print Settings,Letter,চিঠি
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,চিত্র ক্ষেত্র ধরনের হতে হবে চিত্র সংযুক্ত করুন
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> কোন ফলাফল পাওয়া যায়নি ' </p>
|
||||
DocType: DocField,Columns,কলাম
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,পাঠ্য অ্যাক্সেসের সাথে {0} ব্যবহারকারীর সাথে ভাগ করা
|
||||
DocType: Async Task,Succeeded,অনুসৃত
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,খেতাব
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","সার্ভারের razorpay কনফিগ সমস্যাটির মনে হয়. ব্যর্থতা পরিমাণ ক্ষেত্রে চিন্তা করবেন না, আপনার অ্যাকাউন্টে ফেরত পাবেন."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,কাস্টমাইজ করুন
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,অনুমতিপত্রগুলি দেখুন
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ইমেল অ্যাকাউন্ট সেটআপ না দয়া করে সেটআপ থেকে একটি নতুন ইমেল অ্যাকাউন্ট তৈরি করুন> ইমেল> ইমেল অ্যাকাউন্ট
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,চেন ইন্টিগ্রিটি
|
||||
DocType: Data Export,CSV,CSV ফাইল
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,বিস্তারিত feebdack দিতে দয়া করে.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,আপনার সাবস্ক্রিপশন আজ এর মেয়াদ শেষ হবে.
|
||||
DocType: Page,Standard,মান
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,সংযুক্তি
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,সেটআপ> ব্যবহারকারী
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,আয়তন
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,সম্পূর্ণ নিয়োগ
|
||||
DocType: Custom DocPerm,User Permission DocTypes,ব্যবহারকারীর অনুমতি DocTypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,ত্যাগ করুন
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,উচ্চতর পর্যায়ে অনুমতি মাঠ পর্যায়ে অনুমতি আছে. সব ক্ষেত্র তাদের বিরুদ্ধে একটি অনুমতি স্তর সেট এবং অনুমতি ক্ষেত্রের জন্য প্রযোজ্য এ সংজ্ঞায়িত নিয়ম আছে. এই কমান্ডের সাহায্যে আপনি লুকাতে বা নির্দিষ্ট ক্ষেত্রের রিড-ওনলি নির্দিষ্ট ভূমিকা জন্য করতে চান ক্ষেত্রে এটি সহায়ক.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","এখানে স্ট্যাটিক URL পরামিতি লিখুন (যেমন. প্রেরকের = ERPNext, ব্যবহারকারীর নাম = ERPNext, পাসওয়ার্ড = 1234 ইত্যাদি)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> কোন ফলাফল পাওয়া যায়নি ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","সহায়ক নয়, গিটহাব বিষয়ে আপনার পরামর্শ যোগ দয়া যেখানে এই নির্দেশাবলী যদি."
|
||||
DocType: Workflow State,bookmark,বুকমার্ক
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ফোল্ডার নাম অন্তর্ভুক্ত করা উচিত নয় '/' (স্ল্যাশ)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ব্যবহারকারী মালিক যদি এই নিয়ম প্রযোজ্য
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,আপনার লগইন আইডি হবে
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,সেটআপ থেকে ডিফল্ট ইমেইল অ্যাকাউন্ট সেট আপ করুন> ইমেইল> ইমেল অ্যাকাউন্ট
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,প্রতিবেদন তৈরি
|
||||
DocType: Note,Notify users with a popup when they log in,যখন তারা লগ ইন ব্যবহারকারীদের একটি পপ-আপ দিয়ে সূচিত করুন
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} অস্তিত্ব নেই, একত্রীকরণ একটি নতুন টার্গেট নির্বাচন"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,স
|
|||
DocType: DocType,Setup,সেটআপ
|
||||
DocType: Email Account,Initial Sync Count,প্রাথমিক সিঙ্ক কাউন্ট
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},নতুন মন্তব্য {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,সেটআপ> ব্যবহারকারী অনুমতি ম্যানেজার
|
||||
DocType: Workflow State,glass,কাচ
|
||||
DocType: DocType,Timeline Field,সময়রেখা ফিল্ড
|
||||
DocType: Country,Time Zones,সময় মন্ডল
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable না হলে বরাদ্দ সংশোধন সেট করা যায় না
|
||||
DocType: Address,Bihar,বিহার
|
||||
DocType: Activity Log,Link DocType,লিংক DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,সেটআপ> ব্যবহারকারী অনুমতি ম্যানেজার
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,তোমার এখনো কোনো বার্তা আছে।
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,সব কাস্টমাইজেশন সরাবেন?
|
||||
DocType: Website Slideshow,Slideshow Name,ছবি নাম
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,দ্বারা LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,মালিক যদি
|
||||
DocType: Data Migration Mapping,Push,ধাক্কা
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,কোনও ডিফল্ট ঠিকানা টেমপ্লেট পাওয়া যায়নি। দয়া করে সেটআপ> মুদ্রণ এবং ব্রান্ডিং> ঠিকানা টেমপ্লেট থেকে একটি নতুন তৈরি করুন।
|
||||
DocType: OAuth Authorization Code,Expiration time,মেয়াদ অতিক্রান্ত হওয়ার সময়
|
||||
DocType: Web Page,Website Sidebar,ওয়েবসাইট সাইডবার
|
||||
DocType: Web Form,Show Sidebar,পার্শ্বদণ্ড দেখান
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,গ্র
|
|||
DocType: Communication,Notification,প্রজ্ঞাপন
|
||||
DocType: DocType,Document,দলিল
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},ইতিমধ্যে ব্যবহৃত সিরিজ {0} {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ইমেল অ্যাকাউন্ট সেটআপ না দয়া করে সেটআপ থেকে একটি নতুন ইমেল অ্যাকাউন্ট তৈরি করুন> ইমেল> ইমেল অ্যাকাউন্ট
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,অসমর্থিত ফাইল ফর্ম্যাট
|
||||
DocType: DocField,Code,কোড
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","সব সম্ভব কর্মপ্রবাহ যুক্তরাষ্ট্র ও কর্মপ্রবাহ ভূমিকা. Docstatus বিকল্প: 0 "সংরক্ষিত", হয় 1 "জমা" হয় এবং 2 "বাতিল" হয়"
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ডেটা মাইগ
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,অবৈধ প্রবেশ টোকেন
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,বাতিল করতে চান
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ঘন্টা আগে
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,কোনও ডিফল্ট ঠিকানা টেমপ্লেট পাওয়া যায়নি। দয়া করে সেটআপ> মুদ্রণ এবং ব্রান্ডিং> ঠিকানা টেমপ্লেট থেকে একটি নতুন তৈরি করুন।
|
||||
DocType: Website Settings,Home Page,হোম পেজ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,মূল ত্রুটি স্ন্যাপশট
|
||||
DocType: Kanban Board,Filters,ফিল্টার
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,krug sa strelicom prema gore
|
||||
DocType: Email Domain,Email Domain,E-mail Domain
|
||||
DocType: Workflow State,italic,kurziva
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Podešavanja> Korisnik
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : Ne može se uvoz bez Stvoriti
|
||||
DocType: SMS Settings,Enter url parameter for message,Unesite URL parametar za poruke
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Pregledajte izveštaj u vašem pregledaču
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},{0} {1}: Reference
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Gđa
|
||||
DocType: File,Attached To Name,U prilogu naziv
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} godinu dana
|
||||
DocType: Address,Address Type,Tip adrese
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Neispravno korisničko ime ili lozinka. Ispravite i pokušajte ponovo.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Meta
|
||||
DocType: System Settings,Number of Backups,Broj Backup
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} godinu dana
|
||||
DocType: Website Settings,Copyright,Autorsko pravo
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ići
|
||||
DocType: OAuth Authorization Code,Invalid,nevažeći
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,korak unatrag
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{ Naslov_aplikacije }
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Molimo postaviti Dropbox pristupnih tipki u vašem web config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Izbriši ovaj rekord kako bi se omogućilo slanje na ovu e-mail adresu
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Molimo da podesite podrazumevani nalog e-pošte iz Setup-a> E-pošta> E-poštni nalog
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Samo obavezna polja su neophodni za nove rekorde. Možete izbrisati neobavezne kolone ako želite.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nije moguće ažurirati događaja
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,plaćanje Kompletna
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument ID
|
||||
DocType: Print Settings,Letter,Pismo
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,polje Slika mora biti tipa Priloži sliku
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema pronađenih rezultata za ' </p>
|
||||
DocType: DocField,Columns,kolumne
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Deljeno sa korisnikom {0} sa pristupom za čitanje
|
||||
DocType: Async Task,Succeeded,Slijedi
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Naslov
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Izgleda problem sa razorpay config servera. Ne brini, u slučaju iznosa kvara će dobiti vraćen na vaš račun."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Prilagodite
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Pogledaj dozvoljene dokumente
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Email nalog nije podešen. Molimo vas da kreirate novi nalog e-pošte iz Setup-a> E-pošta> E-poštni nalog
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integritet lanca
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Molim Vas, dajte detaljan feebdack."
|
||||
|
|
@ -1581,7 +1583,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Vaša pretplata ističe danas.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priloži datoteke
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Podešavanja> Korisnik
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Veličina
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Dodjela Kompletna
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Dopuštenje korisnika DocTypes
|
||||
|
|
@ -1644,6 +1645,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Odjava
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Dozvole na višim nivoima su dozvole jednake. Sva polja imaju dozvolu Level set protiv njih i pravila definiran u to dozvole odnose na terenu. Ovo je korisno u slučaju da želite da se sakrije ili napraviti određene polje samo za čitanje za određene uloge.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Unesite statičke parametre URL ovdje (npr. pošiljatelj = ERPNext, username = ERPNext, lozinkom = 1234 itd.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema pronađenih rezultata za ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ako ove upute gdje nije korisno , dodajte u svojim prijedlozima o GitHub pitanja ."
|
||||
DocType: Workflow State,bookmark,bookmark
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ime foldera treba ne uključuju '/' (slash)
|
||||
|
|
@ -1833,7 +1835,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Ne mogu {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Nanesite ovo pravilo ako je Korisnik je vlasnik
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Će biti vaš ID za prijavljivanje
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Molimo da podesite podrazumevani nalog e-pošte iz Setup-a> E-pošta> E-poštni nalog
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Izrada izvještaja
|
||||
DocType: Note,Notify users with a popup when they log in,Obavijesti korisnicima popup kada se prijavite
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ne postoji , odaberite novu metu za spajanje"
|
||||
|
|
@ -2319,7 +2320,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odg
|
|||
DocType: DocType,Setup,Podešavanje
|
||||
DocType: Email Account,Initial Sync Count,Inicijalna Sync Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Novi komentar na {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Podešavanje> Menadžer dozvola korisnika
|
||||
DocType: Workflow State,glass,staklo
|
||||
DocType: DocType,Timeline Field,Timeline Field
|
||||
DocType: Country,Time Zones,Vremenske zone
|
||||
|
|
@ -2445,6 +2445,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : Ne mogu postaviti Zauzimanje Izmijeniti ako ne Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Podešavanje> Menadžer dozvola korisnika
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Nemate još poruka.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Uklonite sve prilagodbe ?
|
||||
DocType: Website Slideshow,Slideshow Name,SLIKA Naziv
|
||||
|
|
@ -2658,7 +2659,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Prijavite se LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ako Vlasnik
|
||||
DocType: Data Migration Mapping,Push,Guranje
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen osnovni obrazac naslova. Molimo vas da kreirate novu od Setup> Printing and Branding> Template Template.
|
||||
DocType: OAuth Authorization Code,Expiration time,vrijeme isteka
|
||||
DocType: Web Page,Website Sidebar,Sajt Sidebar
|
||||
DocType: Web Form,Show Sidebar,Pokaži Sidebar
|
||||
|
|
@ -2695,7 +2695,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Node
|
|||
DocType: Communication,Notification,obavijest
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serija {0} već koristi u {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Email nalog nije podešen. Molimo vas da kreirate novi nalog e-pošte iz Setup-a> E-pošta> E-poštni nalog
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nepodržani format datoteke
|
||||
DocType: DocField,Code,Šifra
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Sve je moguće Workflow države i uloge rada. Docstatus opcije: 0 je "spremljene", 1 je "dostavljen" i 2 je "Otkazano""
|
||||
|
|
@ -2806,6 +2805,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapiranje migracija podat
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Token Prijava
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Odbaci
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Prije 1 sat
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen osnovni obrazac naslova. Molimo vas da kreirate novu od Setup> Printing and Branding> Template Template.
|
||||
DocType: Website Settings,Home Page,Početna stranica
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Roditelj Greška Snapshot
|
||||
DocType: Kanban Board,Filters,Filteri
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,cercle de fletxa amunt
|
||||
DocType: Email Domain,Email Domain,domini de correu electrònic
|
||||
DocType: Workflow State,italic,itàlic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuració> Usuari
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: No es pot establir d'importació sense Crea
|
||||
DocType: SMS Settings,Enter url parameter for message,Introdueixi paràmetre url per al missatge
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Mostra l'informe al vostre navegador
|
||||
|
|
@ -1395,6 +1396,7 @@ DocType: Workflow State,step-backward,pas enrere
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Please set Dropbox access keys in your site config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminar aquest registre per permetre l'enviament a aquesta adreça de correu electrònic
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configureu el compte de correu electrònic predeterminat des de Configuració> Correu electrònic> Compte de correu electrònic
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Només els camps obligatoris són necessaris per als nous registres. Pots eliminar columnes de caràcter no obligatori, si ho desitges."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,No es pot actualitzar esdeveniment
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,El pagament complet
|
||||
|
|
@ -1488,7 +1490,6 @@ DocType: System Settings,OTP App,Aplicació OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,document d'identitat
|
||||
DocType: Print Settings,Letter,Carta
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Camp d'imatge ha de ser de tipus Adjuntar imatge
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No s'han trobat resultats per a ' </p>
|
||||
DocType: DocField,Columns,columnes
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,S'ha compartit amb l'usuari {0} amb accés de lectura
|
||||
DocType: Async Task,Succeeded,Succeït
|
||||
|
|
@ -1528,6 +1529,7 @@ DocType: Error Log,Title,Títol
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Sembla problema amb config razorpay del servidor. No es preocupi, en cas de fallada quantitat rebrà retornat al seu compte."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Personalitza
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Mostra els documents permesos
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,El compte de correu electrònic no està configurat. Creeu un compte de correu electrònic nova a Configuració> Correu electrònic> Compte de correu electrònic
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integritat de cadena
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Si us plau, donar una feebdack detallada."
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,La seva subscripció expira avui.
|
||||
DocType: Page,Standard,Estàndard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Adjuntar Arxiu
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuració> Usuari
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Mida
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Assignació completa
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Permisos d'usuaris de Doctypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Tancar sessió
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisos en els nivells més alts són els permisos de nivell de camp. Tots els camps tenen un conjunt Nivell de permís en contra i les regles definides en el qual els permisos s'apliquen al camp. Això és útil en el cas que vulgui amagar o fer cert camp de només lectura per a certes funcions.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Introduïu els paràmetres d'URL estàtiques aquí (Ex. Remitent = ERPNext, nom d'usuari = ERPNext, password = 1234 etc.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No s'han trobat resultats per a ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Si aquestes instruccions no són útils, si us plau agreguin en els seus suggeriments sobre qüestions de GitHub."
|
||||
DocType: Workflow State,bookmark,marcador
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),nom del grup no ha d'incloure '/' (barra)
|
||||
|
|
@ -1831,7 +1833,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},No es pot {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Aplicar aquesta regla, si l'usuari és el propietari"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Serà la seva ID d'inici de sessió
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configureu el compte de correu electrònic predeterminat des de Configuració> Correu electrònic> Compte de correu electrònic
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Redactar Informe
|
||||
DocType: Note,Notify users with a popup when they log in,Notificar als usuaris amb un missatge emergent quan es connecten
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} no existeix, seleccioneu un nou objectiu per unir"
|
||||
|
|
@ -2317,7 +2318,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Res
|
|||
DocType: DocType,Setup,Ajustos
|
||||
DocType: Email Account,Initial Sync Count,Comte de sincronització inicial
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nou comentari a {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuració> Administrador de permisos d'usuari
|
||||
DocType: Workflow State,glass,vidre
|
||||
DocType: DocType,Timeline Field,Línia de temps camp
|
||||
DocType: Country,Time Zones,Zones horàries
|
||||
|
|
@ -2443,6 +2443,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: No es pot establir Assignar esmenar si no submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,enllaç dOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuració> Administrador de permisos d'usuari
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Encara no tens cap missatge.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Traieu totes les personalitzacions?
|
||||
DocType: Website Slideshow,Slideshow Name,Nom Slideshow
|
||||
|
|
@ -2655,7 +2656,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Entrada amb LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Si Propietari
|
||||
DocType: Data Migration Mapping,Push,Empenta
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No s'ha trobat cap plantilla d'adreça predeterminada. Creeu-ne un de nou des de Configuració> Impressió i marca> Plantilla d'adreces.
|
||||
DocType: OAuth Authorization Code,Expiration time,temps de termini
|
||||
DocType: Web Page,Website Sidebar,Barra Lateral pàgina web
|
||||
DocType: Web Form,Show Sidebar,Mostra la barra lateral
|
||||
|
|
@ -2692,7 +2692,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Node
|
|||
DocType: Communication,Notification,notificació
|
||||
DocType: DocType,Document,Document
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},La sèrie {0} ja s'utilitza a {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,El compte de correu electrònic no està configurat. Creeu un compte de correu electrònic nova a Configuració> Correu electrònic> Compte de correu electrònic
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Format de fitxer no admès
|
||||
DocType: DocField,Code,Codi
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Tots els possibles estats de flux de treball i les funcions de flux de treball. Opcions DocStatus: 0 és "salvat", 1 es "Enviat" i 2 és "Cancel·lat""
|
||||
|
|
@ -2803,6 +2802,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Cartografia de la migraci
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Descarta't
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Fa 1 dia
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No s'ha trobat cap plantilla d'adreça predeterminada. Creeu-ne un de nou des de Configuració> Impressió i marca> Plantilla d'adreces.
|
||||
DocType: Website Settings,Home Page,Home Page
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Snapshot Error Pares
|
||||
DocType: Kanban Board,Filters,Filtres
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,circle-arrow-up
|
||||
DocType: Email Domain,Email Domain,Email Domain
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nastavení> Uživatel
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Nelze nastavit Import bez Vytvoření
|
||||
DocType: SMS Settings,Enter url parameter for message,Zadejte url parametr zprávy
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Zobrazit přehled ve vašem prohlížeči
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Reference: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,paní
|
||||
DocType: File,Attached To Name,Přiloženo jménu
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} rok (y)
|
||||
DocType: Address,Address Type,Typ adresy
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Neplatný Uživatelské jméno nebo Support heslo. Prosím, opravu a zkuste to znovu."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,megafon
|
||||
DocType: Footer Item,Target,Cíl
|
||||
DocType: System Settings,Number of Backups,Počet záloh
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} rok (y)
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Jít
|
||||
DocType: OAuth Authorization Code,Invalid,Neplatný
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,step-backward
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Prosím, nastavení přístupových klíčů Dropbox ve vašem webu config"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Smazat tento záznam povolit odesílání na tuto e-mailovou adresu
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Prosím nastavte výchozí emailový účet z Nastavení> Email> E-mailový účet
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Pouze povinná pole jsou potřeba pro nové záznamy. Můžete smazat nepovinné sloupce přejete-li si.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nelze aktualizovat událost
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,platba Complete
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID dokument
|
||||
DocType: Print Settings,Letter,Dopis
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Pole Obraz musí být typu Připojit obrázek
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nebyly nalezeny žádné výsledky pro ' </p>
|
||||
DocType: DocField,Columns,sloupce
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Sdílena s uživatelem {0} s přístupem ke čtení
|
||||
DocType: Async Task,Succeeded,Uspěl
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Titulek
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Zdá se, že problém s razorpay config serveru. Nebojte se, v případě výpadku množství dostane vrácena na váš účet."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Přizpůsobit
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Zobrazit povolené dokumenty
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet není nastaven. Vytvořte nový e-mailový účet z nabídky Nastavení> Email> E-mailový účet
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Chain Integrity
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Uveďte podrobný feebdack.
|
||||
|
|
@ -1581,7 +1583,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Vaše předplatné vyprší dnes.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Přiložit Soubor
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nastavení> Uživatel
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Velikost
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Úkol Dokončen
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Uživatelská oprávnění DocTypes
|
||||
|
|
@ -1644,6 +1645,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Odhlásit se
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Oprávnění na vyšších úrovních jsou oprávnění Field úrovně. Všechna pole jsou Úroveň oprávnění nastavit proti nim a pravidla určená na to oprávnění se vztahují na pole. To je užitečné v případě, že chcete skrýt nebo ujistil pole jen pro čtení pro určité role."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Zadejte statické parametry url zde (Např odesílatel = ERPNext, username = ERPNext, password. = 1234 atd.),"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nebyly nalezeny žádné výsledky pro ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Pakliže tyto instrukce nebyly nápomocné, prosím přidejte Vaše doporučení na GitHub Issues."
|
||||
DocType: Workflow State,bookmark,záložka
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Název složky by neměl obsahovat '/' (lomítko)
|
||||
|
|
@ -1833,7 +1835,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nemůže {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Použít toto pravidlo v případě, že uživatel je vlastníkem"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Bude to vaše přihlašovací ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Prosím nastavte výchozí emailový účet z Nastavení> Email> E-mailový účet
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Sestav Report
|
||||
DocType: Note,Notify users with a popup when they log in,"Informovat uživatele s pop-up, když se přihlásí"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} neexistuje, zvolte nový cíl pro sloučení"
|
||||
|
|
@ -2319,7 +2320,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odp
|
|||
DocType: DocType,Setup,Nastavení
|
||||
DocType: Email Account,Initial Sync Count,Počáteční synchronizace Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nový komentář: {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nastavení> Správce oprávnění uživatelů
|
||||
DocType: Workflow State,glass,glass
|
||||
DocType: DocType,Timeline Field,Časová osa Field
|
||||
DocType: Country,Time Zones,Časová pásma
|
||||
|
|
@ -2445,6 +2445,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Nelze nastavit přiřadit Změny když není Odeslatelné
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nastavení> Správce oprávnění uživatelů
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Dosud nemáte žádné zprávy.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Odebrat všechna přizpůsobení?
|
||||
DocType: Website Slideshow,Slideshow Name,Název promítání obrázků
|
||||
|
|
@ -2658,7 +2659,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Přihlášení s LDAP
|
|||
DocType: Web Form,Breadcrumbs,Drobečková navigace (Breadcrumbs)
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Pokud majitelem
|
||||
DocType: Data Migration Mapping,Push,TAM
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nebyla nalezena žádná výchozí šablona adresy. Vytvořte prosím nový z nabídky Nastavení> Tisk a branding> Šablona adresy.
|
||||
DocType: OAuth Authorization Code,Expiration time,doba expirace
|
||||
DocType: Web Page,Website Sidebar,Webové stránky Sidebar
|
||||
DocType: Web Form,Show Sidebar,Show Sidebar
|
||||
|
|
@ -2695,7 +2695,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Node
|
|||
DocType: Communication,Notification,Oznámení
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Série {0} jsou již použity v {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet není nastaven. Vytvořte nový e-mailový účet z nabídky Nastavení> Email> E-mailový účet
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nepodporovaný formát souboru
|
||||
DocType: DocField,Code,Kód
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Všechny možné Workflow států a role pracovního postupu. Možnosti Docstatus: 0 je "Saved", 1 "Vložené" a 2 "Zrušeno""
|
||||
|
|
@ -2806,6 +2805,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapování migrace dat
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Neplatný Přihlášení Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Vyřadit
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,před 1 hodinou
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nebyla nalezena žádná výchozí šablona adresy. Vytvořte prosím nový z nabídky Nastavení> Tisk a branding> Šablona adresy.
|
||||
DocType: Website Settings,Home Page,Domovská stránka
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Chyba Snapshot
|
||||
DocType: Kanban Board,Filters,Filtry
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,cirkel-pil-up
|
||||
DocType: Email Domain,Email Domain,E-mail domæne
|
||||
DocType: Workflow State,italic,kursiv
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Opsætning> Bruger
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Kan ikke sætte Import uden Opret
|
||||
DocType: SMS Settings,Enter url parameter for message,Indtast url parameter for besked
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Se rapport i din browser
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Reference: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,fru
|
||||
DocType: File,Attached To Name,Vedhæftet Til Navn
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} år siden
|
||||
DocType: Address,Address Type,Adressetype
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Ugyldigt brugernavn eller support adgangskode. Venligst rette, og prøv igen."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Target
|
||||
DocType: System Settings,Number of Backups,Antal sikkerhedskopier
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} år siden
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Gå
|
||||
DocType: OAuth Authorization Code,Invalid,Ugyldigt
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,trin-bagud
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Venligst sæt Dropbox genvejstaster i dit site config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Slet denne rekord for at tillade at sende denne e-mail-adresse
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Venligst opsæt standard e-mail-konto fra Opsætning> Email> E-mail-konto
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Kun obligatoriske felter er nødvendige for nye rekorder. Du kan slette ikke-obligatoriske kolonner, hvis du ønsker."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Kan ikke opdatere begivenhed
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Betaling fuldført
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument ID
|
||||
DocType: Print Settings,Letter,Brev
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Billede felt skal være af typen Vedhæft billede
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ingen resultater fundet for ' </p>
|
||||
DocType: DocField,Columns,Kolonner
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Delt med bruger {0} med læsadgang
|
||||
DocType: Async Task,Succeeded,Lykkedes
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Titel
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Synes problem med serverens razorpay config. Bare rolig, i tilfælde af svigt beløb vil få refunderet til din konto."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Tilpas
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Se tilladte dokumenter
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mail-konto er ikke konfigureret. Opret en ny e-mail-konto fra Opsætning> Email> E-mail-konto
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Kæde integritet
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Giv venligst en detaljeret tilbagemelding.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Dit abonnement udløber i dag.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Vedhæft fil
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Opsætning> Bruger
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Størrelse
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Opgave Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Brugertilladelse doctyper
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Log af
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Tilladelser på højere niveauer er Field Level tilladelser. Alle felter har et Tilladelsesniveau sæt mod dem, og de regler, der er defineret ved, at tilladelser anvendelse på. Dette er nyttigt, hvis du ønsker at skjule eller foretage visse felt skrivebeskyttet for bestemte roller."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Indtast statiske url parametre her (F.eks. Afsender = ERPNext, brugernavn = ERPNext, password = 1234 mm)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ingen resultater fundet for ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Hvis disse anvisninger, hvis ikke nyttigt, bedes du tilføje i dine forslag på GitHub Issues."
|
||||
DocType: Workflow State,bookmark,bogmærke
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Mappenavnet skal ikke indeholde '/' (skråstreg)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Kan ikke {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Anvende denne regel, hvis brugeren er ejer"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Vil være dit login-id
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Venligst opsæt standard e-mail-konto fra Opsætning> Email> E-mail-konto
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Byg rapport
|
||||
DocType: Note,Notify users with a popup when they log in,"Giv brugerne en popup, når de logger ind"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1} eksisterer ikke. Vælg et nyt mål for sammenlægningen
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Sva
|
|||
DocType: DocType,Setup,Opsætning
|
||||
DocType: Email Account,Initial Sync Count,Indledende Sync Grev
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ny kommentar om {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Opsætning> Brugerrettigheder
|
||||
DocType: Workflow State,glass,glas
|
||||
DocType: DocType,Timeline Field,Tidslinje Field
|
||||
DocType: Country,Time Zones,Tidszoner
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Kan ikke indstille tildeling - Ændre, hvis det ikke kan indsendes."
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Opsætning> Brugerrettigheder
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Du har endnu ingen beskeder.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Fjern alle tilpasninger?
|
||||
DocType: Website Slideshow,Slideshow Name,Slideshow Navn
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Login med LDAP
|
|||
DocType: Web Form,Breadcrumbs,Rasp
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Hvis ejer
|
||||
DocType: Data Migration Mapping,Push,Skubbe
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adresse skabelon fundet. Opret venligst en ny fra Opsætning> Udskrivning og branding> Adresseskabelon.
|
||||
DocType: OAuth Authorization Code,Expiration time,udløb tid
|
||||
DocType: Web Page,Website Sidebar,Website Sidebar
|
||||
DocType: Web Form,Show Sidebar,Vis Sidebar
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Gruppe Nod
|
|||
DocType: Communication,Notification,Notifikation
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serien {0} allerede anvendes i {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mail-konto er ikke konfigureret. Opret en ny e-mail-konto fra Opsætning> Email> E-mail-konto
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Ikke-understøttet filformat
|
||||
DocType: DocField,Code,Kode
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Alle mulige Workflow stater og roller arbejdsgangen. Docstatus Valg: 0 er "frelst", 1 "Indsendte" og 2 "Annulleret""
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Data Migration Kortlægni
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Ugyldig login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Kassér
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 time siden
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adresse skabelon fundet. Opret venligst en ny fra Opsætning> Udskrivning og branding> Adresseskabelon.
|
||||
DocType: Website Settings,Home Page,Hjemmeside
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Fejl Snapshot
|
||||
DocType: Kanban Board,Filters,Filtre
|
||||
|
|
|
|||
|
|
|
@ -169,6 +169,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,Kreis-Pfeil-nach-oben
|
||||
DocType: Email Domain,Email Domain,E-Mail-Domain
|
||||
DocType: Workflow State,italic,kursiv
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Benutzer
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,"{0}: Kann nicht auf ""Import"" eingestellt werden ohne ""Erstellen"""
|
||||
DocType: SMS Settings,Enter url parameter for message,URL-Parameter für Nachricht eingeben
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Bericht in Ihrem Browser anzeigen
|
||||
|
|
@ -919,6 +920,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referenz: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Fräulein
|
||||
DocType: File,Attached To Name,Angehängt an Namen
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} Jahr (e) her
|
||||
DocType: Address,Address Type,Adresstyp
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Ungültiger Benutzername oder fehlendes Passwort. Bitte Angaben korrigieren und erneut versuchen.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1088,7 +1090,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,Megafon
|
||||
DocType: Footer Item,Target,Ziel
|
||||
DocType: System Settings,Number of Backups,Anzahl der Backups
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} Jahr (e) her
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Gehen
|
||||
DocType: OAuth Authorization Code,Invalid,Ungültig
|
||||
|
|
@ -1397,6 +1398,7 @@ DocType: Workflow State,step-backward,Schritt zurück
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Bitte Dropbox-Zugriffsdaten in den Einstellungen der Seite setzen
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Löschen Sie diesen Datensatz, um das Senden an diese E-Mail Adresse zu ermöglichen"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Bitte richten Sie das Standard-E-Mail-Konto unter Setup> E-Mail> E-Mail-Konto ein
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Für neue Datensätze sind nur Pflichtfelder zwingend erforderlich. Nicht zwingend erforderliche Spalten können gelöscht werden, falls gewünscht."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Ereignis kann nicht aktualisiert werden
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Zahlung abschließen
|
||||
|
|
@ -1490,7 +1492,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokument-ID
|
||||
DocType: Print Settings,Letter,Brief
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Bildfeld muss Typ anhängen Bild
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Keine Ergebnisse gefunden für ' </p>
|
||||
DocType: DocField,Columns,Spalten
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Für den Benutzer {0} mit Lesezugriff freigegeben
|
||||
DocType: Async Task,Succeeded,Erfolgreich
|
||||
|
|
@ -1530,6 +1531,7 @@ DocType: Error Log,Title,Bezeichnung
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Scheint Problem mit razorpay Config des Servers. Keine Sorge, wird im Falle des Scheiterns Betrag auf Ihr Konto zurückerstattet bekommen."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Anpassen
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Anzeigen von zulässigen Dokumenten
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-Mail-Konto nicht eingerichtet. Bitte erstellen Sie ein neues E-Mail-Konto unter Setup> E-Mail> E-Mail-Konto
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Kettenintegrität
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Bitte geben Sie eine detaillierte feebdack.
|
||||
|
|
@ -1582,7 +1584,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Ihr Abonnement wird heute auslaufen.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Datei anhängen
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Benutzer
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Größe
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Zuordnung vollständig
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Benutzerrechte-DocTypes
|
||||
|
|
@ -1645,6 +1646,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Abmelden
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Berechtigungen auf höherer Ebene sind Feldebenen-Berechtigungen. Allen Feldern werden eine Berechtigungsebene und die für diese Berechtigung definierten Regeln zugeordnet. Dies ist nützlich, wenn Felder verborgen werden oder für bestimmte Rollen nur lesbar sein sollen."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Statische URL-Parameter hier eingeben (z. B. Absender=ERPNext, Benutzername=ERPNext, Passwort=1234 usw.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Keine Ergebnisse gefunden für ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Wenn diese Anleitung nicht hilfreich war, bitte einen Hinweis in den GitHub-Themen hinzufügen."
|
||||
DocType: Workflow State,bookmark,Lesezeichen
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Folder name sollte nicht '/' (Schrägstrich)
|
||||
|
|
@ -1834,7 +1836,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Kann nicht {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Diese Regel anwenden, wenn der Nutzer gleich dem Besitzer ist"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Wird Ihre Login-ID sein
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Bitte richten Sie das Standard-E-Mail-Konto unter Setup> E-Mail> E-Mail-Konto ein
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Bericht erstellen
|
||||
DocType: Note,Notify users with a popup when they log in,"Benachrichtigen Sie die Benutzer mit einem Pop-up, wenn sie sich in"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1} existiert nicht. Bitte ein neues Ziel zum Zusammenführen wählen
|
||||
|
|
@ -2320,7 +2321,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,All
|
|||
DocType: DocType,Setup,Einstellungen
|
||||
DocType: Email Account,Initial Sync Count,Anzahl bei der ersten Synchronisation
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Neuer Kommentar zu {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Benutzerberechtigungsmanager
|
||||
DocType: Workflow State,glass,Glas
|
||||
DocType: DocType,Timeline Field,Timeline-Feld
|
||||
DocType: Country,Time Zones,Zeitzonen
|
||||
|
|
@ -2446,6 +2446,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Kann nicht als ""als geändert markieren"" eingestellt werden, wenn nicht übertragbar"
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Benutzerberechtigungsmanager
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Du hast noch keine Nachrichten.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Alle Anpassungen entfernen?
|
||||
DocType: Website Slideshow,Slideshow Name,Name der Diaschau
|
||||
|
|
@ -2658,7 +2659,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Einloggen mit LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Wenn Inhaber
|
||||
DocType: Data Migration Mapping,Push,drücken
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Keine Standard-Adressvorlage gefunden. Bitte erstellen Sie unter Setup> Drucken und Branding> Adressvorlage eine neue Vorlage.
|
||||
DocType: OAuth Authorization Code,Expiration time,Ablaufzeit
|
||||
DocType: Web Page,Website Sidebar,Webseite Sidebar
|
||||
DocType: Web Form,Show Sidebar,anzeigen Sidebar
|
||||
|
|
@ -2695,7 +2695,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Gruppen-Kn
|
|||
DocType: Communication,Notification,Mitteilung
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serie {0} bereits verwendet in {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-Mail-Konto nicht eingerichtet. Bitte erstellen Sie ein neues E-Mail-Konto unter Setup> E-Mail> E-Mail-Konto
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nicht unterstütztes Dateiformat
|
||||
DocType: DocField,Code,Code
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Alle möglichen Zustände und Rollen des Workflows. Dokumentenstatus-Optionen sind: 0 ist ""Gespeichert"", 1 ist ""Übertragen"" und 2 ist ""Abgebrochen"""
|
||||
|
|
@ -2806,6 +2805,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Datenmigrationszuordnung
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Verwerfen
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,vor 1 Stunde
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Keine Standard-Adressvorlage gefunden. Bitte erstellen Sie unter Setup> Drucken und Branding> Adressvorlage eine neue Vorlage.
|
||||
DocType: Website Settings,Home Page,Startseite
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Momentaufnahme des übergeordneten Fehlers
|
||||
DocType: Kanban Board,Filters,Filter
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,Circle-arrow-up
|
||||
DocType: Email Domain,Email Domain,τομέα email
|
||||
DocType: Workflow State,italic,Πλάγια γραφή
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Ρύθμιση> Χρήστης
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : Δεν είναι δυνατή η ρύθμιση εισαγωγής χωρίς δημιουργία
|
||||
DocType: SMS Settings,Enter url parameter for message,Εισάγετε παράμετρο url για το μήνυμα
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Προβολή αναφοράς στο πρόγραμμα περιήγησής σας
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Παραπομπή: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,κυρία
|
||||
DocType: File,Attached To Name,Συνδεδεμένο με το όνομα
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} χρόνια πριν
|
||||
DocType: Address,Address Type,Τύπος διεύθυνσης
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Μη έγκυρο όνομα χρήστη ή κωδικός υποστήριξης. Παρακαλώ διορθώστε και δοκιμάστε ξανά .
|
||||
DocType: Email Account,Yahoo Mail,Yahoo mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,Τηλεβόας
|
||||
DocType: Footer Item,Target,Στόχος
|
||||
DocType: System Settings,Number of Backups,Αριθμός αντιγράφων ασφαλείας
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} χρόνια πριν
|
||||
DocType: Website Settings,Copyright,Πνευματική ιδιοκτησία
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Πάω
|
||||
DocType: OAuth Authorization Code,Invalid,Άκυρος
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,Βήμα προς τα πίσω
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Παρακαλώ ορίστε τα κλειδιά πρόσβασης dropbox στις ρυθμίσεις του site σας
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Διαγραφή αυτής της εγγραφής για να επιτρέψει την αποστολή σε αυτήν τη διεύθυνση ηλεκτρονικού ταχυδρομείου
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Ρυθμίστε τον προεπιλεγμένο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Μόνο τα υποχρεωτικά πεδία είναι απαραίτητα για νέες εγγραφές. Μπορείτε να διαγράψετε μη υποχρεωτικές στήλες εάν το επιθυμείτε.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Δεν είναι δυνατή η ενημέρωση εκδήλωση
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Πλήρης πληρωμή
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,έγγραφο ταυτότητας
|
||||
DocType: Print Settings,Letter,Επιστολή
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,πεδίο εικόνας πρέπει να είναι τύπου Επισύναψη εικόνας
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Δεν βρέθηκαν αποτελέσματα για ' </p>
|
||||
DocType: DocField,Columns,Στήλες
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Κοινή χρήση με τον χρήστη {0} με πρόσβαση ανάγνωσης
|
||||
DocType: Async Task,Succeeded,Πετυχημένος
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Τίτλος
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Φαίνεται ζήτημα με razorpay config server. Μην ανησυχείτε, σε περίπτωση που το ποσό αποτυχία θα πάρει επιστρέφεται στο λογαριασμό σας."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Προσαρμογή
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Προβολή επιτρεπόμενων εγγράφων
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Ο λογαριασμός ηλεκτρονικού ταχυδρομείου δεν έχει ρυθμιστεί. Δημιουργήστε ένα νέο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Ακεραιότητα Αλυσίδας
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Παρακαλείστε να δώσετε λεπτομερή feebdack.
|
||||
|
|
@ -1581,7 +1583,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Η συνδρομή σας θα λήξει σήμερα.
|
||||
DocType: Page,Standard,Πρότυπο
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Επισυνάψετε Το Αρχείο
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Ρύθμιση> Χρήστης
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Μέγεθος
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Εκχώρηση Ολοκλήρωση
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Τύποι εγγράφου δικαιωμάτων χρήστη
|
||||
|
|
@ -1644,6 +1645,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Αποσύνδεση
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Τα δικαιώματα σε υψηλότερα επίπεδα είναι τα δικαιώματα σε 'επίπεδο πεδίου'. Όλα τα πεδία έχουν ένα επίπεδο δικαιώματος ορισμένο και οι κανόνες δικαιωμάτων εφαρμόζονται στο πεδίο. Αυτό χρησιμεύει σε περίπτωση που θέλετε να κρύψετε ή να κάνετε κάποια πεδία μόνο αναγνώσιμα για συγκεκριμμένους ρόλους.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Εισάγετε στατικές παραμέτρους url εδώ (π.Χ. Αποστολέα = erpnext, όνομα = erpnext, password = 1234 κλπ.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Δεν βρέθηκαν αποτελέσματα για ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Εάν αυτές οι οδηγίες δεν ήταν χρήσιμες, Παρακαλώ να προσθέσετε τις δικές σας προτάσεις σχετικά με τα θέματα github."
|
||||
DocType: Workflow State,bookmark,Σελιδοδείκτης
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Το όνομα του φακέλου δεν πρέπει να περιλαμβάνει '/' (κάθετο)
|
||||
|
|
@ -1833,7 +1835,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Δεν μπορεί να {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Εφαρμόστε τον κανόνα αυτό, αν ο χρήστης είναι ο ιδιοκτήτης"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Θα είναι το αναγνωριστικό σύνδεσής σας
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Ρυθμίστε τον προεπιλεγμένο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Κατασκευή έκθεσης
|
||||
DocType: Note,Notify users with a popup when they log in,Ειδοποίηση για τους χρήστες με ένα popup όταν συνδεθείτε
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} Δεν υπάρχει, επιλέξτε ένα νέο στόχο για τη συγχώνευση"
|
||||
|
|
@ -2319,7 +2320,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Α
|
|||
DocType: DocType,Setup,Εγκατάσταση
|
||||
DocType: Email Account,Initial Sync Count,Αρχική Sync Καταμέτρηση
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Νέο σχόλιο για {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Εγκατάσταση> Διαχείριση δικαιωμάτων χρηστών
|
||||
DocType: Workflow State,glass,Ποτήρι
|
||||
DocType: DocType,Timeline Field,Χρονοδιάγραμμα πεδίο
|
||||
DocType: Country,Time Zones,Ζώνες ώρας
|
||||
|
|
@ -2445,6 +2445,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0} : Δεν είναι δυνατή η ανάθεση τροποποίησης, αν δεν είναι υποβλητέα"
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,DocType σύνδεσμο
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Εγκατάσταση> Διαχείριση δικαιωμάτων χρηστών
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Δεν έχετε ακόμη μηνύματα.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Αφαίρεση όλων των προσαρμογών;
|
||||
DocType: Website Slideshow,Slideshow Name,Όνομα παρουσίασης
|
||||
|
|
@ -2658,7 +2659,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Σύνδεση με LDAP
|
|||
DocType: Web Form,Breadcrumbs,Διαδρομή
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Εάν Ιδιοκτήτης
|
||||
DocType: Data Migration Mapping,Push,Σπρώξτε
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Δεν βρέθηκε προεπιλεγμένο πρότυπο διεύθυνσης. Δημιουργήστε ένα νέο από το Setup> Printing and Branding> Template Address.
|
||||
DocType: OAuth Authorization Code,Expiration time,ώρα λήξης
|
||||
DocType: Web Page,Website Sidebar,ιστοσελίδα Sidebar
|
||||
DocType: Web Form,Show Sidebar,Εμφάνιση Sidebar
|
||||
|
|
@ -2695,7 +2695,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Κόμβο
|
|||
DocType: Communication,Notification,Κοινοποίηση
|
||||
DocType: DocType,Document,Έγγραφο
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Η σειρά {0} έχει ήδη χρησιμοποιηθεί σε {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Ο λογαριασμός ηλεκτρονικού ταχυδρομείου δεν έχει ρυθμιστεί. Δημιουργήστε ένα νέο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Μη υποστηριζόμενη μορφή αρχείου
|
||||
DocType: DocField,Code,Κωδικός
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Όλες οι πιθανές Workflow μέλη και τους ρόλους της ροής εργασίας. Docstatus Επιλογές: 0 «Σώζεται», 1 «Υποβλήθηκε» και 2 «Ακυρώθηκε""
|
||||
|
|
@ -2806,6 +2805,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Χαρτογράφηση
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Άκυρη Είσοδος Διακριτικό
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Απορρίπτω
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Πριν από 1 ώρα
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Δεν βρέθηκε προεπιλεγμένο πρότυπο διεύθυνσης. Δημιουργήστε ένα νέο από το Setup> Printing and Branding> Template Address.
|
||||
DocType: Website Settings,Home Page,Αρχική σελίδα
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Μητρική Στιγμιότυπο σφάλματος
|
||||
DocType: Kanban Board,Filters,Φίλτρα
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,circle-arrow -up
|
||||
DocType: Email Domain,Email Domain,Dominio de Correo Electrónico
|
||||
DocType: Workflow State,italic,itálica
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuración> Usuario
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,"{0}: no se puede establecer ""importar"" sin crear primero"
|
||||
DocType: SMS Settings,Enter url parameter for message,Introduzca el parámetro url para el mensaje
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Ver informe en su navegador
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referencia: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Señora
|
||||
DocType: File,Attached To Name,Asociado A Nombre
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} año (s) atrás
|
||||
DocType: Address,Address Type,Tipo de dirección
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Nombre de usuario o contraseña de soporte inválido, por favor verifique e inténtelo de nuevo."
|
||||
DocType: Email Account,Yahoo Mail,Correo de Yahoo
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,Megáfono
|
||||
DocType: Footer Item,Target,Objetivo
|
||||
DocType: System Settings,Number of Backups,Número de copias de seguridad
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} año (s) atrás
|
||||
DocType: Website Settings,Copyright,Derechos de Autor
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Buscar
|
||||
DocType: OAuth Authorization Code,Invalid,Inválido
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,retroceder
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Por favor, establezca las llaves de acceso de Dropbox en la configuración de su sistema"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminar este registro para permitir el envío a esta dirección de correo electrónico
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configure la cuenta de correo electrónico predeterminada desde Configuración> Correo electrónico> Cuenta de correo electrónico
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Sólo los campos obligatorios son necesarios para los nuevos registros. Puede eliminar columnas de carácter no obligatorio, si lo desea."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,No se puede actualizar evento
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Pago Completo
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,Aplicación OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Identificador del Documento
|
||||
DocType: Print Settings,Letter,Carta
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Campo de imagen debe ser de tipo Adjuntar imagen
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No se encontraron resultados para ' </p>
|
||||
DocType: DocField,Columns,columnas
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Compartido con el usuario {0} con acceso de lectura
|
||||
DocType: Async Task,Succeeded,Terminado
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Nombre
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Parece ser un problema con la configuración del servidor de razorpay. No se preocupe, en caso de fallo el importe será reembolsado a su cuenta."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Personalización
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Ver Documentos Permitidos
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Cuenta de correo electrónico no configurada. Cree una nueva cuenta de correo electrónico desde Configuración> Correo electrónico> Cuenta de correo electrónico
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integridad de cadena
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Por favor, dar una retroalimentación detallada."
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Su suscripción expira hoy.
|
||||
DocType: Page,Standard,Estándar
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Adjuntar Archivo
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuración> Usuario
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Tamaño
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Asignación Completa
|
||||
DocType: Custom DocPerm,User Permission DocTypes,'DocType' para permisos de usuarios
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Salir
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Los permisos en los niveles más altos son los permisos ""a nivel de campo"". Todos los campos tienen permisos definidos, y los roles definidos son aplicados en los campos. Esto es útil en caso de que quieras ocultar o crear un campo de sólo lectura para ciertos roles."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Introduzca los parámetros de URL aquí (Ej. sender = ERPNext , nombre de usuario = ERPNext , contraseña = 1234 etc )"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No se encontraron resultados para ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Si estas instrucciones no son útiles, por favor, añadir sus sugerencias en GitHub ."
|
||||
DocType: Workflow State,bookmark,marcador
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Nombre de carpeta no debe incluir '/' (slash)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},No se puede {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Aplicar esta regla, si el usuario es el propietario"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Será su ID de inicio de sesión
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configure la cuenta de correo electrónico predeterminada desde Configuración> Correo electrónico> Cuenta de correo electrónico
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Crear reporte
|
||||
DocType: Note,Notify users with a popup when they log in,Notificar a los usuarios con un mensaje emergente cuando se conectan
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} no existe, seleccione un nuevo objetivo para fusionar"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Res
|
|||
DocType: DocType,Setup,Configuración
|
||||
DocType: Email Account,Initial Sync Count,Conde de sincronización inicial
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nuevo comentario en {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuración> Administrador de permisos de usuario
|
||||
DocType: Workflow State,glass,vidrio
|
||||
DocType: DocType,Timeline Field,Campo de Línea de Tiempo
|
||||
DocType: Country,Time Zones,Zonas horarias
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: no se puede establecer ""asignar corrección"" si no es enviable"
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Enlazar DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuración> Administrador de permisos de usuario
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Aún no tienes ningún mensaje.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Remover todas las personalizaciones?
|
||||
DocType: Website Slideshow,Slideshow Name,Nombre de presentación
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Ingresar con LDAP
|
|||
DocType: Web Form,Breadcrumbs,Migas
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Si es dueño
|
||||
DocType: Data Migration Mapping,Push,Push
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No se encontró una Plantilla de dirección predeterminada. Cree uno nuevo desde Configuración> Impresión y marca> Plantilla de dirección.
|
||||
DocType: OAuth Authorization Code,Expiration time,Tiempo de expiración
|
||||
DocType: Web Page,Website Sidebar,Barra Lateral página web
|
||||
DocType: Web Form,Show Sidebar,Mostrar barra lateral
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Agrupar po
|
|||
DocType: Communication,Notification,Notificación
|
||||
DocType: DocType,Document,Documento
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Secuencia {0} ya utilizada en {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Cuenta de correo electrónico no configurada. Cree una nueva cuenta de correo electrónico desde Configuración> Correo electrónico> Cuenta de correo electrónico
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Formato de archivo no soportado
|
||||
DocType: DocField,Code,Código
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Todos los posibles estados de flujo de trabajo y las funciones de flujo de trabajo. Opciones DocStatus: 0 es "salvado", 1 es "Enviado" y 2 es "Cancelado""
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Asignación de migración
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Descarte
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Hace una hora
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No se encontró una Plantilla de dirección predeterminada. Cree uno nuevo desde Configuración> Impresión y marca> Plantilla de dirección.
|
||||
DocType: Website Settings,Home Page,Página de inicio
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Instantanea de Error Padre
|
||||
DocType: Kanban Board,Filters,Filtros
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,Ringi Nool üles
|
||||
DocType: Email Domain,Email Domain,E-Domain
|
||||
DocType: Workflow State,italic,kald-
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Seadistamine> Kasutaja
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Ei saa määrata Import ilma Loo
|
||||
DocType: SMS Settings,Enter url parameter for message,Sisesta url parameeter sõnum
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Vaadake aruannet oma brauseris
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Viide: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,proua
|
||||
DocType: File,Attached To Name,Lisatud Nimi
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} aastat (aastad) tagasi
|
||||
DocType: Address,Address Type,aadressi tüüp
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Vale kasutajanimi või Support Password. Palun paranda ja proovige uuesti.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Sihtmärk
|
||||
DocType: System Settings,Number of Backups,Arv Varukoopiad
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} aastat (aastad) tagasi
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,minema
|
||||
DocType: OAuth Authorization Code,Invalid,Kehtetu
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,samm-tagasi
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Palun määra Dropbox sissepääsuvõtmetena saidi config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Kustuta see rekord lubada saates selle e-posti aadress
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Palun seadistage vaikimisi e-posti konto seaded> e-post> e-posti konto
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Ainult kohustuslikud väljad on vajalikud uue rekordi. Võite kustutada mittekohustuslikud kolonnid, kui soovite."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Ei saa uuendada juhul
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,makse on
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP rakendus
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumendi ID
|
||||
DocType: Print Settings,Letter,Täht
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Pilt valdkonnas peab olema tüübiga Kinnita Pilt
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tulemusi pole ' </p>
|
||||
DocType: DocField,Columns,veerud
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Jagatud kasutajaga {0} koos lugemisavaga
|
||||
DocType: Async Task,Succeeded,Õnnestus
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Pealkiri
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Tundub küsimus serveri razorpay config. Ärge muretsege, kui see ei õnnestu summa saavad tagastatakse kontole."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Kohanda
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Vaadake lubatavaid dokumente
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posti konto ei ole häälestatud. Loo uus e-posti konto seadistamise> e-post> e-posti konto
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Keti terviklikkus
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Palun esitage üksikasjalik feebdack.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Teie tellimus lõpeb täna.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Kaasa fail
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Seadistamine> Kasutaja
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Suurus
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Ülesanne Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Kasutaja loata doctypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Logi välja
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Õigused kõrgematel tasanditel on Field Tase õigused. Kõik väljad on õigustetasemele komplekt neile ja reeglid määratletud, et load kehtivad valdkonnas. See on kasulik, kui soovid peita või teha teatud valdkonnas lugemiseks vaid teatud rollid."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Sisesta staatiline url parameetrid (n. Saatjale = ERPNext, kasutajanimi = ERPNext parooliga 1234 jne)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tulemusi pole ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Kui neid juhiseid, kus ei ole kasulik, lisage oma ettepanekuid github küsimused."
|
||||
DocType: Workflow State,bookmark,järjehoidja
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Kausta nimi ei tohi sisaldada "/" (kaldkriipsuga)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Kas {0} {1} ei saa
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Rakenda see reegel kui Kasutaja on omanik
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Kas teie sisselogimise ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Palun seadistage vaikimisi e-posti konto seaded> e-post> e-posti konto
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Ehitamine aruanne
|
||||
DocType: Note,Notify users with a popup when they log in,"Teavitage kasutajatele hüpikaken, kui nad sisse logida"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ei ole olemas, vali uus siht ühendada"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Vas
|
|||
DocType: DocType,Setup,Setup
|
||||
DocType: Email Account,Initial Sync Count,Esmane Sync Krahv
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Uus kommentaar {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Seadistamine> Kasutajate õiguste haldur
|
||||
DocType: Workflow State,glass,klaas
|
||||
DocType: DocType,Timeline Field,Timeline Field
|
||||
DocType: Country,Time Zones,Ajavööndid
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Ei saa määrata Määra Muuta kui mitte esitatav
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Seadistamine> Kasutajate õiguste haldur
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Teil pole veel ühtegi sõnumit.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Eemalda kõik kohandused?
|
||||
DocType: Website Slideshow,Slideshow Name,Slideshow nimi
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Sisene oma LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Kui Omanik
|
||||
DocType: Data Migration Mapping,Push,Push
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Aadressimalli vaikimisi ei leitud. Palun looge uus seade Seadistamine> Printimine ja branding> Aadressimall.
|
||||
DocType: OAuth Authorization Code,Expiration time,aegumine aeg
|
||||
DocType: Web Page,Website Sidebar,Koduleht Sidebar
|
||||
DocType: Web Form,Show Sidebar,Näita külgriba
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Node
|
|||
DocType: Communication,Notification,teade
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Seeria {0} on juba kasutatud {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posti konto ei ole häälestatud. Loo uus e-posti konto seadistamise> e-post> e-posti konto
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Toetuseta Failivorming
|
||||
DocType: DocField,Code,Kood
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Kõik võimalikud Töövoo Ühendriigid ja rollid töökorraldust. Docstatus Valikud: 0 on "Salvesta", 1 "Esitatud" ja 2 "Tühistatud""
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Andmevahetuse kaardistami
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Vale Logi Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Visake ära
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 tund tagasi
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Aadressimalli vaikimisi ei leitud. Palun looge uus seade Seadistamine> Printimine ja branding> Aadressimall.
|
||||
DocType: Website Settings,Home Page,Esileht
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Error Snapshot
|
||||
DocType: Kanban Board,Filters,Filtrid
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,دایره-فلش-تا
|
||||
DocType: Email Domain,Email Domain,دامنه ایمیل
|
||||
DocType: Workflow State,italic,حروف کج
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,تنظیم> کاربر
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: می توانید وارد مجموعه بدون ایجاد کنید
|
||||
DocType: SMS Settings,Enter url parameter for message,پارامتر URL برای پیام را وارد کنید
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,مشاهده گزارش در مرورگر خود
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},مرجع: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,خانم
|
||||
DocType: File,Attached To Name,فایل های پیوست شده به نام
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} سال (ها) قبل
|
||||
DocType: Address,Address Type,نوع نشانی
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,نام کاربری نامعتبر است و یا پشتیبانی رمز عبور. لطفا اصلاح و دوباره سعی کنید.
|
||||
DocType: Email Account,Yahoo Mail,ایمیل یاهو
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,هدف
|
||||
DocType: System Settings,Number of Backups,تعداد پشتیبان گیری
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} سال (ها) قبل
|
||||
DocType: Website Settings,Copyright,حق طبع و نشر
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,رفتن
|
||||
DocType: OAuth Authorization Code,Invalid,بی اعتبار
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,گام به گام به عقب
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,لطفا کلیدهای دسترسی Dropbox به پیکربندی در سایت خود تنظیم
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,حذف این رکورد اجازه می دهد تا ارسال به این آدرس ایمیل
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,لطفا تنظیمات ایمیل پیش فرض را از طریق Setup> Email> Account Email تنظیم کنید
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,تنها فیلدها اجباری لازم برای پرونده جدید است. شما می توانید ستون اجباری اگر شما می خواهید حذف کنید.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,به روز نمی شود رویداد
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,کامل پرداخت
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,برنامه OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID سند
|
||||
DocType: Print Settings,Letter,نامه
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,تصویر زمینه باید از این نوع باشد ضمیمه تصویر
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> هیچ نتیجه ای برای ' </p>"
|
||||
DocType: DocField,Columns,ستون ها
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,با استفاده از کاربر {0} با دسترسی به خواندن اشتراک گذاشته شده است
|
||||
DocType: Async Task,Succeeded,پیش
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,عنوان
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",به نظر می رسد موضوع را با پیکربندی razorpay سرور. نگران نباشید، در مورد مقدار شکست مسترد به حساب کاربری خود را دریافت کنید.
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,سفارشی
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,مشاهده اسناد مجاز
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب ایمیل تنظیم نشده است. لطفا یک حساب ایمیل جدید ایجاد کنید از Setup> Email> Account Email
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,یکپارچگی زنجیره
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,لطفا یک feebdack دقیق به من بدهید.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,اشتراک شما امروز منقضی خواهد شد.
|
||||
DocType: Page,Standard,استاندارد
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ضمیمهی فایل
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,تنظیم> کاربر
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,اندازه
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,انتساب کامل
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DocTypes اجازه کاربر
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,خارج شدن
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,مجوز در سطوح بالاتر می مجوزهای سطح درست. تمام زمینه ها یک مجموعه سطح اجازه علیه آنها و قوانین تعریف شده در آن دسترسی به زمینه اعمال می شود. این در مورد مفید است که شما می خواهید برای مخفی کردن و یا به آن درست خاص فقط خواندنی برای نقش خاص.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)",پارامترهای URL شخص را اینجا وارد کنید (به عنوان مثال فرستنده = ERPNext، نام کاربری = ERPNext و رمز = 1234 و غیره)
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> هیچ نتیجه ای برای ' </p>"
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",اگر این دستورالعمل که در آن مفید نیست، لطفا پیشنهادات خود را اضافه کنید در مسائل گیتهاب.
|
||||
DocType: Workflow State,bookmark,چوب الف
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),نام پوشه باید شامل از '/' (اسلش)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},نمی توان {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,درخواست این قانون در صورتی که کاربر مالک است
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,همان شناسه ورود خود را
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,لطفا تنظیمات ایمیل پیش فرض را از طریق Setup> Email> Account Email تنظیم کنید
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,ساخت گزارش
|
||||
DocType: Note,Notify users with a popup when they log in,کاربران آگاه کن با یک پنجره زمانی که آنها وارد سیستم شوید
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1} وجود ندارد، انتخاب یک هدف جدید برای ادغام
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,پ
|
|||
DocType: DocType,Setup,برپایی
|
||||
DocType: Email Account,Initial Sync Count,تعداد همگام سازی اولیه
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},نظر جدید در {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,تنظیم> مدیریت مجوز کاربر
|
||||
DocType: Workflow State,glass,شیشه
|
||||
DocType: DocType,Timeline Field,جدول زمانی درست
|
||||
DocType: Country,Time Zones,محدوده های زمانی
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: آیا می توانم تنظیم نشده اختصاص اصلاح اگر Submittable نمی
|
||||
DocType: Address,Bihar,بیهار
|
||||
DocType: Activity Log,Link DocType,DOCTYPE لینک
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,تنظیم> مدیریت مجوز کاربر
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,شما هنوز پیامی ندارید
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,حذف تمام سفارشی؟
|
||||
DocType: Website Slideshow,Slideshow Name,نام نمایش به صورت اسلاید
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,ورود LDAP
|
|||
DocType: Web Form,Breadcrumbs,پودرهای سوخاری
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,اگر مالک
|
||||
DocType: Data Migration Mapping,Push,فشار دادن
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,پیش فرض قالب آدرس یافت نشد لطفا یک نام جدید از Setup> Printing and Branding> Template Address ایجاد کنید.
|
||||
DocType: OAuth Authorization Code,Expiration time,زمان انقضا
|
||||
DocType: Web Page,Website Sidebar,نوار وب سایت
|
||||
DocType: Web Form,Show Sidebar,نمایش نوار کناری
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,گره گ
|
|||
DocType: Communication,Notification,اطلاع
|
||||
DocType: DocType,Document,سند
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},سری {0} در حال حاضر در مورد استفاده {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب ایمیل تنظیم نشده است. لطفا یک حساب ایمیل جدید ایجاد کنید از Setup> Email> Account Email
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,پشتیبانی نشده فرمت فایل
|
||||
DocType: DocField,Code,کد
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","همه وضعیت های ممکن گردش کار و نقشهای گردش کار.گزنیه های Docstatus :0 ""ذخیره شده "" ، 1 ""ثبت شده "" و 2 ""لغو شده "" است"
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,نقشه برداری م
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,ورود رمز نامعتبر
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,نادیده گرفتن
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ساعت قبل
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,پیش فرض قالب آدرس یافت نشد لطفا یک نام جدید از Setup> Printing and Branding> Template Address ایجاد کنید.
|
||||
DocType: Website Settings,Home Page,صفحه اصلی وب سایت
|
||||
DocType: Error Snapshot,Parent Error Snapshot,خطا پدر و مادر عکس فوری
|
||||
DocType: Kanban Board,Filters,فیلترها
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,kierrä-nuoli-ylös
|
||||
DocType: Email Domain,Email Domain,Sähköpostin verkkotunnus
|
||||
DocType: Workflow State,italic,kursiivi-
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Asennus> Käyttäjä
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: ei voi tuoda ellei sitä luoda
|
||||
DocType: SMS Settings,Enter url parameter for message,syötä url parametrin viesti
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Näytä raportti selaimessasi
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Viite: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,rouva
|
||||
DocType: File,Attached To Name,Liitetty (nimi)
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} vuotta sitten
|
||||
DocType: Address,Address Type,osoitteen tyyppi
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"virheellinen käyttäjätunnus tai tukisalasana, korjaa ja yritä uudelleen"
|
||||
DocType: Email Account,Yahoo Mail,Yahoo sähköposti
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,sarvi
|
||||
DocType: Footer Item,Target,Tavoite
|
||||
DocType: System Settings,Number of Backups,Varmuuskopioiden lukumäärä
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} vuotta sitten
|
||||
DocType: Website Settings,Copyright,tekijänoikeus
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Hae
|
||||
DocType: OAuth Authorization Code,Invalid,pätemätön
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,askel-taaksepäin
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_otsikko}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Määritä Dropbox pääsyn asetukset
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Poista tämä ennätys jotta lähettämällä tähän sähköpostiosoitteeseen
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Aseta oletussähköpostitili Setupista> Sähköposti> Sähköposti -tili
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Tietueiden lisäyksessä vain pakolliset kentät ovat välttämättömiä. Voit poistaa tarpeettomat sarakkeet.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Tapahtumaa ei pysty päivittämään
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Maksu valmis
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokumentin tunnus
|
||||
DocType: Print Settings,Letter,Kirjain
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Kuvakentän on oltava tyyppiä 'Kuvaliite'
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Hakutuloksia ei löytynyt ' </p>
|
||||
DocType: DocField,Columns,Pylväät
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,"Jaettu käyttäjällä {0}, jossa on lukuoikeus"
|
||||
DocType: Async Task,Succeeded,Onnistui
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Otsikko
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Razorpayn palvelimen asetuksissa näyttäisi olevan ongelma. Älä huoli, Ongelma tilanteessa saat hyvityksen tilillesi."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Mukauta
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Näytä sallitut asiakirjat
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Sähköposti-tili ei ole asennettu. Luo uusi sähköpostitili Asetukset> Sähköposti> Sähköposti -tili
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Ketjun rehellisyys
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Antakaa yksityiskohtainen feebdack.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Tilauksesi vanhenee tänään.
|
||||
DocType: Page,Standard,perus
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Liitä tiedosto
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Asennus> Käyttäjä
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Koko
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,tehtävä valmis
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Käyttöoikeustyypit
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Kirjaudu ulos
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Korkeamman tason oikeudet ovat kenttätason käyttöoikeuksia, joka kentällä on asetettu oikeutustaso ja määriteltyjä oikeutussääntöjä käytetään, tätä käytetään mikäli kenttä halutaan poistaa näkyvistä tai antaa pelkät lukuoikeudet kentälle tietyille rooleille"
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","syötä staattiset url parametrit tähän (esim, lähettäjä = ERPNext, käyttäjätunnus = ERPNext, salasana = 1234 jne)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Hakutuloksia ei löytynyt ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",elleivät nämä ohjeet auta lisää ehdotus GitHub:lle aiheesa
|
||||
DocType: Workflow State,bookmark,kirjanmerkki
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Kansion nimi ei pitäisi sisällyttää '/' (kauttaviiva)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Ei voi {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"käytä tätä sääntöä, jos käyttäjä on omistaja"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Tulee olemaan käyttäjätunnuksesi tunnus
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Aseta oletussähköpostitili Setupista> Sähköposti> Sähköposti -tili
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,tee raportti
|
||||
DocType: Note,Notify users with a popup when they log in,Ilmoita käyttäjille popup kun he kirjautuvat
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ei löydy, valitse uusi yhdistettävä tavoite"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Vas
|
|||
DocType: DocType,Setup,Asetukset
|
||||
DocType: Email Account,Initial Sync Count,Alustava synkronointi Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Uusi kommentti {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Asetukset> Käyttäjäoikeuksien hallinta
|
||||
DocType: Workflow State,glass,lasi
|
||||
DocType: DocType,Timeline Field,Aikajana Field
|
||||
DocType: Country,Time Zones,Aikavyöhykkeet
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Ei voi asettaa korjausta ellei ole vahvistettavissa
|
||||
DocType: Address,Bihar,Biharin
|
||||
DocType: Activity Log,Link DocType,Linkki-tietuetyyppi
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Asetukset> Käyttäjäoikeuksien hallinta
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Sinulla ei ole vielä viestejä.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Poista kaikki muokkaukset?
|
||||
DocType: Website Slideshow,Slideshow Name,Diaesitys nimi
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Kirjaudu LDAP
|
|||
DocType: Web Form,Breadcrumbs,muruset
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,mikäli omistaja
|
||||
DocType: Data Migration Mapping,Push,Työntää
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ei löytynyt oletushakemusta. Luo uusi asetus Setup> Printing and Branding> Address Template.
|
||||
DocType: OAuth Authorization Code,Expiration time,vanhentumisaika
|
||||
DocType: Web Page,Website Sidebar,Verkkosivu sivupalkki
|
||||
DocType: Web Form,Show Sidebar,Näytä sivupalkki
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,sidoksen r
|
|||
DocType: Communication,Notification,ilmoitus
|
||||
DocType: DocType,Document,Dokumentti
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Sarjat {0} on käytetty {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Sähköposti-tili ei ole asennettu. Luo uusi sähköpostitili Asetukset> Sähköposti> Sähköposti -tili
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Tukemattoman tiedostotyypin
|
||||
DocType: DocField,Code,koodi
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Kaikki mahdolliset Workflow valtioiden ja roolit työnkulun. Docstatus Vaihtoehdot: 0 on "suosikki", 1 "Lähettäjä" ja 2 "Peruttu""
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Data Migration Mapping
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Virheellinen Kirjaudu Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,hylätä
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 tunti sitten
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ei löytynyt oletushakemusta. Luo uusi asetus Setup> Printing and Branding> Address Template.
|
||||
DocType: Website Settings,Home Page,Etusivu
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Päävirhe Snapshot
|
||||
DocType: Kanban Board,Filters,Suodattimet
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,flèche-cercle-haut
|
||||
DocType: Email Domain,Email Domain,Nom de Domaine Email
|
||||
DocType: Workflow State,italic,italique
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuration> Utilisateur
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : Impossible de choisir Import sans Créer
|
||||
DocType: SMS Settings,Enter url parameter for message,Entrez le paramètre url pour le message
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Afficher le rapport dans votre navigateur
|
||||
|
|
@ -919,6 +920,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Référence : {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Mme
|
||||
DocType: File,Attached To Name,Joint Au Nom
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} année (s) il y a
|
||||
DocType: Address,Address Type,Type d'Adresse
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Nom d'Utilisateur ou Mot de Passe Invalide. Veuillez corriger et réessayer
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1089,7 +1091,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,Mégaphone (bullhorn)
|
||||
DocType: Footer Item,Target,Cible
|
||||
DocType: System Settings,Number of Backups,Nombre de Sauvegardes
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} année (s) il y a
|
||||
DocType: Website Settings,Copyright,Droit d'Auteur
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Aller
|
||||
DocType: OAuth Authorization Code,Invalid,Invalide
|
||||
|
|
@ -1398,6 +1399,7 @@ DocType: Workflow State,step-backward,vers-larrière
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Veuillez définir les clés d'accès Dropbox dans la configuration de votre site
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Supprimer cet enregistrement pour permettre l'envoi à cette adresse Email
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Veuillez configurer le compte de messagerie par défaut depuis Configuration> E-mail> Compte de messagerie
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Seuls les champs obligatoires sont nécessaires pour les nouveaux enregistrements. Vous pouvez supprimer des colonnes non obligatoires si vous le souhaitez.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Impossible de mettre à jour l'événement
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Paiement Complet
|
||||
|
|
@ -1491,7 +1493,6 @@ DocType: System Settings,OTP App,Application OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID de Document
|
||||
DocType: Print Settings,Letter,Lettre
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Champ de l'image doit être du type Image Jointe
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Aucun résultat trouvé pour ' </p>
|
||||
DocType: DocField,Columns,Colonnes
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Partagé avec l'utilisateur {0} avec accès en lecture
|
||||
DocType: Async Task,Succeeded,Réussi
|
||||
|
|
@ -1531,6 +1532,7 @@ DocType: Error Log,Title,Titre
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Il semble y avoir un problème avec la configuration razorpay du serveur. Ne vous inquiétez pas, en cas d'échec le montant sera remboursé sur votre compte."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Personnaliser
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Afficher les Documents Autorisés
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Le compte de messagerie n'est pas configuré. Veuillez créer un nouveau compte de messagerie depuis Configuration> E-mail> Compte de messagerie
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Intégrité de la chaîne
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Veuillez donner un retour d’expérience détaillé.
|
||||
|
|
@ -1583,7 +1585,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Votre abonnement expirera aujourd'hui.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Joindre un Fichier
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuration> Utilisateur
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Taille
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Terminer l'Affectation
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DocTypes d'Autorisation de l'Utilisateur
|
||||
|
|
@ -1646,6 +1647,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Déconnexion
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Les Autorisations aux niveaux supérieurs sont des permissions de Niveau Champ. Un Niveau d'Autorisation est défini pour chaque Champ et les règles définies pour ces Autorisations s’appliquent au Champ. Ceci est utile si vous voulez cacher ou mettre certains champs en lecture seule pour certains Rôles.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Entrez les paramètres d'url statiques (par exemple ici sender = ERPNext, username = ERPNext, mot de passe = 1234 etc)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Aucun résultat trouvé pour ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Si ces instructions n'étaient pas utiles, veuillez ajouter vos suggestions dans les Questions GitHub."
|
||||
DocType: Workflow State,bookmark,favoris
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Le nom du Dossier ne doit pas inclure de '/' (slash)
|
||||
|
|
@ -1835,7 +1837,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Impossible de {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Appliquer cette règle si l'Utilisateur est le Responsable
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Sera votre identifiant de connexion
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Veuillez configurer le compte de messagerie par défaut depuis Configuration> E-mail> Compte de messagerie
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Créer un Rapport
|
||||
DocType: Note,Notify users with a popup when they log in,Informer les utilisateurs avec un popup quand ils se connectent
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} n'existe pas, veuillez sélectionner une nouvelle cible à fusionner"
|
||||
|
|
@ -2321,7 +2322,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ré
|
|||
DocType: DocType,Setup,Configuration
|
||||
DocType: Email Account,Initial Sync Count,Nombre de Synchronisation Initiale
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nouveau commentaire sur {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuration> Gestionnaire des autorisations utilisateur
|
||||
DocType: Workflow State,glass,verre
|
||||
DocType: DocType,Timeline Field,Champ Chronologie
|
||||
DocType: Country,Time Zones,Fuseaux Horaires
|
||||
|
|
@ -2447,6 +2447,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : Impossible de définir ‘Assigner Modifier’ si non Soumissible
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,DocType du Lien
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuration> Gestionnaire des autorisations utilisateur
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Vous n'avez encore aucun message.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Retirer toutes les personnalisations ?
|
||||
DocType: Website Slideshow,Slideshow Name,Nom du Diaporama
|
||||
|
|
@ -2660,7 +2661,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Se connecter avec LDAP
|
|||
DocType: Web Form,Breadcrumbs,Fil d’Ariane (Breadcrumbs)
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Si Responsable
|
||||
DocType: Data Migration Mapping,Push,Transmission
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Aucun modèle d'adresse par défaut trouvé. Veuillez en créer un nouveau à partir de Configuration> Impression et marquage> Modèle d'adresse.
|
||||
DocType: OAuth Authorization Code,Expiration time,Date d'Expiration
|
||||
DocType: Web Page,Website Sidebar,Barre Latérale du Site Web
|
||||
DocType: Web Form,Show Sidebar,Afficher la Barre Latérale
|
||||
|
|
@ -2697,7 +2697,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Noeud de G
|
|||
DocType: Communication,Notification,Notification
|
||||
DocType: DocType,Document,Document
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Séries {0} déjà utilisé dans {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Le compte de messagerie n'est pas configuré. Veuillez créer un nouveau compte de messagerie depuis Configuration> E-mail> Compte de messagerie
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Ce format de fichier n'est pas supporté
|
||||
DocType: DocField,Code,Code
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Tous les États et Rôles possibles du Flux de Travail. Options de Statut du Document : 0 est ""Enregistré"", 1 est ""Soumis"" et 2 est ""Annulé"""
|
||||
|
|
@ -2808,6 +2807,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapping de Migration de D
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Jeton de Connexion invalide
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Jeter
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Il y a 1 heure
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Aucun modèle d'adresse par défaut trouvé. Veuillez en créer un nouveau à partir de Configuration> Impression et marquage> Modèle d'adresse.
|
||||
DocType: Website Settings,Home Page,Page d’Accueil
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Instantané d'Erreur Parent
|
||||
DocType: Kanban Board,Filters,Filtres
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,વર્તુળ તીર અપ
|
||||
DocType: Email Domain,Email Domain,ઇમેઇલ ડોમેન
|
||||
DocType: Workflow State,italic,ઇટાલિક
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,સેટઅપ> વપરાશકર્તા
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: બનાવો વગર આયાત સેટ કરી શકાતો નથી
|
||||
DocType: SMS Settings,Enter url parameter for message,સંદેશ માટે URL પેરામીટર દાખલ
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,તમારા બ્રાઉઝરમાં રિપોર્ટ જુઓ
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},સંદર્ભ: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,શ્રીમતી
|
||||
DocType: File,Attached To Name,નામ સાથે જોડાયેલ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} વર્ષ (ઓ) પહેલા
|
||||
DocType: Address,Address Type,સરનામું લખો
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,અમાન્ય લૉગિન નામ અથવા આધાર પાસવર્ડ. સુધારવું અને ફરીથી પ્રયાસ કરો.
|
||||
DocType: Email Account,Yahoo Mail,યાહૂ મેલ
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,લક્ષ્યાંક
|
||||
DocType: System Settings,Number of Backups,બેકઅપ સંખ્યા
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} વર્ષ (ઓ) પહેલા
|
||||
DocType: Website Settings,Copyright,કૉપિરાઇટ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,જાઓ
|
||||
DocType: OAuth Authorization Code,Invalid,અમાન્ય
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,પગલું પછાત
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,તમારી સાઇટ રૂપરેખા ડ્રૉપબૉક્સ વપરાશ કીઓ સુયોજિત કરો
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,આ ઈમેઈલ સરનામાને મોકલવા માટે પરવાનગી આપે છે આ રેકોર્ડ કાઢી નાખો
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટમાંથી ડિફૉલ્ટ ઇમેઇલ એકાઉન્ટ સેટ કરો
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,માત્ર ફરજિયાત ક્ષેત્રો નવા વિક્રમો માટે જરૂરી છે. જો તમે ઈચ્છો તો તમે બિન-ફરજિયાત કૉલમ કાઢી શકો છો.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ઘટના અપડેટ કરવામાં અસમર્થ
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ચુકવણી પૂર્ણ
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP એપ્લિકેશન
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,દસ્તાવેજ ID ને
|
||||
DocType: Print Settings,Letter,પત્ર
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,છબી ફીલ્ડ પ્રકાર હોવા જ જોઈએ છબી જોડે
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'કોઈ પરિણામ મળ્યાં નથી' </p>
|
||||
DocType: DocField,Columns,કૉલમ
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,વાંચવાના વપરાશ સાથે વપરાશકર્તા {0} સાથે વહેંચાયેલ
|
||||
DocType: Async Task,Succeeded,સફળ
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,શીર્ષક
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","સર્વરના razorpay રૂપરેખા સાથે મુદ્દો લાગે છે. નિષ્ફળતા રકમ કિસ્સામાં ચિંતા કરશો નહીં, તમારા એકાઉન્ટમાં પરત મળશે."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,કસ્ટમાઇઝ
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,પરવાનગી દસ્તાવેજો જુઓ
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ઇમેઇલ એકાઉન્ટ સેટઅપ નથી કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટમાંથી એક નવું ઇમેઇલ એકાઉન્ટ બનાવો
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ચેઇન અખંડિતતા
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,એક વિગતવાર feebdack આપો.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,તમારી ઉમેદવારી આજે સમાપ્ત થઈ જશે.
|
||||
DocType: Page,Standard,સ્ટાન્ડર્ડ
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ફાઇલ જોડવાનો
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,સેટઅપ> વપરાશકર્તા
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,માપ
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,પૂર્ણ સોંપણી
|
||||
DocType: Custom DocPerm,User Permission DocTypes,વપરાશકર્તા પરવાનગી DocTypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,લૉગ આઉટ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ઊંચા સ્તરે પરવાનગીઓ ક્ષેત્ર સ્તર પરવાનગીઓ છે. બધા ક્ષેત્રો તેમની સામે પરવાનગી સ્તર સુયોજિત અને પરવાનગીઓ ક્ષેત્રમાં લાગુ પડે છે તે પર વ્યાખ્યાયિત નિયમો હોય છે. આ તમે છુપાવવા અથવા ચોક્કસ ક્ષેત્ર ફક્ત વાંચનલક્ષી ચોક્કસ ભૂમિકા માટે બનાવવા માંગો છો કિસ્સામાં ઉપયોગી છે.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","અહીં સ્થિર URL પેરામીટર્સ દાખલ કરો (ઉદા. પ્રેષક = ERPNext, વપરાશકર્તા નામ = ERPNext, પાસવર્ડ = 1234 વગેરે)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'કોઈ પરિણામ મળ્યાં નથી' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","મદદરૂપ નથી, GitHub મુદ્દાઓ પર તમારા સૂચનો ઉમેરવા કૃપા કરીને જ્યાં આ સૂચનો છે."
|
||||
DocType: Workflow State,bookmark,બુકમાર્ક
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ફોલ્ડર નામ શામેલ ન જોઈએ '/' (સ્લેશ)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"વપરાશકર્તા માલિક છે, તો આ નિયમ લાગુ"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,તમારા લૉગિન આઈડી હશે
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટમાંથી ડિફૉલ્ટ ઇમેઇલ એકાઉન્ટ સેટ કરો
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,રિપોર્ટ બનાવો
|
||||
DocType: Note,Notify users with a popup when they log in,જ્યારે તેઓ પ્રવેશ વપરાશકર્તાઓ પોપઅપ સાથે સૂચિત
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} અસ્તિત્વમાં નથી, મર્જ કરવા માટે એક નવી લક્ષ્ય ને પસંદ કરો"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,બ
|
|||
DocType: DocType,Setup,સ્થાપના
|
||||
DocType: Email Account,Initial Sync Count,આરંભિક સમન્વયન કાઉન્ટ
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},પર નવી ટિપ્પણી {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,સેટઅપ> વપરાશકર્તા પરવાનગીઓ મેનેજર
|
||||
DocType: Workflow State,glass,કાચ
|
||||
DocType: DocType,Timeline Field,સમયરેખા ક્ષેત્ર
|
||||
DocType: Country,Time Zones,સમય ઝોન
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Submittable જો નહિં, તો સોંપો સુધારો સેટ કરી શકાતો નથી"
|
||||
DocType: Address,Bihar,બિહાર
|
||||
DocType: Activity Log,Link DocType,લિંક Doctype
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,સેટઅપ> વપરાશકર્તા પરવાનગીઓ મેનેજર
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,તમારી પાસે હજુ સુધી કોઈ સંદેશ નથી.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,બધા કસ્ટમાઇઝેશન દૂર કરવી છે?
|
||||
DocType: Website Slideshow,Slideshow Name,સ્લાઇડ શો નામ
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP સાથે પ્
|
|||
DocType: Web Form,Breadcrumbs,બ્રેડક્રમ્સમાં
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,માલિક તો
|
||||
DocType: Data Migration Mapping,Push,દબાણ કરો
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,કોઈ ડિફૉલ્ટ સરનામું ટેમ્પલેટ મળ્યું નથી. કૃપા કરી સેટઅપ> છાપકામ અને બ્રાંડિંગ> સરનામું ઢાંચોમાંથી એક નવું બનાવો.
|
||||
DocType: OAuth Authorization Code,Expiration time,સમાપ્તિ સમય
|
||||
DocType: Web Page,Website Sidebar,વેબસાઇટ સાઇડબાર
|
||||
DocType: Web Form,Show Sidebar,બતાવો સાઇડબાર
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,ગ્ર
|
|||
DocType: Communication,Notification,સૂચના
|
||||
DocType: DocType,Document,દસ્તાવેજ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},પહેલેથી ઉપયોગમાં સિરીઝ {0} {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ઇમેઇલ એકાઉન્ટ સેટઅપ નથી કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટમાંથી એક નવું ઇમેઇલ એકાઉન્ટ બનાવો
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,બિનઆધારિત ફાઇલ બંધારણ
|
||||
DocType: DocField,Code,કોડ
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","બધા શક્ય વર્કફ્લો સ્ટેટ્સ અને વર્કફ્લો ભૂમિકા. Docstatus વિકલ્પો: 0 "સેવ" છે, 1 "સબમિટ" છે અને 2 "રદ" છે"
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ડેટા માઇગ
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,અમાન્ય લૉગિન ટોકન
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,કાઢી નાખો
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 કલાક પહેલા
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,કોઈ ડિફૉલ્ટ સરનામું ટેમ્પલેટ મળ્યું નથી. કૃપા કરી સેટઅપ> છાપકામ અને બ્રાંડિંગ> સરનામું ઢાંચોમાંથી એક નવું બનાવો.
|
||||
DocType: Website Settings,Home Page,મુખ્ય પૃષ્ઠ પેજમાં
|
||||
DocType: Error Snapshot,Parent Error Snapshot,પિતૃ ભૂલ સ્નેપશોટ
|
||||
DocType: Kanban Board,Filters,ગાળકો
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,वृत्त - तीर अप
|
||||
DocType: Email Domain,Email Domain,ईमेल डोमेन
|
||||
DocType: Workflow State,italic,तिरछा
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,सेटअप> उपयोगकर्ता
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : बनाएँ बिना आयात सेट नहीं कर सकता
|
||||
DocType: SMS Settings,Enter url parameter for message,संदेश के लिए url पैरामीटर दर्ज करें
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,अपने ब्राउज़र में रिपोर्ट देखें
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},संदर्भ: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,श्रीमती
|
||||
DocType: File,Attached To Name,नाम से जुड़ी
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} वर्ष (पहले)
|
||||
DocType: Address,Address Type,पता प्रकार
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,अमान्य उपयोगकर्ता नाम या समर्थन पारण . सुधारने और पुन: प्रयास करें .
|
||||
DocType: Email Account,Yahoo Mail,याहू मेल
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,लक्ष्य
|
||||
DocType: System Settings,Number of Backups,बैकअप की संख्या
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} वर्ष (पहले)
|
||||
DocType: Website Settings,Copyright,सर्वाधिकार
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,चले जाओ
|
||||
DocType: OAuth Authorization Code,Invalid,अमान्य
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,कदम से पिछड़े
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{ app_title }
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,आपकी साइट config में ड्रॉपबॉक्स का उपयोग चाबियां सेट करें
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,इस ईमेल पते पर भेजने की अनुमति देने के लिए इस अभिलेख को नष्ट
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाता से डिफ़ॉल्ट ईमेल खाता सेटअप करें
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,केवल अनिवार्य क्षेत्रों में नए रिकॉर्ड के लिए जरूरी हैं। यदि आप चाहें तो आप गैर-अनिवार्य कॉलम हटा सकते हैं।
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,घटना अपडेट करने में असमर्थ
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,भुगतान पूरा
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,ओटीपी एप
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,दस्तावेज़ आईडी
|
||||
DocType: Print Settings,Letter,patr
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,छवि क्षेत्र प्रकार का होना चाहिए छवि संलग्न
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'के लिए कोई परिणाम नहीं मिला' </p>
|
||||
DocType: DocField,Columns,कॉलम
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,पढ़ने के उपयोग के साथ उपयोगकर्ता {0} के साथ साझा किया गया
|
||||
DocType: Async Task,Succeeded,सफल रहा
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,शीर्षक
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","सर्वर के razorpay config के साथ इस मुद्दे को लगता है। विफलता राशि के मामले में चिंता मत करो, अपने खाते को वापस मिल जाएगा।"
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,को मनपसंद
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,अनुमतियां दस्तावेज़ देखें
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाता सेटअप नहीं है कृपया सेटअप> ईमेल> ईमेल खाता से एक नया ईमेल खाता बनाएं
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,चेन इंटिग्रिटी
|
||||
DocType: Data Export,CSV,सीएसवी
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,एक विस्तृत feebdack दे दीजिए।
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,आपकी सदस्यता आज समाप्त हो जाएगा।
|
||||
DocType: Page,Standard,मानक
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,फ़ाइल जोड़ें
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,सेटअप> उपयोगकर्ता
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,आकार
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,पूर्ण समर्पण
|
||||
DocType: Custom DocPerm,User Permission DocTypes,उपयोगकर्ता की अनुमति DocTypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,लॉगआउट
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,उच्च स्तर पर अनुमतियाँ क्षेत्र स्तर अनुमतियाँ हैं। सभी क्षेत्रों को उनके खिलाफ कोई अनुमति स्तर सेट और अनुमतियाँ क्षेत्र के लिए लागू है कि कम से परिभाषित नियम है। यह आप को छिपाने या निश्चित क्षेत्र केवल पढ़ने के लिए कुछ भूमिकाओं के लिए बनाना चाहते मामले में उपयोगी है।
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","स्थैतिक यूआरएल यहाँ मानकों (Eg. प्रेषक = ERPNext, username = ERPNext, पासवर्ड = 1234 आदि) दर्ज करें"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'के लिए कोई परिणाम नहीं मिला' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","इन निर्देशों जहां मददगार नहीं हैं, GitHub मुद्दे पर अपने सुझाव में जोड़ें."
|
||||
DocType: Workflow State,bookmark,बुकमार्क
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),फ़ोल्डर नाम में '/' (स्लैश) शामिल नहीं होना चाहिए
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} नहीं कर सकता
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,उपयोगकर्ता का मालिक है अगर इस नियम को लागू करें
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,आपका लॉगिन आईडी होगा
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाता से डिफ़ॉल्ट ईमेल खाता सेटअप करें
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,रिपोर्ट बनाएँ
|
||||
DocType: Note,Notify users with a popup when they log in,जब वे लोग इन उपयोगकर्ताओं को एक पॉपअप के साथ सूचित करें
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} मौजूद नहीं है , मर्ज करने के लिए एक नया लक्ष्य का चयन करे"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,स
|
|||
DocType: DocType,Setup,व्यवस्था
|
||||
DocType: Email Account,Initial Sync Count,प्रारंभिक सिंक गणना
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},पर नई टिप्पणी {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,सेटअप> उपयोगकर्ता अनुमतियां प्रबंधक
|
||||
DocType: Workflow State,glass,कांच
|
||||
DocType: DocType,Timeline Field,इस समय फील्ड
|
||||
DocType: Country,Time Zones,टाइम जोन
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : असाइन संशोधन सेट नहीं कर सकता Submittable यदि नहीं
|
||||
DocType: Address,Bihar,बिहार
|
||||
DocType: Activity Log,Link DocType,लिंक doctype
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,सेटअप> उपयोगकर्ता अनुमतियां प्रबंधक
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,आपके पास अभी तक कोई संदेश नहीं है
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,सभी अनुकूलन निकालें ?
|
||||
DocType: Website Slideshow,Slideshow Name,स्लाइड शो नाम
|
||||
|
|
@ -2657,7 +2658,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,एलडीएपी क
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,स्वामी हैं
|
||||
DocType: Data Migration Mapping,Push,धक्का दें
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,कोई डिफ़ॉल्ट पता टेम्पलेट पाया नहीं कृपया सेटअप> प्रिंटिंग और ब्रांडिंग> पता टेम्प्लेट से एक नया बनाएं।
|
||||
DocType: OAuth Authorization Code,Expiration time,समय सीमा समाप्ति समय
|
||||
DocType: Web Page,Website Sidebar,वेबसाइट साइडबार
|
||||
DocType: Web Form,Show Sidebar,दिखाएँ साइडबार
|
||||
|
|
@ -2694,7 +2694,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,समू
|
|||
DocType: Communication,Notification,अधिसूचना
|
||||
DocType: DocType,Document,दस्तावेज़
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},सीरीज {0} पहले से ही प्रयोग किया जाता में {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाता सेटअप नहीं है कृपया सेटअप> ईमेल> ईमेल खाता से एक नया ईमेल खाता बनाएं
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,असमर्थित फ़ाइल स्वरूप
|
||||
DocType: DocField,Code,कोड
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","सभी संभव कार्यप्रवाह राज्य अमेरिका और कार्यप्रवाह की भूमिका। Docstatus विकल्प: 0 "गयी है," 1 "प्रस्तुत" है और 2 "रद्द" है"
|
||||
|
|
@ -2805,6 +2804,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,डेटा माइग
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,अवैध प्रवेश टोकन
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,छोड़ना
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 घंटे पहले
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,कोई डिफ़ॉल्ट पता टेम्पलेट पाया नहीं कृपया सेटअप> प्रिंटिंग और ब्रांडिंग> पता टेम्प्लेट से एक नया बनाएं।
|
||||
DocType: Website Settings,Home Page,मुख पृष्ठ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,जनक त्रुटि स्नैपशॉट
|
||||
DocType: Kanban Board,Filters,फ़िल्टर
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,krug sa strelicom prema gore
|
||||
DocType: Email Domain,Email Domain,Domena e-pošte
|
||||
DocType: Workflow State,italic,kurzivan
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Postavljanje> Korisnik
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : Ne može se uvesti bez stvaranja
|
||||
DocType: SMS Settings,Enter url parameter for message,Unesite URL parametar za poruke
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Pregledajte izvješće u pregledniku
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referenca: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Gđa
|
||||
DocType: File,Attached To Name,U prilogu naziv
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} godina
|
||||
DocType: Address,Address Type,Tip adrese
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Neispravno korisničko ime ili zaporka podrške. Ispravi i pokušaj ponovno.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Meta
|
||||
DocType: System Settings,Number of Backups,Broj sigurnosnih kopija
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} godina
|
||||
DocType: Website Settings,Copyright,Autorsko pravo
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Ići
|
||||
DocType: OAuth Authorization Code,Invalid,nevažeći
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,korak unatrag
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Molimo postaviti Dropbox pristupnih tipki u vašem web config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Izbriši ovaj rekord dopustiti slanje na ovu e-mail adresu
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Postavite zadani račun e-pošte iz Postava> E-pošta> Račun e-pošte
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Samo obavezna polja su potrebna za nove zapise. Ako želite, možete izbrisati neobvezne stupce."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nije moguće ažurirati događaj
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Plaćanje je izvršeno
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP aplikacija
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokument ID
|
||||
DocType: Print Settings,Letter,Pismo
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Polje slika mora biti tipa Priloži sliku
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema rezultata za ' </p>
|
||||
DocType: DocField,Columns,Kolumne
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Dijeljeno s korisnikom {0} s pristupom za čitanje
|
||||
DocType: Async Task,Succeeded,Nasljednik
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Naslov
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Čini se problem s poslužitelja razorpay config. Ne brini se, u slučaju iznosa neuspjeh će dobiti povrat na svoj račun."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Prilagodba
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Prikaži dopuštene dokumente
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Račun e-pošte nije postavljen. Izradite novi račun e-pošte od postavke> E-pošta> Račun e-pošte
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integritet lanca
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Molimo dati detaljan feebdack.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Pretplata će isteći danas.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priložite Datoteku
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Postavljanje> Korisnik
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Veličina
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Dodjela Kompletna
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Korisnik dozvole DocTypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Odjava
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Dozvole na višim razinama dozvole terenu. Sva polja su niz Dopuštenje razinama u odnosu na njih i pravilima definiranim u to dozvole odnose se na terenu. To je korisno u slučaju da želite sakriti ili biti sigurni polje za čitanje samo za određene uloge.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Unesite statičke parametre URL ovdje (npr. pošiljatelj = ERPNext, username = ERPNext, lozinkom = 1234 itd.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema rezultata za ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ako ove upute gdje nije korisno , dodajte u svojim prijedlozima o GitHub pitanja ."
|
||||
DocType: Workflow State,bookmark,bookmark
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Naziv mape ne smije sadržavati '/' (slash)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Ne može {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Nanesite ovo pravilo, ako Korisnik je vlasnik"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Bit će vaš ID za prijavu
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Postavite zadani račun e-pošte iz Postava> E-pošta> Račun e-pošte
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Izgradite Prijavite
|
||||
DocType: Note,Notify users with a popup when they log in,Obavijesti korisnicima popup kad se prijavite
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ne postoji , odaberite novo odredište za spajanje"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odg
|
|||
DocType: DocType,Setup,Postavke
|
||||
DocType: Email Account,Initial Sync Count,Početno Sinkronizacija Točka
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Novi komentar na {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Postavljanje> Upravitelj dozvola korisnika
|
||||
DocType: Workflow State,glass,staklo
|
||||
DocType: DocType,Timeline Field,Kronologija polje
|
||||
DocType: Country,Time Zones,Vremenske zone
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : Ne mogu postaviti Zauzimanje Izmijeniti ako ne Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Postavljanje> Upravitelj dozvola korisnika
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Nemate nijednu poruku.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Uklonite sve prilagodbe ?
|
||||
DocType: Website Slideshow,Slideshow Name,Naziv Slideshow-a
|
||||
|
|
@ -2657,7 +2658,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Prijavi se s LDAP
|
|||
DocType: Web Form,Breadcrumbs,Krušnim mrvicama
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ako Vlasnika
|
||||
DocType: Data Migration Mapping,Push,Gurnuti
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen zadani predložak adrese. Izradite novi iz Postavke> Ispis i Branding> Predložak adrese.
|
||||
DocType: OAuth Authorization Code,Expiration time,vrijeme isteka
|
||||
DocType: Web Page,Website Sidebar,Bočna Website
|
||||
DocType: Web Form,Show Sidebar,Prikaži Bočna
|
||||
|
|
@ -2694,7 +2694,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Node
|
|||
DocType: Communication,Notification,Obavijest
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serija {0} se već koristi u {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Račun e-pošte nije postavljen. Izradite novi račun e-pošte od postavke> E-pošta> Račun e-pošte
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nepodržani format datoteke
|
||||
DocType: DocField,Code,Šifra
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Sve je moguće Workflow države i uloge tijeka rada. Docstatus Mogućnosti: 0 je "spašen", 1 je "Poslao" i 2 "Otkazane""
|
||||
|
|
@ -2805,6 +2804,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapiranje migracija podat
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Pogrešna Prijava token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Odbaciti
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Prije 1 sat
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen zadani predložak adrese. Izradite novi iz Postavke> Ispis i Branding> Predložak adrese.
|
||||
DocType: Website Settings,Home Page,Početna stranica
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Roditelj Greška Snimak
|
||||
DocType: Kanban Board,Filters,Filteri
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,kör-nyíl-fel
|
||||
DocType: Email Domain,Email Domain,E-mail Domain
|
||||
DocType: Workflow State,italic,dőlt
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Beállítás> Felhasználó
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Létrehozás nélkül nem állítható be az Import
|
||||
DocType: SMS Settings,Enter url parameter for message,Adjon url paramétert üzenethez
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Jelentés megtekintése böngészőben
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referencia: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Asszony
|
||||
DocType: File,Attached To Name,Névhez csatolás
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} év (ek) ezelőtt
|
||||
DocType: Address,Address Type,Cím típusa
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Érvénytelen felhasználónév vagy Támogatási jelszó. Kérjük orvosolja, és próbálja újra."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,ködkűrt
|
||||
DocType: Footer Item,Target,Cél
|
||||
DocType: System Settings,Number of Backups,Biztonsági másolatok száma
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} év (ek) ezelőtt
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Indítsa
|
||||
DocType: OAuth Authorization Code,Invalid,Érvénytelen
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,visszalépés
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Kérjük, állítsa be a Dropbox hozzáférési kulcsokat az oldal beállításopkban"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Ezt a Rekordot törli, hogy elküldhesse erre az e-mail címre"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Kérjük, állítsa be az alapértelmezett e-mail fiókot a Beállítás> E-mail> E-mail fiók lehetőséget"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Csak a kötelező mezők szükségesek új rekordokhoz. Törölheti a nem kötelező oszlopokat, ha akarja."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nem lehet frissíteni az eseményt
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Fizetés befejeződött
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokumentum azonosító
|
||||
DocType: Print Settings,Letter,Levél
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Képmező típusúnak kell lennie a csatolt képnek
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nincs találat a " </p>
|
||||
DocType: DocField,Columns,Oszlopok
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Megosztva a(z) {0} felhasználóval olvasási hozzáféréssel
|
||||
DocType: Async Task,Succeeded,Sikerült
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Cím
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Úgy tűnik, a Probléma van a szerver razorpay beállításával. Ne aggódj, a meghibásodás esetén az összeget jóváírjuk a számláján."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Testreszabás
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Megengedett dokumentumok megtekintése
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mail fiók nincs beállítva. Új e-mail fiók létrehozása a Beállítás> E-mail> E-mail fiókból
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Lánc integritása
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Kérjük, adjon részletes visszajelzést."
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Az előfizetése ma jár le.
|
||||
DocType: Page,Standard,Általános
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Fájl csatolása
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Beállítás> Felhasználó
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Méret
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Hozzárendelés befejezve
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Felhasználói DOCTYPES engedély
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Kilépés
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Magasabb szintű engedélyek Csoportmező szintű engedélyekkel. Minden csoportmezőnek van Jogosultsági szint beállítása, és a beállított szabályok határozzák meg, hogy az engedélyek vonatkoznak a csoportmezőre. Ez akkor hasznos, ha azt akarjuk, hogy rejtve maradjanak egyes mezők vagy bizonyos mezőkön csak olvashatók legyenek bizonyos beosztásokra."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Írja be a statikus url paramétereket itt (Pl. A feladó = ERPNext, username = ERPNext, password = 1234 stb)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nincs találat a " </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ha ezeket az utasítások nem segítenek, kérjük, adjon javaslatokat a GitHub Problémás ügyekhez."
|
||||
DocType: Workflow State,bookmark,könyvjelző
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Mappa neve nem tartalmazhat '/' (per jelet)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nem lehet {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Alkalmazza ezt a szabályt, ha a felhasználó a tulajdonosa"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,A belépési ID azonosítója lesz
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Kérjük, állítsa be az alapértelmezett e-mail fiókot a Beállítás> E-mail> E-mail fiók lehetőséget"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Jelentés készítés
|
||||
DocType: Note,Notify users with a popup when they log in,Értesíti a felhasználókat egy felugró ablakkal a bejelentkezásükkor
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} nem létezik, válasszon egy új célt egyesítéshez"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Vá
|
|||
DocType: DocType,Setup,Telepítés
|
||||
DocType: Email Account,Initial Sync Count,Kezdeti szinkronizálási számláló
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Új hozzászólás erre {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Beállítás> Felhasználói jogosultságkezelő
|
||||
DocType: Workflow State,glass,üveg
|
||||
DocType: DocType,Timeline Field,Idővonal mező
|
||||
DocType: Country,Time Zones,Időzónák
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Nem állítható Hozzárendelés módosításra, ha nem Küldhető"
|
||||
DocType: Address,Bihar,Bihári
|
||||
DocType: Activity Log,Link DocType,Link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Beállítás> Felhasználói jogosultságkezelő
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Nincs még üzenete.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Az összes testreszabás eltávolítása?
|
||||
DocType: Website Slideshow,Slideshow Name,Diavetítés név
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP általi belépés
|
|||
DocType: Web Form,Breadcrumbs,Zsemlemorzsa (Breadcrumb)
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ha Tulajdonos
|
||||
DocType: Data Migration Mapping,Push,Benyomja
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nincs alapértelmezett címsablon. Kérjük, hozzon létre újat a Beállítás> Nyomtatás és Branding> Cím sablonból."
|
||||
DocType: OAuth Authorization Code,Expiration time,Lejárati idő
|
||||
DocType: Web Page,Website Sidebar,Weboldal oldalsáv
|
||||
DocType: Web Form,Show Sidebar,Oldalsáv megjelenítése
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Csoport cs
|
|||
DocType: Communication,Notification,Értesítés
|
||||
DocType: DocType,Document,Dokumentum
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},{0} sorozat már használva van itt: {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mail fiók nincs beállítva. Új e-mail fiók létrehozása a Beállítás> E-mail> E-mail fiókból
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nem támogatott fájl formátum
|
||||
DocType: DocField,Code,Kód
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Minden lehetséges munkafolyamat állapota és beosztása a munkafolyamatnak. Dokállapot lehetőségek: 0 ""Elmentett"", 1 ""Benyújtott"", és 2. ""Törölt"""
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Adatátviteli leképezés
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Érvénytelen bejelentkezési Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Dobja
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 órával ezelőtt
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nincs alapértelmezett címsablon. Kérjük, hozzon létre újat a Beállítás> Nyomtatás és Branding> Cím sablonból."
|
||||
DocType: Website Settings,Home Page,Kezdőlap
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Fő Hiba Pillanatkép
|
||||
DocType: Kanban Board,Filters,Szűrők
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,lingkaran-panah-up
|
||||
DocType: Email Domain,Email Domain,Domain Surel
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Pengaturan> Pengguna
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Tidak dapat melakukan Impor tanpa dibuat terlebih dahulu
|
||||
DocType: SMS Settings,Enter url parameter for message,Entrikan parameter url untuk pesan
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Lihat laporan di browser Anda
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referensi: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Nyonya
|
||||
DocType: File,Attached To Name,Terlampir Untuk Nama
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} tahun yang lalu
|
||||
DocType: Address,Address Type,Tipe Alamat
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Valid Nama Pengguna atau Dukungan Password. Harap memperbaiki dan coba lagi.
|
||||
DocType: Email Account,Yahoo Mail,Surat Yahoo
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,pengeras suara
|
||||
DocType: Footer Item,Target,Sasaran
|
||||
DocType: System Settings,Number of Backups,Jumlah Cadangan
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} tahun yang lalu
|
||||
DocType: Website Settings,Copyright,Hak cipta
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Pergi
|
||||
DocType: OAuth Authorization Code,Invalid,cacat
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,langkah-mundur
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Silakan set tombol akses Dropbox di situs config Anda
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Hapus data ini untuk bisa mengirim ke alamat surel ini
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Silakan setup Akun Email default dari Pengaturan> Email> Akun Email
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Hanya bidang wajib diperlukan untuk catatan baru. Anda dapat menghapus kolom non-wajib jika Anda inginkan.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Tidak dapat memperbarui acara
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Lengkap pembayaran
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,Apl OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumen ID
|
||||
DocType: Print Settings,Letter,Surat
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,bidang gambar harus dari jenis Lampirkan gambar
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tidak ditemukan hasil untuk ' </p>
|
||||
DocType: DocField,Columns,kolom
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Dibagikan dengan pengguna {0} dengan akses baca
|
||||
DocType: Async Task,Succeeded,Berhasil
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Judul
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Tampaknya masalah dengan server konfigurasi razorpay. Jangan khawatir, dalam hal jumlah kegagalan akan mendapatkan dikembalikan ke rekening Anda."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Sesuaikan
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Lihat Dokumen yang Diizinkan
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akun Email bukan penyiapan. Harap buat Akun Email baru dari Pengaturan> Email> Akun Email
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integritas Rantai
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Harap memberikan feebdack rinci.
|
||||
|
|
@ -1581,7 +1583,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Langganan Anda akan berakhir hari ini.
|
||||
DocType: Page,Standard,Standar
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Lampirkan Berkas
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Pengaturan> Pengguna
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Ukuran
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Tugas Lengkap
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Doctypes pengguna Izin
|
||||
|
|
@ -1644,6 +1645,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Keluar
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Perizinan di tingkat yang lebih tinggi adalah Lapangan Tingkat izin. Semua Fields memiliki satu set Izin Tingkat terhadap mereka dan aturan yang ditetapkan pada saat itu izin berlaku untuk lapangan. Hal ini berguna jika Anda ingin menyembunyikan atau membuat lapangan tertentu read-only untuk Peran tertentu.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Entrikan parameter url statis di sini (Misalnya pengirim = ERPNext, username = ERPNext, password = 1234 dll)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tidak ditemukan hasil untuk ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Jika instruksi ini, jika tidak membantu, silakan tambahkan saran Anda pada GitHub Isu."
|
||||
DocType: Workflow State,bookmark,penanda
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Nama folder tidak boleh menyertakan '/' (garis miring)
|
||||
|
|
@ -1833,7 +1835,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Tidak bisa {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Menerapkan aturan ini jika pengguna adalah pemilik
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Akan menjadi ID login anda
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Silakan setup Akun Email default dari Pengaturan> Email> Akun Email
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Buat Laporan
|
||||
DocType: Note,Notify users with a popup when they log in,Memberitahu pengguna dengan popup ketika mereka login
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} belum ada, pilih target baru untuk menggabungkan"
|
||||
|
|
@ -2319,7 +2320,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Mem
|
|||
DocType: DocType,Setup,Pengaturan
|
||||
DocType: Email Account,Initial Sync Count,Awal Hitungan Sync
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Komentar baru pada {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Pengaturan> Pengelola Izin Pengguna
|
||||
DocType: Workflow State,glass,kaca
|
||||
DocType: DocType,Timeline Field,Timeline Lapangan
|
||||
DocType: Country,Time Zones,Zona Waktu
|
||||
|
|
@ -2445,6 +2445,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Tidak dapat menetapkan perubahan jika dokumen tidak dapat diajukan
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Pengaturan> Pengelola Izin Pengguna
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Kamu belum punya pesan
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Hapus semua kustomisasi?
|
||||
DocType: Website Slideshow,Slideshow Name,Nama Slideshow
|
||||
|
|
@ -2658,7 +2659,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Masuk dengan LDAP
|
|||
DocType: Web Form,Breadcrumbs,Tepung Roti
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Jika Owner
|
||||
DocType: Data Migration Mapping,Push,Dorong
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Tidak ditemukan Template Alamat default. Harap buat yang baru dari Setup> Percetakan dan Branding> Template Alamat.
|
||||
DocType: OAuth Authorization Code,Expiration time,waktu berakhirnya
|
||||
DocType: Web Page,Website Sidebar,Sidebar situs
|
||||
DocType: Web Form,Show Sidebar,Tampilkan Sidebar
|
||||
|
|
@ -2695,7 +2695,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Node Grup
|
|||
DocType: Communication,Notification,Pemberitahuan
|
||||
DocType: DocType,Document,Dokumen
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Seri {0} sudah digunakan dalam {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akun Email bukan penyiapan. Harap buat Akun Email baru dari Pengaturan> Email> Akun Email
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Format File yang Tidak Didukung
|
||||
DocType: DocField,Code,Kode
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Semua Status Alur Kerja dan peran alur kerja. Pilihan Docstatus: 0 adalah ""Disimpan"", 1 adalah ""Dikirim"" dan 2 ""Dibatalkan"""
|
||||
|
|
@ -2806,6 +2805,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Pemetaan Migrasi Data
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Valid Login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Membuang
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 jam yang lalu
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Tidak ditemukan Template Alamat default. Harap buat yang baru dari Setup> Percetakan dan Branding> Template Alamat.
|
||||
DocType: Website Settings,Home Page,Home Page
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Induk Kesalahan Snapshot
|
||||
DocType: Kanban Board,Filters,Penyaring
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,hring-ör-upp
|
||||
DocType: Email Domain,Email Domain,Tölvupóstslén
|
||||
DocType: Workflow State,italic,skáletrað
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Uppsetning> Notandi
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Get ekki stillt Import án Búa
|
||||
DocType: SMS Settings,Enter url parameter for message,Sláðu url breytu fyrir skilaboð
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Skoða skýrslu í vafranum þínum
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Tilvísun: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Frú
|
||||
DocType: File,Attached To Name,Meðfylgjandi Til Nafn
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ári (s) síðan
|
||||
DocType: Address,Address Type,Heimilisfang Tegund
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Ógilt notandanafn eða Support lykilorð. Vinsamlegast lagfæra og reyndu aftur.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo póstur
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Target
|
||||
DocType: System Settings,Number of Backups,Fjöldi Varabúnaður
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ári (s) síðan
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Go
|
||||
DocType: OAuth Authorization Code,Invalid,Ógilt
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,skref-afturábak
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{APP_TITLE}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Vinsamlegast settu Dropbox aðgang takkana í síðuna samsk þinni
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eyða þessari færslu til að leyfa sendingu á þetta netfang
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Vinsamlegast settu upp sjálfgefið tölvupóstreikning frá uppsetningu> Email> Email Account
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Aðeins nauðsynlega reiti er nauðsynlegt fyrir nýjum færslum. Þú getur eytt valfrjálsar dálka ef þú vilt.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Ekki er hægt að uppfæra atburði
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,greiðsla Complete
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,OTP forrit
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Document ID
|
||||
DocType: Print Settings,Letter,Letter
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Mynd reitur verður að vera af gerðinni Hengja mynd
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Engar niðurstöður fundust fyrir ' </p>
|
||||
DocType: DocField,Columns,dálkar
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Deilt með notanda {0} með læsilegan aðgang
|
||||
DocType: Async Task,Succeeded,Eftirmaður
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Title
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Virðast málið með razorpay miðlarans samsk. Ekki hafa áhyggjur, ef upphæð bilun vilja fá endurgreidd inn á reikninginn þinn."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,sérsníða
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Skoða leyfðar skjöl
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Email Account ekki uppsetning. Búðu til nýjan tölvupóstreikning frá Uppsetning> Tölvupóstur> Netfang
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Keðjuheilbrigði
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Vinsamlega gefið ítarlega feebdack.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Áskriftin mun renna út í dag.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,hengja skrá
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Uppsetning> Notandi
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Size
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,framsal Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Notandaleyfi DocTypes
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Útskráning
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Heimildir á hærra stig eru Field Level heimildir. Öll Fields hafa heimildarstig sett gegn þeim og reglur skilgreindar á að heimildir gilda á þessu sviði. Þetta er gagnlegt ef þú vilt fela eða gera ákveðnar reitur lesa aðeins fyrir tilteknar hlutverkum.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Sláðu truflanir vefslóðabreytur hér (td. Sendanda = ERPNext, username = ERPNext, password = 1234 osfrv)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Engar niðurstöður fundust fyrir ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ef þessum leiðbeiningum þar ekki gagnlegt, vinsamlegast bætið í tillögur þínar á github málefni."
|
||||
DocType: Workflow State,bookmark,bókamerki
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Mappanafn ætti ekki að innihalda '/' (rista)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Get ekki {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Beita þessari reglu ef notandinn er eigandi
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Verður innskráningarnúmerið þitt
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Vinsamlegast settu upp sjálfgefið tölvupóstreikning frá uppsetningu> Email> Email Account
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,byggja skýrslu
|
||||
DocType: Note,Notify users with a popup when they log in,Tilkynna notendum með almenningur þegar þeir skrá í
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} er ekki til, velja nýja miða að sameinast"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Sva
|
|||
DocType: DocType,Setup,Setja upp
|
||||
DocType: Email Account,Initial Sync Count,Upphaflegt Sync Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ný ummæli á {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Uppsetning> Notendahópur
|
||||
DocType: Workflow State,glass,gler
|
||||
DocType: DocType,Timeline Field,tímalína Field
|
||||
DocType: Country,Time Zones,Tími Zones
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Get ekki stillt á Velja breytt ef ekki Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Uppsetning> Notendahópur
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Þú hefur enga skilaboð ennþá.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Fjarlægja öll customizations?
|
||||
DocType: Website Slideshow,Slideshow Name,Myndasýning
|
||||
|
|
@ -2656,7 +2657,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Innskráning með LDAP
|
|||
DocType: Web Form,Breadcrumbs,breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ef Eigandi
|
||||
DocType: Data Migration Mapping,Push,Ýttu á
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Engin sjálfgefin heimilisfangmát fannst. Vinsamlegast búðu til nýjan frá Uppsetning> Prentun og merkingu> Heimilisfangmát.
|
||||
DocType: OAuth Authorization Code,Expiration time,gildistíma
|
||||
DocType: Web Page,Website Sidebar,Vefsíða Sidebar
|
||||
DocType: Web Form,Show Sidebar,Sýna Sidebar
|
||||
|
|
@ -2693,7 +2693,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Node
|
|||
DocType: Communication,Notification,Tilkynning
|
||||
DocType: DocType,Document,Skjal
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Series {0} nú þegar notuð í {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Email Account ekki uppsetning. Búðu til nýjan tölvupóstreikning frá Uppsetning> Tölvupóstur> Netfang
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Óstudd skráarsnið
|
||||
DocType: DocField,Code,code
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Allt mögulegt Workflow States og hlutverk workflow. Docstatus Valmöguleikar: 0 er "vistuð", 1 er "lögð" og 2 er "Hætt""
|
||||
|
|
@ -2804,6 +2803,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Gagnaflutningur Kortlagni
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Ógilt Innskráning Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Fleygja
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 klukkustund síðan
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Engin sjálfgefin heimilisfangmát fannst. Vinsamlegast búðu til nýjan frá Uppsetning> Prentun og merkingu> Heimilisfangmát.
|
||||
DocType: Website Settings,Home Page,Page Heim
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Snapshot Villa
|
||||
DocType: Kanban Board,Filters,síur
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,cerchio-freccia-up
|
||||
DocType: Email Domain,Email Domain,Dominio Email
|
||||
DocType: Workflow State,italic,corsivo
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Utente
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Impossibile impostare Importazione senza Creazione
|
||||
DocType: SMS Settings,Enter url parameter for message,Inserisci parametri url per il messaggio
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Visualizza il tuo rapporto nel tuo browser
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Riferimento: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Sig.ra
|
||||
DocType: File,Attached To Name,Allega a Nome
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} anno / i fa
|
||||
DocType: Address,Address Type,Tipo di indirizzo
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Nome utente non valido o supporto password. Si prega di correggere e riprovare.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,megafono
|
||||
DocType: Footer Item,Target,Obiettivo
|
||||
DocType: System Settings,Number of Backups,Numero di backup
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} anno / i fa
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Cerca
|
||||
DocType: OAuth Authorization Code,Invalid,Non valido
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,passo indietro
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Si prega di impostare tasti di accesso Dropbox nel tuo sito config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminare questo record per consentire l'invio a questo indirizzo email
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configurare l'account e-mail predefinito da Imposta> Email> Account e-mail
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Solo campi obbligatori sono necessari per i nuovi record. È possibile eliminare le colonne non obbligatori, se lo si desidera."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Impossibile aggiornare evento
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Pagamento Completato
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,App. OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Documento Num.
|
||||
DocType: Print Settings,Letter,Lettera
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Campo immagine deve essere di tipo Allega immagine
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nessun risultato trovato per ' </p>
|
||||
DocType: DocField,Columns,colonne
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Condiviso con utente {0} con accesso in lettura
|
||||
DocType: Async Task,Succeeded,Riuscito
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,Titolo
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Sembra problema con la configurazione del server razorpay. Non ti preoccupare, in caso di fallimento importo avranno rimborsato al tuo account."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Personalizza
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Visualizza i documenti consentiti
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Account email non configurato. Si prega di creare un nuovo account e-mail da Imposta> Email> Account e-mail
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integrità della catena
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Si prega di dare un feebdack dettagliata.
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Il tuo abbonamento scade oggi.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Allega File
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Utente
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Taglia
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Assegnazione Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DOCTYPE autorizzazioni utente
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Esci
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Le autorizzazioni a livelli più alti sono i permessi a livello di campo. Tutti i campi sono un set di autorizzazioni di livello contro di loro e le regole definite a che le autorizzazioni si applicano al campo. Ciò è utile nel caso in cui si desidera nascondere o rendere certo campo di sola lettura per determinati ruoli.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Inserisci parametri statici della url qui (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nessun risultato trovato per ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Se queste istruzioni non sono state d'aiuto, si prega di aggiungere i vostri suggerimenti nelle Issues di GitHub."
|
||||
DocType: Workflow State,bookmark,segnalibro
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Il nome della cartella non dovrebbe includere '/' (slash)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Impossibile {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Applicare questa regola se l'utente è il proprietario
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Sarà il tuo ID di login
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configurare l'account e-mail predefinito da Imposta> Email> Account e-mail
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Crea Report
|
||||
DocType: Note,Notify users with a popup when they log in,Notifica gli utenti con un avviso quando si connettono
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} non esiste, selezionare un nuovo obiettivo da unire"
|
||||
|
|
@ -2318,7 +2319,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ris
|
|||
DocType: DocType,Setup,Setup
|
||||
DocType: Email Account,Initial Sync Count,Conte sincronizzazione iniziale
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nuovo commento su {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configurazione> Gestione autorizzazioni utente
|
||||
DocType: Workflow State,glass,vetro
|
||||
DocType: DocType,Timeline Field,Timeline campo
|
||||
DocType: Country,Time Zones,Fusi Orari
|
||||
|
|
@ -2444,6 +2444,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Impossibile impostare Assegna la Correzione se non Confermabile
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,collegamento DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configurazione> Gestione autorizzazioni utente
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Non hai ancora nessun messaggio.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Rimuovere tutte le personalizzazioni ?
|
||||
DocType: Website Slideshow,Slideshow Name,Nome Slideshow
|
||||
|
|
@ -2657,7 +2658,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Accesso con LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Se Proprietario
|
||||
DocType: Data Migration Mapping,Push,Spingere
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nessun modello di indirizzo predefinito trovato. Si prega di crearne uno nuovo da Imposta> Stampa e branding> Modello indirizzo.
|
||||
DocType: OAuth Authorization Code,Expiration time,Data di scadenza
|
||||
DocType: Web Page,Website Sidebar,Sito Sidebar
|
||||
DocType: Web Form,Show Sidebar,Mostra barra laterale
|
||||
|
|
@ -2694,7 +2694,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Nodo Group
|
|||
DocType: Communication,Notification,Notifica
|
||||
DocType: DocType,Document,Documento
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serie {0} già utilizzata in {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Account email non configurato. Si prega di creare un nuovo account e-mail da Imposta> Email> Account e-mail
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Formato file non supportato
|
||||
DocType: DocField,Code,Codice
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Tutto possibile workflow Uniti e ruoli del flusso di lavoro. Opzioni Docstatus: 0 è "salvato", 1 è "presentata" e 2 è "Annullato""
|
||||
|
|
@ -2805,6 +2804,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mappatura di migrazione d
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Scartare
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ora fa
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nessun modello di indirizzo predefinito trovato. Si prega di crearne uno nuovo da Imposta> Stampa e branding> Modello indirizzo.
|
||||
DocType: Website Settings,Home Page,Home Page
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Snapshot Errore
|
||||
DocType: Kanban Board,Filters,Filtri
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,円矢印(上)
|
||||
DocType: Email Domain,Email Domain,メールドメイン
|
||||
DocType: Workflow State,italic,斜体
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,セットアップ>ユーザー
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}:作成せずにインポートを設定することはできません
|
||||
DocType: SMS Settings,Enter url parameter for message,メッセージのURLパラメータを入力してください
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,ブラウザでレポートを表示
|
||||
|
|
@ -919,6 +920,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},参照:{0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,夫人
|
||||
DocType: File,Attached To Name,名前に添付
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0}年前
|
||||
DocType: Address,Address Type,住所タイプ
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,無効なユーザー名またはサポートパスワード。修正してからもう一度やり直してください。
|
||||
DocType: Email Account,Yahoo Mail,Yahooメール
|
||||
|
|
@ -1089,7 +1091,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,拡声器
|
||||
DocType: Footer Item,Target,ターゲット
|
||||
DocType: System Settings,Number of Backups,バックアップ数
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0}年前
|
||||
DocType: Website Settings,Copyright,著作権
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,移動
|
||||
DocType: OAuth Authorization Code,Invalid,無効
|
||||
|
|
@ -1398,6 +1399,7 @@ DocType: Workflow State,step-backward,戻る
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,サイト設定でDropboxのアクセスキーを設定してください
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,このメールアドレスに送信できるようにするには、このレコードを削除します
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,セットアップ>電子メール>電子メールアカウントからデフォルトの電子メールアカウントを設定してください
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,新しいレコードには必須フィールドのみが必要です。非必須の列は削除することができます。
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,イベントを更新することができません
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,お支払いを完了
|
||||
|
|
@ -1492,7 +1494,6 @@ DocType: System Settings,OTP App,OTPアプリ
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,文書ID
|
||||
DocType: Print Settings,Letter,手紙
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Imageフィールドには、画像を添付タイプでなければなりません
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'の検索結果はありません' </p>
|
||||
DocType: DocField,Columns,列
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,読み取りアクセス権を持つユーザー{0}と共有されています
|
||||
DocType: Async Task,Succeeded,成功
|
||||
|
|
@ -1532,6 +1533,7 @@ DocType: Error Log,Title,タイトル
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",サーバー上のrazorpay設定に問題があるようです。失敗した分はあなたのアカウントに返金されますのでご安心ください。
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,カスタマイズ
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,許可された文書を表示
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,電子メールアカウントは設定されません。セットアップ>電子メール>電子メールアカウントから新しい電子メールアカウントを作成してください
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,チェーン・インテグリティ
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,詳細をフィードバックしてください
|
||||
|
|
@ -1583,7 +1585,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,あなたのサブスクリプションは、今日期限切れになります。
|
||||
DocType: Page,Standard,標準
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ファイルを添付
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,セットアップ>ユーザー
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,サイズ
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,割当完了
|
||||
DocType: Custom DocPerm,User Permission DocTypes,ユーザー権限の文書タイプ
|
||||
|
|
@ -1647,6 +1648,7 @@ DocType: Activity Log,Logout,ログアウト
|
|||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"より高いレベルでの権限は、フィールドレベルの権限です。すべてのフィールドはそれぞれ、設定権限レベルと権限がフィールドに適用されることで定義されたルールがあります。
|
||||
これは、特定の役割のための読み取り専用フィールドを非表示にしたり作成したりする場合に便利です。"
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","静的なURLパラメータを入力してください(例:sender=ERPNext, username=ERPNext, password=1234 など)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'の検索結果はありません' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",これらの説明が役に立たなかった場合は、GitHubのIssueに提案を追加してください。
|
||||
DocType: Workflow State,bookmark,ブックマーク
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),フォルダ名に '/'(スラッシュ)を含めないでください
|
||||
|
|
@ -1836,7 +1838,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},できません{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ユーザーが所有者である場合にこのルールを適用
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,あなたのログインIDになります
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,セットアップ>電子メール>電子メールアカウントからデフォルトの電子メールアカウントを設定してください
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,レポートを作成
|
||||
DocType: Note,Notify users with a popup when they log in,ユーザーがログインする際ポップアップで通知する
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1}は存在しないため、マージする新しいターゲットを選択してください
|
||||
|
|
@ -2325,7 +2326,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,全
|
|||
DocType: DocType,Setup,セットアップ
|
||||
DocType: Email Account,Initial Sync Count,最初の同期カウント
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1}上の新しいコメント
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,セットアップ>ユーザーパーミッションマネージャ
|
||||
DocType: Workflow State,glass,ガラス
|
||||
DocType: DocType,Timeline Field,タイムラインフィールド
|
||||
DocType: Country,Time Zones,時間帯
|
||||
|
|
@ -2451,6 +2451,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}:提出可能になっていない場合は、割当の修正が設定できません
|
||||
DocType: Address,Bihar,ビハール州
|
||||
DocType: Activity Log,Link DocType,リンク文書タイプ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,セットアップ>ユーザーパーミッションマネージャ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,まだメッセージはありません。
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,すべてのカスタマイズを削除しますか?
|
||||
DocType: Website Slideshow,Slideshow Name,スライドショー名
|
||||
|
|
@ -2663,7 +2664,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAPを使用してログ
|
|||
DocType: Web Form,Breadcrumbs,パンくずリスト
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,所有者の場合
|
||||
DocType: Data Migration Mapping,Push,プッシュ
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,デフォルトアドレステンプレートが見つかりません。 「設定」>「印刷とブランド」>「アドレステンプレート」から新しいものを作成してください。
|
||||
DocType: OAuth Authorization Code,Expiration time,呼気時間
|
||||
DocType: Web Page,Website Sidebar,ウェブサイトのサイドバー
|
||||
DocType: Web Form,Show Sidebar,サイドバー表示
|
||||
|
|
@ -2700,7 +2700,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,グルー
|
|||
DocType: Communication,Notification,お知らせ
|
||||
DocType: DocType,Document,文書
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},シリーズは、{0}はすでに{1}で使用されています
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,電子メールアカウントは設定されません。セットアップ>電子メール>電子メールアカウントから新しい電子メールアカウントを作成してください
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,サポートされていないファイル形式
|
||||
DocType: DocField,Code,コード
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",ワークフローの状態とワークフローの役割です。 文書ステータスオプション:0は「保存済」、1は「提出済」、2は「キャンセル済」です。
|
||||
|
|
@ -2811,6 +2810,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,データ移行マッピ
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,無効なログイントークン
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,破棄
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1時間前
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,デフォルトアドレステンプレートが見つかりません。 「設定」>「印刷とブランド」>「アドレステンプレート」から新しいものを作成してください。
|
||||
DocType: Website Settings,Home Page,ホームページ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,親エラースナップショット
|
||||
DocType: Kanban Board,Filters,フィルター
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,សញ្ញាព្រួញរង្វង់ឡើង
|
||||
DocType: Email Domain,Email Domain,ដែនអ៊ីម៉ែល
|
||||
DocType: Workflow State,italic,ទ្រេត
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ដំឡើង> អ្នកប្រើ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: មិនអាចកំណត់ការនាំចូលដោយគ្មានបង្កើត
|
||||
DocType: SMS Settings,Enter url parameter for message,បញ្ចូលប៉ារ៉ាម៉ែត្រ URL សម្រាប់សារ
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,មើលរបាយការណ៍ក្នុងកម្មវិធីអ៊ីនធឺណិតរបស់អ្នក
|
||||
|
|
@ -918,6 +919,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ឯកសារយោង: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,អ្នកស្រី
|
||||
DocType: File,Attached To Name,ភ្ជាប់ទៅនឹងឈ្មោះ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ឆ្នាំមុន
|
||||
DocType: Address,Address Type,ប្រភេទអាសយដ្ឋាន
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,ឈ្មោះអ្នកប្រើឬពាក្យសម្ងាត់មិនត្រឹមត្រូវការគាំទ្រ។ សូមកែតម្រូវនិងព្យាយាមម្ដងទៀត។
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1087,7 +1089,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,គោលដៅ
|
||||
DocType: System Settings,Number of Backups,ចំនួននៃការបម្រុងទុក
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ឆ្នាំមុន
|
||||
DocType: Website Settings,Copyright,រក្សាសិទ្ធិ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ចូលទៅ
|
||||
DocType: OAuth Authorization Code,Invalid,មិនត្រឹមត្រូវ
|
||||
|
|
@ -1396,6 +1397,7 @@ DocType: Workflow State,step-backward,ជំហានថយក្រោយ
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,សូមកំណត់កូនសោកំណត់រចនាសម្ព័ន្ធការចូលដំណើរការ Dropbox ក្នុងតំបន់របស់អ្នក
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,លុបកំណត់ត្រានេះដើម្បីឱ្យផ្ញើទៅកាន់អាសយដ្ឋានអ៊ីមែលនេះ
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,សូមរៀបចំគណនីអ៊ីម៉ែលលំនាំដើមពីការរៀបចំ> អ៊ីម៉ែល> គណនីអ៊ីម៉ែល
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,មានតែវាលជាចាំបាច់គឺចាំបាច់សម្រាប់កំណត់ត្រាថ្មីមួយ។ អ្នកអាចលុបជួរឈរដែលមិនចាំបាច់ប្រសិនបើអ្នកចង់។
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,មិនអាចធ្វើឱ្យទាន់សម័យដែលព្រឹត្តិការណ៍
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,បញ្ចប់ការទូទាត់
|
||||
|
|
@ -1489,7 +1491,6 @@ DocType: System Settings,OTP App,កម្មវិធី OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,លេខសម្គាល់ឯកសារ
|
||||
DocType: Print Settings,Letter,លិខិត
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,វាលរូបភាពត្រូវតែមានប្រភេទភ្ជាប់រូបភាព
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> រកមិនឃើញលទ្ធផលសម្រាប់ ' </p>
|
||||
DocType: DocField,Columns,ជួរឈរ
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,បានចែករំលែកជាមួយអ្នកប្រើប្រាស់ {0} ដែលមានសិទ្ធិអាន
|
||||
DocType: Async Task,Succeeded,ទទួលបានជោគជ័យ
|
||||
|
|
@ -1529,6 +1530,7 @@ DocType: Error Log,Title,ចំណងជើង
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","ហាក់ដូចជាបញ្ហាជាមួយនឹងការកំណត់រចនាសម្ព័ន្ធ razorpay របស់ម៉ាស៊ីនបម្រើ។ កុំបារម្ភ, នៅក្នុងករណីនៃចំនួនទឹកប្រាក់ការបរាជ័យនឹងទទួលបានផ្តល់ជូនទៅក្នុងគណនីរបស់អ្នក។"
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,ប្ដូរតាមបំណង
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,មើលឯកសារដែលបានអនុញ្ញាត
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,គណនីអ៊ីម៉ែលមិនបានរៀបចំ។ សូមបង្កើតគណនីអ៊ីម៉ែលថ្មីមួយពីការរៀបចំ> អ៊ីម៉ែល> គណនីអ៊ីម៉ែល
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ច្រវ៉ាក់សុចរិត
|
||||
DocType: Data Export,CSV,ឯកសារ CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,សូមផ្ដល់ឱ្យអ្នកនូវ feebdack លម្អិត។
|
||||
|
|
@ -1580,7 +1582,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,ការជាវរបស់អ្នកនឹងផុតកំណត់នៅថ្ងៃនេះ។
|
||||
DocType: Page,Standard,ស្ដង់ដារ
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ភ្ជាប់ឯកសារ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ដំឡើង> អ្នកប្រើ
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ទំហំ
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ការផ្តល់តម្លៃពេញលេញ
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DOCTYPE សិទ្ធិរបស់អ្នកប្រើប្រាស់
|
||||
|
|
@ -1643,6 +1644,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,ចាកចេញ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,សិទ្ធិនៅកម្រិតខ្ពស់ជាងគឺមានសិទ្ធិកម្រិតវាល។ វាលទាំងអស់មានសំណុំកម្រិតសិទ្ធិប្រឆាំងនឹងពួកគេនិងច្បាប់ដែលបានកំណត់នៅក្នុងថាមានសិទ្ធិអនុវត្តទៅវាលនេះ។ នេះគឺជាការមានប្រយោជន៍ក្នុងករណីដែលអ្នកចង់លាក់ឬធ្វើឱ្យវាលស្រែមួយចំនួនបានតែអានសម្រាប់តួនាទីជាក់លាក់។
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","បញ្ចូលប៉ារ៉ាម៉ែត្រ URL ឋិតិវន្តនៅទីនេះ (ឧ។ អ្នកផ្ញើ = ERPNext, ឈ្មោះអ្នកប្រើ = ERPNext ពាក្យសម្ងាត់ = 1234 ល)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> រកមិនឃើញលទ្ធផលសម្រាប់ ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",ប្រសិនបើមានការណែនាំទាំងនេះដែលជាកន្លែងដែលមិនមានប្រយោជន៍ទេសូមបន្ថែមក្នុងការផ្ដល់យោបល់របស់អ្នកនៅលើបញ្ហា GitHub ។
|
||||
DocType: Workflow State,bookmark,កំណត់ចំណាំ
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ឈ្មោះថតមិនគួរតែរួមបញ្ចូល '/' (សញ្ញា)
|
||||
|
|
@ -1832,7 +1834,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},មិនអាច {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,អនុវត្តក្បួននេះបើអ្នកប្រើត្រូវបានម្ចាស់
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,នឹងមានលេខសម្គាល់ការចូលរបស់អ្នក
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,សូមរៀបចំគណនីអ៊ីម៉ែលលំនាំដើមពីការរៀបចំ> អ៊ីម៉ែល> គណនីអ៊ីម៉ែល
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,កសាងរបាយការណ៍
|
||||
DocType: Note,Notify users with a popup when they log in,ជូនដំណឹងអ្នកប្រើដែលមានលេចឡើងនៅពេលដែលពួកគេចូល
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1} មិនមានជ្រើសគោលដៅថ្មីដើម្បីបញ្ចូលចូលគ្នា
|
||||
|
|
@ -2325,7 +2326,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ឆ
|
|||
DocType: DocType,Setup,ការដំឡើង
|
||||
DocType: Email Account,Initial Sync Count,ធ្វើសមកាលកម្មដំបូងរាប់
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},មតិយោបល់ថ្មីនៅលើ {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ការរៀបចំ> កម្មវិធីគ្រប់គ្រងការអនុញ្ញាតអ្នកប្រើ
|
||||
DocType: Workflow State,glass,កញ្ចក់
|
||||
DocType: DocType,Timeline Field,វាលកំណត់ពេលវេលា
|
||||
DocType: Country,Time Zones,តំបន់ពេលវេលា
|
||||
|
|
@ -2452,6 +2452,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: មិនអាចកំណត់ការផ្តល់តម្លៃឱ្យធ្វើវិសោធនកម្មប្រសិនបើមិនបានបញ្ជូន
|
||||
DocType: Address,Bihar,ប៊ីហារ
|
||||
DocType: Activity Log,Link DocType,DOCTYPE តំណ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ការរៀបចំ> កម្មវិធីគ្រប់គ្រងការអនុញ្ញាតអ្នកប្រើ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,អ្នកមិនទាន់មានសារនៅឡើយទេ។
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,យកការប្ដូរតាមបំណងទាំងអស់?
|
||||
DocType: Website Slideshow,Slideshow Name,ឈ្មោះការបញ្ចាំងស្លាយ
|
||||
|
|
@ -2664,7 +2665,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,ចូលជាមួយ
|
|||
DocType: Web Form,Breadcrumbs,របារនាំទិស
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,បើសិនជាម្ចាស់
|
||||
DocType: Data Migration Mapping,Push,រុញ
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,រកមិនឃើញគំរូអាស័យដ្ឋានលំនាំដើម។ សូមបង្កើតថ្មីមួយពីការរៀបចំ> បោះពុម្ពនិងបង្កើតយីហោ> ពុម្ពលើ។
|
||||
DocType: OAuth Authorization Code,Expiration time,ពេលផុតកំណត់
|
||||
DocType: Web Page,Website Sidebar,របារចំហៀងគេហទំព័រ
|
||||
DocType: Web Form,Show Sidebar,បង្ហាញរបារចំហៀង
|
||||
|
|
@ -2701,7 +2701,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,ថ្ន
|
|||
DocType: Communication,Notification,ការជូនដំណឹង
|
||||
DocType: DocType,Document,ឯកសារជា
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},កម្រងឯកសារ {0} ត្រូវបានប្រើរួចហើយនៅក្នុង {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,គណនីអ៊ីម៉ែលមិនបានរៀបចំ។ សូមបង្កើតគណនីអ៊ីម៉ែលថ្មីមួយពីការរៀបចំ> អ៊ីម៉ែល> គណនីអ៊ីម៉ែល
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,ទ្រង់ទ្រាយឯកសារមិនបានគាំទ្រ
|
||||
DocType: DocField,Code,លេខកូដ
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",ទាំងអស់លំហូរការងារអាមេរិកនិងតួនាទីរបស់ប្រព័ន្ធការងារអាចធ្វើបាន។ ជម្រើស Docstatus: 0 គឺ "រក្សាទុក" 1 គឺ "ផ្តល់ជូន" និងទី 2 គឺ "ត្រូវបានលុបចោល"
|
||||
|
|
@ -2816,6 +2815,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ផែនទីអន្
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,ចូល Token ចំនួនមិនត្រឹមត្រូវ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,បោះបង់
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ម៉ោងមុន
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,រកមិនឃើញគំរូអាស័យដ្ឋានលំនាំដើម។ សូមបង្កើតថ្មីមួយពីការរៀបចំ> បោះពុម្ពនិងបង្កើតយីហោ> ពុម្ពលើ។
|
||||
DocType: Website Settings,Home Page,ទំព័រដើមទំព័រ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,រូបថតកំហុសក្នុងមាតាឬបិតា
|
||||
DocType: Kanban Board,Filters,តម្រង
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,ಸರ್ಕಲ್ ಬಾಣದ ಅಪ್
|
||||
DocType: Email Domain,Email Domain,ಇಮೇಲ್ ಡೊಮೈನ್
|
||||
DocType: Workflow State,italic,ಪುರಾತನ ಇಟಲಿಯ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ಸೆಟಪ್> ಬಳಕೆದಾರ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : ರಚಿಸಿ ಇಲ್ಲದೆ ಆಮದು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
|
||||
DocType: SMS Settings,Enter url parameter for message,ಸಂದೇಶವು URL ಪ್ಯಾರಾಮೀಟರ್ ಯನ್ನು
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,ನಿಮ್ಮ ಬ್ರೌಸರ್ನಲ್ಲಿ ವರದಿ ವೀಕ್ಷಿಸಿ
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ರೆಫರೆನ್ಸ್: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,ಶ್ರೀಮತಿ
|
||||
DocType: File,Attached To Name,ಹೆಸರು ಲಗತ್ತಿಸಲಾದ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ವರ್ಷ (ಗಳು) ಹಿಂದೆ
|
||||
DocType: Address,Address Type,ವಿಳಾಸ ಪ್ರಕಾರ
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,ಅಮಾನ್ಯ ಬಳಕೆದಾರ ಹೆಸರು ಅಥವಾ ಪಾಸ್ವರ್ಡ್ ಸಹಾಯ . ನಿವಾರಿಸಿಕೊಳ್ಳಲು ಹಾಗೂ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ .
|
||||
DocType: Email Account,Yahoo Mail,ಯಾಹೂ ಮೇಲ್
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,ಟಾರ್ಗೆಟ್
|
||||
DocType: System Settings,Number of Backups,ಬ್ಯಾಕ್ಅಪ್ಗಳು ಸಂಖ್ಯೆ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ವರ್ಷ (ಗಳು) ಹಿಂದೆ
|
||||
DocType: Website Settings,Copyright,ಕೃತಿಸ್ವಾಮ್ಯ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ಹೋಗಿ
|
||||
DocType: OAuth Authorization Code,Invalid,ಅಮಾನ್ಯವಾದ
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,ಹಂತ ಹಿಂದುಳಿದ
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{ App_title }
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,ನಿಮ್ಮ ಸೈಟ್ ಸಂರಚನಾ ಡ್ರಾಪ್ಬಾಕ್ಸ್ accesskeys ಸೆಟ್ ದಯವಿಟ್ಟು
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,ಈ ವಿಳಾಸಕ್ಕೆ ಕಳುಹಿಸಲು ಅವಕಾಶ ಈ ರೆಕಾರ್ಡ್ ಅಳಿಸು
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಡೀಫಾಲ್ಟ್ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಸಿ
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ಮಾತ್ರ ಕಡ್ಡಾಯವಾಗಿ ಜಾಗ ಹೊಸ ದಾಖಲೆಗಳು ಅವಶ್ಯಕ. ನೀವು ಬಯಸಿದರೆ ನೀವು ಕಡ್ಡಾಯವಲ್ಲದ ಕಾಲಮ್ಗಳನ್ನು ಅಳಿಸಬಹುದು.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ಕ್ರಿಯೆಯನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತಿಲ್ಲ
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ಪಾವತಿ ಪೂರ್ಣಗೊಂಡಿದೆ
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP ಅಪ್ಲಿಕೇಶನ್
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ದಾಖಲೆ ID
|
||||
DocType: Print Settings,Letter,ಅಕ್ಷರಗಳು
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,ಚಿತ್ರ ಕ್ಷೇತ್ರ ಪ್ರಕಾರ ಇರಬೇಕು ಚಿತ್ರ ಲಗತ್ತಿಸಿ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'ಫಲಿತಾಂಶಗಳಿಗಾಗಿ ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬಂದಿಲ್ಲ </p>
|
||||
DocType: DocField,Columns,ಅಂಕಣ
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,ಓದುವ ಪ್ರವೇಶದೊಂದಿಗೆ ಬಳಕೆದಾರರೊಂದಿಗೆ {0} ಹಂಚಿಕೊಳ್ಳಲಾಗಿದೆ
|
||||
DocType: Async Task,Succeeded,ಉತ್ತರಾಧಿಕಾರಿ
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,ಶೀರ್ಷಿಕೆ
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","ಸರ್ವರ್ನ razorpay ಸಂರಚನಾ ಸಮಸ್ಯೆ ತೋರುತ್ತದೆ. ನಿಮ್ಮ ಖಾತೆಗೆ ಮರುಪಾವತಿಸಲಾಗಿದೆ ಪಡೆಯುತ್ತಾನೆ ವೈಫಲ್ಯ ಪ್ರಮಾಣದ ಸಂದರ್ಭದಲ್ಲಿ, ಚಿಂತಿಸಬೇಡಿ."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,ಕಸ್ಟಮೈಸ್
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,ಅನುಮತಿಸಲಾದ ಡಾಕ್ಯುಮೆಂಟ್ಗಳನ್ನು ವೀಕ್ಷಿಸಿ
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ಇಮೇಲ್ ಖಾತೆ ಸೆಟಪ್ ಆಗಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಹೊಸ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ರಚಿಸಿ
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ಸರಣಿ ಸಮಗ್ರತೆ
|
||||
DocType: Data Export,CSV,ಜಿನ್ಯೂಮರಿಕ್ CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,ದಯವಿಟ್ಟು ವಿವರವಾದ feebdack ನೀಡಿ.
|
||||
|
|
@ -1603,7 +1605,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು ಇಂದು ಅಂತ್ಯಗೊಳ್ಳಲಿದೆ.
|
||||
DocType: Page,Standard,ಸ್ಟ್ಯಾಂಡರ್ಡ್
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ಫೈಲ್ ಲಗತ್ತಿಸಿ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ಸೆಟಪ್> ಬಳಕೆದಾರ
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ಗಾತ್ರ
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ಕಂಪ್ಲೀಟ್ ನಿಯೋಜನೆ
|
||||
DocType: Custom DocPerm,User Permission DocTypes,ಸದಸ್ಯರ ಅನುಮತಿ Doctypes
|
||||
|
|
@ -1668,6 +1669,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,ಲಾಗ್ ಔಟ್
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ಮಟ್ಟದ ಅನುಮತಿಗಳು ಕ್ಷೇತ್ರ ಮಟ್ಟ ಅನುಮತಿಗಳನ್ನು ಗಳು. ಎಲ್ಲಾ ಕ್ಷೇತ್ರಗಳು ಅವರ ವಿರುದ್ಧ ಅನುಮತಿ ಮಟ್ಟ ಸೆಟ್ ಮತ್ತು ಅನುಮತಿಗಳನ್ನು ಕ್ಷೇತ್ರದಲ್ಲಿ ಅನ್ವಯವಾಗುವ ವ್ಯಾಖ್ಯಾನಿಸಲಾಗಿದೆ ನಿಯಮಗಳನ್ನು ಹೊಂದಿವೆ. ನೀವು ಮರೆಮಾಡಲು ಅಥವಾ ಕೆಲವು ಕ್ಷೇತ್ರದಲ್ಲಿ ಓದಲು ಮಾತ್ರ ಕೆಲವು ಪಾತ್ರಗಳಿಗೆ ಮಾಡಲು ಬಯಸುವ ಸಂದರ್ಭದಲ್ಲಿ ಉಪಯುಕ್ತವಾಗಿದೆ.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","ಇಲ್ಲಿ ಸ್ಥಿರ URL ನಿಯತಾಂಕಗಳನ್ನು ನಮೂದಿಸಲು ( ಉದಾ. ಕಳುಹಿಸುವವರ = ERPNext , ಬಳಕೆದಾರಹೆಸರು = ERPNext , ಪಾಸ್ವರ್ಡ್ = 1234 , ಇತ್ಯಾದಿ )"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'ಫಲಿತಾಂಶಗಳಿಗಾಗಿ ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬಂದಿಲ್ಲ </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","ಸಂಶ್ಲೇಷಣೆ ಸೂಚನೆಗಳನ್ನು ಅಲ್ಲಿ ಉಪಯುಕ್ತ ಅಲ್ಲ, GitHub ಸಮಸ್ಯೆಗಳು ನಿಮ್ಮ ಸಲಹೆಗಳನ್ನು ಸೇರಿಸಿ ದಯವಿಟ್ಟು ."
|
||||
DocType: Workflow State,bookmark,ಓದು - ಗುರುತು
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ಫೋಲ್ಡರ್ ಹೆಸರು ಒಳಗೊಂಡಿರಬೇಕು '/' (ಕಡಿದು)
|
||||
|
|
@ -1861,7 +1863,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} ಸಾಧ್ಯವಿಲ್ಲ
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ಬಳಕೆದಾರ ಮಾಲೀಕ ವೇಳೆ ಈ ನಿಯಮ ಅನ್ವಯಿಸುವುದಿಲ್ಲ
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,ನಿಮ್ಮ ಲಾಗಿನ್ ID ಅನ್ನು
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಡೀಫಾಲ್ಟ್ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಸಿ
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,ವರದಿ ಬಿಲ್ಡ್
|
||||
DocType: Note,Notify users with a popup when they log in,ಅವರು ಒಳಗೆ ಪ್ರವೇಶಿಸಿದಾಗ ಪಾಪ್ಅಪ್ ಬಳಕೆದಾರರಿಗೆ ಸೂಚಿಸಿ
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ , ವಿಲೀನಗೊಳ್ಳಲು ಹೊಸ ಗುರಿಯನ್ನು ಆಯ್ಕೆ"
|
||||
|
|
@ -2357,7 +2358,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ಎ
|
|||
DocType: DocType,Setup,ಸೆಟಪ್
|
||||
DocType: Email Account,Initial Sync Count,ಆರಂಭಿಕ ಸಿಂಕ್ ಕೌಂಟ್
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ಹೊಸ ಕಾಮೆಂಟ್ {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ಸೆಟಪ್> ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ನಿರ್ವಾಹಕ
|
||||
DocType: Workflow State,glass,ಗಾಜು
|
||||
DocType: DocType,Timeline Field,ಟೈಮ್ಲೈನ್ ಫೀಲ್ಡ್
|
||||
DocType: Country,Time Zones,ಸಮಯದ ವಲಯಗಳು
|
||||
|
|
@ -2484,6 +2484,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : ನಿಯೋಜನೆ ಮಾಡಿರಿ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ Submittable ಅಲ್ಲ
|
||||
DocType: Address,Bihar,ಬಿಹಾರ
|
||||
DocType: Activity Log,Link DocType,ಲಿಂಕ್ DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ಸೆಟಪ್> ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ನಿರ್ವಾಹಕ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,ನೀವು ಇನ್ನೂ ಯಾವುದೇ ಸಂದೇಶಗಳನ್ನು ಹೊಂದಿಲ್ಲ.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,ಎಲ್ಲಾ ಗ್ರಾಹಕೀಕರಣ ತೆಗೆದುಹಾಕಿ ?
|
||||
DocType: Website Slideshow,Slideshow Name,ಸ್ಲೈಡ್ಶೋ ಹೆಸರು
|
||||
|
|
@ -2697,7 +2698,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP ಅನ್ನು ಲ
|
|||
DocType: Web Form,Breadcrumbs,ಬ್ರೆಡ್
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,ಮಾಲೀಕ ವೇಳೆ
|
||||
DocType: Data Migration Mapping,Push,ಪುಶ್
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ಡೀಫಾಲ್ಟ್ ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್> ಮುದ್ರಣ ಮತ್ತು ಬ್ರ್ಯಾಂಡಿಂಗ್> ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ನಿಂದ ಹೊಸದನ್ನು ರಚಿಸಿ.
|
||||
DocType: OAuth Authorization Code,Expiration time,ಮುಕ್ತಾಯ ಸಮಯ
|
||||
DocType: Web Page,Website Sidebar,ವೆಬ್ಸೈಟ್ ಪಾರ್ಶ್ವಪಟ್ಟಿ
|
||||
DocType: Web Form,Show Sidebar,ಪಾರ್ಶ್ವಪಟ್ಟಿ ತೋರಿಸು
|
||||
|
|
@ -2734,7 +2734,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,ಗುಂ
|
|||
DocType: Communication,Notification,ಅಧಿಸೂಚನೆ
|
||||
DocType: DocType,Document,ದಾಖಲೆ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},ಸರಣಿ {0} ಈಗಾಗಲೇ ಬಳಸಲಾಗುತ್ತದೆ {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ಇಮೇಲ್ ಖಾತೆ ಸೆಟಪ್ ಆಗಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಹೊಸ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ರಚಿಸಿ
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,ಬೆಂಬಲಿಸದ ಫೈಲ್ ಸ್ವರೂಪ
|
||||
DocType: DocField,Code,ಕೋಡ್
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","ಎಲ್ಲಾ ಸಂಭಾವ್ಯ ವರ್ಕ್ಫ್ಲೋ ಸ್ಟೇಟ್ಸ್ ಮತ್ತು ಕೆಲಸದೊತ್ತಡದ ಪಾತ್ರಗಳಿಗೆ. Docstatus ಆಯ್ಕೆಗಳು: 0 "ಉಳಿಸಿದ", ಆಗಿದೆ 1 "ಸಲ್ಲಿಸಿದ" ಮತ್ತು 2 "ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ" ಇದೆ"
|
||||
|
|
@ -2849,6 +2848,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ಡೇಟಾ ವಲಸೆ
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,ಸಹಿ ತಪ್ಪಿದೆ ಟೋಕನ್
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,ತಿರಸ್ಕರಿಸಿ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ಗಂಟೆಯ ಹಿಂದೆ
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ಡೀಫಾಲ್ಟ್ ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್> ಮುದ್ರಣ ಮತ್ತು ಬ್ರ್ಯಾಂಡಿಂಗ್> ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ನಿಂದ ಹೊಸದನ್ನು ರಚಿಸಿ.
|
||||
DocType: Website Settings,Home Page,ಮುಖಪುಟ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,ಪೋಷಕ ದೋಷ ಸ್ನ್ಯಾಪ್ಶಾಟ್
|
||||
DocType: Kanban Board,Filters,ಶೋಧಕಗಳು
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,원형 화살표 업
|
||||
DocType: Email Domain,Email Domain,이메일 도메인
|
||||
DocType: Workflow State,italic,이탤릭체
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,설정> 사용자
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} 작성하지 않고 수입을 설정할 수 없습니다
|
||||
DocType: SMS Settings,Enter url parameter for message,메시지의 URL 매개 변수를 입력
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,브라우저에서 보고서보기
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},참조 : {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,부인
|
||||
DocType: File,Attached To Name,이름에 첨부
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} 년 전
|
||||
DocType: Address,Address Type,주소 유형
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,잘못된 사용자 이름 또는 지원의 비밀.조정하고 다시 시도하십시오.
|
||||
DocType: Email Account,Yahoo Mail,야후 메일
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,물러나
|
||||
DocType: Footer Item,Target,목표물
|
||||
DocType: System Settings,Number of Backups,백업의 수
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} 년 전
|
||||
DocType: Website Settings,Copyright,저작권
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,가기
|
||||
DocType: OAuth Authorization Code,Invalid,잘못된
|
||||
|
|
@ -1418,6 +1419,7 @@ DocType: Workflow State,step-backward,스텝 뒤로
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,사이트 구성에 보관 액세스 키를 설정하십시오
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,이 이메일 주소로 보낼 수 있도록이 기록을 삭제
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,설정> 이메일> 이메일 계정에서 기본 이메일 계정을 설정하십시오.
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,만 필수 필드는 새로운 기록을 위해 필요하다.당신이 원하는 경우 필수가 아닌 열을 삭제할 수 있습니다.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,이벤트를 업데이트 할 수 없습니다
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,결제 완료
|
||||
|
|
@ -1512,7 +1514,6 @@ DocType: System Settings,OTP App,OTP 앱
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,문서 ID
|
||||
DocType: Print Settings,Letter,글자
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,이미지 필드 유형이어야합니다 이미지 첨부
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> '에 대한 검색 결과가 없습니다. </p>
|
||||
DocType: DocField,Columns,열
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,읽기 권한이있는 {0} 사용자와 공유 됨
|
||||
DocType: Async Task,Succeeded,성공
|
||||
|
|
@ -1552,6 +1553,7 @@ DocType: Error Log,Title,제목
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","서버의 razorpay의 구성에 문제를 보인다. 계정에 환불 얻을 것이다 실패 양의 경우, 걱정하지 마십시오."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,사용자 지정
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,허용 된 문서보기
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,이메일 계정이 설정되지 않았습니다. 설정> 이메일> 이메일 계정에서 새 이메일 계정을 만드십시오.
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,체인 무결성
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,자세한 feebdack을주십시오.
|
||||
|
|
@ -1604,7 +1606,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,가입이 오늘 만료됩니다.
|
||||
DocType: Page,Standard,표준
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,파일 첨부
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,설정> 사용자
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,크기
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,전체 할당
|
||||
DocType: Custom DocPerm,User Permission DocTypes,사용자 권한 doctype에
|
||||
|
|
@ -1669,6 +1670,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,로그아웃
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,더 높은 수준의 권한은 필드 레벨의 권한입니다.모든 필드는 그들에 대한 권한 수준 설정과 권한을 현장에 적용하는 것이 정의 규칙을 가지고있다.이 숨기거나 특정 필드는 읽기 전용 특정 역할 있도록 할 경우에 유용합니다.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","여기에 정적 URL 매개 변수를 입력합니다 (예 : 보낸 사람 = ERPNext, 사용자 이름 = ERPNext, 암호 = 1234 등)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> '에 대한 검색 결과가 없습니다. </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","이 지침 곳에 도움이되지 않으면, GitHub의 문제에 대한 당신의 제안에 추가하십시오."
|
||||
DocType: Workflow State,bookmark,북마크
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),폴더 이름에 '/'(슬래시)가 없어야합니다.
|
||||
|
|
@ -1862,7 +1864,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} 할 수 없습니다.
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,사용자가 소유자 인 경우이 규칙 적용
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,로그인 ID가됩니다.
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,설정> 이메일> 이메일 계정에서 기본 이메일 계정을 설정하십시오.
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,보고서보기 빌드
|
||||
DocType: Note,Notify users with a popup when they log in,그들이 로그인 할 때 팝업으로 사용자에게 알림
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1}이 (가) 없습니다, 새로운 대상을 선택해서 병합하세요."
|
||||
|
|
@ -2358,7 +2359,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,모
|
|||
DocType: DocType,Setup,설정
|
||||
DocType: Email Account,Initial Sync Count,초기 동기화 카운트
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},에 새 코멘트 {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,설정> 사용자 권한 관리자
|
||||
DocType: Workflow State,glass,유리
|
||||
DocType: DocType,Timeline Field,타임 라인 필드
|
||||
DocType: Country,Time Zones,시간대
|
||||
|
|
@ -2485,6 +2485,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : 지정을 개정 설정할 수 Submittable 아니라면
|
||||
DocType: Address,Bihar,비하르
|
||||
DocType: Activity Log,Link DocType,링크 DOCTYPE입니다
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,설정> 사용자 권한 관리자
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,아직 메시지가 없습니다.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,모든 사용자 지정을 삭제 하시겠습니까?
|
||||
DocType: Website Slideshow,Slideshow Name,슬라이드 쇼 이름
|
||||
|
|
@ -2698,7 +2699,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP에 로그인
|
|||
DocType: Web Form,Breadcrumbs,빵 부스러기
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,사용하는 경우
|
||||
DocType: Data Migration Mapping,Push,푸시
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,기본 주소 템플릿이 없습니다. 설정> 인쇄 및 브랜딩> 주소 템플릿에서 새 것을 만드십시오.
|
||||
DocType: OAuth Authorization Code,Expiration time,만료 시간
|
||||
DocType: Web Page,Website Sidebar,웹 사이트 사이드 바
|
||||
DocType: Web Form,Show Sidebar,보기 사이드 바
|
||||
|
|
@ -2735,7 +2735,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,그룹 노
|
|||
DocType: Communication,Notification,공고
|
||||
DocType: DocType,Document,문서
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},계열 {0} 이미 사용될 {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,이메일 계정이 설정되지 않았습니다. 설정> 이메일> 이메일 계정에서 새 이메일 계정을 만드십시오.
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,지원되지 않는 파일 형식
|
||||
DocType: DocField,Code,코드
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","가능한 모든 워크 플로우 미국과 워크 플로우의 역할. Docstatus 옵션 : 0 "저장", 1은 "제출"하고 2 "취소"한다"
|
||||
|
|
@ -2850,6 +2849,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,데이터 마이그레이
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,잘못된 로그인 토큰
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,포기
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 시간 전
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,기본 주소 템플릿이 없습니다. 설정> 인쇄 및 브랜딩> 주소 템플릿에서 새 것을 만드십시오.
|
||||
DocType: Website Settings,Home Page,홈페이지
|
||||
DocType: Error Snapshot,Parent Error Snapshot,부모 오류 스냅 샷
|
||||
DocType: Kanban Board,Filters,필터
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,circle-tîra-up
|
||||
DocType: Email Domain,Email Domain,Domain Email
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Bikarhêner
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Can Import bê Create set ne
|
||||
DocType: SMS Settings,Enter url parameter for message,parametre url ji bo peyamek binivîse
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Guhertoya we di gerokê de bibînin
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},World: Kurdî: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Banû
|
||||
DocType: File,Attached To Name,Girêdayî To Name
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} sal (s) berê
|
||||
DocType: Address,Address Type,Address Type
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Navê Bikarhêner çewt an Support Password. Ji kerema xwe re çak û careke din biceribîne.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,megafon
|
||||
DocType: Footer Item,Target,Armanc
|
||||
DocType: System Settings,Number of Backups,Hejmara Backups
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} sal (s) berê
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Çûyin
|
||||
DocType: OAuth Authorization Code,Invalid,Seqet
|
||||
|
|
@ -1418,6 +1419,7 @@ DocType: Workflow State,step-backward,gav-bi paş ve
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Ji kerema xwe ve set keys access Dropbox li config-numreya te
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Vemirandina ev rekor bi rê şandina ji bo vê navnîşana email
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Ji kerema xwe ji Hesabê E-Mail-E-nameya Setup-ê-yê-ê-ê-ê-ê-ê-ê-ê-ê-ê-hesab bikin
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Tenê zeviyên diyarkirî ji bo qeydên nû pêwîst in. Tu stûnên non-wêneke eger tu dixwazî jê bibî.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nikare Rojane bûyer
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Complete Payment
|
||||
|
|
@ -1512,7 +1514,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID belge
|
||||
DocType: Print Settings,Letter,Name
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,"nav zeviyê Wêne, divê ji type be Attach Wêne"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> Ne encam ji bo ' </p>"
|
||||
DocType: DocField,Columns,Stûn
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Bi bikarhêner bi xwendinê re vekirî ye {0}
|
||||
DocType: Async Task,Succeeded,serkeftî
|
||||
|
|
@ -1552,6 +1553,7 @@ DocType: Error Log,Title,Nav
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Xuya dike mijarê bi config razorpay server e. Xem neke, di doza ji meblexa têkçûna îade kirin hesabê we dê bistînin."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,kesanekirina
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Dokumentên Permalink
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Hesabê Îmêlê nayê sazkirin. Ji kerema xwe ji Hesabê E-Mail-E-nameya Hesabê nû ya nû ya navnîşê biafirînin
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Pêdengiya Çînê
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Ji kerema xwe re feebdack berfireh bide.
|
||||
|
|
@ -1603,7 +1605,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,abonetiya xwe îro dê bi dawî.
|
||||
DocType: Page,Standard,Wek herdem
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,attach Wêne
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Bikarhêner
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Mezinayî
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,assignment Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DocTypes User Destûr
|
||||
|
|
@ -1668,6 +1669,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Derkeve
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Permissions de di astên bilind de destûrên Level Field in. Hemû Fields xwedî set Level Destûr li dijî wan û qaîdeyên danasîn li ku, ka destûrên di qada serî. Ev di doza kêrhatî ye ku tu dixwazî veşêrî an jî qadê hin xwendin-tenê ji bo ristên hin."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Parametreyên url statîk vir binivîse (Eg. virrêkerî = ERPNext, username = ERPNext, password = 1234 û hwd.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> Ne encam ji bo ' </p>"
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Eger ev talîmat ku ne alîkar e, ji kerema xwe ve lê zêde bike li pêşniyarên xwe li ser Issues GitHub."
|
||||
DocType: Workflow State,bookmark,bookmark
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Navê Folder divê ne '/' (slash)
|
||||
|
|
@ -1860,7 +1862,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nikare {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Apply vê qeydeyî, eger User xwediyę e"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Dê bibe ID te (login)
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Ji kerema xwe ji Hesabê E-Mail-E-nameya Setup-ê-yê-ê-ê-ê-ê-ê-ê-ê-ê-sazkirinê bikin
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,ava Report
|
||||
DocType: Note,Notify users with a popup when they log in,bikarhênerên Notify bi popup gava ku ew jî têkeve
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} does not exist, hedef ya nû hilbijêre ji bo merge"
|
||||
|
|
@ -2355,7 +2356,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ber
|
|||
DocType: DocType,Setup,Damezirandin
|
||||
DocType: Email Account,Initial Sync Count,View Syncê destpêkê
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Raya nû li ser {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Rêveberê Destûrê bikarhêner
|
||||
DocType: Workflow State,glass,cam
|
||||
DocType: DocType,Timeline Field,Timeline Field
|
||||
DocType: Country,Time Zones,Herêmên Time
|
||||
|
|
@ -2482,6 +2482,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Can not set value Qanûnên eger Submittable ne
|
||||
DocType: Address,Bihar,bihar
|
||||
DocType: Activity Log,Link DocType,DocType Link
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Rêveberê Destûrê bikarhêner
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Heta niha tu peyam hene.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Jê hemû li ser budceya?
|
||||
DocType: Website Slideshow,Slideshow Name,Navê Slideshow
|
||||
|
|
@ -2694,7 +2695,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Login bi LDAP
|
|||
DocType: Web Form,Breadcrumbs,Menûyên
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ger Xwedîyê
|
||||
DocType: Data Migration Mapping,Push,Lêqellibînî
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Naveroka Navnîşa Navnîşan nehat dîtin. Ji kerema xwe ji nûveka nû ya Setup> Print û Branding> Navnîşana Navnîşek nû çêke.
|
||||
DocType: OAuth Authorization Code,Expiration time,dem boriye
|
||||
DocType: Web Page,Website Sidebar,Darikê Kêlekê yê Website
|
||||
DocType: Web Form,Show Sidebar,Show Kêlekê
|
||||
|
|
@ -2731,7 +2731,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Node Group
|
|||
DocType: Communication,Notification,Agahdayin
|
||||
DocType: DocType,Document,Belge
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Series {0} niha di bikaranîn {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Hesabê Îmêlê nayê sazkirin. Ji kerema xwe ji Hesabê E-Mail-E-nameya Hesabê nû ya nû ya navnîşê biafirînin
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Bêdestek File Format
|
||||
DocType: DocField,Code,Navê dizî
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Hemû gengaz States Workflow û rolên ya workflow. Vebijêrkên Docstatus: 0 e "Saved", 1 is "on" û 2 is "weş""
|
||||
|
|
@ -2845,6 +2844,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Migration Mapping
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Bikişînin
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 hour ago
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Naveroka Navnîşa Navnîşan nehat dîtin. Ji kerema xwe ji nûveka nû ya Setup> Print û Branding> Navnîşana Navnîşek nû çêke.
|
||||
DocType: Website Settings,Home Page,Home Page
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Dê û bav Snapshot Error
|
||||
DocType: Kanban Board,Filters,Parzûn
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,"ແຜ່ນປ້າຍວົງກົມ, ລູກສອນຂຶ້ນ"
|
||||
DocType: Email Domain,Email Domain,Domain Email
|
||||
DocType: Workflow State,italic,ໂຕຫນັງສືເນີ້ງ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ຕັ້ງຄ່າ> ຜູ້ໃຊ້
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: ບໍ່ສາມາດກໍານົດການນໍາເຂົ້າໂດຍບໍ່ມີການສ້າງ
|
||||
DocType: SMS Settings,Enter url parameter for message,ກະລຸນາໃສ່ພາລາມິເຕີ url ສໍາລັບຂໍ້ຄວາມ
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,ເບິ່ງບົດລາຍງານໃນຕົວທ່ອງເວັບຂອງທ່ານ
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ກະສານອ້າງອີງ: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,ນາງ
|
||||
DocType: File,Attached To Name,ຕິດກັບຊື່
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ປີທີ່ຜ່ານມາ
|
||||
DocType: Address,Address Type,ປະເພດທີ່ຢູ່
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,ຊື່ຜູ້ໃຊ້ບໍ່ຖືກຕ້ອງຫຼືສະຫນັບສະຫນູນລະຫັດຜ່ານ. ກະລຸນາແກ້ໄຂແລະພະຍາຍາມອີກເທື່ອຫນຶ່ງ.
|
||||
DocType: Email Account,Yahoo Mail,ຢາຮູເມວ
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,ເປົ້າຫມາຍ
|
||||
DocType: System Settings,Number of Backups,ຈໍານວນຂອງາຮອງ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ປີທີ່ຜ່ານມາ
|
||||
DocType: Website Settings,Copyright,ລິຂະສິດ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ໄປ
|
||||
DocType: OAuth Authorization Code,Invalid,ທີ່ບໍ່ຖືກຕ້ອງ
|
||||
|
|
@ -1418,6 +1419,7 @@ DocType: Workflow State,step-backward,ຂັ້ນຕອນທີກັບຄື
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,ກະລຸນາຕັ້ງຕົວທີ່ໃຊ້ໃນການເຂົ້າເຖິງ Dropbox ໃນ config ເວັບໄຊຂອງທ່ານ
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,ລຶບບັນທຶກນີ້ຈະອະນຸຍາດໃຫ້ສົ່ງໄປຫາທີ່ຢູ່ອີເມວນີ້
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,ກະລຸນາຕັ້ງຄ່າບັນຊີ Email ທີ່ຖືກຕ້ອງຈາກ Setup> Email> Account Email
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ພຽງແຕ່ຕ້ອງໃສ່ຂໍ້ມູນທີ່ຈໍາເປັນສໍາລັບການບັນທຶກໃຫມ່. ທ່ານສາມາດລຶບຖັນທີ່ບໍ່ແມ່ນການບັງຄັບຖ້າຫາກວ່າທ່ານຕ້ອງການ.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ບໍ່ສາມາດທີ່ຈະປັບປຸງກິດຈະກໍາ
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ສໍາເລັດການຊໍາລະເງິນ
|
||||
|
|
@ -1512,7 +1514,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID ເອກະສານ
|
||||
DocType: Print Settings,Letter,ຈົດຫມາຍສະບັບ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,ພາກສະຫນາມຮູບພາບຈະຕ້ອງປະເພດຄັດຕິດຮູບພາບ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ບໍ່ພົບຜົນລັບສໍາລັບ ' </p>
|
||||
DocType: DocField,Columns,ຄໍລໍາ
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,ແບ່ງປັນກັບຜູ້ໃຊ້ {0} ທີ່ມີການເຂົ້າເຖິງອ່ານ
|
||||
DocType: Async Task,Succeeded,ສົບຄວາມສໍາເລັດ
|
||||
|
|
@ -1552,6 +1553,7 @@ DocType: Error Log,Title,Title
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","ເບິ່ງຄືວ່າບັນຫາທີ່ມີເຄື່ອງແມ່ຂ່າຍຂອງ config razorpay. ບໍ່ກັງວົນ, ໃນກໍລະນີຂອງຈໍານວນເງິນທີ່ຄວາມລົ້ມເຫຼວຂອງຈະໄດ້ຮັບການສົ່ງຄືນໃຫ້ບັນຊີຂອງທ່ານ."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,ປັບ
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,View ທີ່ອະນຸມັດເອກະສານ
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ບັນຊີອີເມວບໍ່ໄດ້ຕັ້ງຄ່າ. ກະລຸນາສ້າງບັນຊີ Email ໃຫມ່ຈາກ Setup> Email> Account Email
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Chain Integrity
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,ກະລຸນາໃຫ້ feebdack ລາຍລະອຽດ.
|
||||
|
|
@ -1603,7 +1605,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,ການສະຫມັກຂອງທ່ານຈະຫມົດອາຍຸໃນມື້ນີ້.
|
||||
DocType: Page,Standard,ມາດຕະຖານ
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ຄັດຕິດເອກະສານ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ຕັ້ງຄ່າ> ຜູ້ໃຊ້
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ຂະຫນາດ
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ການມອບຫມາຍສໍາເລັດ
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DOCTYPE ການອະນຸຍາດຜູ້ໃຊ້
|
||||
|
|
@ -1668,6 +1669,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,ອອກຈາກລະບົບ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ການອະນຸຍາດໃນລະດັບສູງມີການອະນຸຍາດລະດັບພາກສະຫນາມ. ພາກສະຫນາມມີກໍານົດໄວ້ການອະນຸຍາດ Level ຕໍ່ກັບເຂົາເຈົ້າແລະກົດລະບຽບທີ່ກໍານົດໄວ້ຢູ່ທີ່ການອະນຸຍາດນໍາໃຊ້ກັບພາກສະຫນາມ. ນີ້ແມ່ນເປັນປະໂຫຍດໃນກໍລະນີທີ່ທ່ານຕ້ອງການເພື່ອຊ່ອນຫຼືເຮັດໃຫ້ພາກສະຫນາມທີ່ແນ່ນອນອ່ານພຽງແຕ່ສໍາລັບພາລະບົດບາດສະເພາະໃດຫນຶ່ງ.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","ກະລຸນາໃສ່ຕົວກໍານົດການ url static ນີ້ (ຕົວຢ່າງ:. sender = ERPNext, username = ERPNext, ລະຫັດຜ່ານ = 1234 ແລະອື່ນໆ)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ບໍ່ພົບຜົນລັບສໍາລັບ ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","ຖ້າຫາກວ່າຄໍາແນະນໍາເຫຼົ່ານີ້ທີ່ບໍ່ເປັນປະໂຫຍດ, ກະລຸນາຕື່ມໃນຄໍາແນະນໍາຂອງທ່ານກ່ຽວກັບບັນຫາ GitHub."
|
||||
DocType: Workflow State,bookmark,Bookmark
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ຊື່ Folder ບໍ່ຄວນປະກອບມີ '/' (slash)
|
||||
|
|
@ -1861,7 +1863,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},ບໍ່ສາມາດ {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ໃຊ້ກົດລະບຽບນີ້ຖ້າຫາກວ່າຜູ້ໃຊ້ທີ່ເປັນເຈົ້າຂອງໄດ້
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,ຈະ ID ເຂົ້າສູ່ລະບົບຂອງທ່ານ
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,ກະລຸນາຕັ້ງຄ່າບັນຊີ Email ທີ່ຖືກຕ້ອງຈາກ Setup> Email> Account Email
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,ການກໍ່ສ້າງ Report
|
||||
DocType: Note,Notify users with a popup when they log in,ແຈ້ງໃຫ້ຜູ້ໃຊ້ທີ່ມີນິຍົມໃນເວລາທີ່ພວກເຂົາເຈົ້າເຂົ້າສູ່ລະບົບ
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ບໍ່ມີ, ເລືອກເປົ້າຫມາຍໃຫມ່ໃນການຜະສານ"
|
||||
|
|
@ -2357,7 +2358,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ຕ
|
|||
DocType: DocType,Setup,ຕັ້ງຄ່າ
|
||||
DocType: Email Account,Initial Sync Count,ນັບ Sync ທໍາອິດ
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ຄວາມຄິດເຫັນໃຫມ່ {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> User Permissions Manager
|
||||
DocType: Workflow State,glass,ແກ້ວ
|
||||
DocType: DocType,Timeline Field,ກໍານົດເວລາພາກສະຫນາມ
|
||||
DocType: Country,Time Zones,ເຂດທີ່ໃຊ້ເວລາ
|
||||
|
|
@ -2484,6 +2484,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: ບໍ່ສາມາດຕັ້ງຄ່າກໍາຫນົດແກ້ໄຂຖ້າຫາກວ່າບໍ່ສົ່ງ
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,ການເຊື່ອມຕໍ່ DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> User Permissions Manager
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,ທ່ານບໍ່ມີຂໍ້ຄວາມໃດໆເທື່ອ.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,ເອົາລູກຄ້າທັງຫມົດ?
|
||||
DocType: Website Slideshow,Slideshow Name,ຊື່ slideshow
|
||||
|
|
@ -2696,7 +2697,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,ເຂົ້າສູ່
|
|||
DocType: Web Form,Breadcrumbs,breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,ຖ້າຫາກວ່າເຈົ້າຂອງ
|
||||
DocType: Data Migration Mapping,Push,Push
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ບໍ່ມີແມ່ແບບທີ່ຢູ່ໃນຕອນຕົ້ນທີ່ພົບ. ກະລຸນາສ້າງໃຫມ່ຈາກ Setup> ການພິມແລະການສ້າງ Branding> Template Address.
|
||||
DocType: OAuth Authorization Code,Expiration time,ທີ່ໃຊ້ເວລາຫມົດອາຍຸ
|
||||
DocType: Web Page,Website Sidebar,Sidebar ເວັບໄຊທ໌
|
||||
DocType: Web Form,Show Sidebar,ສະແດງໃຫ້ເຫັນ Sidebar
|
||||
|
|
@ -2733,7 +2733,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Node Group
|
|||
DocType: Communication,Notification,ການແຈ້ງເຕືອນ
|
||||
DocType: DocType,Document,ເອກະສານ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Series {0} ນໍາໃຊ້ແລ້ວໃນ {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ບັນຊີອີເມວບໍ່ໄດ້ຕັ້ງຄ່າ. ກະລຸນາສ້າງບັນຊີ Email ໃຫມ່ຈາກ Setup> Email> Account Email
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,ຮູບແບບໄຟລ໌ທີ່ບໍ່ຮອງຮັບ
|
||||
DocType: DocField,Code,ລະຫັດ
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","ທັງຫມົດທີ່ເປັນໄປໄດ້ Workflow ລັດອະເມລິກາແລະພາລະບົດບາດຂອງຂະບວນການ. Options Docstatus: 0 ແມ່ນ "ທີ່ບັນທຶກໄວ້", 1 ແມ່ນ "ສະ" ແລະ 2 ແມ່ນ "ຍົກເລີກ""
|
||||
|
|
@ -2848,6 +2847,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapping Migration Data
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,ເຂົ້າລະບົບ Token ທີ່ບໍ່ຖືກຕ້ອງ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,ຖິ້ມ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ຊົ່ວໂມງກ່ອນຫນ້ານີ້
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ບໍ່ມີແມ່ແບບທີ່ຢູ່ໃນຕອນຕົ້ນທີ່ພົບ. ກະລຸນາສ້າງໃຫມ່ຈາກ Setup> ການພິມແລະການສ້າງ Branding> Template Address.
|
||||
DocType: Website Settings,Home Page,ຫນ້າທໍາອິດ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Snapshot Error ພໍ່ແມ່
|
||||
DocType: Kanban Board,Filters,ການກັ່ນຕອງ
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,apskritimo rodyklė viršų
|
||||
DocType: Email Domain,Email Domain,paštas Domenų
|
||||
DocType: Workflow State,italic,kursyvinis
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nustatymas> Vartotojas
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Negalima nustatyti Importuoti be Sukurti
|
||||
DocType: SMS Settings,Enter url parameter for message,Įveskite URL parametrą pranešimą
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Peržiūrėkite ataskaitą savo naršyklėje
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Nuoroda: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Ponia
|
||||
DocType: File,Attached To Name,Pridedamas prie Pavadinimas
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,>> {0} metai (-ų)
|
||||
DocType: Address,Address Type,adreso tipas
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Neteisingas vartotojo vardas arba palaikymas slaptažodis. Prašome ištaisyti ir bandykite dar kartą.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo paštas
|
||||
|
|
@ -1104,7 +1106,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,Bullhorn
|
||||
DocType: Footer Item,Target,taikinys
|
||||
DocType: System Settings,Number of Backups,Taškų atsarginiai
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,>> {0} metai (-ų)
|
||||
DocType: Website Settings,Copyright,Autorinės teisės
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,eiti
|
||||
DocType: OAuth Authorization Code,Invalid,negaliojantis
|
||||
|
|
@ -1416,6 +1417,7 @@ DocType: Workflow State,step-backward,žingsnis atgal
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Prašome nustatyti Dropbox prieigos raktus į savo svetainę config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Ištrinti šį įrašą, kad būtų galima siųsti į šį elektroninio pašto adresą"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Nustatykite numatytąją el. Pašto paskyrą iš Setup> Email> Email account
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Tik privalomi laukai yra būtini naujų įrašų. Jūs galite ištrinti neprivalomi stulpelius, jei norite."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nepavyko atnaujinti renginį
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Mokėjimo Užbaigti
|
||||
|
|
@ -1510,7 +1512,6 @@ DocType: System Settings,OTP App,OTP programa
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokumento ID
|
||||
DocType: Print Settings,Letter,laiškas
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Vaizdo laukas turi būti tipo Prisegti Image
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nerasta rezultatų " </p>
|
||||
DocType: DocField,Columns,Stulpeliai
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Pasidalijama su naudotoju {0} su skaitymo prieiga
|
||||
DocType: Async Task,Succeeded,pavyko
|
||||
|
|
@ -1550,6 +1551,7 @@ DocType: Error Log,Title,pavadinimas
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Atrodo problema su serverio razorpay config. Nesijaudinkite, nesėkmės atveju suma bus grąžinta į jūsų sąskaitą."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Pritaikyti
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Peržiūrėkite leistinus dokumentus
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,El. Pašto sąskaita nėra nustatyta. Sukurkite naują el. Pašto paskyrą iš Setup> Email> Email account
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Grandinės vientisumas
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Išsamiai feebdack.
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Jūsų prenumerata baigsis šiandien.
|
||||
DocType: Page,Standard,standartas
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Pridėti failą
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nustatymas> Vartotojas
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,dydis
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Uždavinys Užbaigti
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Vartotojas Teisių DocTypes
|
||||
|
|
@ -1666,6 +1667,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Atsijungti
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Leidimai dideliais kiekiais yra lauko lygio leidimus. Visi laukai turi leidimą nustatytą lygį prieš juos ir apibrėžtoms ne, kad teises kreiptis į lauką taisykles. Tai naudinga, jei norite paslėpti ar padaryti tam tikroje srityje skaityti tik tam tikrų vaidmenų."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Įveskite statinius URL parametrais čia (pvz., Siuntėjas = ERPNext, Nick = ERPNext, slaptažodžiu = 1234 ir tt)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nerasta rezultatų " </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Jei šių nurodymų, jei nepadeda, prašome pridėti savo pasiūlymus dėl GitHub klausimais."
|
||||
DocType: Workflow State,bookmark,Pažymėti
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Aplanko pavadinimas neturėtų būti "/" (pasvirasis brūkšnys)
|
||||
|
|
@ -1859,7 +1861,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Negali {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Taikyti šią taisyklę, jeigu vartotojas yra savininkas"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Bus jūsų prisijungimo ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Nustatykite numatytąją el. Pašto paskyrą iš Setup> Email> Email account
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,sukurti ataskaitą
|
||||
DocType: Note,Notify users with a popup when they log in,Praneškite vartotojams iššokantį kai jie prisijungti
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} neegzistuoja, pasirinkite naują taikinį sujungti"
|
||||
|
|
@ -2355,7 +2356,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ats
|
|||
DocType: DocType,Setup,Sąranka
|
||||
DocType: Email Account,Initial Sync Count,Pradinis Sync "Grafas
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Naujas komentaras {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nustatymas> Naudotojų teisių tvarkytuvė
|
||||
DocType: Workflow State,glass,stiklas
|
||||
DocType: DocType,Timeline Field,Laiko laukas
|
||||
DocType: Country,Time Zones,Laiko juostos
|
||||
|
|
@ -2482,6 +2482,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Negalima nustatyti Susieti pakeisti jei ne Submittable
|
||||
DocType: Address,Bihar,biharų
|
||||
DocType: Activity Log,Link DocType,Nuoroda dokumentų tipas
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nustatymas> Naudotojų teisių tvarkytuvė
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Jūs dar neturite jokių pranešimų.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Pašalinti visus tinkinimo?
|
||||
DocType: Website Slideshow,Slideshow Name,Skaidrės Vardas
|
||||
|
|
@ -2694,7 +2695,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Prisijungti su LDAP
|
|||
DocType: Web Form,Breadcrumbs,Duonos trupiniai
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Jei savininkas
|
||||
DocType: Data Migration Mapping,Push,Stumti
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nenustatytas numatytasis šablonas adreso. Prašome sukurti naują iš Setup> Printing and Branding> Address Template.
|
||||
DocType: OAuth Authorization Code,Expiration time,galiojimo laikas
|
||||
DocType: Web Page,Website Sidebar,Interneto svetainė šoninė
|
||||
DocType: Web Form,Show Sidebar,Rodyti šoninė
|
||||
|
|
@ -2731,7 +2731,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,grupė maz
|
|||
DocType: Communication,Notification,pranešimas
|
||||
DocType: DocType,Document,dokumentas
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serija {0} jau naudojamas {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,El. Pašto sąskaita nėra nustatyta. Sukurkite naują el. Pašto paskyrą iš Setup> Email> Email account
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nepalaikomo failo formato
|
||||
DocType: DocField,Code,kodas
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Viskas įmanoma eigos narės ir vaidmenys eigos. Docstatus Pasirinkimai: 0 yra "Išsaugoti", 1 yra "Pateikė" ir 2 "Nutraukta""
|
||||
|
|
@ -2846,6 +2845,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Duomenų perkėlimo atvai
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Neteisingas Vartotojas ženklas
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Atmesti
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,prieš 1 val
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nenustatytas numatytasis šablonas adreso. Prašome sukurti naują iš Setup> Printing and Branding> Address Template.
|
||||
DocType: Website Settings,Home Page,Titulinis puslapis
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Tėvų klaidos fotografiją
|
||||
DocType: Kanban Board,Filters,Filtrai
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,aplis-arrow-up
|
||||
DocType: Email Domain,Email Domain,Email Domain
|
||||
DocType: Workflow State,italic,kursīvs
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Iestatīšana> Lietotājs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Nevar iestatīt Import bez Izveidot
|
||||
DocType: SMS Settings,Enter url parameter for message,Ievadiet url parametrs ziņu
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Apskatiet pārskatu savā pārlūkprogrammā
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Atsauce: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,kundze
|
||||
DocType: File,Attached To Name,Pievienots nosaukums
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} gadu (-s) atpakaļ
|
||||
DocType: Address,Address Type,Adrese Īpašuma tips
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Invalid Lietotāja vārds vai Support paroli. Lūdzu, labot un mēģiniet vēlreiz."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Mērķis
|
||||
DocType: System Settings,Number of Backups,Skaits Backups
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} gadu (-s) atpakaļ
|
||||
DocType: Website Settings,Copyright,Autortiesības
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,iet
|
||||
DocType: OAuth Authorization Code,Invalid,nederīgs
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,soli atpakaļ
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Lūdzu noteikt Dropbox piekļuves atslēgas vietnes config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Dzēst šo ierakstu, kas ļauj sūtīt uz šo e-pasta adresi"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Lūdzu, iestatiet noklusējuma e-pasta kontu no Iestatīšana> E-pasts> E-pasta konts"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Tikai obligāti lauki ir vajadzīgs jaunām ierakstiem. Jūs varat dzēst neobligātiem kolonnas, ja vēlaties."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nevar atjaunināt notikumu
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,maksājumu Complete
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP lietotne
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokuments ID
|
||||
DocType: Print Settings,Letter,Vēstule
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Image laukam jābūt tipa Pievienojiet Image
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nav atrasti rezultāti attiecībā uz ' </p>
|
||||
DocType: DocField,Columns,kolonnas
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Kopīgota ar lietotāju {0} ar lasīšanas piekļuvi
|
||||
DocType: Async Task,Succeeded,Izdevās
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,Virsraksts
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Šķiet problēmu ar servera razorpay config. Neuztraucieties, ja neveiksmes summas saņems atmaksāta jūsu kontā."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Pielāgot
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Skatīt atļautos dokumentus
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"E-pasta konts nav iestatīts. Lūdzu, izveidojiet jaunu e-pasta kontu no Setup> Email> Email account"
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Ķēdes integritāte
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Lūdzu, sniedziet detalizētu feebdack."
|
||||
|
|
@ -1602,7 +1604,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Jūsu abonementa beigsies šodien.
|
||||
DocType: Page,Standard,Standarts
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Pievienot failu
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Iestatīšana> Lietotājs
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Izmērs
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Uzdevums Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Lietotāja atļaujas DocTypes
|
||||
|
|
@ -1667,6 +1668,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Logout
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Atļaujas sasniegs augstāku līmeni ir Field līmeņa atļaujas. Visi lauki ir atļaujas līmeni, kas pret viņiem, un noteikumus, kas definēti, ka atļaujas uz lauka. Tas ir noderīgi, ja jūs vēlaties, lai paslēptu vai pārliecinātos lauks lasāms tikai noteiktiem lomās."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Ievadiet statiskās url parametrus šeit (Piem. Sūtītājs = ERPNext, lietotājvārds = ERPNext, parole = 1234 uc)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nav atrasti rezultāti attiecībā uz ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ja šos norādījumus, ja neder, lūdzu, pievienojiet jūsu ierosinājumus par GitHub jautājumos."
|
||||
DocType: Workflow State,bookmark,grāmatzīme
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Mapes nosaukums nedrīkst ietvert "/" (slīpsvītra)
|
||||
|
|
@ -1860,7 +1862,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nevar {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Piemēro šo noteikumu, ja Lietotājs ir Īpašnieks"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Būs jūsu pieteikšanās ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Lūdzu, iestatiet noklusējuma e-pasta kontu no Iestatīšana> E-pasts> E-pasta konts"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Veidot ziņojumu
|
||||
DocType: Note,Notify users with a popup when they log in,Paziņot lietotājus ar uznirstošo kad viņi ieiet
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} nepastāv {1}, izvēlieties jaunu mērķi apvienot"
|
||||
|
|
@ -2356,7 +2357,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Atb
|
|||
DocType: DocType,Setup,Setup
|
||||
DocType: Email Account,Initial Sync Count,Sākotnējā Sync skaits
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Jauns komentārs par {0}{1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Iestatīšana> Lietotāju atļauju pārvaldnieks
|
||||
DocType: Workflow State,glass,stikls
|
||||
DocType: DocType,Timeline Field,Timeline Field
|
||||
DocType: Country,Time Zones,Laika joslas
|
||||
|
|
@ -2483,6 +2483,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Nevar iestatīt Piešķirt Grozīt ja ne Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Iestatīšana> Lietotāju atļauju pārvaldnieks
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Jums vēl nav ziņu.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Noņemt visus pielāgojumus?
|
||||
DocType: Website Slideshow,Slideshow Name,Slaidrādi Name
|
||||
|
|
@ -2695,7 +2696,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Pieteikties ar LDAP
|
|||
DocType: Web Form,Breadcrumbs,Rīvmaize
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ja īpašnieks
|
||||
DocType: Data Migration Mapping,Push,Spiediet
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nav atrasts noklusējuma adrešu šablons. Lūdzu, izveidojiet jaunu no Setup> Printing and Branding> Address Template."
|
||||
DocType: OAuth Authorization Code,Expiration time,derīguma laiks
|
||||
DocType: Web Page,Website Sidebar,Mājas lapas Sidebar
|
||||
DocType: Web Form,Show Sidebar,Rādīt Sidebar
|
||||
|
|
@ -2732,7 +2732,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Mezg
|
|||
DocType: Communication,Notification,paziņojums
|
||||
DocType: DocType,Document,Dokuments
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Sērija {0} jau izmanto {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"E-pasta konts nav iestatīts. Lūdzu, izveidojiet jaunu e-pasta kontu no Setup> Email> Email account"
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Neatbalstīts faila formāts
|
||||
DocType: DocField,Code,Kods
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Visas iespējamās Workflow valstis un lomas darbplūsmu. Docstatus Opcijas: 0 ir "izglābts", 1 ir "iesniegts" un 2. "Atcelts""
|
||||
|
|
@ -2846,6 +2845,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Datu migrācijas kartēš
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Login Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Izmetiet
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,pirms 1 stundas
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nav atrasts noklusējuma adrešu šablons. Lūdzu, izveidojiet jaunu no Setup> Printing and Branding> Address Template."
|
||||
DocType: Website Settings,Home Page,Mājas lapa
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Kļūda Snapshot
|
||||
DocType: Kanban Board,Filters,Filtri
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,круг стрелка нагоре
|
||||
DocType: Email Domain,Email Domain,Е-домен
|
||||
DocType: Workflow State,italic,курзив
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> User
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Не може да се постави Увоз без Направете
|
||||
DocType: SMS Settings,Enter url parameter for message,Внесете URL параметар за порака
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Погледнете го извештајот во вашиот прелистувач
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Суд: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Госпоѓица
|
||||
DocType: File,Attached To Name,Прикачени кон името
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} година (а)
|
||||
DocType: Address,Address Type,Тип адреса
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Погрешно корисничко име или лозинка за поддршка. Ве молиме променете ги и обидете се повторно.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,мегафон
|
||||
DocType: Footer Item,Target,Целни
|
||||
DocType: System Settings,Number of Backups,Број на копии
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} година (а)
|
||||
DocType: Website Settings,Copyright,Авторски права
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,оди
|
||||
DocType: OAuth Authorization Code,Invalid,Невалиден
|
||||
|
|
@ -1418,6 +1419,7 @@ DocType: Workflow State,step-backward,чекор назад
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Ве молиме да се постави Dropbox копчиња за пристап на вашиот сајт config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Избришете оваа евиденција за да се овозможи испраќање на оваа е-маил адреса
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Те молам постави стандардна Email сметка од Setup> E-mail> Email Account
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Само задолжителни полиња се неопходни за нови рекорди. Можете да ги избришете незадолжителни колони ако сакате.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Не можам да го обновите настан
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Целосно плаќање
|
||||
|
|
@ -1512,7 +1514,6 @@ DocType: System Settings,OTP App,App OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,документ проект
|
||||
DocType: Print Settings,Letter,Писмо
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,поле Сликата мора да биде од типот Прикачи слика
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Не се пронајдени резултати за ' </p>
|
||||
DocType: DocField,Columns,колумни
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Споделено со корисник {0} со пристап за читање
|
||||
DocType: Async Task,Succeeded,Успеал
|
||||
|
|
@ -1552,6 +1553,7 @@ DocType: Error Log,Title,Наслов
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Се чини дека ова прашање со razorpay конфигурација на серверот. Не грижете се, во случај на неуспех износ ќе се враќа на вашиот профил."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Персонализација на
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Погледнете ги дозволените документи
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Е-пошта не е поставен. Ве молиме креирајте нова сметка за е-пошта од Setup> E-mail> Email account
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Интегритет на синџири
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Наведете детален feebdack.
|
||||
|
|
@ -1603,7 +1605,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Вашата претплата истекува денес.
|
||||
DocType: Page,Standard,Стандард
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Прикачи датотека
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> User
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Големина
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Доделување Целосно
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Корисникот Дозвола DocTypes
|
||||
|
|
@ -1668,6 +1669,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Одјава
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Дозволи на повисоки нивоа поле Ниво дозволи. Сите полиња се има во собата Дозвола Ниво против нив и правилата дефинирани во тоа дозволи се однесуваат на оваа област. Ова е корисно во случај да сакате да се скрие или да направите одредена област само за читање за одредени улоги.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Внесете статички URL параметри тука (на пр. Испраќачот = ERPNext, корисничко име = ERPNext, лозинка = 1234 итн)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Не се пронајдени резултати за ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ако овие инструкции каде што не е од помош, ве молиме додадете во вашите предлози на GitHub прашања."
|
||||
DocType: Workflow State,bookmark,обележувач
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Име на папка не треба да содржи '/' (коса црта)
|
||||
|
|
@ -1861,7 +1863,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Не може {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Се применува ова правило ако корисникот е сопственик
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Ќе биде вашиот логин проект
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Те молам постави стандардна Email сметка од Setup> E-mail> Email Account
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Изгради извештај
|
||||
DocType: Note,Notify users with a popup when they log in,Ги извести корисниците со скокачки прозорец кога ќе се логирате во
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} не постои, изберете нова цел да се логирате"
|
||||
|
|
@ -2357,7 +2358,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,О
|
|||
DocType: DocType,Setup,Подесување
|
||||
DocType: Email Account,Initial Sync Count,Почетна синхронизација Грофот
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Нов коментар на {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Manager Permissions Manager
|
||||
DocType: Workflow State,glass,стакло
|
||||
DocType: DocType,Timeline Field,Хронологија на поле
|
||||
DocType: Country,Time Zones,Временски зони
|
||||
|
|
@ -2484,6 +2484,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Не може да се постави Assign се измени ако не Submittable
|
||||
DocType: Address,Bihar,Бихар
|
||||
DocType: Activity Log,Link DocType,линк DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Manager Permissions Manager
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Сеуште немате пораки.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Отстрани ги сите персонализации?
|
||||
DocType: Website Slideshow,Slideshow Name,Име слајдшоу
|
||||
|
|
@ -2696,7 +2697,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Пријавете се с
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ако сопственикот
|
||||
DocType: Data Migration Mapping,Push,Притисни
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Не е пронајден стандарден образец за адреси. Ве молиме креирајте нова од Setup> Printing and Branding> Address Template.
|
||||
DocType: OAuth Authorization Code,Expiration time,време на траење
|
||||
DocType: Web Page,Website Sidebar,Веб-страница на лента
|
||||
DocType: Web Form,Show Sidebar,Прикажи лента
|
||||
|
|
@ -2733,7 +2733,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Група
|
|||
DocType: Communication,Notification,известување
|
||||
DocType: DocType,Document,Документ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Серија {0} веќе се користи во {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Е-пошта не е поставен. Ве молиме креирајте нова сметка за е-пошта од Setup> E-mail> Email account
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Неподдржан формат на датотеки
|
||||
DocType: DocField,Code,Код
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Сите можни Работното членки и улогите на тек на работа. Docstatus Опции: 0 е "Спасени", 1 е "поднесе" и 2 е "Откажано""
|
||||
|
|
@ -2848,6 +2847,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Мапирање на м
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Неправилен Влезот Токен
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Отфрли
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,пред 1 час
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Не е пронајден стандарден образец за адреси. Ве молиме креирајте нова од Setup> Printing and Branding> Address Template.
|
||||
DocType: Website Settings,Home Page,Главна страница
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Родител Состојба Грешка
|
||||
DocType: Kanban Board,Filters,Филтри
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,സർക്കിൾ-അമ്പ്-അപ്പ്
|
||||
DocType: Email Domain,Email Domain,ഇമെയിൽ ഡൊമെയ്ൻ
|
||||
DocType: Workflow State,italic,ചരിച്ചെഴുത്ത്
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,സജ്ജമാക്കുക> ഉപയോക്താവ്
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: സൃഷ്ടിക്കുക ഇല്ലാതെ ഇംപോർട്ട് സജ്ജീകരിക്കാൻ കഴിയില്ല
|
||||
DocType: SMS Settings,Enter url parameter for message,സന്ദേശം വേണ്ടി URL പാരമീറ്റർ നൽകുക
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,നിങ്ങളുടെ ബ്രൗസറിൽ റിപ്പോർട്ട് കാണുക
|
||||
|
|
@ -932,6 +933,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},റഫറൻസ്: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,ശ്രീമതി
|
||||
DocType: File,Attached To Name,പേര് അറ്റാച്ച്
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} വർഷം (ങ്ങൾ) മുമ്പ്
|
||||
DocType: Address,Address Type,വിലാസം ടൈപ്പ്
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,അസാധുവാണ് ഉപയോക്തൃ നാമം അല്ലെങ്കിൽ പിന്തുണ പാസ്വേഡ്. പരിഹരിക്കാൻ വീണ്ടും ശ്രമിക്കുക.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo മെയിൽ
|
||||
|
|
@ -1104,7 +1106,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,ടാർജറ്റ്
|
||||
DocType: System Settings,Number of Backups,ബാക്കപ്പുകൾ എണ്ണം
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} വർഷം (ങ്ങൾ) മുമ്പ്
|
||||
DocType: Website Settings,Copyright,പകർപ്പവകാശം
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,പോകു
|
||||
DocType: OAuth Authorization Code,Invalid,അസാധുവായ
|
||||
|
|
@ -1416,6 +1417,7 @@ DocType: Workflow State,step-backward,ഘട്ടം പിന്നാക്
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,നിങ്ങളുടെ സൈറ്റ് ക്രമീകരണ ലെ ഡ്രോപ്പ്ബോക്സ് പ്രവേശനം സജ്ജീകരിക്കുക
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,ഈ ഇമെയിൽ വിലാസത്തിലേക്ക് അയയ്ക്കുന്നത് അനുവദിക്കുന്നതിന് ഈ റെക്കോർഡ് ഇല്ലാതാക്കുക
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്കൌണ്ടിൽ നിന്ന് സ്ഥിരസ്ഥിതി ഇമെയിൽ അക്കൗണ്ട് സജ്ജീകരിക്കുക
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,മാത്രം നിർബന്ധമായി ഫീൽഡുകളിൽ പുതിയ റെക്കോഡുകൾ അനിവാര്യവുമാണ്. നിങ്ങൾ ആഗ്രഹിക്കുന്നെങ്കിൽ-അല്ലാത്ത നിർബന്ധമായി നിരകൾ ഇല്ലാതാക്കാൻ കഴിയും.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ചേര്ക്കാന് കഴിഞ്ഞില്ല
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,പേയ്മെന്റ് പൂർത്തിയായി
|
||||
|
|
@ -1510,7 +1512,6 @@ DocType: System Settings,OTP App,OTP അപ്ലിക്കേഷൻ
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,പ്രമാണ ID
|
||||
DocType: Print Settings,Letter,കത്ത്
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,ചിത്രം ഫീൽഡ് ചിത്രം അറ്റാച്ച് തരത്തിലുള്ള ആയിരിക്കണം
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ഫലങ്ങളൊന്നും കണ്ടെത്തിയില്ല ' </p>
|
||||
DocType: DocField,Columns,നിരകൾ
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,വായന ആക്സസ് ഉള്ള {0} എന്ന ഉപയോക്താവുമായി പങ്കിട്ടു
|
||||
DocType: Async Task,Succeeded,പിൻഗാമി
|
||||
|
|
@ -1550,6 +1551,7 @@ DocType: Error Log,Title,ശീർഷകം
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",സെർവറിന്റെ razorpay കോൺഫിഗറേഷൻ പ്രശ്നം തോന്നുന്നു. വിഷമിക്കേണ്ട പരാജയം തുക കാര്യത്തിൽ നിങ്ങളുടെ അക്കൗണ്ടിൽ റീഫണ്ട് ലഭിക്കും ചെയ്യരുത്.
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,ഇഷ്ടാനുസൃതമാക്കുക
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,അനുവദനീയമായ പ്രമാണങ്ങൾ കാണുക
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ഇമെയിൽ അക്കൗണ്ട് സജ്ജമാക്കിയിട്ടില്ല. സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്കൌണ്ടിൽ നിന്ന് ഒരു പുതിയ ഇമെയിൽ അക്കൌണ്ട് സൃഷ്ടിക്കുക
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ചൈൽഡ് ഇൻറഗ്രിറ്റി
|
||||
DocType: Data Export,CSV,CSV- ൽ
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,വിശദമായ feebdack തരൂ.
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,നിങ്ങളുടെ സബ്സ്ക്രിപ്ഷൻ ഇന്ന് കാലഹരണപ്പെടും.
|
||||
DocType: Page,Standard,സ്റ്റാൻഡേർഡ്
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,പ്രമാണം അറ്റാച്ച്
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,സജ്ജമാക്കുക> ഉപയോക്താവ്
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,വലിപ്പം
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,അസൈന്മെന്റ് പൂർത്തിയാക്കുക
|
||||
DocType: Custom DocPerm,User Permission DocTypes,ഉപയോക്താവിന്റെ അനുമതി DocTypes
|
||||
|
|
@ -1666,6 +1667,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,പുറത്തിറങ്ങുക
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ഉയർന്ന തലങ്ങളിലും അനുമതികൾ ഫീൽഡ് ലെവൽ അനുമതികൾ ആകുന്നു. എല്ലാ നിലങ്ങളും അവർക്കു നേരെ ഒരു അനുമതി ലെവൽ അനുമതികളും ഫീൽഡ് ബാധകമാകുന്ന ചെയ്തത് നിർവചിച്ചിരിക്കുന്നത് നിയമങ്ങളുണ്ട്. നിങ്ങൾ മറച്ചു ചില ഫീൽഡ് വായിച്ചു-മാത്രം ചില വേഷങ്ങൾ ആഗ്രഹിക്കുന്ന കേസിൽ ഈ ഉപയോഗപ്പെടുന്നു.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","ഇവിടെ സ്റ്റാറ്റിക് URL പാരാമീറ്ററുകൾ നൽകുക (ഉദാ. അയച്ചയാളെ = ERPNext, ഉപയോക്തൃനാമം = ERPNext, പാസ്വേഡ് = 1234 മുതലായവ)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ഫലങ്ങളൊന്നും കണ്ടെത്തിയില്ല ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","ഈ നിർദ്ദേശങ്ങൾ എവിടെ അല്ല സഹായകരമായ എങ്കിൽ, സാമൂഹികം പ്രശ്നങ്ങൾ നിങ്ങളുടെ നിർദ്ദേശങ്ങളിൽ ചേർക്കുക."
|
||||
DocType: Workflow State,bookmark,ബുക്ക്മാർക്ക്
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ഫോൾഡർ പേര് '/' (സ്ലാഷ്) ഉൾപ്പെടുത്തരുത്
|
||||
|
|
@ -1859,7 +1861,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ഉപയോക്തൃ ഉടമ സംഭവിക്കുകയാണെങ്കിൽ ഈ ഭരണം പ്രയോഗിക്കുക
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,നിങ്ങളുടെ ലോഗിൻ ഐഡി ആയിരിക്കും
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്കൌണ്ടിൽ നിന്ന് സ്ഥിരസ്ഥിതി ഇമെയിൽ അക്കൗണ്ട് സജ്ജീകരിക്കുക
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,റിപ്പോർട്ട് ബിൽഡ്
|
||||
DocType: Note,Notify users with a popup when they log in,അവർ പ്രവേശിക്കുന്ന സമയത്ത് പോപപ്പ് ഉപയോക്താക്കൾക്ക് അറിയിക്കുക
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ലയിപ്പിക്കാൻ, നിലവിലില്ല പുതിയ ലക്ഷ്യം തിരഞ്ഞെടുക്കുക ഇല്ല"
|
||||
|
|
@ -2354,7 +2355,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,എ
|
|||
DocType: DocType,Setup,സജ്ജമാക്കുക
|
||||
DocType: Email Account,Initial Sync Count,പ്രാരംഭ സമന്വയ എണ്ണം
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1} പുതിയ അഭിപ്രായം
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,സജ്ജമാക്കുക> ഉപയോക്തൃ അനുമതി മാനേജർ
|
||||
DocType: Workflow State,glass,ഗ്ലാസ്
|
||||
DocType: DocType,Timeline Field,ടൈംലൈൻ ഫീൽഡ്
|
||||
DocType: Country,Time Zones,സമയ മേഖലകൾ
|
||||
|
|
@ -2481,6 +2481,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable ആണെങ്കിലോ നിയോഗിക്കുകയോ നന്നാക്കുവിൻ സജ്ജീകരിക്കാൻ കഴിയില്ല
|
||||
DocType: Address,Bihar,ബിഹാർ
|
||||
DocType: Activity Log,Link DocType,ലിങ്ക് DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,സജ്ജമാക്കുക> ഉപയോക്തൃ അനുമതി മാനേജർ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,നിങ്ങൾക്ക് ഇതുവരെ സന്ദേശങ്ങൾ ഒന്നുമില്ല.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,എല്ലാ ഇച്ഛാനുസൃതമാക്കലുകൾ നീക്കംചെയ്യുക?
|
||||
DocType: Website Slideshow,Slideshow Name,സ്ലൈഡ്ഷോ പേര്
|
||||
|
|
@ -2692,7 +2693,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,എൽഡാപ്പ്
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,ഉടമ എങ്കിൽ
|
||||
DocType: Data Migration Mapping,Push,തള്ളുക
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"സ്ഥിരസ്ഥിതി വിലാസ ടെംപ്ലേറ്റൊന്നും കണ്ടെത്തിയില്ല. സജ്ജീകരണം> പ്രിന്റിംഗ്, ബ്രാൻഡിംഗ്> വിലാസ ടെംപ്ലേറ്റിൽ നിന്ന് പുതിയതൊന്ന് സൃഷ്ടിക്കുക."
|
||||
DocType: OAuth Authorization Code,Expiration time,കാലഹരണപ്പെടുന്ന സമയം
|
||||
DocType: Web Page,Website Sidebar,വെബ്സൈറ്റ് സൈഡ്ബാർ
|
||||
DocType: Web Form,Show Sidebar,സൈഡ്ബാർ കാണിക്കുക
|
||||
|
|
@ -2729,7 +2729,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,ഗ്ര
|
|||
DocType: Communication,Notification,അറിയിപ്പ്
|
||||
DocType: DocType,Document,ഡോക്യുമെന്റ്
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},സീരീസ് {0} ഇതിനകം {1} ഉപയോഗിക്കുന്ന
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ഇമെയിൽ അക്കൗണ്ട് സജ്ജമാക്കിയിട്ടില്ല. സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്കൌണ്ടിൽ നിന്ന് ഒരു പുതിയ ഇമെയിൽ അക്കൌണ്ട് സൃഷ്ടിക്കുക
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,പിന്തുണയ്ക്കാത്ത ഫയൽ ഫോർമാറ്റ്
|
||||
DocType: DocField,Code,കോഡ്
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","എല്ലാ സാധ്യമായ വർക്ക്ഫ്ലോ എസ് ആൻഡ് വർക്ക്ഫ്ലോ വേഷത്തിൽ. Docstatus ഓപ്ഷനുകൾ: 0 "സംരക്ഷിച്ച", 1 "സമർപ്പിച്ചു" ആണ്, 2 "റദ്ദാക്കി 'ആണ് ആണ്"
|
||||
|
|
@ -2844,6 +2843,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ഡാറ്റ മൈഗ
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,അസാധുവായ ലോഗിൻ ടോക്കൺ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,നിരാകരിക്കുക
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 മണിക്കൂർ മുമ്പ്
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"സ്ഥിരസ്ഥിതി വിലാസ ടെംപ്ലേറ്റൊന്നും കണ്ടെത്തിയില്ല. സജ്ജീകരണം> പ്രിന്റിംഗ്, ബ്രാൻഡിംഗ്> വിലാസ ടെംപ്ലേറ്റിൽ നിന്ന് പുതിയതൊന്ന് സൃഷ്ടിക്കുക."
|
||||
DocType: Website Settings,Home Page,ഹോം പേജ്
|
||||
DocType: Error Snapshot,Parent Error Snapshot,പാരന്റ് പിശക് സ്നാപ്ഷോട്ട്
|
||||
DocType: Kanban Board,Filters,ഫിൽട്ടറുകൾ
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,मंडळ-बाण-अप
|
||||
DocType: Email Domain,Email Domain,ईमेल डोमेन
|
||||
DocType: Workflow State,italic,तिर्यक
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,सेटअप> युजर
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: आयात तयार केल्याशिवाय सेट करू शकत नाही
|
||||
DocType: SMS Settings,Enter url parameter for message,संदेश साठी मापदंड प्रविष्ट करा
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,आपल्या ब्राउझरमध्ये अहवाल पहा
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},संदर्भ: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,सौ
|
||||
DocType: File,Attached To Name,नाव संलग्न
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} वर्ष (पू) मागे
|
||||
DocType: Address,Address Type,पत्ता प्रकार
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,अवैध वापरकर्ता नाव किंवा संकेतशब्द समर्थन. कृपया सरळ करा आणि पुन्हा प्रयत्न करा.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo मेल
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,लक्ष्य
|
||||
DocType: System Settings,Number of Backups,साठवत क्रमांक
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} वर्ष (पू) मागे
|
||||
DocType: Website Settings,Copyright,कॉपीराइट
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,जा
|
||||
DocType: OAuth Authorization Code,Invalid,अवैध
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,चरण-मागे
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,आपली साइट संरचना मध्ये ड्रॉपबॉक्स प्रवेश कळा सेट करा
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,या ईमेल पत्त्यावर पाठवून परवानगी देण्यासाठी हे रेकॉर्ड हटवा
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाते पासून डीफॉल्ट ईमेल खाते सेट करा
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,फक्त अनिवार्य शेतात नवीन रेकॉर्डसाठी आवश्यक आहेत. आपली इच्छा असेल तर आपण न-अनिवार्य स्तंभ हटवू शकता.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,कार्यक्रम अद्यतनित करण्यात अक्षम
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,देयक पूर्ण
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP अॅप
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,दस्तऐवज ID
|
||||
DocType: Print Settings,Letter,पत्र
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,प्रतिमा फील्ड प्रकार असणे आवश्यक आहे प्रतिमा संलग्न
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ' </p>
|
||||
DocType: DocField,Columns,स्तंभ
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,वाचन प्रवेशासह वापरकर्ता {0} सह सामायिक केले
|
||||
DocType: Async Task,Succeeded,यशस्वी झाले
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,शीर्षक
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","सर्व्हरचे razorpay संरचना समस्या दिसते. काळजी करू नका, अपयश रक्कम आपले खाते परत मिळेल."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,सानुकूल करा
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,परवानगी दिलेले दस्तऐवज पहा
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाते सेट अप नाही कृपया सेटअप> ईमेल> ईमेल खाते वरून एक नवीन ईमेल खाते तयार करा
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,चैन इंटिग्रिटी
|
||||
DocType: Data Export,CSV,सी
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,सविस्तर feebdack द्या.
|
||||
|
|
@ -1602,7 +1604,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,आपल्या सदस्यता आज कालबाह्य होईल.
|
||||
DocType: Page,Standard,मानक
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,फाइल संलग्न
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,सेटअप> युजर
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,आकार
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,पूर्ण असाइनमेंट
|
||||
DocType: Custom DocPerm,User Permission DocTypes,वापरकर्त्यास परवानगी DocTypes
|
||||
|
|
@ -1667,6 +1668,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,लॉग आऊट
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,उच्च पातळीवर परवानगी क्षेत्रीय स्तरावर परवानग्या आहेत. सर्व फील्डना त्यांच्याविरूद्ध परवानगी स्तर संच आणि परवानग्या क्षेत्रात लागू येथे व्याख्या नियम आहेत.हे जर तुम्हाला काही क्षेत्र लपवण्यासाठी किंवा काही क्षेत्रातील काही भूमिका फक्त वाचण्यासाठी इच्छित असाल तर उपयुक्त आहे.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","येथे स्थिर URL मापदंड प्रविष्ट करा (उदा. प्रेषक = ERPNext, वापरकर्तानाव = ERPNext, पासवर्ड = 1234 इ)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",जर या सूचना उपयुक्त नसतील तर कृपया GitHub मुद्दे आपल्या सूचना मध्ये जोडा
|
||||
DocType: Workflow State,bookmark,बुकमार्क
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),"'/' (स्लॅश) फोल्डर नाव समाविष्ट करू नये,"
|
||||
|
|
@ -1860,7 +1862,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} शक्य नाही
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,सदस्य मालक असेल तर हा नियम लागू करा
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,आपले लॉगिन आयडी काय असेल
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाते पासून डीफॉल्ट ईमेल खाते सेट करा
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,अहवाल तयार करा
|
||||
DocType: Note,Notify users with a popup when they log in,ते मध्ये लॉग इन करताना एक पॉपअप वापरकर्ते सूचित करा
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} हे अस्तित्वात नाही, विलीन कारणयास एक नवीन लक्ष्य नीवडा"
|
||||
|
|
@ -2356,7 +2357,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,स
|
|||
DocType: DocType,Setup,सेटअप
|
||||
DocType: Email Account,Initial Sync Count,प्रारंभिक समक्रमण संख्या
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1} मधे नवीन टिप्पणी
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,सेटअप> वापरकर्ता परवानग्या व्यवस्थापक
|
||||
DocType: Workflow State,glass,काचेच्या
|
||||
DocType: DocType,Timeline Field,टाइमलाइन फील्ड
|
||||
DocType: Country,Time Zones,वेळ क्षेत्र
|
||||
|
|
@ -2483,6 +2483,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: सेट करू शकत नाही वाटप Submittable नाही तर पद्धत बदला
|
||||
DocType: Address,Bihar,बिहार
|
||||
DocType: Activity Log,Link DocType,दुवा DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,सेटअप> वापरकर्ता परवानग्या व्यवस्थापक
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,आपल्याकडे अद्याप कोणतेही संदेश नाहीत
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,सर्व सानुकूलने काढा?
|
||||
DocType: Website Slideshow,Slideshow Name,स्लाइडशो नाव
|
||||
|
|
@ -2695,7 +2696,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP लॉग इन क
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,मालक असेल तर
|
||||
DocType: Data Migration Mapping,Push,पुश करा
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,कोणताही डीफॉल्ट पत्ता टेम्पलेट आढळला नाही. कृपया सेटअप> मुद्रण आणि ब्रँडिंग> पत्ता टेम्पलेट मधील एक नवीन तयार करा.
|
||||
DocType: OAuth Authorization Code,Expiration time,कालावधी समाप्ती वेळ
|
||||
DocType: Web Page,Website Sidebar,वेबसाईट साइडबार
|
||||
DocType: Web Form,Show Sidebar,साइडबार दर्शवा
|
||||
|
|
@ -2732,7 +2732,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,गट न
|
|||
DocType: Communication,Notification,सूचना
|
||||
DocType: DocType,Document,दस्तऐवज
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},मालिका {0} {1} मधे आधीच वापरली
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाते सेट अप नाही कृपया सेटअप> ईमेल> ईमेल खाते वरून एक नवीन ईमेल खाते तयार करा
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,असमर्थीत फाइल स्वरूप
|
||||
DocType: DocField,Code,कोड
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","सर्व शक्य कार्यप्रवाह स्टेट्स आणि कार्यपद्धत भूमिका . Docstatus पर्याय: 0 "" जतन "" आहे, 1 "" सबमिट "" आहे आणि 2 "" रद्द "" आहे"
|
||||
|
|
@ -2846,6 +2845,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,डेटा माइग
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,अवैध लॉग-इन टोकन
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,टाकून द्या
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 तास पूर्वी
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,कोणताही डीफॉल्ट पत्ता टेम्पलेट आढळला नाही. कृपया सेटअप> मुद्रण आणि ब्रँडिंग> पत्ता टेम्पलेट मधील एक नवीन तयार करा.
|
||||
DocType: Website Settings,Home Page,मुख्यपृष्ठ पृष्ठ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,पालक त्रुटी तपशील
|
||||
DocType: Kanban Board,Filters,फिल्टर
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,bulatan-anak panah-up
|
||||
DocType: Email Domain,Email Domain,e-mel Domain
|
||||
DocType: Workflow State,italic,italik
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Persediaan> Pengguna
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Tidak boleh menetapkan Import tanpa Cipta
|
||||
DocType: SMS Settings,Enter url parameter for message,Masukkan parameter url untuk mesej
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Lihat laporan dalam pelayar anda
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Rujukan: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Puan
|
||||
DocType: File,Attached To Name,Dilampirkan Untuk Nama
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} tahun yang lalu
|
||||
DocType: Address,Address Type,Alamat Jenis
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Nama pengguna tidak sah atau Sokongan Kata Laluan. Sila membetulkan dan cuba lagi.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Sasaran
|
||||
DocType: System Settings,Number of Backups,Bilangan Sandaran
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} tahun yang lalu
|
||||
DocType: Website Settings,Copyright,Hak cipta
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,pergi
|
||||
DocType: OAuth Authorization Code,Invalid,tidak sah
|
||||
|
|
@ -1418,6 +1419,7 @@ DocType: Workflow State,step-backward,langkah ke belakang
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{Tajuk_App}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Sila set kunci akses Dropbox dalam config laman anda
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Padam rekod ini untuk membenarkan menghantar ke alamat email ini
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Sila persiapkan Akaun E-mel lalai dari Persediaan> E-mel> Akaun E-mel
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Hanya medan mandatori yang perlu bagi rekod baru. Anda boleh memadam lajur bukan mandatori jika anda mahu.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Tidak dapat mengemas kini acara
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Complete pembayaran
|
||||
|
|
@ -1512,7 +1514,6 @@ DocType: System Settings,OTP App,App OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID dokumen
|
||||
DocType: Print Settings,Letter,Surat
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,bidang Imej mestilah jenis Lampirkan imej
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tiada hasil ditemui untuk ' </p>
|
||||
DocType: DocField,Columns,Kolum
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Dikongsi dengan pengguna {0} dengan akses baca
|
||||
DocType: Async Task,Succeeded,Diikuti
|
||||
|
|
@ -1552,6 +1553,7 @@ DocType: Error Log,Title,Tajuk
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Nampaknya isu dengan razorpay config pelayan. Jangan bimbang, dalam kes daripada jumlah kegagalan akan mendapatkan semula ke akaun anda."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Menyesuaikan
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Lihat Dokumen yang Dibenarkan
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaun E-mel bukan persediaan. Sila buat Akaun E-mel baru dari Persediaan> E-mel> Akaun E-mel
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integriti Rantaian
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Sila berikan feebdack terperinci.
|
||||
|
|
@ -1603,7 +1605,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Langganan anda akan tamat hari ini.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Lampirkan Fail
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Persediaan> Pengguna
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Saiz
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Tugasan Lengkap
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DocTypes Kebenaran pengguna
|
||||
|
|
@ -1668,6 +1669,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Logout
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Kebenaran di tahap yang lebih tinggi adalah kebenaran Level Field. Semua Medan mempunyai set Tahap Kebenaran terhadap mereka dan kaedah-kaedah yang ditakrifkan di bahawa kebenaran memohon ke padang. Ini berguna jika anda mahu untuk menyembunyikan atau membuat bidang tertentu baca sahaja untuk Peranan tertentu.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Masukkan parameter url statik di sini (Eg. Penghantar = ERPNext, nama pengguna = ERPNext, kata laluan = 1234 dan lain-lain)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tiada hasil ditemui untuk ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Jika arahan ini di mana tidak membantu, sila masukkan cadangan anda mengenai Isu-isu GitHub."
|
||||
DocType: Workflow State,bookmark,penanda buku
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Nama folder tidak boleh mengandungi '/' (slash)
|
||||
|
|
@ -1861,7 +1863,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Tidak boleh {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Guna kaedah ini jika pengguna adalah Pemilik
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Akan menjadi ID log masuk anda
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Sila persiapkan Akaun E-mel lalai dari Persediaan> E-mel> Akaun E-mel
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Membina Laporan
|
||||
DocType: Note,Notify users with a popup when they log in,Memberitahu pengguna dengan popup apabila mereka log masuk
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} tidak wujud, pilih sasaran baru untuk bergabung"
|
||||
|
|
@ -2357,7 +2358,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Mem
|
|||
DocType: DocType,Setup,Persediaan
|
||||
DocType: Email Account,Initial Sync Count,Awal Count Sync
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ulasan baru pada {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Persediaan> Pengurus Kebenaran Pengguna
|
||||
DocType: Workflow State,glass,kaca
|
||||
DocType: DocType,Timeline Field,Timeline Field
|
||||
DocType: Country,Time Zones,Zon masa
|
||||
|
|
@ -2484,6 +2484,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Tidak boleh menetapkan Berikan Meminda jika tidak Boleh Serah
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Persediaan> Pengurus Kebenaran Pengguna
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Anda belum mempunyai mesej lagi.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Buang semua penyesuaian?
|
||||
DocType: Website Slideshow,Slideshow Name,Nama Slideshow
|
||||
|
|
@ -2696,7 +2697,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Log masuk dengan LDAP
|
|||
DocType: Web Form,Breadcrumbs,Serbuk roti
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Jika Pemilik
|
||||
DocType: Data Migration Mapping,Push,Tolak
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Templat Alamat lalai tidak dijumpai. Sila buat yang baru dari Persediaan> Percetakan dan Penjenamaan> Template Alamat.
|
||||
DocType: OAuth Authorization Code,Expiration time,masa tamat
|
||||
DocType: Web Page,Website Sidebar,laman web Sidebar
|
||||
DocType: Web Form,Show Sidebar,Show Sidebar
|
||||
|
|
@ -2733,7 +2733,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Node kumpu
|
|||
DocType: Communication,Notification,pemberitahuan
|
||||
DocType: DocType,Document,Dokumen
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Siri {0} telah digunakan dalam {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaun E-mel bukan persediaan. Sila buat Akaun E-mel baru dari Persediaan> E-mel> Akaun E-mel
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Tidak disokong Format fail
|
||||
DocType: DocField,Code,Kod
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Semua mungkin Aliran Kerja Syarikat dan peranan aliran kerja. Docstatus Pilihan: 0 adalah "disimpan", 1 adalah "Dihantar" dan 2 adalah "Dibatalkan""
|
||||
|
|
@ -2848,6 +2847,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Pemetaan Migrasi Data
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Daftar sah Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Buang
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 jam yang lalu
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Templat Alamat lalai tidak dijumpai. Sila buat yang baru dari Persediaan> Percetakan dan Penjenamaan> Template Alamat.
|
||||
DocType: Website Settings,Home Page,Laman Utama
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Ibu Bapa Ralat Snapshot
|
||||
DocType: Kanban Board,Filters,Penapis
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,စက်ဝိုင်း-မြှား-up က
|
||||
DocType: Email Domain,Email Domain,အီးမေးလ်ပို့ရန်ဒိုမိန်း
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup ကို> အသုံးပြုသူ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Create မပါဘဲသွင်းကုန်စွဲလမ်းခြင်းမနိုင်သလား
|
||||
DocType: SMS Settings,Enter url parameter for message,မက်ဆေ့ခ်ျကိုသည် url parameter ကိုရိုက်ထည့်
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,သင့် browser ထဲမှာကြည့်ရန်အစီရင်ခံစာ
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ကိုးကားစရာ: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,ဒေါ်
|
||||
DocType: File,Attached To Name,အမည်နိုင်ရန်ပူးတွဲပါ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} တစ်နှစ် (s) ကိုလွန်ခဲ့သည့်
|
||||
DocType: Address,Address Type,လိပ်စာရိုက်ထည့်ပါ
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,မမှန်ကန်ခြင်း User Name သို့မဟုတ်ပံ့ပိုးမှု Password ကို။ ဆန်းစစ်နှင့်ထပ်ကြိုးစားပါ။
|
||||
DocType: Email Account,Yahoo Mail,ရာဟူးမေးလ်
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Target က
|
||||
DocType: System Settings,Number of Backups,အရံသိမ်းဆည်းအရေအတွက်
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} တစ်နှစ် (s) ကိုလွန်ခဲ့သည့်
|
||||
DocType: Website Settings,Copyright,မူပိုင်ခွင့်
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Go ကို
|
||||
DocType: OAuth Authorization Code,Invalid,မှားနေသော
|
||||
|
|
@ -1418,6 +1419,7 @@ DocType: Workflow State,step-backward,ခြေလှမ်း-နောက်
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,သင့်ရဲ့ site ကို config ကိုအတွက် Dropbox ကို access ကိုသော့ထားပေးပါ
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,အဲဒီအီးမေးလ်လိပ်စာပေးပို့ခြင်းခွင့်ပြုပါရန်ဤမှတ်တမ်း Delete
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Setup ကို> အီးမေးလ်> အီးမေးလ်အကောင့်ကနေ ကျေးဇူးပြု. setup ကို default အနေနဲ့အီးမေးလ်အကောင့်ကို
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,သာမဖြစ်မနေလယ်ကွက်အသစ်မှတ်တမ်းများသည်လိုအပ်သောဖြစ်ကြ၏။ အကယ်လို့ဆန္ဒရှိတယ်ဆိုရင် Non-မဖြစ်မနေကော်လံဖျက်ပစ်နိုင်ပါတယ်။
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,အဖြစ်အပျက် update ဖို့မအောင်မြင်ဘူး
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ငွေပေးချေမှုရမည့်အပြီးအစီး
|
||||
|
|
@ -1512,7 +1514,6 @@ DocType: System Settings,OTP App,OTP App ကို
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,စာရွက်စာတမ်း ID ကို
|
||||
DocType: Print Settings,Letter,စာ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Image ကိုလယ်ပြင် Image ကိုပူးတွဲအမျိုးအစားဖြစ်ရပါမည်
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ရလဒ်တွေကို '' အဘို့မျှမတွေ့ </p>
|
||||
DocType: DocField,Columns,ကော်လံ
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,ဖတ်ပြီးသား access ကိုအတူအသုံးပြုသူ {0} အတူဝေမျှ
|
||||
DocType: Async Task,Succeeded,အရာ၌နန်းထိုင်
|
||||
|
|
@ -1552,6 +1553,7 @@ DocType: Error Log,Title,ဘှဲ့
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","ပြဿနာဆာဗာ၏ razorpay config ကိုအတူပုံရသည်။ ပျက်ကွက်ပမာဏ၏အမှု၌သင်၏အကောင့်အားပြန်အမ်းရဦးမည်, မစိုးရိမ်ပါနဲ့။"
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Customize
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,ကြည့်ရန်ခွင့်စာရွက်စာတမ်းများ
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,အီးမေးလ်အကောင့်မပေး setup ကို။ Setup ကို> အီးမေးလ်> အီးမေးလ်အကောင့်ကနေအသစ်တခုအီးမေးလ်အကောင့်ကိုဖန်တီးပေးပါ
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ကွင်းဆက်သမာဓိ
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,အသေးစိတ် feebdack ပေးပါ။
|
||||
|
|
@ -1603,7 +1605,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,သင့်စာရင်းပေးသွင်းယနေ့သက်တမ်းကုန်ဆုံးမည်ဖြစ်သည်။
|
||||
DocType: Page,Standard,စံ
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ဖိုင်မှတ်တမ်း Attach
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup ကို> အသုံးပြုသူ
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,အရွယ်
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,တာဝနျကို Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,အသုံးပြုသူခွင့်ပြုချက် DOCTYPE
|
||||
|
|
@ -1668,6 +1669,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,logout
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ပိုမိုမြင့်မားသောအဆင့်ဆင့်ခွင့်ပြုချက်ကွင်းဆင်းအဆင့်ခွင့်ပြုချက်ဖြစ်ကြ၏။ အားလုံးသည် Fields သူတို့တဘက်၌ထားကာခွင့်ပြုချက်အဆင့်နှင့်ခွင့်ပြုချက်ကိုလယ်လျှောက်ထားကြောင်းမှာသတ်မှတ်ထားတဲ့စည်းမျဉ်းစည်းကမ်းတွေရှိသည်။ သင်ပုန်းရှောင်သို့မဟုတ်တိကျတဲ့လယ်ကိုဖတ်-သာအချို့သောအခန်းကဏ္ဍသည်ဖြစ်စေချင်အမှု၌ဤအသုံးဝင်သည်။
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","ဒီနေရာမှာ static နဲ့ url parameters တွေကိုရိုက်ထည့်ပါ (ဥပမာ။ ပေးပို့သူ = ERPNext, အသုံးပြုသူအမည် = ERPNext, စကားဝှက် = 1234 စသည်တို့)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ရလဒ်တွေကို '' အဘို့မျှမတွေ့ </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","ဤညွှန်ကြားချက်ကိုဘယ်မှာမထောကျအကူပွုလြှငျ, GitHub ကိစ္စများပေါ်တွင်သင့်အကြံပြုချက်များအတွက် add ကိုကျေးဇူးတင်ပါ။"
|
||||
DocType: Workflow State,bookmark,bookmark
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Folder ကိုအမည်အား '/' (မျဉ်းစောင်း) မပါဝင်သင့်တယ်
|
||||
|
|
@ -1861,7 +1863,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},နိုင်သလားမဟုတ် {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,အသုံးပြုသူကိုပိုင်ရှင်ဖြစ်လျှင်ဤနည်းဥပဒေ Apply
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,သင်၏ login ID ကိုဖွစျလိမျ့မညျ
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Setup ကို> အီးမေးလ်> အီးမေးလ်အကောင့်ကနေ ကျေးဇူးပြု. setup ကို default အနေနဲ့အီးမေးလ်အကောင့်ကို
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,အစီရင်ခံစာ Build
|
||||
DocType: Note,Notify users with a popup when they log in,"သူတို့အတွက် log အခါ, တစ်ဦးပေါ့ပ်အပ်နှင့်အတူအသုံးပြုသူများအားအသိပေး"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} နှစ်မျိုးကိုပေါင်းစပ်ဖို့, တည်ရှိနေသစ်တစ်ခုပစ်မှတ်ကို select ပါဘူး"
|
||||
|
|
@ -2357,7 +2358,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,အ
|
|||
DocType: DocType,Setup,ပြငိဆငိခနိး
|
||||
DocType: Email Account,Initial Sync Count,ကနဦး Sync ကိုအရေအတွက်
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1} အပေါ် new comment
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup ကို> အသုံးပြုသူခွင့်ပြုချက်များ Manager ကို
|
||||
DocType: Workflow State,glass,ဖန်ခွက်
|
||||
DocType: DocType,Timeline Field,timeline ကိုဖျော်ဖြေမှု
|
||||
DocType: Country,Time Zones,အချိန်ဇုန်
|
||||
|
|
@ -2484,6 +2484,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable မဆိုနိုင်ပါ Assign ပြင်ဆင်ချက်စွဲလမ်းခြင်းမနိုင်သလား
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,link ကို DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup ကို> အသုံးပြုသူခွင့်ပြုချက်များ Manager ကို
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,သငျသညျသေးမဆိုမက်ဆေ့ခ်ျများမရှိကြပါဘူး။
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,အားလုံးစိတ်ကြိုက် Remove?
|
||||
DocType: Website Slideshow,Slideshow Name,ဆလိုက်ရှိုးအမည်
|
||||
|
|
@ -2696,7 +2697,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP နှင့်အတ
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,ပိုင်ရှင်မယ်ဆိုရင်
|
||||
DocType: Data Migration Mapping,Push,တွန်းထိုး
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,မျှမတွေ့ default အနေနဲ့လိပ်စာ Template ။ Setup ကို> ပုံနှိပ်ခြင်းနှင့်တံဆိပ်တပ်> လိပ်စာ Template ကနေအသစ်တခုဖန်တီးပေးပါ။
|
||||
DocType: OAuth Authorization Code,Expiration time,သက်တမ်းကုန်ဆုံးအချိန်
|
||||
DocType: Web Page,Website Sidebar,ဝက်ဘ်ဆိုက် Sidebar
|
||||
DocType: Web Form,Show Sidebar,show ကို Sidebar
|
||||
|
|
@ -2733,7 +2733,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,အုပ
|
|||
DocType: Communication,Notification,သတိပေးချက်
|
||||
DocType: DocType,Document,စာရွက်စာတမ်း
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},စီးရီး {0} ပြီးသား {1} များတွင်အသုံးပြု
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,အီးမေးလ်အကောင့်မပေး setup ကို။ Setup ကို> အီးမေးလ်> အီးမေးလ်အကောင့်ကနေအသစ်တခုအီးမေးလ်အကောင့်ကိုဖန်တီးပေးပါ
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,မကိုက်ညီသည့် File Format
|
||||
DocType: DocField,Code,Code ကို
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",ဖြစ်နိုင်သမျှအသွားအလာပြည်နယ်များနှင့်လုပ်ငန်းအသွားအလာ၏အခန်းကဏ္ဍ။ Docstatus Options ကို: 0 "သိမ်းဆည်း" 1 "Submitted" နှင့် 2 "ဖျက်သိမ်း" ဖြစ်ပါတယ်
|
||||
|
|
@ -2848,6 +2847,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ဒေတာကိုရ
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,မမှန်ကန်ခြင်းဝင်မည် Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,စွန့်ပစ်
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 နာရီအကြာက
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,မျှမတွေ့ default အနေနဲ့လိပ်စာ Template ။ Setup ကို> ပုံနှိပ်ခြင်းနှင့်တံဆိပ်တပ်> လိပ်စာ Template ကနေအသစ်တခုဖန်တီးပေးပါ။
|
||||
DocType: Website Settings,Home Page,Home Page
|
||||
DocType: Error Snapshot,Parent Error Snapshot,မိဘတစ်အမှား snapshot
|
||||
DocType: Kanban Board,Filters,စိစစ်မှုများ
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,cirkel-pijl-up
|
||||
DocType: Email Domain,Email Domain,email Domain
|
||||
DocType: Workflow State,italic,cursief
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Stel in> Gebruiker
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : Kan niet importeren zonder aan te maken
|
||||
DocType: SMS Settings,Enter url parameter for message,Voer URL-parameter voor bericht in
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Bekijk rapport in je browser
|
||||
|
|
@ -932,6 +933,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referentie: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Mvr
|
||||
DocType: File,Attached To Name,Gehecht Aan Naam
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} jaar (jaren) geleden
|
||||
DocType: Address,Address Type,Adrestype
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Ongeldige gebruikersnaam of wachtwoord Ondersteuning . Aub verwijderen en probeer het opnieuw .
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1103,7 +1105,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,megafoon
|
||||
DocType: Footer Item,Target,Doel
|
||||
DocType: System Settings,Number of Backups,Aantal Backups
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} jaar (jaren) geleden
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Gaan
|
||||
DocType: OAuth Authorization Code,Invalid,Ongeldig
|
||||
|
|
@ -1415,6 +1416,7 @@ DocType: Workflow State,step-backward,step-achteruit
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Stel Dropbox access keys in in uw site configuratie
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Verwijder dit record om mailverkeer naar dit e-mailadres toe te staan.
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Stel de standaard e-mailaccount in via Instellingen> E-mail> E-mailaccount
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Enige verplichte velden zijn nodig voor nieuwe records. U kunt niet-verplichte kolommen te verwijderen indien u dat wenst.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Event actualiseren onmogelijk
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,betaling Compleet
|
||||
|
|
@ -1509,7 +1511,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,document ID
|
||||
DocType: Print Settings,Letter,Brief
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Afbeelding veld moet van het type zijn Attach Image
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Geen resultaten gevonden voor ' </p>
|
||||
DocType: DocField,Columns,columns
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Gedeeld met gebruiker {0} met leestoegang
|
||||
DocType: Async Task,Succeeded,Geslaagd
|
||||
|
|
@ -1549,6 +1550,7 @@ DocType: Error Log,Title,Titel
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Lijkt probleem met server razorpay config. Maak je geen zorgen, in geval van storing bedrag wordt teruggestort op uw account te krijgen."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Aanpassen
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Bekijk toegestane documenten
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailaccount niet ingesteld. Maak een nieuw e-mailaccount via Instellingen> E-mail> E-mailaccount
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Chain Integrity
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Geef een nauwkeurige feebdack.
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Uw abonnement wordt vandaag vervallen.
|
||||
DocType: Page,Standard,Standaard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Bijlage
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Stel in> Gebruiker
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Grootte
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Opdracht Compleet
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Gebruiker Toestemming DocTypes
|
||||
|
|
@ -1666,6 +1667,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Afmelden
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Machtigingen op hogere niveaus zijn veldniveau permissies. Alle velden hebben een Machtigingsniveau set tegen hen en de prioriteiten die op die rechten van toepassing zijn op het veld regels. Dit is handig voor het geval je wilt verbergen of bepaalde gebied alleen-lezen voor bepaalde rollen.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Voer statische url parameters hier in (bijv. afzender=ERPNext, username = ERPNext, wachtwoord = 1234 enz.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Geen resultaten gevonden voor ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Als deze aanwijzingen waar niet behulpzaam , gelieve toe te voegen in uw suggesties op GitHub Issues ."
|
||||
DocType: Workflow State,bookmark,bladwijzer
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),De mapnaam mag geen '/' (slash)
|
||||
|
|
@ -1857,7 +1859,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Kan niet {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Pas deze regel als de gebruiker met de eigenaar
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Wordt uw login ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Stel de standaard e-mailaccount in via Instellingen> E-mail> E-mailaccount
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Maak Rapport
|
||||
DocType: Note,Notify users with a popup when they log in,Houd gebruikers met een pop-up wanneer deze zich aanmeldt
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} bestaat niet, kies een nieuw doel om samen te voegen"
|
||||
|
|
@ -2352,7 +2353,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,All
|
|||
DocType: DocType,Setup,Instellingen
|
||||
DocType: Email Account,Initial Sync Count,Initial synchronisatietelketen
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nieuwe opmerking over {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Installatie> Beheer van gebruikersmachtigingen
|
||||
DocType: Workflow State,glass,glas
|
||||
DocType: DocType,Timeline Field,Timeline Field
|
||||
DocType: Country,Time Zones,Tijdzones
|
||||
|
|
@ -2479,6 +2479,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Kan wijziging niet doorvoeren indien niet indienbaar
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Installatie> Beheer van gebruikersmachtigingen
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Je hebt nog geen berichten.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Verwijder alle aanpassingen?
|
||||
DocType: Website Slideshow,Slideshow Name,Diashow Naam
|
||||
|
|
@ -2692,7 +2693,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Login met LDAP
|
|||
DocType: Web Form,Breadcrumbs,Broodkruimels
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Als de eigenaar
|
||||
DocType: Data Migration Mapping,Push,Duwen
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adressjabloon gevonden. Maak een nieuwe aan via Instellingen> Afdrukken en branding> Adressjabloon.
|
||||
DocType: OAuth Authorization Code,Expiration time,vervaltijd
|
||||
DocType: Web Page,Website Sidebar,Website Sidebar
|
||||
DocType: Web Form,Show Sidebar,Show Sidebar
|
||||
|
|
@ -2729,7 +2729,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Groepering
|
|||
DocType: Communication,Notification,Kennisgeving
|
||||
DocType: DocType,Document,Document
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Reeks {0} al gebruikt in {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailaccount niet ingesteld. Maak een nieuw e-mailaccount via Instellingen> E-mail> E-mailaccount
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Niet ondersteund bestandsformaat
|
||||
DocType: DocField,Code,Code
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Alle mogelijke Workflow Staten en de rol van de workflow. Docstatus Opties: 0 is "Opgeslagen", 1 "Submitted" en 2 wordt "geannuleerd""
|
||||
|
|
@ -2844,6 +2843,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapping van gegevensmigra
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Ongeldig Aanmelden Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,afdanken
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 uur geleden
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adressjabloon gevonden. Maak een nieuwe aan via Instellingen> Afdrukken en branding> Adressjabloon.
|
||||
DocType: Website Settings,Home Page,Home Page
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Ouder Fout Snapshot
|
||||
DocType: Kanban Board,Filters,Filters
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,sirkel-pil opp
|
||||
DocType: Email Domain,Email Domain,e-post Domain
|
||||
DocType: Workflow State,italic,kursiv
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Oppsett> Bruker
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Kan ikke sette Import uten Lag
|
||||
DocType: SMS Settings,Enter url parameter for message,Skriv inn url parameter for melding
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Se rapport i nettleseren din
|
||||
|
|
@ -931,6 +932,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referanse: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Fru
|
||||
DocType: File,Attached To Name,Festet til navn
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} år siden
|
||||
DocType: Address,Address Type,Adressetype
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Ugyldig brukernavn eller Support passord. Vennligst utbedre og prøv igjen.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1103,7 +1105,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Target
|
||||
DocType: System Settings,Number of Backups,Antall sikkerhetskopier
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} år siden
|
||||
DocType: Website Settings,Copyright,Opphavsrett
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Gå
|
||||
DocType: OAuth Authorization Code,Invalid,Ugyldig
|
||||
|
|
@ -1414,6 +1415,7 @@ DocType: Workflow State,step-backward,trinn bakover
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Vennligst sett Dropbox hurtigtaster på din config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Slett denne posten for å tillate sende til denne e-postadressen
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Vennligst sett opp standard e-postkonto fra oppsett> e-post> e-postkonto
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Bare obligatoriske feltene er nødvendige for nye rekorder. Du kan slette ikke-obligatoriske kolonner hvis du ønsker det.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Kan ikke oppdatere event
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,betaling Komplett
|
||||
|
|
@ -1508,7 +1510,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument-ID
|
||||
DocType: Print Settings,Letter,Brev
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Bilde feltet må være av typen Fest bilde
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ingen resultater funnet for ' </p>
|
||||
DocType: DocField,Columns,kolonner
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Delt med brukeren {0} med leseadgang
|
||||
DocType: Async Task,Succeeded,Lyktes
|
||||
|
|
@ -1548,6 +1549,7 @@ DocType: Error Log,Title,Tittel
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Synes problemet med serveren razorpay config. Ikke bekymre deg, i tilfelle feil beløpet vil bli refundert til kontoen din."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Tilpass
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Se tillatte tillatelser
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto ikke oppsett. Vennligst opprett en ny e-postkonto fra Oppsett> E-post> E-postkonto
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Kjedeintegritet
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Vennligst gi en detaljert feebdack.
|
||||
|
|
@ -1599,7 +1601,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Abonnementet utløper i dag.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Legg Ved Fil
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Oppsett> Bruker
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Størrelse
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Oppdraget Komplett
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Bruker Tillatelse Doctyper
|
||||
|
|
@ -1664,6 +1665,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Logg Ut
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Tillatelser på høyere nivåer er feltnivå tillatelser. Alle felt har en Tilgangsnivå sett mot dem og reglene som er definert ved at tillatelser gjelde til feltet. Dette er nyttig i tilfelle du ønsker å skjule eller gjøre visse felt skrivebeskyttet for visse roller.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Skriv inn statiske webadresseparametere her (F.eks. Avsender = ERPNext, brukernavn = ERPNext, passord = 1234 etc.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ingen resultater funnet for ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Hvis disse instruksjonene der ikke nyttig, kan du legge inn dine forslag på GitHub Issues."
|
||||
DocType: Workflow State,bookmark,bokmerke
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Mappenavn skal ikke inneholde '/' (slash)
|
||||
|
|
@ -1856,7 +1858,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Kan ikke {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Gjelder denne regelen dersom Bruker er eier
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Vil være innloggings-IDen din
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Vennligst sett opp standard e-postkonto fra oppsett> e-post> e-postkonto
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Bygg Rapporter
|
||||
DocType: Note,Notify users with a popup when they log in,Varsle brukere med en popup når de logger inn
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} finnes ikke, velg et nytt mål å fusjonere"
|
||||
|
|
@ -2351,7 +2352,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Sva
|
|||
DocType: DocType,Setup,Setup
|
||||
DocType: Email Account,Initial Sync Count,Initial Sync Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ny kommentar på {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> User Permissions Manager
|
||||
DocType: Workflow State,glass,glass
|
||||
DocType: DocType,Timeline Field,Tidslinje Feltet
|
||||
DocType: Country,Time Zones,Tidssoner
|
||||
|
|
@ -2478,6 +2478,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Kan ikke sette Assign Endre hvis ikke Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> User Permissions Manager
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Du har ingen meldinger ennå.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Fjern alle tilpasninger?
|
||||
DocType: Website Slideshow,Slideshow Name,Lysbildefremvisning Name
|
||||
|
|
@ -2690,7 +2691,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Logg inn med LDAP
|
|||
DocType: Web Form,Breadcrumbs,Brødsmuler
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Hvis eier
|
||||
DocType: Data Migration Mapping,Push,Trykk
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adressemal funnet. Vennligst opprett en ny fra Oppsett> Utskrift og merking> Adressemaler.
|
||||
DocType: OAuth Authorization Code,Expiration time,utløps~~POS=TRUNC tid
|
||||
DocType: Web Page,Website Sidebar,nettstedet Sidebar
|
||||
DocType: Web Form,Show Sidebar,Show Sidebar
|
||||
|
|
@ -2727,7 +2727,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Gruppe Nod
|
|||
DocType: Communication,Notification,Melding
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serien {0} allerede brukt i {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto ikke oppsett. Vennligst opprett en ny e-postkonto fra Oppsett> E-post> E-postkonto
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Ikke-støttet filformat
|
||||
DocType: DocField,Code,Kode
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","All mulig arbeidsflyt statene og roller arbeidsflyten. Docstatus Alternativer: 0 er "frelst", en er "Innsendte" og to er "Kansellerte""
|
||||
|
|
@ -2838,6 +2837,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Data Migrering Kartleggin
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Ugyldig Pålogging Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,kast
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 time siden
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adressemal funnet. Vennligst opprett en ny fra Oppsett> Utskrift og merking> Adressemaler.
|
||||
DocType: Website Settings,Home Page,Hjemmeside
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Feil Snapshot
|
||||
DocType: Kanban Board,Filters,Filtre
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,
|
||||
DocType: Email Domain,Email Domain,email Domain
|
||||
DocType: Workflow State,italic,Italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Konfiguracja> Użytkownik
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Nie możesz ustawić importu bez jego tworzenia
|
||||
DocType: SMS Settings,Enter url parameter for message,Wpisz URL dla wiadomości
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Wyświetl raport w przeglądarce
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Odniesienie: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Pani
|
||||
DocType: File,Attached To Name,Przydzielony do nazwy
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} rok (y) temu
|
||||
DocType: Address,Address Type,Typ Adresu
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Nieprawidłowa nazwa użytkownika lub pomocnicze hasło. Sprawdź i spróbuj ponownie.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,
|
||||
DocType: Footer Item,Target,Cel
|
||||
DocType: System Settings,Number of Backups,Liczba kopii zapasowych
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} rok (y) temu
|
||||
DocType: Website Settings,Copyright,Prawa autorskie
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Udać się
|
||||
DocType: OAuth Authorization Code,Invalid,Nieważny
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,Cofnij o jeden krok
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Proszę ustawić klucze dostępu do aplikacji Dropbox w pliku konfiguracyjnym Twojej strony
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Usuń ten rekord, aby umożliwić wysyłanie na ten adres e-mail"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Proszę ustawić domyślne konto e-mail w menu Ustawienia> E-mail> Konto e-mail
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Tylko pola obowiązkowe są niezbędne do nowych rekordów. Możesz usunąć kolumny nieobowiązkowe, jeśli chcesz."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nie można zaktualizować imprezę
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Płatność pełna
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumentu tożsamości
|
||||
DocType: Print Settings,Letter,List
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Obraz pola muszą być typu Zamontuj obraz
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nie znaleziono wyników dla ' </p>
|
||||
DocType: DocField,Columns,kolumny
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Udostępniono użytkownikowi {0} z dostępem do odczytu
|
||||
DocType: Async Task,Succeeded,Osiągnąłeś sukces
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,Tytuł
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Wygląda na problem z razorpay konfiguracji serwera. Nie martw się, w przypadku niewydolności kwoty dostanie zwrócona na konto."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Dostosuj
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Wyświetl dozwolone dokumenty
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Konto e-mail nie zostało skonfigurowane. Utwórz nowe konto e-mail w Ustawieniach> E-mail> Konto e-mail
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Łańcuchowa integralność
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Proszę podać szczegółowe feebdack.
|
||||
|
|
@ -1602,7 +1604,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Twoja subskrypcja wygaśnie dziś.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Załącz Plik
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Konfiguracja> Użytkownik
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Rozmiar
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Cesja Kompletna
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DocTypes Permission użytkownika
|
||||
|
|
@ -1667,6 +1668,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Wyloguj
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Uprawnienia na wyższych poziomach są uprawnienia terenie. Wszystkie pola mają zestaw poziom uprawnień w stosunku do nich oraz zasady określone w które uprawnienia zastosowania w dziedzinie. Jest to przydatne w przypadku, gdy chcesz, aby ukryć lub upewnić pola tylko do odczytu dla niektórych ról."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Wpisz parametry statycznego URL tutaj (np. nadawca=ERPNext, nazwa użytkownika=ERPNext, hasło=1234 itd.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nie znaleziono wyników dla ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Jeśli instrukcje te nie były pomocne, proszę dodaj swoje sugestie dotyczące zagadnień GitHub."
|
||||
DocType: Workflow State,bookmark,zakładka
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Nazwa folderu nie powinna zawierać "/" (ukośnik)
|
||||
|
|
@ -1860,7 +1862,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nie można {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Zastosuj tę regułę, jeśli Użytkownik nie jest właścicielem"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Będzie to identyfikator logowania
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Proszę ustawić domyślne konto e-mail w menu Ustawienia> E-mail> Konto e-mail
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Stwórz budżet
|
||||
DocType: Note,Notify users with a popup when they log in,Informuj użytkownikom popup podczas logowania
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} nie istnieje, wybierz nowy cel do złączenia"
|
||||
|
|
@ -2356,7 +2357,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odp
|
|||
DocType: DocType,Setup,Ustawienia
|
||||
DocType: Email Account,Initial Sync Count,Początkowa Sync Hrabia
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nowy komentarz na {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Konfiguracja> Menedżer uprawnień użytkownika
|
||||
DocType: Workflow State,glass,szkło
|
||||
DocType: DocType,Timeline Field,Oś czasu Pole
|
||||
DocType: Country,Time Zones,Strefy czasowe
|
||||
|
|
@ -2483,6 +2483,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,DocType link
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Konfiguracja> Menedżer uprawnień użytkownika
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Nie masz jeszcze żadnych wiadomości.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Usunąć wszystkie ustawienia niestandardowe?
|
||||
DocType: Website Slideshow,Slideshow Name,Nazwa pokazu slajdów
|
||||
|
|
@ -2696,7 +2697,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Logowanie z LDAP
|
|||
DocType: Web Form,Breadcrumbs,Bułka tarta
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Jeśli Właściciela
|
||||
DocType: Data Migration Mapping,Push,Pchać
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nie znaleziono domyślnego szablonu adresu. Utwórz nową z Setup> Printing and Branding> Address Template.
|
||||
DocType: OAuth Authorization Code,Expiration time,czas ważności
|
||||
DocType: Web Page,Website Sidebar,Sidebar www
|
||||
DocType: Web Form,Show Sidebar,Show Sidebar
|
||||
|
|
@ -2733,7 +2733,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Węzeł Gr
|
|||
DocType: Communication,Notification,Powiadomienie
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Seria {0} już zostały użyte w {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Konto e-mail nie zostało skonfigurowane. Utwórz nowe konto e-mail w Ustawieniach> E-mail> Konto e-mail
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nieobsługiwany format pliku
|
||||
DocType: DocField,Code,Kod
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Wszystkie możliwe Workflow członkowskie i role workflow. Docstatus Opcje: 0 jest "zapisane", 1 "Wysłane" i 2 "Anulowane""
|
||||
|
|
@ -2848,6 +2847,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapowanie migracji danych
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Nieprawidłowy Zaloguj Reklamowe
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Odrzucać
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 godzinę temu
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nie znaleziono domyślnego szablonu adresu. Utwórz nową z Setup> Printing and Branding> Address Template.
|
||||
DocType: Website Settings,Home Page,Strona główna
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Rodzic Błąd Snapshot
|
||||
DocType: Kanban Board,Filters,Filtry
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,دایره-غشی-up
|
||||
DocType: Email Domain,Email Domain,برېښناليک ډومېن
|
||||
DocType: Workflow State,italic,شوی
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,غوراوي> کارن
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: پرته جوړول د وارداتو جوړ نه شي
|
||||
DocType: SMS Settings,Enter url parameter for message,د پیغام url عوامل وليکئ
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,په خپل لټون کې راپور وګورئ
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ماخذ: {0} د {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,میرمن
|
||||
DocType: File,Attached To Name,د نوم سره ضميمه
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} کال (مخکې)
|
||||
DocType: Address,Address Type,پته ډول
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,باطلې کارن نوم یا د ملاتړ شفر. لطفا د سمولو او بیا کوښښ وکړه.
|
||||
DocType: Email Account,Yahoo Mail,ياهو مېل
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,د هدف
|
||||
DocType: System Settings,Number of Backups,د Backups شمېر
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} کال (مخکې)
|
||||
DocType: Website Settings,Copyright,خپرونکي
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,لاړ شه
|
||||
DocType: OAuth Authorization Code,Invalid,باطلې
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,ګام په شا
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,مهرباني وکړئ په خپل ځای جوړول Useragent Dropbox لاسرسي کیلي ګانو څخه جوړ
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,دغه ریکارډ ړنګول چې د دې ایمیل ادرس استولو اجازه
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,مهرباني وکړئ د سایټ اپ> بریښنالیک> ایمیل ادرس څخه د بریښناليک بریښناليک حساب جوړول
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,يوازې جبري پټی لپاره د نوي ریکارډونه ضروري دي. تاسو کولای غیر الزامی ستنې ړنګول که تاسو غواړئ.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,د غونډې د اوسمهالولو توان نلري
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,د تادیاتو بشپړ
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,د OTP اپلیکیشن
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,سند ID
|
||||
DocType: Print Settings,Letter,لیک
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,د انځور په ساحه باید د ډول وي ضمیمه د انځور
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> د ' </p>"
|
||||
DocType: DocField,Columns,ستونونه
|
||||
DocType: Async Task,Succeeded,بریالي وو
|
||||
apps/frappe/frappe/public/js/frappe/form/save.js +150,Mandatory fields required in {0},اجباري برخو کې اړتیا {0}
|
||||
|
|
@ -1550,6 +1551,7 @@ DocType: Error Log,Title,نوم
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",سره پالنګر د razorpay جوړول Useragent ښکاري موضوع. اندېښنه مه کوه، په د ناکامۍ اندازه صورت کې به ستاسو حساب ته پيسې بيرته تر لاسه کړي.
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,دتنظيمولو
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,اجازه لیک شوي اسناد وګورئ
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,د بریښنالیک حساب ندی جوړ شوی. مهرباني وکړئ د سایټ اپ> بریښنالیک> ایمیل ادرس څخه یو نوی بریښنالیک جوړ کړئ
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,د چین بشپړتیا
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,لطفا يو مفصل feebdack ورکړي.
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,ستاسو ګډون به نن پای ته رسیږي.
|
||||
DocType: Page,Standard,معياري
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,دوتنه ضمیمه
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,غوراوي> کارن
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,اندازه
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,دنده بشپړه
|
||||
DocType: Custom DocPerm,User Permission DocTypes,کارن اجازه DocTypes
|
||||
|
|
@ -1665,6 +1666,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,وتل
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,په لوړه کچه د حلال دي ساحوي کچه پرېښلې. ټول فیلډز د هغوی په وړاندې یو د اجازې د ليول ټولګه او د اصولو تعریف په هغه پرېښلې په پټي درخواست لري. دا په هغه صورت کې ګټور تاسو غواړئ چې پټ یا ځینو ډګر پاتې-يوازې د ځانګړو رولونه کړي.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)",دلته د ثابتو url پارامترونو وليکئ (د مثال په توګه. د استوونکي = ERPNext، کارن = ERPNext، پټنوم = 1234 نور)
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> د ' </p>"
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",که چېرې دا د لارښوونو کې چې ګټور نه، مهرباني وکړی په GitHub مسایل د تاسو وړانديزونو اضافه کړي.
|
||||
DocType: Workflow State,bookmark,ليکی
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),دادوسیه خلاصه نوم باید شامل نه دي '/' (مخرېوند)
|
||||
|
|
@ -1857,7 +1859,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} نه شي
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,دغه قواعد د Apply که د کارن د خاوند ده
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,به خپل د ننوت تذکرو وي
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,مهرباني وکړئ د سایټ اپ> بریښنالیک> ایمیل ادرس څخه د بریښناليک بریښناليک حساب جوړول
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,د راپور د جوړولو
|
||||
DocType: Note,Notify users with a popup when they log in,کارنان سره بړبوکيز خبر کله چې په log
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} د {1} نه شته، چې د لېږدونه او د نوي هدف وټاکئ
|
||||
|
|
@ -2350,7 +2351,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Rep
|
|||
DocType: DocType,Setup,چمتو کول
|
||||
DocType: Email Account,Initial Sync Count,لومړنۍ پرانیځئ شمېرنې
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},د نوي نظر {0} د {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ترتیب> د کارن د اجازې مدیر
|
||||
DocType: Workflow State,glass,ګيلاس
|
||||
DocType: DocType,Timeline Field,مهال ویش ساحوي
|
||||
DocType: Country,Time Zones,د وخت د زونونو
|
||||
|
|
@ -2477,6 +2477,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: جوړ نشي دمکپاین راولی که Submittable نه
|
||||
DocType: Address,Bihar,په بیهار
|
||||
DocType: Activity Log,Link DocType,لینک DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ترتیب> د کارن د اجازې مدیر
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,تاسو تراوسه هیڅ پیغام نه لرئ.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,ټول خپلخوښی لرې؟
|
||||
DocType: Website Slideshow,Slideshow Name,ننداريزکتل نوم
|
||||
|
|
@ -2688,7 +2689,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,سره LDAP ورتګ
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,که خاوند
|
||||
DocType: Data Migration Mapping,Push,ټیله کول
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,د ڈیفالف پته نه دی موندلی. مهرباني وکړئ د سایټ اپ> چاپ او برنامه> د پتې پته د یو نوی پیدا کړئ.
|
||||
DocType: OAuth Authorization Code,Expiration time,له کاره وتنې وخت
|
||||
DocType: Web Page,Website Sidebar,وېب پاڼه د پټې
|
||||
DocType: Web Form,Show Sidebar,خپرونه د پټې
|
||||
|
|
@ -2725,7 +2725,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,ګروپ
|
|||
DocType: Communication,Notification,خبرتیا
|
||||
DocType: DocType,Document,سند
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},لړۍ {0} د مخه په کارول {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,د بریښنالیک حساب ندی جوړ شوی. مهرباني وکړئ د سایټ اپ> بریښنالیک> ایمیل ادرس څخه یو نوی بریښنالیک جوړ کړئ
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,د دوتنې ناملاتړی شکل
|
||||
DocType: DocField,Code,کوډ
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",ټول ممکنه ننګولې ايالتونو او د ننګولې رولونه لري. Docstatus غوراوي: 0 دی "خوندي" 1 "ته وسپارل" دی او 2 "ردشوي" ده
|
||||
|
|
@ -2840,6 +2839,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,د معلوماتو مه
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,د ننوتو ناسم نوم د نښې
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,پرېښودل
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ساعت مخکې
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,د ڈیفالف پته نه دی موندلی. مهرباني وکړئ د سایټ اپ> چاپ او برنامه> د پتې پته د یو نوی پیدا کړئ.
|
||||
DocType: Website Settings,Home Page,لمړی مخ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent تېروتنه لنډ جاج
|
||||
DocType: Kanban Board,Filters,چاڼګرونه
|
||||
|
|
|
|||
|
|
|
@ -392,6 +392,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +90,Unknown Column: {0},Colun
|
|||
DocType: Email Alert Recipient,Email By Role,Email por Função
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +310,Users with role {0}:,Os usuários com a função {0}:
|
||||
DocType: Workflow State,random,randômico
|
||||
DocType: Newsletter Email Group,Newsletter Email Group,Grupo de Email de Newsletter
|
||||
apps/frappe/frappe/desk/query_report.py +84,Must specify a Query to run,Deve especificar uma consulta para executar
|
||||
apps/frappe/frappe/config/setup.py +69,"Language, Date and Time settings","Configurações de Idioma , Data e Hora"
|
||||
DocType: User Email,User Email,Email do Usuário
|
||||
|
|
@ -1212,6 +1213,7 @@ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +8
|
|||
DocType: Address,Shipping,Expedição
|
||||
DocType: Workflow State,circle-arrow-down,círculo de seta para baixo
|
||||
apps/frappe/frappe/config/desk.py +38,Private and public Notes.,Privadas e públicas Notas.
|
||||
apps/frappe/frappe/templates/includes/login/login.js +187,Not a valid user,Não é um usuário válido
|
||||
DocType: Workflow State,arrow-right,seta para a direita
|
||||
DocType: Workflow State,Workflow state represents the current state of a document.,O Status do Fluxo de Trabalho representa o status atual de um documento.
|
||||
apps/frappe/frappe/utils/file_manager.py +256,Removed {0},Removido {0}
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,círculo de seta para cima
|
||||
DocType: Email Domain,Email Domain,Domínio de e-mail
|
||||
DocType: Workflow State,italic,itálico
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuração> Usuário
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Não é possível Importar sem Criar
|
||||
DocType: SMS Settings,Enter url parameter for message,Insira o parâmetro url da mensagem
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Exibir relatório no seu navegador
|
||||
|
|
@ -927,6 +928,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referência: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Sra
|
||||
DocType: File,Attached To Name,Anexado Ao Nome
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ano (s) atrás
|
||||
DocType: Address,Address Type,Tipo de Endereço
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Nome de Utilizador ou Senha de Apoio Inválidos. Por favor, retifique-os e tente novamente."
|
||||
DocType: Email Account,Yahoo Mail,E-Mail Do Yahoo
|
||||
|
|
@ -1098,7 +1100,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,Bullhorn
|
||||
DocType: Footer Item,Target,Alvo
|
||||
DocType: System Settings,Number of Backups,Número de Backups
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ano (s) atrás
|
||||
DocType: Website Settings,Copyright,Direitos de Autor
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Ir
|
||||
DocType: OAuth Authorization Code,Invalid,Inválido
|
||||
|
|
@ -1410,6 +1411,7 @@ DocType: Workflow State,step-backward,passo para trás-
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{título_da_app}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Por favor, defina as teclas de acesso da Dropbox na config do seu site"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminar este registo para permitir o envio para este endereço de email
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Por favor, configure a conta de e-mail padrão em Configuração> E-mail> Conta de e-mail"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Só são os campos obrigatórios é que são necessários para efetuar novos registos. Se desejar pode eliminar as colunas não obrigatórias.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Não é possível atualizar evento
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,completar o pagamento
|
||||
|
|
@ -1504,7 +1506,6 @@ DocType: System Settings,OTP App,Aplicação OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,documento de identificação
|
||||
DocType: Print Settings,Letter,Carta
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,O campo de imagem deve ser do tipo Anexar Imagem
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nenhum resultado encontrado para ' </p>
|
||||
DocType: DocField,Columns,Colunas
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Compartilhado com o usuário {0} com acesso de leitura
|
||||
DocType: Async Task,Succeeded,Sucedido
|
||||
|
|
@ -1544,6 +1545,7 @@ DocType: Error Log,Title,Título
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Parece um problema com a configuração do servidor razorpay. Não se preocupe, em caso de falha os valores serão estornados à sua conta."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Personalizar
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Ver documentos permitidos
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Conta de e-mail não configurada. Por favor, crie uma nova conta de e-mail em Configuração> E-mail> Conta de e-mail"
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integridade da Corrente
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Por favor, dar uma feebdack detalhado."
|
||||
|
|
@ -1596,7 +1598,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Sua subscrição expira hoje.
|
||||
DocType: Page,Standard,Padrão
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Anexar Ficheiro
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configuração> Usuário
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Tamanho
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Tarefa Concluída
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Doctypes permissão de utilizador
|
||||
|
|
@ -1661,6 +1662,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Encerrar Sessão
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,As permissões de níveis superiores são permissões de Nível de Campo. Todos os Campos têm um conjunto de Nível de Permissão e as regras definidas nessas permissões aplicam-se ao campo. Isto é útil caso queira ocultar ou fazer com que determinado campo seja só de leitura para certas Funções.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Insira os parâmetros url estático aqui (Ex: remetente=ERPNext, nome de utilizador=ERPNext, senha=1234, etc.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nenhum resultado encontrado para ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Se estas instruções não tiverem sido úteis, por favor, adicione nas suas sugestões nas Incidentes GitHub."
|
||||
DocType: Workflow State,bookmark,favorito
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),O nome da pasta não deve incluir '/' (slash)
|
||||
|
|
@ -1853,7 +1855,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Não é possível {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Aplicar esta regra se o Utilizador for o Proprietário
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Será seu ID de login
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Por favor, configure a conta de e-mail padrão em Configuração> E-mail> Conta de e-mail"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Criar Relatório
|
||||
DocType: Note,Notify users with a popup when they log in,Notificar os utilizadores com um pop-up quando eles entram
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} não existe, efetue uma nova seleção para unir"
|
||||
|
|
@ -2347,7 +2348,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Res
|
|||
DocType: DocType,Setup,Configurações
|
||||
DocType: Email Account,Initial Sync Count,Contagem de sincronização inicial
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Novo comentário sobre {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuração> Gerenciador de permissões de usuário
|
||||
DocType: Workflow State,glass,vidro
|
||||
DocType: DocType,Timeline Field,Timeline campo
|
||||
DocType: Country,Time Zones,Time Zones
|
||||
|
|
@ -2474,6 +2474,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Não é possível Alterar se não Enviar
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Ligar DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configuração> Gerenciador de permissões de usuário
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Ainda não tem nenhuma mensagem.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Remover todas as personalizações?
|
||||
DocType: Website Slideshow,Slideshow Name,Nome slideshow
|
||||
|
|
@ -2686,7 +2687,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Entrar com LDAP
|
|||
DocType: Web Form,Breadcrumbs,Caminhos
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Se o Dono
|
||||
DocType: Data Migration Mapping,Push,Empurrar
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nenhum modelo de endereço padrão encontrado. Por favor, crie um novo em Configuração> Impressão e identidade visual> Modelo de endereço."
|
||||
DocType: OAuth Authorization Code,Expiration time,Data de validade
|
||||
DocType: Web Page,Website Sidebar,Sidebar site
|
||||
DocType: Web Form,Show Sidebar,Mostrar barra lateral
|
||||
|
|
@ -2723,7 +2723,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Subgrupo
|
|||
DocType: Communication,Notification,Notificação
|
||||
DocType: DocType,Document,Documento
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Série {0} já usado em {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Conta de e-mail não configurada. Por favor, crie uma nova conta de e-mail em Configuração> E-mail> Conta de e-mail"
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Formato de arquivo não suportado
|
||||
DocType: DocField,Code,Código
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Todos os status de fluxo de trabalho possíveis e funções de fluxo de trabalho. As Opções Docstatus: 0 foram ""Guardadas"", 1 foi ""Enviado"" e 2 foi ""Cancelado"""
|
||||
|
|
@ -2838,6 +2837,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapeamento de migração
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Símbolo de Início de Sessão Inválido
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Descartar
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,há 1 hora atrás
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nenhum modelo de endereço padrão encontrado. Por favor, crie um novo em Configuração> Impressão e identidade visual> Modelo de endereço."
|
||||
DocType: Website Settings,Home Page,Página Inicial
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Instantâneo de Erro Principal
|
||||
DocType: Kanban Board,Filters,Filtros
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,cerc-săgeată-up
|
||||
DocType: Email Domain,Email Domain,Domeniu e-mail
|
||||
DocType: Workflow State,italic,cursiv
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configurare> Utilizator
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: nu se poate configura importați fără creați
|
||||
DocType: SMS Settings,Enter url parameter for message,Introduceți parametru url pentru mesaj
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Vizualizați raportul în browserul dvs.
|
||||
|
|
@ -931,6 +932,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referință: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,doamna
|
||||
DocType: File,Attached To Name,Atașat denumirii
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ani în urmă
|
||||
DocType: Address,Address Type,Tip adresă
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Nume utilizator invalid sau suport Parola. Vă rugăm să rectifice și să încercați din nou.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1102,7 +1104,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,portavoce
|
||||
DocType: Footer Item,Target,Țintă
|
||||
DocType: System Settings,Number of Backups,Numărul de Backupurile
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ani în urmă
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Merge
|
||||
DocType: OAuth Authorization Code,Invalid,Invalid
|
||||
|
|
@ -1414,6 +1415,7 @@ DocType: Workflow State,step-backward,pas-înapoi
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Vă rugăm să setați tastele de acces Dropbox pe site-ul dvs. de configurare
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Ștergeți acest record, pentru a permite trimiterea de la această adresă de e-mail"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configurați implicit contul de e-mail din Configurare> Email> Cont email
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Numai câmpurile obligatorii sunt necesare pentru noi recorduri. Puteți șterge coloane care nu sunt obligatorii, dacă doriți."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Imposibil de a actualiza eveniment
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,complet de plată
|
||||
|
|
@ -1508,7 +1510,6 @@ DocType: System Settings,OTP App,App OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID-ul de documente
|
||||
DocType: Print Settings,Letter,Scrisoare
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,câmp de imagine trebuie să fie de tip de imagine Atașați
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nu s-au găsit rezultate pentru ' </p>
|
||||
DocType: DocField,Columns,coloane
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Distribuit cu utilizatorul {0} cu acces de citire
|
||||
DocType: Async Task,Succeeded,Reușit
|
||||
|
|
@ -1548,6 +1549,7 @@ DocType: Error Log,Title,Titlu
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Se pare că problema cu serverul de configurare razorpay lui. Nu vă faceți griji, în caz de eșec sumă va primi rambursată în contul dumneavoastră."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Personalizeaza
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Vizualizați documentele permise
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Nu se configurează contul de e-mail. Creați un nou cont de e-mail din Setup> Email> Account Email
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integritatea lanțului
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Vă rugăm să oferiți o feebdack detaliată.
|
||||
|
|
@ -1599,7 +1601,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Abonamentul dvs. va expira astazi.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Ataşaţi fişier
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Configurare> Utilizator
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Dimensiune
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Alocare completă
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Doctypes permisiunea utilizatorului
|
||||
|
|
@ -1663,6 +1664,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Deconectare
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisiuni de la niveluri mai ridicate sunt permisiunile echitabile. Toate Câmpurile au un set nivel de permisiune împotriva lor și a normelor stabilite la care permisiunile se aplică pe teren. Acest lucru este util în cazul în care doriți să ascundeți sau să facă anumit domeniu read-only pentru anumite roluri.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Introduceți parametrii url statici aici (de exemplu, expeditor = ERPNext, numele de utilizator = ERPNext, parola = 1234, etc)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nu s-au găsit rezultate pentru ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Dacă aceste instrucțiuni în cazul în care nu de ajutor, vă rugăm să adăugați la sugestiile dvs. pe probleme de GitHub."
|
||||
DocType: Workflow State,bookmark,semn de carte
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Numele dosarului nu trebuie să includă "/" (slash)
|
||||
|
|
@ -1855,7 +1857,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nu poate fi {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Aplicați această regulă în cazul în care utilizatorul este proprietarul
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Va fi ID-ul dvs. de conectare
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Configurați implicit contul de e-mail din Configurare> Email> Cont email
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Întocmiţi raport
|
||||
DocType: Note,Notify users with a popup when they log in,Notifica utilizatorii cu un pop-up atunci când se autentifică
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} nu există, selectează un nou obiectiv pentru fuzionare"
|
||||
|
|
@ -2350,7 +2351,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ră
|
|||
DocType: DocType,Setup,Setare
|
||||
DocType: Email Account,Initial Sync Count,Contele sincronizarea inițială
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nou comentariu la {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configurare> Manager permisiuni utilizator
|
||||
DocType: Workflow State,glass,sticlă
|
||||
DocType: DocType,Timeline Field,cronologia Domeniul
|
||||
DocType: Country,Time Zones,Time Zones
|
||||
|
|
@ -2477,6 +2477,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Nu se poate seta Alocați Modificare dacă nu există posibilitate de introducere
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,link DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Configurare> Manager permisiuni utilizator
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Nu aveți încă mesaje.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Elimina toate personalizările?
|
||||
DocType: Website Slideshow,Slideshow Name,Slideshow Nume
|
||||
|
|
@ -2690,7 +2691,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Autentifică-te cu LDAP
|
|||
DocType: Web Form,Breadcrumbs,Pesmet
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Dacă Proprietar
|
||||
DocType: Data Migration Mapping,Push,Apăsaţi
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nu a fost găsit niciun șablon de adresă implicit. Creați unul nou din Setup> Printing and Branding> Template Address.
|
||||
DocType: OAuth Authorization Code,Expiration time,timp de expirare
|
||||
DocType: Web Page,Website Sidebar,Site-ul din bara laterală
|
||||
DocType: Web Form,Show Sidebar,Afișează bara laterală
|
||||
|
|
@ -2727,7 +2727,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Nod Group
|
|||
DocType: Communication,Notification,Notificare
|
||||
DocType: DocType,Document,Studiu de caz
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Series {0} folosit deja în {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Nu se configurează contul de e-mail. Creați un nou cont de e-mail din Setup> Email> Account Email
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Format fișier neacceptat
|
||||
DocType: DocField,Code,Cod
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Toate posibil Statele Workflow și roluri ale fluxului de lucru. Optiuni Docstatus: 0 este "salvat", 1 este ", prezentat" și 2 este "ANULAT""
|
||||
|
|
@ -2842,6 +2841,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Migrarea datelor
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Invalid Autentificare Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,decarta
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,in urma cu 1 ora
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nu a fost găsit niciun șablon de adresă implicit. Creați unul nou din Setup> Printing and Branding> Template Address.
|
||||
DocType: Website Settings,Home Page,Pagina principală
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Mamă Instantaneu Eroare
|
||||
DocType: Kanban Board,Filters,Filtre
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,Круг со стрелкой вверх
|
||||
DocType: Email Domain,Email Domain,Домен Email
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Настройка> Пользователь
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Не удается установить Импорт без Создать
|
||||
DocType: SMS Settings,Enter url parameter for message,Введите URL-параметр для сообщения
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Просмотр отчета в вашем браузере
|
||||
|
|
@ -932,6 +933,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Ссылка: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Г-жа
|
||||
DocType: File,Attached To Name,Привязаны к имени
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} год (лет) назад
|
||||
DocType: Address,Address Type,Тип адреса
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Неверное имя пользователя или поддержки Пароль. Пожалуйста, исправить и попробовать еще раз."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1104,7 +1106,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,рупор
|
||||
DocType: Footer Item,Target,Цель
|
||||
DocType: System Settings,Number of Backups,Количество резервных копий
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} год (лет) назад
|
||||
DocType: Website Settings,Copyright,Авторское право
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Вперёд
|
||||
DocType: OAuth Authorization Code,Invalid,Инвалид
|
||||
|
|
@ -1415,6 +1416,7 @@ DocType: Workflow State,step-backward,шаг назад
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Пожалуйста, установите ключи доступа Dropbox на своем сайте конфигурации"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Удалить эту запись, чтобы отправлять на этот адрес"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Пожалуйста, настройте учетную запись электронной почты по умолчанию в меню «Настройка»> «Электронная почта»>"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Только обязательные поля необходимы для новых записей. Вы можете удалить необязательные столбцы, если хотите."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Не удалось обновить событие
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Оплата завершена
|
||||
|
|
@ -1509,7 +1511,6 @@ DocType: System Settings,OTP App,OTP-приложение
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Идентификатор документа
|
||||
DocType: Print Settings,Letter,Письмо
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Поле Изображение должно быть типа Присоединить изображения
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Не найдено результатов для ' </p>
|
||||
DocType: DocField,Columns,Колонны
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Совместно с пользователем {0} с доступом для чтения
|
||||
DocType: Async Task,Succeeded,Преемник
|
||||
|
|
@ -1549,6 +1550,7 @@ DocType: Error Log,Title,Заголовок
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Кажется, вопрос с razorpay конфигурации сервера. Не волнуйтесь, в случае отказа суммы будет получить возврат на ваш счет."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Настроить
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Просмотр разрешенных документов
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Учетная запись электронной почты не настроена. Создайте новую учетную запись электронной почты из раздела «Настройка»> «Электронная почта»> «Электронная учетная запись»
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Целостность цепей
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Пожалуйста, дайте подробную feebdack."
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Ваша подписка истекает сегодня.
|
||||
DocType: Page,Standard,Стандартный
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Прикрепить файл
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Настройка> Пользователь
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Размер
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Назначение Полная
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Разрешение DOCTYPES
|
||||
|
|
@ -1666,6 +1667,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Выход
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Разрешения на более высоких уровнях - это разрешения на уровне поля. Все поля имеют установленный для них уровень разрешения, и правила, определенные в этих разрешениях, относятся к полю. Это полезно, если вы хотите скрыть или сделать определенное поле только для чтения для определенных ролей."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Введите статические параметры адрес здесь (Например отправитель = ERPNext, имя пользователя = ERPNext, пароль = 1234 и т.д.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Не найдено результатов для ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Если эти инструкции бесполезны, пожалуйста, добавьте предложения в GitHub."
|
||||
DocType: Workflow State,bookmark,закладка
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Имя папки не должно включать «/» (косая черта)
|
||||
|
|
@ -1858,7 +1860,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Невозможно {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Применить это правило, если Пользователь Владелец"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Будет ли ваш идентификатор входа в систему
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Пожалуйста, настройте учетную запись электронной почты по умолчанию в меню «Настройка»> «Электронная почта»>"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Построить отчет
|
||||
DocType: Note,Notify users with a popup when they log in,"Сообщите пользователям всплывающего окна, когда они войти"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} не существует, выберите новую цель для объединения"
|
||||
|
|
@ -2352,7 +2353,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,О
|
|||
DocType: DocType,Setup,Настройки
|
||||
DocType: Email Account,Initial Sync Count,Первоначальная синхронизация Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Новый комментарий к {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Настройка> Менеджер разрешений пользователя
|
||||
DocType: Workflow State,glass,стекло
|
||||
DocType: DocType,Timeline Field,Сроки поле
|
||||
DocType: Country,Time Zones,Часовые пояса
|
||||
|
|
@ -2479,6 +2479,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Не удается установить Назначить изменение, если не подлежит проведению"
|
||||
DocType: Address,Bihar,Бихар
|
||||
DocType: Activity Log,Link DocType,Ссылка DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Настройка> Менеджер разрешений пользователя
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,У вас пока нет сообщений.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Удалите все настройки?
|
||||
DocType: Website Slideshow,Slideshow Name,Слайд-шоу Имя
|
||||
|
|
@ -2692,7 +2693,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Вход с LDAP
|
|||
DocType: Web Form,Breadcrumbs,Панировочные сухари
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Если Владелец
|
||||
DocType: Data Migration Mapping,Push,От себя
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Не найден шаблон шаблона по умолчанию. Создайте новый файл из раздела «Настройка»> «Печать и брендинг»> «Шаблон адреса».
|
||||
DocType: OAuth Authorization Code,Expiration time,Время истечения
|
||||
DocType: Web Page,Website Sidebar,Боковая панель Веб-сайт
|
||||
DocType: Web Form,Show Sidebar,Показать боковую панель
|
||||
|
|
@ -2729,7 +2729,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Узел
|
|||
DocType: Communication,Notification,уведомление
|
||||
DocType: DocType,Document,Документ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Серия {0} уже используется в {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Учетная запись электронной почты не настроена. Создайте новую учетную запись электронной почты из раздела «Настройка»> «Электронная почта»> «Электронная учетная запись»
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Неподдерживаемый формат файла
|
||||
DocType: DocField,Code,Код
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Все допустимые статусы потока и роли потоке. Варианты статуса документа: 0 — ""Сохранён"", 1 — ""Проведён"" и 2 — ""Отменен"""
|
||||
|
|
@ -2844,6 +2843,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Миграция данн
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Неверный Логин маркера
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,отбрасывать
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 час назад
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Не найден шаблон шаблона по умолчанию. Создайте новый файл из раздела «Настройка»> «Печать и брендинг»> «Шаблон адреса».
|
||||
DocType: Website Settings,Home Page,Домашняя Страница
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Родитель снимка ошибки
|
||||
DocType: Kanban Board,Filters,Фильтры
|
||||
|
|
|
|||
|
|
|
@ -169,6 +169,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,රවුම-ඊතලය-අප්
|
||||
DocType: Email Domain,Email Domain,ඊ-තැපැල් වසම්
|
||||
DocType: Workflow State,italic,තද පැහැ ඇළ අකුරු
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> පරිශීලක
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: සාදන්න නොමැතිව ආනයන සිටුවම් කල නොහැක
|
||||
DocType: SMS Settings,Enter url parameter for message,පණිවිඩය සඳහා url එක පරාමිතිය ඇතුලත් කරන්න
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,ඔබගේ බ්රවුසරයේ වාර්තාව බලන්න
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},විමර්ශන: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,මහත්මිය
|
||||
DocType: File,Attached To Name,නම අනුයුක්ත
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} වසර (ය) පෙර
|
||||
DocType: Address,Address Type,ලිපිනය වර්ගය
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,වලංගු නොවන පරිශීලක නාමය හෝ සහාය මුරපදය. නිවැරදි කර නැවත උත්සාහ කරන්න.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo තැපෑල
|
||||
|
|
@ -1104,7 +1106,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,ඉලක්කය
|
||||
DocType: System Settings,Number of Backups,අමතර පිටපත් සංඛ්යාව
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} වසර (ය) පෙර
|
||||
DocType: Website Settings,Copyright,කතුහිමිකම
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,යන්න
|
||||
DocType: OAuth Authorization Code,Invalid,වලංගු නොවන
|
||||
|
|
@ -1416,6 +1417,7 @@ DocType: Workflow State,step-backward,පියවර පසුගාමී
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,ඔබේ වෙබ් අඩවිය config දී හෝ නාමාවලි ප්රවේශ යතුර තබා කරුණාකර
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,මෙම ඊ-තැපැල් ලිපිනය වෙත යැවීමට මෙම වාර්තාව මකන්න
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,කරුණාකර සැකසුම> ඊ-තැපැල්> ඊ-තැපැල් ගිණුමෙන් පෙරනිමි ඊ-තැපැල් ගිණුම සකසන්න
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"නව වාර්තා අනිවාර්ය ක්ෂේත්ර පමණක් අවශ්ය වේ. ඔබ කැමති නම්, ඔබ-අනිවාර්ය නොවන තීරු මකා දැමිය හැකිය."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,අවස්ථාවට යාවත්කාල කිරීමට නොහැකි
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ගෙවීම් සම්පූර්ණ
|
||||
|
|
@ -1510,7 +1512,6 @@ DocType: System Settings,OTP App,OTP ඇප්
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ලේඛන හැඳුනුම්පත
|
||||
DocType: Print Settings,Letter,ලිපිය
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,රූප ක්ෂේත්රයේ රූප අමුණන්න වර්ගයේ විය යුතුය
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> සඳහා ප්රතිඵල කිසිවක් නැත. </p>
|
||||
DocType: DocField,Columns,තීරු
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,පරිශීලක ප්රවේශයේ {0} සමඟ කියවීමට පිවිසීමෙන්
|
||||
DocType: Async Task,Succeeded,අනුප්රාප්තිකයා
|
||||
|
|
@ -1550,6 +1551,7 @@ DocType: Error Log,Title,ශීර්ෂය
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","ප්රශ්නය සේවාදායකයේ razorpay config සමග බව පෙනේ. කරදර වෙන්න එපා, අසාර්ථක මුදල නඩුවේ ඔබගේ ගිණුම ආපසු ලැබෙනු ඇත එපා."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,රිසිකරණය
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,අවසර ලත් ලේඛන බලන්න
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ඊ-තැපැල් ගිණුම සකසා නැත. කරුණාකර නව ඊමේල් ගිණුමක් සාදන්න> ඊ-තැපෑල> ඊ-මේල් ගිණුම
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ලන්දේසි අඛණ්ඩතාව
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,සවිස්තරාත්මක feebdack දෙන්න.
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,ඔබේ ග්රාහකත්වය අද කල් ඉකුත් වනු ඇත.
|
||||
DocType: Page,Standard,සම්මත
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ගොනුව අමුණන්න
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> පරිශීලක
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,තරම
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,පැවරුම සම්පූර්ණ
|
||||
DocType: Custom DocPerm,User Permission DocTypes,පරිශීලක අවසරය DocTypes
|
||||
|
|
@ -1666,6 +1667,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,logout
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,ඉහළ මට්ටමක අවසර ක්ෂේත්ර පෙළ අවසර ඇත. සියලු ෆීල්ඩ්ස් වූ අවසරය පෙළ ඔවුන්ට එරෙහිව ඇති හා අවසර ක්ෂේත්රයට අදාළ දී අර්ථ නීති තියෙනවා. ඔබ හෝ සැඟවීමට ඇතැම් ක්ෂේත්ර කියවීමට පමණක් යම් යම් භූමිකා සඳහා සිදු කිරීමට අවශ්ය අවස්ථාවක මෙම ප්රයෝජනවත් වේ.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","මෙහි ස්ථිතික url එක පරාමිතික ඇතුලත් (උදා:. යවන්නාගේ = ERPNext, පරිශීලක නාමය = ERPNext, මුරපදය, = 1234 ආදිය)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> සඳහා ප්රතිඵල කිසිවක් නැත. </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","මෙම උපදෙස් නැති ජීවිතේ එහිදී නම්, කරුණාකර GitHub ඇතිවූ ගැටලු පිළිබඳ ඔබගේ අදහස් ගැන එක් කරන්න."
|
||||
DocType: Workflow State,bookmark,පිටු සලකුණු කිරීම
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ෆෝල්ඩරයක් '/' (ඇල ඉර) ඇතුලත් නොවේ
|
||||
|
|
@ -1859,7 +1861,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,පරිශීලක අයිතිකරු නම් මෙම නීතිය අදාළ
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,ඔබේ පිවිසුම් අංකය වනු ඇත
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,කරුණාකර සැකසුම> ඊ-තැපැල්> ඊ-තැපැල් ගිණුමෙන් පෙරනිමි ඊ-තැපැල් ගිණුම සකසන්න
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,වාර්තාව ගොඩනගනු
|
||||
DocType: Note,Notify users with a popup when they log in,ඔවුන් login විට උත්පතන ඇති පරිශීලකයන් වෙත දැනුම්
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1}, නොපවතියි නව ඉලක්කය තෝරා ඒකාබද්ධ කිරීමට"
|
||||
|
|
@ -2353,7 +2354,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ස
|
|||
DocType: DocType,Setup,පිහිටුවීම
|
||||
DocType: Email Account,Initial Sync Count,මූලික සමමුහුර්ත කරන්න උසාවි
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1} මත new comment
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> පරිශීලක අවසර කළමනාකරු
|
||||
DocType: Workflow State,glass,වීදුරු
|
||||
DocType: DocType,Timeline Field,කාල නියමය ක්ෂේත්ර
|
||||
DocType: Country,Time Zones,වේලා කලාප
|
||||
|
|
@ -2480,6 +2480,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable නොවේ නම් අනුයුක්ත සංශෝධනය කරමි සිටුවම් කල නොහැක
|
||||
DocType: Address,Bihar,බිහාර්
|
||||
DocType: Activity Log,Link DocType,ලින්ක් DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> පරිශීලක අවසර කළමනාකරු
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,ඔබට තවමත් පණිවිඩ නොමැත.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,සියලු අභිමතකරණ ඉවත් කරන්න?
|
||||
DocType: Website Slideshow,Slideshow Name,විනිවිදක දර්ශනය නම
|
||||
|
|
@ -2692,7 +2693,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP සමග ලොග
|
|||
DocType: Web Form,Breadcrumbs,පාන්
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,අයිතිකරු නම්
|
||||
DocType: Data Migration Mapping,Push,තල්ලුව
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ප්රකෘති ලිපිනය සැකිල්ල හමු නොවිනි. කරුණාකර නවෝත්පාදකයක්> මුද්රණ සහ වෙළඳනාම> ලිපින ආකෘතියෙන් සාදන්න.
|
||||
DocType: OAuth Authorization Code,Expiration time,කල් ඉකුත් වීම් කාලය
|
||||
DocType: Web Page,Website Sidebar,වෙබ් අඩවිය වැඩේටත්
|
||||
DocType: Web Form,Show Sidebar,වැඩේටත් පෙන්වන්න
|
||||
|
|
@ -2729,7 +2729,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,සමූ
|
|||
DocType: Communication,Notification,නිවේදනය
|
||||
DocType: DocType,Document,ලේඛන
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},මාලාවක් {0} දැනටමත් {1} භාවිතා
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ඊ-තැපැල් ගිණුම සකසා නැත. කරුණාකර නව ඊමේල් ගිණුමක් සාදන්න> ඊ-තැපෑල> ඊ-මේල් ගිණුම
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,සහාය නොදක්වන ගොනු ආකෘතිය
|
||||
DocType: DocField,Code,කේතය
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","හැකි සියළුම කාර්ය ප්රවාහ ජනපදය සහ කාර්ය ප්රවාහ භූමිකාවන්. Docstatus විකල්ප: 0 "දිවි ගළවාගත්", 1 "ඉදිරිපත්" සහ 2 "අහෝසි" ෙව්"
|
||||
|
|
@ -2843,6 +2842,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,දත්ත සංක්
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,වලංගු නොවන ලොගින් වන්න ටෝකනය
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,ඉවතලන්න
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,පැය 1 කට පෙර
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ප්රකෘති ලිපිනය සැකිල්ල හමු නොවිනි. කරුණාකර නවෝත්පාදකයක්> මුද්රණ සහ වෙළඳනාම> ලිපින ආකෘතියෙන් සාදන්න.
|
||||
DocType: Website Settings,Home Page,මුල් පිටුව
|
||||
DocType: Error Snapshot,Parent Error Snapshot,මව් දෝෂ සැණරුව
|
||||
DocType: Kanban Board,Filters,පෙරහන්
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,circle-arrow-up
|
||||
DocType: Email Domain,Email Domain,email Domain
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nastavenie> Užívateľ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Nie je možné nastaviť Import bez vytvorenia
|
||||
DocType: SMS Settings,Enter url parameter for message,Zadejte url parametr zprávy
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Zobraziť prehľad v prehliadači
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referencie: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Pani
|
||||
DocType: File,Attached To Name,Přiloženo jménu
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} rok (roky)
|
||||
DocType: Address,Address Type,Typ adresy
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Neplatný Uživatelské jméno nebo Support heslo. Prosím, opravu a zkuste to znovu."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1106,7 +1108,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,megafon
|
||||
DocType: Footer Item,Target,Cíl
|
||||
DocType: System Settings,Number of Backups,počet záloh
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} rok (roky)
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ísť
|
||||
DocType: OAuth Authorization Code,Invalid,neplatný
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,step-backward
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Prosím, nastavení přístupových klíčů Dropbox ve vašem webu config"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Zmazať tento záznam povoliť odosielanie na túto e-mailovú adresu
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Prosím nastavte predvolený e-mailový účet z Setup> Email> Email Account
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Pouze povinná pole jsou potřeba pro nové záznamy. Můžete smazat nepovinné sloupce přejete-li si.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Nie je možné aktualizovať udalosť
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,platba Complete
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID dokument
|
||||
DocType: Print Settings,Letter,Dopis
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Pole Obraz musí byť typu Pripojiť obrázok
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Neboli nájdené žiadne výsledky pre ' </p>
|
||||
DocType: DocField,Columns,Stĺpce
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Zdieľané s používateľom {0} s prístupom na čítanie
|
||||
DocType: Async Task,Succeeded,Uspel
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,Názov
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Zdá sa, že problém s razorpay config servera. Nebojte sa, v prípade výpadku množstve dostane vrátená na váš účet."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Prispôsobiť
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Zobraziť povolené doklady
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet nie je nastavený. Vytvorte nový e-mailový účet z Nastavenia> E-mail> E-mailový účet
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integrita reťazca
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Uveďte podrobný feebdack.
|
||||
|
|
@ -1602,7 +1604,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Vaše predplatné vyprší dnes.
|
||||
DocType: Page,Standard,Štandard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priložiť Súbor
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nastavenie> Užívateľ
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Veľkosť
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Úkol Dokončen
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Uživatelská oprávnění DocTypes
|
||||
|
|
@ -1667,6 +1668,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Odhlásiť sa
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Oprávnění na vyšších úrovních jsou oprávnění Field úrovně. Všechna pole jsou Úroveň oprávnění nastavit proti nim a pravidla určená na to oprávnění se vztahují na pole. To je užitečné v případě, že chcete skrýt nebo ujistil pole jen pro čtení pro určité role."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Zadejte statické parametry url zde (Např odesílatel = ERPNext, username = ERPNext, password. = 1234 atd.),"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Neboli nájdené žiadne výsledky pre ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Pakliže tyto instrukce nebyly nápomocné, prosím přidejte Vaše doporučení na GitHub Issues."
|
||||
DocType: Workflow State,bookmark,záložka
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Názov priečinka by nemal obsahovať '/' (lomka)
|
||||
|
|
@ -1859,7 +1861,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nemôže {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Použiť toto pravidlo v prípade, že používateľ je vlastníkom"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Bude to vaše prihlasovacie ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Prosím nastavte predvolený e-mailový účet z Setup> Email> Email Account
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Sestav Report
|
||||
DocType: Note,Notify users with a popup when they log in,"Informovať užívateľa s pop-up, keď sa prihlási"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} neexistuje, vyberte nový cieľ pre zlúčenie"
|
||||
|
|
@ -2352,7 +2353,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odp
|
|||
DocType: DocType,Setup,Nastavenie
|
||||
DocType: Email Account,Initial Sync Count,Počiatočné synchronizácia Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nový komentář: {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nastavenie> Správca povolení používateľov
|
||||
DocType: Workflow State,glass,glass
|
||||
DocType: DocType,Timeline Field,Časová os Field
|
||||
DocType: Country,Time Zones,Časová pásma
|
||||
|
|
@ -2478,6 +2478,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Nelze nastavit přiřadit Změny když není Odeslatelné
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nastavenie> Správca povolení používateľov
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Ešte nemáte žiadne správy.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Odobrať všetky prispôsobenia?
|
||||
DocType: Website Slideshow,Slideshow Name,Názov premietania
|
||||
|
|
@ -2691,7 +2692,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Prihlásenie s LDAP
|
|||
DocType: Web Form,Breadcrumbs,Drobečková navigace (Breadcrumbs)
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ak majiteľom
|
||||
DocType: Data Migration Mapping,Push,TAM
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Neboli nájdené žiadne predvolené adresy. Vytvorte nový z ponuky Nastavenie> Tlač a branding> Šablóna adresy.
|
||||
DocType: OAuth Authorization Code,Expiration time,doba expirácie
|
||||
DocType: Web Page,Website Sidebar,Webové stránky Sidebar
|
||||
DocType: Web Form,Show Sidebar,show Sidebar
|
||||
|
|
@ -2728,7 +2728,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Group Node
|
|||
DocType: Communication,Notification,oznámenia
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Série {0} jsou již použity v {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet nie je nastavený. Vytvorte nový e-mailový účet z Nastavenia> E-mail> E-mailový účet
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nepodporovaný formát súboru
|
||||
DocType: DocField,Code,Kód
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Všetky možné Workflow štátov a úloha pracovného postupu. Možnosti Docstatus: 0 je "Saved", 1 "Vložené" a 2 "Vypustený""
|
||||
|
|
@ -2843,6 +2842,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapovanie migrácie údaj
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Neplatný Prihlásenie Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,odhodiť
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 hodina
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Neboli nájdené žiadne predvolené adresy. Vytvorte nový z ponuky Nastavenie> Tlač a branding> Šablóna adresy.
|
||||
DocType: Website Settings,Home Page,Domovská stránka
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Chyba Snapshot
|
||||
DocType: Kanban Board,Filters,Filtry
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,Krog-arrow-up
|
||||
DocType: Email Domain,Email Domain,E-pošta domen
|
||||
DocType: Workflow State,italic,ležeče
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nastavitev> Uporabnik
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Ne morem uvoziti brez novega zapisa
|
||||
DocType: SMS Settings,Enter url parameter for message,Vnesite url parameter za sporočila
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Ogled poročila v vašem brskalniku
|
||||
|
|
@ -930,6 +931,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Reference: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,gospa
|
||||
DocType: File,Attached To Name,Pritrjena na ime
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} leto (e)
|
||||
DocType: Address,Address Type,Naslov Type
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Neveljavno uporabniško ime ali podpora geslo. Prosimo, popravi in poskusite znova."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1102,7 +1104,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Target
|
||||
DocType: System Settings,Number of Backups,Število varnostne kopije
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} leto (e)
|
||||
DocType: Website Settings,Copyright,Avtorske pravice
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Pojdi
|
||||
DocType: OAuth Authorization Code,Invalid,Neveljavna
|
||||
|
|
@ -1414,6 +1415,7 @@ DocType: Workflow State,step-backward,korak nazaj
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Prosim, nastavite tipke za dostop Dropbox v vašem mestu config"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Izbriši ta zapis omogoča pošiljanje na ta e-poštni naslov
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Prosimo, da nastavite privzeti e-poštni račun iz programa Setup> E-pošta> E-poštni račun"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Samo obvezna polja so potrebni za nove zapise. Lahko izbrišete neobvezujočih stolpce, če želite."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Ne morem posodobiti dogodek
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,plačilo Complete
|
||||
|
|
@ -1508,7 +1510,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID dokumenta
|
||||
DocType: Print Settings,Letter,Pismo
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Polje Slika mora biti tipa Priložite sliko
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ni zadetkov za ' </p>
|
||||
DocType: DocField,Columns,stolpci
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,V skupni rabi z uporabnikom {0} z dostopom za branje
|
||||
DocType: Async Task,Succeeded,Naslednik
|
||||
|
|
@ -1548,6 +1549,7 @@ DocType: Error Log,Title,Naziv
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Zdi težavo s strežnika razorpay zaupnik. Ne skrbi, v primeru zneska odpovedi dobili vrnjen na svoj račun."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Prilagajanje
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Ogled dovoljenih dokumentov
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"E-poštni račun ni nastavljen. Prosimo, ustvarite nov e-poštni račun iz programa Setup> E-pošta> E-poštni račun"
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Celovitost verige
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Prosimo, da podrobno feebdack."
|
||||
|
|
@ -1599,7 +1601,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Vaša naročnina bo potekla danes.
|
||||
DocType: Page,Standard,Standardni
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priložite datoteko
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nastavitev> Uporabnik
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Velikost
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Razporeditev Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Uporabnik Dovoljenje DocTypes
|
||||
|
|
@ -1664,6 +1665,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Odjava
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Dovoljenja na višjih ravneh so dovoljenja pogoje. Vsa polja so določile Dovoljenje ravni pred njimi in pravila, s katerimi se na tem dovoljenja uporablja za področje. To je uporabno v primeru, da želite skriti ali prepričati polje samo za branje za določene vloge."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Vnesite statične parametre url tukaj (npr. Pošiljatelj = ERPNext, username = ERPNext, geslo = 1234 itd)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ni zadetkov za ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Če teh navodil, kjer ni koristno, dodajte v vaše predloge na GitHub vprašanja."
|
||||
DocType: Workflow State,bookmark,zaznamek
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Ime mape ne sme vsebovati "/" (poševnica)
|
||||
|
|
@ -1857,7 +1859,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Ne morem {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Uporabi to pravilo, če je uporabnik lastnik"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Bo vaša prijava ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Prosimo, da nastavite privzeti e-poštni račun iz programa Setup> E-pošta> E-poštni račun"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Zgradite poročilo
|
||||
DocType: Note,Notify users with a popup when they log in,"Obvesti uporabnikom ljudstvo, ko se prijavite"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ne obstaja, izberite nov cilj za združevanje"
|
||||
|
|
@ -2351,7 +2352,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odg
|
|||
DocType: DocType,Setup,Nastavitve
|
||||
DocType: Email Account,Initial Sync Count,Začetno Sync Štetje
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nov komentar na {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nastavitev> Upravitelj dovoljenj uporabnikov
|
||||
DocType: Workflow State,glass,steklo
|
||||
DocType: DocType,Timeline Field,Časovnica Field
|
||||
DocType: Country,Time Zones,Časovne cone
|
||||
|
|
@ -2478,6 +2478,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Ne morem nastaviti če ni za vročanje
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nastavitev> Upravitelj dovoljenj uporabnikov
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Še nimate sporočil.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Odstrani vse prilagoditve?
|
||||
DocType: Website Slideshow,Slideshow Name,Slideshow Name
|
||||
|
|
@ -2690,7 +2691,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Prijava z LDAP
|
|||
DocType: Web Form,Breadcrumbs,Drobtine
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Če lastnika
|
||||
DocType: Data Migration Mapping,Push,Pritisni
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Ni privzete predloge naslova. Prosimo, ustvarite novega od Setup> Printing and Branding> Address Template."
|
||||
DocType: OAuth Authorization Code,Expiration time,izteka čas
|
||||
DocType: Web Page,Website Sidebar,Spletna stran stranska vrstica
|
||||
DocType: Web Form,Show Sidebar,Prikaži stransko vrstico
|
||||
|
|
@ -2727,7 +2727,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Skupina No
|
|||
DocType: Communication,Notification,obvestilo
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Zaporedje {0} se že uporablja v {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"E-poštni račun ni nastavljen. Prosimo, ustvarite nov e-poštni račun iz programa Setup> E-pošta> E-poštni račun"
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Nepodprt format datoteke
|
||||
DocType: DocField,Code,Koda
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Vse možne Workflow države in vloge poteka dela. Docstatus Možnosti: 0 je "rešen", 1 "oddajo" in 2 "Preklicana""
|
||||
|
|
@ -2841,6 +2840,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Mapiranje migracij podatk
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Neveljavna prijava Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Zavrzi
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,pred 1 uro
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Ni privzete predloge naslova. Prosimo, ustvarite novega od Setup> Printing and Branding> Address Template."
|
||||
DocType: Website Settings,Home Page,Domača stran
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Parent Napaka Snapshot
|
||||
DocType: Kanban Board,Filters,Filtri
|
||||
|
|
|
|||
|
|
|
@ -169,6 +169,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,rrethi-shigjetë-up
|
||||
DocType: Email Domain,Email Domain,Email Domain
|
||||
DocType: Workflow State,italic,kursiv
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Përdoruesi
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Nuk mund të vënë Import pa Krijo
|
||||
DocType: SMS Settings,Enter url parameter for message,Shkruani parametër url per mesazhin
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Shiko raportin në shfletuesin tënd
|
||||
|
|
@ -931,6 +932,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referenca: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,mrs
|
||||
DocType: File,Attached To Name,Bashkangjitur Të Emri
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} vit (e) më parë
|
||||
DocType: Address,Address Type,Adresa Type
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Invalid Emri ose Mbështetje Fjalëkalimi. Ju lutemi të ndrequr dhe provoni përsëri.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1103,7 +1105,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Objektiv
|
||||
DocType: System Settings,Number of Backups,Numri i Backups
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} vit (e) më parë
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,shkoj
|
||||
DocType: OAuth Authorization Code,Invalid,invalid
|
||||
|
|
@ -1415,6 +1416,7 @@ DocType: Workflow State,step-backward,hap prapa
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Ju lutemi të vendosur çelësat Dropbox akses ne faqen config tuaj
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Fshije këtë rekord për të lejuar dërgimin në këtë adresë e-mail
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Ju lutemi të konfiguroni llogarinë e Email-it të parazgjedhur nga Setup> Email> Llogari Email
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Vetëm Fushat e detyrueshme janë të nevojshme për të dhënat e reja. Ju mund të fshini kolona jo-detyrueshme në qoftë se ju dëshironi.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Në pamundësi për të rinovuar ngjarje
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Complete pagesa
|
||||
|
|
@ -1508,7 +1510,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumenti ID
|
||||
DocType: Print Settings,Letter,Letër
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Fusha imazhi duhet të jetë e tipit Bashkangjit Image
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nuk u gjetën rezultate për ' </p>
|
||||
DocType: DocField,Columns,Columns
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Ndarë me përdoruesin {0} me qasje në lexim
|
||||
DocType: Async Task,Succeeded,Sukses
|
||||
|
|
@ -1548,6 +1549,7 @@ DocType: Error Log,Title,Titull
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Duket çështje me config razorpay serverit. Mos u shqetësoni, në rast të dështimit të shumës do të kthehet në llogarinë tuaj."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Customize
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Shikoni dokumentet e lejuara
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Llogaria e postës elektronike nuk është konfiguruar. Lutemi të krijoni një llogari të re të postës elektronike nga Setup> Email> Llogaria e postës elektronike
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Integriteti i Zinxhirit
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Ju lutem jepni një feebdack detajuar.
|
||||
|
|
@ -1599,7 +1601,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,abonimi juaj do të përfundojë sot.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Bashkangjit Skeda
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Përdoruesi
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Madhësi
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Caktimi i plotë
|
||||
DocType: Custom DocPerm,User Permission DocTypes,DocTypes Përdoruesi Leje
|
||||
|
|
@ -1664,6 +1665,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Logout
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Lejet në nivele më të larta janë lejet Niveli terren. Të gjitha fushat kanë një grup të Nivelit Leja kundër tyre dhe rregullat e përcaktuara në lejet që aplikojnë për këtë fushë. Kjo është e dobishme në rast se ju doni të fshehur ose të bëjë fushë të caktuar read-only për rolet e caktuara.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Shkruani parametrave statike url këtu (P.sh.. Dërguesi = ERPNext, emrin = ERPNext, fjalëkalimi = 1234, etj)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nuk u gjetën rezultate për ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Nëse këto udhëzime, ku jo të dobishme, ju lutem të shtoni në sugjerimet tuaja mbi Çështjet Github."
|
||||
DocType: Workflow State,bookmark,bookmark
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Emri Folder nuk duhet të përfshijë '/' (slash)
|
||||
|
|
@ -1856,7 +1858,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Nuk mund {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Aplikoni këtë rregull në qoftë se përdoruesi është pronar
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Do të jetë ID tuaj login
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Ju lutemi të konfiguroni llogarinë e Email-it të parazgjedhur nga Setup> Email> Llogari Email
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Të ndërtuar raportin
|
||||
DocType: Note,Notify users with a popup when they log in,Të njoftojë përdoruesit me një popup kur hyni
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} nuk ekziston, zgjidhni një objektiv të ri për të bashkojë"
|
||||
|
|
@ -2348,7 +2349,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Pë
|
|||
DocType: DocType,Setup,Setup
|
||||
DocType: Email Account,Initial Sync Count,Numërimi fillestar Sync
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Komenti i ri për {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Menaxheri i Lejeve të Përdoruesit
|
||||
DocType: Workflow State,glass,gotë
|
||||
DocType: DocType,Timeline Field,Timeline Field
|
||||
DocType: Country,Time Zones,Zonat Koha
|
||||
|
|
@ -2474,6 +2474,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Nuk mund të vënë Cakto Ndryshojë nëse nuk Submittable
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Link DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Menaxheri i Lejeve të Përdoruesit
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Ju nuk keni ende ndonjë mesazh.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Hiq të gjitha Përshtatje?
|
||||
DocType: Website Slideshow,Slideshow Name,Emri Slideshow
|
||||
|
|
@ -2686,7 +2687,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Identifikohuni me LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Nëse pronari
|
||||
DocType: Data Migration Mapping,Push,shtytje
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nuk u gjet asnjë model i parazgjedhur i adresës. Lutemi të krijoni një të ri nga Setup> Printing and Branding> Template Adresa.
|
||||
DocType: OAuth Authorization Code,Expiration time,koha e skadimit
|
||||
DocType: Web Page,Website Sidebar,Website Sidebar
|
||||
DocType: Web Form,Show Sidebar,Trego Sidebar
|
||||
|
|
@ -2723,7 +2723,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Nyja grup
|
|||
DocType: Communication,Notification,njoftim
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Seria {0} përdorur tashmë në {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Llogaria e postës elektronike nuk është konfiguruar. Lutemi të krijoni një llogari të re të postës elektronike nga Setup> Email> Llogaria e postës elektronike
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Pambështetur File Format
|
||||
DocType: DocField,Code,Kod
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Të gjitha të jetë e mundur Rrjedha e Bashkuara dhe rolet e punës. Docstatus Mundësitë e zgjedhjes: 0 është "shpëtuar", 1 është "parashtruar" dhe 2 është "Anullohen""
|
||||
|
|
@ -2834,6 +2833,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Hartimi i Migrimit të t
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Pavlefshme Identifikohu Token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,heq dorë nga
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 orë më parë
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nuk u gjet asnjë model i parazgjedhur i adresës. Lutemi të krijoni një të ri nga Setup> Printing and Branding> Template Adresa.
|
||||
DocType: Website Settings,Home Page,Faqja Kryesore Internet
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Prind Gabim Snapshot
|
||||
DocType: Kanban Board,Filters,Filtra
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,круг-уп арров
|
||||
DocType: Email Domain,Email Domain,емаил Домен
|
||||
DocType: Workflow State,italic,курзиван
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Подешавања> Корисник
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : Не удается установить Импорт без Создать
|
||||
DocType: SMS Settings,Enter url parameter for message,Унесите УРЛ параметар за поруке
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Погледајте извештај у свом прегледачу
|
||||
|
|
@ -932,6 +933,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Референца: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Госпођа
|
||||
DocType: File,Attached To Name,Везан Име
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} годину дана
|
||||
DocType: Address,Address Type,Врста адресе
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Неверное имя пользователя или поддержки Пароль . Пожалуйста, исправить и попробовать еще раз."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1103,7 +1105,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,мегафона
|
||||
DocType: Footer Item,Target,Мета
|
||||
DocType: System Settings,Number of Backups,Број резервних копија
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} годину дана
|
||||
DocType: Website Settings,Copyright,Ауторско право
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ићи
|
||||
DocType: OAuth Authorization Code,Invalid,неважећи
|
||||
|
|
@ -1415,6 +1416,7 @@ DocType: Workflow State,step-backward,корак-назад
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{ app_title }
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Пожалуйста, установите ключи доступа Dropbox на своем сайте конфигурации"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Обриши овај запис како би се омогућило слање на ову емаил адресу
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Молимо подесите подразумевани е-поштни налог из Сетуп-а> Е-пошта> Е-поштни налог
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Само обавезна поља су неопходни за нове евиденције. Можете обрисати необавезне колоне ако желите.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Није могуће ажурирати догађај
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,plaćanje Комплетна
|
||||
|
|
@ -1508,7 +1510,6 @@ DocType: System Settings,OTP App,ОТП Апп
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,документа
|
||||
DocType: Print Settings,Letter,Писмо
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,поље Слика мора бити типа Аттацх Имаге
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Нама намерени резултати за ' </p>
|
||||
DocType: DocField,Columns,kolone
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Дељено са корисником {0} са приступом за читање
|
||||
DocType: Async Task,Succeeded,Суццеедед
|
||||
|
|
@ -1548,6 +1549,7 @@ DocType: Error Log,Title,Наслов
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Чини проблем са сервера разорпаи цонфиг. Не брини, у случају неуспеха износу ће се враћа на свој налог."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Прилагодите
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Погледај дозвољене документе
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Емаил налог није подешен. Молимо вас да креирате нови налог е-поште из Сетуп-а> Е-пошта> Е-поштни налог
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Интегритет ланца
|
||||
DocType: Data Export,CSV,ЦСВ
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Молимо вас да дате детаљан феебдацк.
|
||||
|
|
@ -1600,7 +1602,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Ваша претплата ће истећи данас.
|
||||
DocType: Page,Standard,Стандард
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Аттацх Филе
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Подешавања> Корисник
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Величина
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Задатак Комплетна
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Корисник дозвола ДоцТипес
|
||||
|
|
@ -1664,6 +1665,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Одјава
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Дозволе на вишим нивоима су једнаке дозволе. Алл Фиелдс имати сет Дозвола Левел против њих и правила која су дефинисана у томе дозволе важе до поља. Ово је корисно у случају да желите да сакријете или били сигурни поље реад-само за одређене улоге.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Унесите статичке параметре овде УРЛ адресу (нпр. пошиљалац = ЕРПНект, усернаме = ЕРПНект, лозинком = 1234 итд)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Нама намерени резултати за ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Если эти инструкции , где не помогает, пожалуйста, добавьте в ваши предложения по вопросам GitHub ."
|
||||
DocType: Workflow State,bookmark,боокмарк
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Назив фолдера не треба да садржи '/' (Сласх)
|
||||
|
|
@ -1856,7 +1858,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Не могу {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Примени ово правило ако Усер ис Власник
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Ће бити ваш Логин ИД
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Молимо подесите подразумевани е-поштни налог из Сетуп-а> Е-пошта> Е-поштни налог
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Буилд Пријави
|
||||
DocType: Note,Notify users with a popup when they log in,Обавештава кориснике са попуп када се пријавите
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} не существует , выберите новую цель объединить"
|
||||
|
|
@ -2351,7 +2352,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,О
|
|||
DocType: DocType,Setup,Намештаљка
|
||||
DocType: Email Account,Initial Sync Count,Иницијална Синхронизација Точка
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Новый комментарий к {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Подешавање> Менаџер дозвола корисника
|
||||
DocType: Workflow State,glass,стакло
|
||||
DocType: DocType,Timeline Field,тимелине polje
|
||||
DocType: Country,Time Zones,Тиме зоне
|
||||
|
|
@ -2477,6 +2477,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : Не удается установить Назначить Изменить если не Submittable
|
||||
DocType: Address,Bihar,бихар
|
||||
DocType: Activity Log,Link DocType,линк ДОЦТИПЕ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Подешавање> Менаџер дозвола корисника
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Немате још порука.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Удалите все настройки ?
|
||||
DocType: Website Slideshow,Slideshow Name,Приказ Име
|
||||
|
|
@ -2690,7 +2691,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Пријавите се с
|
|||
DocType: Web Form,Breadcrumbs,Бреадцрумбс
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ако власник
|
||||
DocType: Data Migration Mapping,Push,Притисни
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Није пронађен основни образац наслова. Молимо вас да креирате нову од Подешавања> Штампање и брендирање> Образац наслова.
|
||||
DocType: OAuth Authorization Code,Expiration time,истека времена
|
||||
DocType: Web Page,Website Sidebar,Сајт Бочна трака
|
||||
DocType: Web Form,Show Sidebar,Покажи Сидебар
|
||||
|
|
@ -2727,7 +2727,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Група
|
|||
DocType: Communication,Notification,обавештење
|
||||
DocType: DocType,Document,Документ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Серия {0} уже используется в {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Емаил налог није подешен. Молимо вас да креирате нови налог е-поште из Сетуп-а> Е-пошта> Е-поштни налог
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Неподржан Формат датотеке
|
||||
DocType: DocField,Code,Код
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Све је могуће Ток државе и улоге радног процеса. Доцстатус Опције: 0 је порука "Савед", 1 је "Поставио" и 2 је "Отказани""
|
||||
|
|
@ -2842,6 +2841,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Мапирање мигр
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Неважећи токен Пријава
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Одбаци
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,пре 1 сат
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Није пронађен основни образац наслова. Молимо вас да креирате нову од Подешавања> Штампање и брендирање> Образац наслова.
|
||||
DocType: Website Settings,Home Page,Почетна страна
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Родитељ Грешка Снимак
|
||||
DocType: Kanban Board,Filters,Филтери
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,cirkel-pil-upp
|
||||
DocType: Email Domain,Email Domain,e-postdomän
|
||||
DocType: Workflow State,italic,kursiv
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Inställning> Användare
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Kan inte ställa in Import utan Skapad
|
||||
DocType: SMS Settings,Enter url parameter for message,Ange url parameter för meddelande
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Visa rapport i din webbläsare
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referens: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Fru
|
||||
DocType: File,Attached To Name,Bifogad till Namn
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} år sedan
|
||||
DocType: Address,Address Type,Adresstyp
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Ogiltigt användarnamn eller support lösenord. Vänligen rätta och försök igen.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Mål
|
||||
DocType: System Settings,Number of Backups,Antal säkerhetskopior
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} år sedan
|
||||
DocType: Website Settings,Copyright,Copyright
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Gå
|
||||
DocType: OAuth Authorization Code,Invalid,Ogiltig
|
||||
|
|
@ -1416,6 +1417,7 @@ DocType: Workflow State,step-backward,steg bakåt
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Ställ Dropbox snabbtangenter på din sida config
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Radera denna post för att tillåta sändning till denna e-postadress
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Vänligen konfigurera standard E-postkonto från Inställningar> E-post> E-postkonto
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Endast obligatoriska fält är nödvändiga för nya register. Du kan ta bort icke-obligatoriska kolumner om du vill.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Det går inte att uppdatera händelse
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,betalning Komplett
|
||||
|
|
@ -1510,7 +1512,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument-ID
|
||||
DocType: Print Settings,Letter,Brev
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Bildfältet måste vara av typen fast bild
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Inga resultat funna för ' </p>
|
||||
DocType: DocField,Columns,kolumner
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Delad med användaren {0} med läsåtkomst
|
||||
DocType: Async Task,Succeeded,Efterföljande
|
||||
|
|
@ -1550,6 +1551,7 @@ DocType: Error Log,Title,Titel
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Verkar problem med serverns razorpay konfig. Oroa dig inte, i händelse av fel belopp får återbetalas till ditt konto."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Anpassa
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Visa behöriga dokument
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto är inte inställt. Skapa ett nytt e-postkonto från Inställningar> E-post> E-postkonto
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Chain Integrity
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Vänligen ge en detaljerad feebdack.
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Din prenumeration löper ut i dag.
|
||||
DocType: Page,Standard,Standard
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Bifoga Fil
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Inställning> Användare
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Storlek
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Tilldelning Komplett
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Användarbehörighets DOCTYPE
|
||||
|
|
@ -1666,6 +1667,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Logga Ut
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Behörigheter på högre nivåer är fältet behörigheter. Alla fält har en Behörighetsnivå satt mot dem och de regler som fastställts på att behörigheter tillämpas i fråga. Detta är användbart om du vill dölja eller göra vissa fält skrivskyddad för vissa roller.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Ange statiska url parametrar här (T.ex.. Avsändare = ERPNext, användarnamn = ERPNext, lösenord = 1234 mm)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Inga resultat funna för ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Om dessa instruktioner inte hjälpte, lägg i dina förslag på github frågor."
|
||||
DocType: Workflow State,bookmark,bokmärke
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Mappnamn ska inte innehålla "/" (slash)
|
||||
|
|
@ -1858,7 +1860,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Kan inte {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Tillämpa denna regel om användaren är ägare
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Kommer att vara ditt inloggnings-ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Vänligen konfigurera standard E-postkonto från Inställningar> E-post> E-postkonto
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Skapa Rapporter
|
||||
DocType: Note,Notify users with a popup when they log in,Meddela användare med en popup när de loggar in
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} existerar inte, välj ett nytt mål att slå samman"
|
||||
|
|
@ -2353,7 +2354,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Sva
|
|||
DocType: DocType,Setup,Inställning
|
||||
DocType: Email Account,Initial Sync Count,Initial Sync Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ny kommentar på {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> User Permissions Manager
|
||||
DocType: Workflow State,glass,glas
|
||||
DocType: DocType,Timeline Field,tidslinje Field
|
||||
DocType: Country,Time Zones,Tidszoner
|
||||
|
|
@ -2480,6 +2480,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Kan inte ställa tilldelad ändring om inte skickad
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,länk DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> User Permissions Manager
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Du har inga meddelanden ännu.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Ta bort alla anpassningar?
|
||||
DocType: Website Slideshow,Slideshow Name,Bildspel Namn
|
||||
|
|
@ -2692,7 +2693,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Logga in med LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Om ägaren
|
||||
DocType: Data Migration Mapping,Push,Skjuta på
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adressmall hittades. Var god skapa en ny från Inställningar> Utskrift och märkning> Adressmall.
|
||||
DocType: OAuth Authorization Code,Expiration time,förfallotid
|
||||
DocType: Web Page,Website Sidebar,webbplats Sidebar
|
||||
DocType: Web Form,Show Sidebar,Visa Sidebar
|
||||
|
|
@ -2729,7 +2729,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Grupp Nod
|
|||
DocType: Communication,Notification,Underrättelse
|
||||
DocType: DocType,Document,Dokument
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Serie {0} används redan i {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto är inte inställt. Skapa ett nytt e-postkonto från Inställningar> E-post> E-postkonto
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Otillräckligt filformat
|
||||
DocType: DocField,Code,Kod
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Alla möjliga Workflow staterna och roller arbetsflödet. Docstatus Alternativ: 0 är "Saved", en är "Inlagd" och 2 "Inställt""
|
||||
|
|
@ -2844,6 +2843,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Data Migration Kartläggn
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Ogiltig inloggning token
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Kassera
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 timme sedan
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adressmall hittades. Var god skapa en ny från Inställningar> Utskrift och märkning> Adressmall.
|
||||
DocType: Website Settings,Home Page,Hemsida
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Moderbolaget fel Snapshot
|
||||
DocType: Kanban Board,Filters,Filter
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,mduara-mshale-up
|
||||
DocType: Email Domain,Email Domain,Barua pepe ya
|
||||
DocType: Workflow State,italic,italiki
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Mtumiaji
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Haiwezi kuweka Kuingiza bila Kujenga
|
||||
DocType: SMS Settings,Enter url parameter for message,Ingiza parameter ya url kwa ujumbe
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Tazama ripoti kwenye kivinjari chako
|
||||
|
|
@ -916,6 +917,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Rejea: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Bi
|
||||
DocType: File,Attached To Name,Imewekwa kwa jina
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} miaka (s) zilizopita
|
||||
DocType: Address,Address Type,Aina ya Anwani
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Jina la mtumiaji batili au Nenosiri la Usaidizi. Tafadhali tengeneza na jaribu tena.
|
||||
DocType: Email Account,Yahoo Mail,mtandao wa Yahoo
|
||||
|
|
@ -1085,7 +1087,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Lengo
|
||||
DocType: System Settings,Number of Backups,Idadi ya Backups
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} miaka (s) zilizopita
|
||||
DocType: Website Settings,Copyright,Hati miliki
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Nenda
|
||||
DocType: OAuth Authorization Code,Invalid,Si sahihi
|
||||
|
|
@ -1394,6 +1395,7 @@ DocType: Workflow State,step-backward,hatua ya nyuma
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Tafadhali weka funguo za kufikia Dropbox katika config configure yako
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Futa rekodi hii ili kuruhusu kutuma kwa anwani hii ya barua pepe
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Tafadhali kuanzisha Akaunti ya barua pepe ya default kutoka kwa Usanidi> Barua pepe> Akaunti ya Barua pepe
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Mashamba ya lazima tu ni muhimu kwa rekodi mpya. Unaweza kufuta safu zisizo lazima ikiwa unataka.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Imeshindwa kurekebisha tukio
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Malipo Imekamilishwa
|
||||
|
|
@ -1487,7 +1489,6 @@ DocType: System Settings,OTP App,Programu ya OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Kitambulisho cha hati
|
||||
DocType: Print Settings,Letter,Barua
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Sehemu ya picha lazima iwe ya aina Imbatanisha Image
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Hakuna matokeo yaliyopatikana kwa ' </p>
|
||||
DocType: DocField,Columns,Nguzo
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Imeshirikiwa na mtumiaji {0} na upatikanaji wa kusoma
|
||||
DocType: Async Task,Succeeded,Imefanikiwa
|
||||
|
|
@ -1527,6 +1528,7 @@ DocType: Error Log,Title,Kichwa
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Inaonekana suala la usanidi wa razorpay wa seva. Usijali, ikiwa kuna kiasi cha kushindwa kitarejeshwa kwenye akaunti yako."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Customize
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Angalia Nyaraka zilizoruhusiwa
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaunti ya barua pepe sio kuanzisha. Tafadhali fungua Akaunti mpya ya barua pepe kutoka kwa Usanidi> Barua pepe> Akaunti ya Barua pepe
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Chain Uaminifu
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Tafadhali toa feebdack ya kina.
|
||||
|
|
@ -1578,7 +1580,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Usajili wako utakufa leo.
|
||||
DocType: Page,Standard,Kiwango
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Weka Faili
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Setup> Mtumiaji
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Ukubwa
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Kazi Imekamilisha
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Hati ya Mtumiaji DocTypes
|
||||
|
|
@ -1641,6 +1642,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Ingia
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Ruhusa katika viwango vya juu ni ruhusa ya kiwango cha shamba. Mashamba yote yana Kiwango cha Ruhusa kilichowekwa dhidi yao na sheria zilizoelezwa katika ruhusa hizo zinatumika kwenye shamba. Hii ni muhimu ikiwa unataka kujificha au kufanya shamba fulani tu kusoma kwa Majibu fulani.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Ingiza vigezo vya url zilizopo hapa (mfano mtumaji = ERPNext, jina la mtumiaji = ERPNext, password = 1234 nk)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Hakuna matokeo yaliyopatikana kwa ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ikiwa maagizo haya ambapo hayasaidia, tafadhali ongeza maoni yako kwenye Maswala ya GitHub."
|
||||
DocType: Workflow State,bookmark,alama
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Jina la folda haipaswi kujumuisha '/' (slash)
|
||||
|
|
@ -1830,7 +1832,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Haiwezi {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Tumia kanuni hii ikiwa Mtumiaji ni Mmiliki
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Itakuwa ID yako ya kuingia
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Tafadhali kuanzisha Akaunti ya barua pepe ya default kutoka kwa Usanidi> Barua pepe> Akaunti ya Barua pepe
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Jenga Ripoti
|
||||
DocType: Note,Notify users with a popup when they log in,Wajulishe watumiaji wenye popup wakati wanaingia
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} haipo, chagua lengo jipya la kuunganisha"
|
||||
|
|
@ -2316,7 +2317,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Jib
|
|||
DocType: DocType,Setup,Kuweka
|
||||
DocType: Email Account,Initial Sync Count,Hesabu ya Usawazishaji wa awali
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Maoni mapya kwenye {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Meneja wa Ruhusa ya Mtumiaji
|
||||
DocType: Workflow State,glass,kioo
|
||||
DocType: DocType,Timeline Field,Eneo la Muda
|
||||
DocType: Country,Time Zones,Kanda za Muda
|
||||
|
|
@ -2441,6 +2441,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Haiwezi kuweka Sawa Kurekebisha ikiwa haijatumiwa
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,Unganisha DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Setup> Meneja wa Ruhusa ya Mtumiaji
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Huna ujumbe wowote bado.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Ondoa vipengee vyote vya upendeleo?
|
||||
DocType: Website Slideshow,Slideshow Name,Jina la Slideshow
|
||||
|
|
@ -2653,7 +2654,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Ingia na LDAP
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Ikiwa Mmiliki
|
||||
DocType: Data Migration Mapping,Push,Pushisha
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Hakuna Kigezo cha Anwani ya Kichwa kilichopatikana. Tafadhali fanya moja mpya kutoka kwa Usanidi> Uchapishaji na Branding> Kigezo cha Anwani.
|
||||
DocType: OAuth Authorization Code,Expiration time,Wakati wa kumalizika
|
||||
DocType: Web Page,Website Sidebar,Website Sidebar
|
||||
DocType: Web Form,Show Sidebar,Onyesha Sidebar
|
||||
|
|
@ -2690,7 +2690,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Node ya Ki
|
|||
DocType: Communication,Notification,Arifa
|
||||
DocType: DocType,Document,Nyaraka
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Mfululizo {0} tayari kutumika katika {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaunti ya barua pepe sio kuanzisha. Tafadhali fungua Akaunti mpya ya barua pepe kutoka kwa Usanidi> Barua pepe> Akaunti ya Barua pepe
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Faili ya Faili isiyotumika
|
||||
DocType: DocField,Code,Kanuni
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Majina yote ya Workflow inayowezekana na majukumu ya kazi ya kazi. Chaguzi za Docstatus: 0 ni "Kuokolewa", 1 ni "Iliyotumwa" na 2 ni "Imekoshwa""
|
||||
|
|
@ -2801,6 +2800,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Ramani ya Uhamiaji wa Tak
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Tokeni ya Ingia isiyo sahihi
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Lazima
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Saa 1 iliyopita
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Hakuna Kigezo cha Anwani ya Kichwa kilichopatikana. Tafadhali fanya moja mpya kutoka kwa Usanidi> Uchapishaji na Branding> Kigezo cha Anwani.
|
||||
DocType: Website Settings,Home Page,Ukurasa wa Mwanzo
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Hitilafu ya Mzazi ya Hitilafu
|
||||
DocType: Kanban Board,Filters,Filters
|
||||
|
|
|
|||
|
|
|
@ -171,6 +171,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,வட்டத்தை-அம்பு அப்
|
||||
DocType: Email Domain,Email Domain,மின்னஞ்சல் களம்
|
||||
DocType: Workflow State,italic,(அச்செழுத்துக்கள் வலப்பக்கம்) சாய்ந்துள்ள
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,அமைவு> பயனர்
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} : உருவாக்கு இல்லாமல் இறக்குமதி அமைக்க முடியாது
|
||||
DocType: SMS Settings,Enter url parameter for message,செய்தி இணைய அளவுரு உள்ளிடவும்
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,உங்கள் உலாவியில் அறிக்கை காண்க
|
||||
|
|
@ -934,6 +935,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},குறிப்பு: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,திருமதி
|
||||
DocType: File,Attached To Name,பெயர் இணைக்கப்பட்டுள்ளது
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ஆண்டு (கள்) முன்பு
|
||||
DocType: Address,Address Type,முகவரி வகை
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,செல்லாத பயனர் பெயர் அல்லது ஆதரவு கடவுச்சொல் . சரிசெய்து மீண்டும் முயற்சிக்கவும்.
|
||||
DocType: Email Account,Yahoo Mail,யாகூ மெயில்
|
||||
|
|
@ -1107,7 +1109,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,இலக்கு
|
||||
DocType: System Settings,Number of Backups,காப்பு எண்ணிக்கை
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ஆண்டு (கள்) முன்பு
|
||||
DocType: Website Settings,Copyright,பதிப்புரிமை
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,போக
|
||||
DocType: OAuth Authorization Code,Invalid,தவறான
|
||||
|
|
@ -1418,6 +1419,7 @@ DocType: Workflow State,step-backward,படி-பின்தங்கிய
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{ பயன்பாட்டை தலைப்பு }
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,உங்கள் தளத்தில் கட்டமைப்பு டிராப்பாக்ஸ் அணுகல் விசைகள் அமைக்கவும்
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,இந்த மின்னஞ்சல் முகவரிக்கு அனுப்பும் அனுமதிக்க இந்தப் பதிவை நீக்கு
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கு என்பதில் இருந்து இயல்புநிலை மின்னஞ்சல் கணக்கை அமைக்கவும்
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"ஒரே கட்டாய துறைகள், புதிய பதிவுகள் அவசியம். நீங்கள் விரும்பினால் நீங்கள் அல்லாத கட்டாய பத்திகள் நீக்க முடியும்."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,நிகழ்வை முடியவில்லை
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,கொடுப்பனவு முழுமையான
|
||||
|
|
@ -1512,7 +1514,6 @@ DocType: System Settings,OTP App,OTP பயன்பாடு
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ஆவண ஐடி
|
||||
DocType: Print Settings,Letter,கடிதம்
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,இணை பட துறையில் வகை இருக்க வேண்டும் பட
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> தேடல் முடிவுகள்: </p>
|
||||
DocType: DocField,Columns,பத்திகள்
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,படிப்பு அணுகலுடன் பயனர் {0} உடன் பகிரப்பட்டது
|
||||
DocType: Async Task,Succeeded,முன்னவர்
|
||||
|
|
@ -1552,6 +1553,7 @@ DocType: Error Log,Title,தலைப்பு
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","சர்வர் razorpay கட்டமைப்பு பிரச்சினை தெரிகிறது. தோல்வி அளவு வழக்கில், கவலைப்பட உங்கள் கணக்கை திரும்ப கிடைக்கும் வேண்டாம்."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,தனிப்பயனாக்கு
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,அனுமதிக்கப்பட்ட ஆவணங்களைக் காண்க
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,மின்னஞ்சல் கணக்கு அமைக்கப்படவில்லை. அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கிலிருந்து ஒரு புதிய மின்னஞ்சல் கணக்கை உருவாக்கவும்
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,சங்கிலி ஒருங்கிணைப்பு
|
||||
DocType: Data Export,CSV,கோப்பை
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,ஒரு விரிவான feebdack கொடுக்க கொள்ளவும்.
|
||||
|
|
@ -1604,7 +1606,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,உங்கள் சந்தா இன்று காலாவதியாகிவிடும்.
|
||||
DocType: Page,Standard,நிலையான
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,கோப்பினை இணைக்கவும்
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,அமைவு> பயனர்
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,அளவு
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,முழுமையான மதிப்பளித்தல்
|
||||
DocType: Custom DocPerm,User Permission DocTypes,பயனர் அனுமதி டாக்டைப்கள்
|
||||
|
|
@ -1669,6 +1670,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,வெளியேறு
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,அதிக அளவில் அனுமதிகள் களம் நிலை அனுமதிகள் உள்ளன. அனைத்து புலங்கள் அவர்களுக்கு எதிராக ஒரு அனுமதி நிலை தொகுப்பு மற்றும் அனுமதிகள் துறையில் பொருந்தும் என்று வரையறுக்கப்பட்டது விதிகள் இருக்கிறது. இந்த நீங்கள் மறைக்க அல்லது குறிப்பிட்ட துறையில் படிக்க-மட்டும் சில பாத்திரங்கள் செய்ய வேண்டும் வழக்கில் பயனுள்ளதாக இருக்கும்.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","இங்கே நிலையான URL அளவுருக்கள் (எ.கா. அனுப்புநர் = ERPNext, பயனர்பெயர் = ERPNext, கடவுச்சொல்லை = 1234 முதலியன) உள்ளிடவும்"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> தேடல் முடிவுகள்: </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","இந்த வழிமுறைகளை அங்கு பயனுள்ளதாக இல்லை என்றால், மகிழ்ச்சியா சிக்கல்கள் உங்கள் ஆலோசனைகளை சேர்க்க தயவு செய்து ."
|
||||
DocType: Workflow State,bookmark,புக்மார்க்
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),அடைவு பெயர் சேர்க்க கூடாது '/' (சாய்வு)
|
||||
|
|
@ -1862,7 +1864,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,பயனர் உரிமையாளராகவே இருந்தால் இந்த ஆட்சி விண்ணப்பிக்கவும்
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,உங்கள் உள்நுழைவு ஐடி இருக்கும்
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கு என்பதில் இருந்து இயல்புநிலை மின்னஞ்சல் கணக்கை அமைக்கவும்
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,அறிக்கை கட்ட
|
||||
DocType: Note,Notify users with a popup when they log in,அவர்கள் உள்நுழைந்து போது ஒரு popup பயனர்கள் தெரிவி
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} இல்லை , ஒன்றாக்க ஒரு புதிய இலக்கை தேர்ந்தெடுக்கவும்"
|
||||
|
|
@ -2358,7 +2359,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,அ
|
|||
DocType: DocType,Setup,அமைப்பு முறை
|
||||
DocType: Email Account,Initial Sync Count,ஆரம்ப ஒத்திசைவு கவுண்ட்
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},புதிய கருத்துரை {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,அமைவு> பயனர் அனுமதிகள் மேலாளர்
|
||||
DocType: Workflow State,glass,கண்ணாடி
|
||||
DocType: DocType,Timeline Field,காலக்கெடு களம்
|
||||
DocType: Country,Time Zones,நேரம் மண்டலங்கள்
|
||||
|
|
@ -2487,6 +2487,7 @@ apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign A
|
|||
DocType: Address,Bihar,பீகார்
|
||||
DocType: Activity Log,Link DocType,"இணைப்பு
|
||||
ஆவண வகை"
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,அமைவு> பயனர் அனுமதிகள் மேலாளர்
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,உங்களுக்கு இதுவரை எந்த செய்தியும் இல்லை.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,அனைத்து தனிப்பயனாக்கம் நீக்க வேண்டுமா?
|
||||
DocType: Website Slideshow,Slideshow Name,எஸ் பெயர்
|
||||
|
|
@ -2701,7 +2702,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP உடன் உள
|
|||
DocType: Web Form,Breadcrumbs,நனைக்கப்பட்டு
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,உரிமையாளர் என்றால்
|
||||
DocType: Data Migration Mapping,Push,புஷ்
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,இயல்புநிலை முகவரி வார்ப்புரு இல்லை. அமைப்பு> அச்சிடுதல் மற்றும் பிராண்டிங்> முகவரி வார்ப்புருவில் இருந்து புதிய ஒன்றை உருவாக்கவும்.
|
||||
DocType: OAuth Authorization Code,Expiration time,காலாவதியாகும் நேரம்
|
||||
DocType: Web Page,Website Sidebar,இணையத்தளம் பக்கப்பட்டி
|
||||
DocType: Web Form,Show Sidebar,பக்கப்பட்டி காட்டு
|
||||
|
|
@ -2738,7 +2738,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,குழ
|
|||
DocType: Communication,Notification,அறிவித்தல்
|
||||
DocType: DocType,Document,ஆவணம்
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},தொடர் {0} ஏற்கனவே பயன்படுத்தப்படுகிறது {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,மின்னஞ்சல் கணக்கு அமைக்கப்படவில்லை. அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கிலிருந்து ஒரு புதிய மின்னஞ்சல் கணக்கை உருவாக்கவும்
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,ஆதரிக்கப்படாத கோப்பு வடிவம்
|
||||
DocType: DocField,Code,குறியீடு
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","அனைத்து சாத்தியம் பணியோட்ட அமெரிக்கா மற்றும் முறையை பாத்திரங்கள். Docstatus விருப்பங்கள்: 0 "சேமிக்கப்பட்டது", 1 "சமர்ப்பிக்கப்பட்டது" உள்ளது மற்றும் 2 "ரத்து" உள்ளது"
|
||||
|
|
@ -2852,6 +2851,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,தரவு நகர்
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,தவறான உள்நுழைவு டோக்கன்
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,நிராகரி
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 மணி நேரம் முன்பு
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,இயல்புநிலை முகவரி வார்ப்புரு இல்லை. அமைப்பு> அச்சிடுதல் மற்றும் பிராண்டிங்> முகவரி வார்ப்புருவில் இருந்து புதிய ஒன்றை உருவாக்கவும்.
|
||||
DocType: Website Settings,Home Page,முகப்பு பக்கம்
|
||||
DocType: Error Snapshot,Parent Error Snapshot,பெற்றோர் பிழை நொடிப்பு
|
||||
DocType: Kanban Board,Filters,வடிகட்டிகள்
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,సర్కిల్-బాణం అప్
|
||||
DocType: Email Domain,Email Domain,ఇమెయిల్ డొమైన్
|
||||
DocType: Workflow State,italic,ఇటాలిక్
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,సెటప్> వాడుకరి
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: సృష్టించు లేకుండా దిగుమతి సెట్ చెయ్యబడదు
|
||||
DocType: SMS Settings,Enter url parameter for message,సందేశం కోసం URL పరామితి ఎంటర్
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,మీ బ్రౌజర్లో నివేదికను వీక్షించండి
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},సూచన: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,శ్రీమతి
|
||||
DocType: File,Attached To Name,పేరుకి జోడించిన
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} సంవత్సరం (లు) క్రితం
|
||||
DocType: Address,Address Type,చిరునామాను టైప్
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,చెల్లని వినియోగదారు పేరు లేదా మద్దతు పాస్వర్డ్. సరిదిద్ది మళ్లీ ప్రయత్నించండి.
|
||||
DocType: Email Account,Yahoo Mail,యాహూ మెయిల్
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,టార్గెట్
|
||||
DocType: System Settings,Number of Backups,బ్యాకప్ సంఖ్య
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} సంవత్సరం (లు) క్రితం
|
||||
DocType: Website Settings,Copyright,కాపీరైట్
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,వెళ్ళండి
|
||||
DocType: OAuth Authorization Code,Invalid,చెల్లని
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,దశల వెనుకబడిన
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,మీ సైట్ config డ్రాప్బాక్స్ యాక్సెస్ కీలు సెట్ చెయ్యండి
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,ఈ ఈమెయిల్ చిరునామాకు పంపడం అనుమతిస్తుంది ఈ రికార్డ్ తొలగించు
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి డిఫాల్ట్ ఇమెయిల్ ఖాతా సెటప్ చేయండి
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,మాత్రమే తప్పనిసరి ఖాళీలను కొత్త రికార్డులు అవసరం. మీరు అనుకుంటే మీరు కాని తప్పనిసరి నిలువు తొలగించవచ్చు.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ఈవెంట్ నవీకరించలేకపోతున్నారా
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,చెల్లింపు పూర్తయింది
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP అనువర్తనం
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,డాక్యుమెంట్ ID
|
||||
DocType: Print Settings,Letter,లెటర్
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,చిత్రం రంగంలో రకం ఉండాలి చిత్రం అటాచ్
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ఫలితాలు లేవు ' </p>
|
||||
DocType: DocField,Columns,లు
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,చదివే ప్రాప్యతతో వినియోగదారు {0} తో భాగస్వామ్యం చేయబడింది
|
||||
DocType: Async Task,Succeeded,విజయవంతమైంది
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,శీర్షిక
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","సర్వర్ యొక్క razorpay config సమస్యను తెలుస్తోంది. చింతించకండి, వైఫల్యం మొత్తం విషయంలో మీ ఖాతాను తిరిగి పొందుతారు."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,అనుకూలీకరించు
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,అనుమతించబడిన పత్రాలను వీక్షించండి
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ఇమెయిల్ ఖాతా సెటప్ కాదు. దయచేసి సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి క్రొత్త ఇమెయిల్ ఖాతాను సృష్టించండి
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,చైన్ ఇంటిగ్రిటి
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,దయచేసి ఒక వివరణాత్మక feebdack ఇస్తాయి.
|
||||
|
|
@ -1602,7 +1604,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,మీ సభ్యత్వ నేటి ముగుస్తుంది.
|
||||
DocType: Page,Standard,ప్రామాణిక
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ఫైల్ అటాచ్
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,సెటప్> వాడుకరి
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,పరిమాణం
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,పూర్తి అసైన్మెంట్
|
||||
DocType: Custom DocPerm,User Permission DocTypes,వాడుకరి అనుమతి డాక్యుమెంట్ రకాలు
|
||||
|
|
@ -1667,6 +1668,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,లాగౌట్
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,అధిక స్థాయిల వద్ద అనుమతులు ఫీల్డ్ స్థాయి అనుమతులు ఉన్నాయి. అన్ని ఫీల్డ్స్ వారిపై అనుమతి స్థాయి సెట్ మరియు అనుమతులు రంగంలో వర్తించే నిర్వచిస్తారు నియమాలు ఉన్నాయి. ఈ మీరు దాచిపెట్టడానికి లేదా నిర్దిష్ట రంగంలో చదవడానికి మాత్రమే కొన్ని పాత్రలు చేయాలని సందర్భంలో ఉపయోగకరంగా ఉంది.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","ఇక్కడ స్టాటిక్ url పారామితులు ఎంటర్ (ఉదా. పంపినవారు = ERPNext, యూజర్పేరు = ERPNext, password = 1234 మొదలైనవి)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ఫలితాలు లేవు ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","ఉపయోగపడిందా కాదు, GitHub అంశాలపై మీ సూచనలు జోడించడానికి దయచేసి ఇక్కడ ఈ సూచనలను ఉంటే."
|
||||
DocType: Workflow State,bookmark,బుక్మార్క్
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ఫోల్డర్ పేరు చేర్చకూడదు '/' (స్లాష్)
|
||||
|
|
@ -1859,7 +1861,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,వాడుకరి యజమాని ఉంటే ఈ నియమం వర్తించు
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,మీ లాగిన్ ID గా ఉంటుంది
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి డిఫాల్ట్ ఇమెయిల్ ఖాతా సెటప్ చేయండి
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,నివేదిక బిల్డ్
|
||||
DocType: Note,Notify users with a popup when they log in,వారు లాగిన్ చేసినప్పుడు ఒక పాపప్ వినియోగదారులు తెలియజేయి
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} ఉనికిలో లేదు, విలీనం ఒక కొత్త లక్ష్యంగా ఎంచుకోండి"
|
||||
|
|
@ -2347,7 +2348,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ప
|
|||
DocType: DocType,Setup,సెటప్
|
||||
DocType: Email Account,Initial Sync Count,ప్రారంభ సమకాలీకరణ కౌంట్
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},క్రొత్త వ్యాఖ్య {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,సెటప్> వాడుకరి అనుమతులు మేనేజర్
|
||||
DocType: Workflow State,glass,గాజు
|
||||
DocType: DocType,Timeline Field,కాలక్రమం ఫీల్డ్
|
||||
DocType: Country,Time Zones,సమయ మండలాలు
|
||||
|
|
@ -2474,6 +2474,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable లేకపోతే అప్పగించుము సవరణ సెట్ చెయ్యబడదు
|
||||
DocType: Address,Bihar,బీహార్
|
||||
DocType: Activity Log,Link DocType,లింక్ doctype
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,సెటప్> వాడుకరి అనుమతులు మేనేజర్
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,మీకు ఇంకా ఏ సందేశాలు లేవు.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,అన్ని వినియోగాలను తొలగించు?
|
||||
DocType: Website Slideshow,Slideshow Name,స్లైడ్ పేరు
|
||||
|
|
@ -2686,7 +2687,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP తో లాగి
|
|||
DocType: Web Form,Breadcrumbs,బ్రెడ్
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,యజమాని ఉంటే
|
||||
DocType: Data Migration Mapping,Push,పుష్
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,డిఫాల్ట్ చిరునామా టెంప్లేట్ కనుగొనబడలేదు. దయచేసి సెటప్> ముద్రణ మరియు బ్రాండింగ్> చిరునామా మూస నుండి క్రొత్తదాన్ని సృష్టించండి.
|
||||
DocType: OAuth Authorization Code,Expiration time,గడువు సమయం
|
||||
DocType: Web Page,Website Sidebar,వెబ్సైట్ సైడ్బార్
|
||||
DocType: Web Form,Show Sidebar,సైడ్బార్ చూపు
|
||||
|
|
@ -2723,7 +2723,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,గ్ర
|
|||
DocType: Communication,Notification,నోటిఫికేషన్
|
||||
DocType: DocType,Document,డాక్యుమెంట్
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},ఇప్పటికే ఉపయోగించిన సిరీస్ {0} {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ఇమెయిల్ ఖాతా సెటప్ కాదు. దయచేసి సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి క్రొత్త ఇమెయిల్ ఖాతాను సృష్టించండి
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,సహాయము చెయబడని దస్త్ర ఫార్మేట్
|
||||
DocType: DocField,Code,కోడ్
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",అన్ని సాధ్యం వర్క్ఫ్లో స్టేట్స్ మరియు కార్య ప్రవాహాలను పాత్రలు. Docstatus ఐచ్ఛికాలు: 0 "సేవ్" 1 "సమర్పించిన" మరియు 2 "రద్దయింది" ఉంది
|
||||
|
|
@ -2837,6 +2836,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,డేటా మైగ్
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,చెల్లని లాగిన్ టోకెన్
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,విస్మరించు
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 గంట క్రితం
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,డిఫాల్ట్ చిరునామా టెంప్లేట్ కనుగొనబడలేదు. దయచేసి సెటప్> ముద్రణ మరియు బ్రాండింగ్> చిరునామా మూస నుండి క్రొత్తదాన్ని సృష్టించండి.
|
||||
DocType: Website Settings,Home Page,హోం పేజి
|
||||
DocType: Error Snapshot,Parent Error Snapshot,మాతృ లోపం స్నాప్షాట్
|
||||
DocType: Kanban Board,Filters,వడపోతలు
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,วงกลมลูกศรขึ้น
|
||||
DocType: Email Domain,Email Domain,โดเมนอีเมล์
|
||||
DocType: Workflow State,italic,ตัวเอียง
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ตั้งค่า> ผู้ใช้
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: ไม่สามารถตั้งค่านำเข้าได้โดยไม่ได้ สร้าง
|
||||
DocType: SMS Settings,Enter url parameter for message,ป้อนพารามิเตอร์ URL สำหรับข้อความ
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,ดูรายงานในเบราเซอร์ของคุณ
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},อ้างอิง: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,นาง
|
||||
DocType: File,Attached To Name,ที่แนบมากับชื่อ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ปีที่ผ่านมา
|
||||
DocType: Address,Address Type,ประเภทของที่อยู่
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,ชื่อผู้ใช้งาน ที่ไม่ถูกต้อง หรือ การสนับสนุน ผ่าน กรุณา แก้ไข และลองอีกครั้ง
|
||||
DocType: Email Account,Yahoo Mail,จดหมาย Yahoo
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,โทรโข่ง
|
||||
DocType: Footer Item,Target,เป้า
|
||||
DocType: System Settings,Number of Backups,จำนวนการสำรองข้อมูล
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} ปีที่ผ่านมา
|
||||
DocType: Website Settings,Copyright,ลิขสิทธิ์
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,ไป
|
||||
DocType: OAuth Authorization Code,Invalid,โมฆะ
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,ขั้นตอนย้อนหลั
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,โปรดตั้งค่า คีย์ การเข้าถึง Dropbox ใน การตั้งค่า เว็บไซต์ของคุณ
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,ลบบันทึกนี้จะอนุญาตให้ส่งไปยังที่อยู่อีเมลนี้
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,โปรดตั้งค่าบัญชีอีเมลเริ่มต้นจากตั้งค่า> อีเมล> บัญชีอีเมล
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,เฉพาะข้อมูลที่จำเป็นต้องมีความจำเป็นสำหรับระเบียนใหม่ คุณสามารถลบคอลัมน์ไม่ได้รับคำสั่งหากคุณต้องการ
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ไม่สามารถปรับเหตุการณ์ให้เป็นค่าล่าสุดได้
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ดำเนินการชำระเงิน
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP App
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,หมายเลขเอกสาร
|
||||
DocType: Print Settings,Letter,จดหมาย
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,ข้อมูลภาพจะต้องเป็นชนิดแนบรูปภาพ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ไม่พบผลลัพธ์สำหรับ ' </p>
|
||||
DocType: DocField,Columns,คอลัมน์
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,แชร์กับผู้ใช้ {0} พร้อมสิทธิ์การอ่าน
|
||||
DocType: Async Task,Succeeded,ประสบความสำเร็จ
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,ชื่อเรื่อง
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",ดูเหมือนว่าปัญหาเกี่ยวกับการตั้งค่าเซิร์ฟเวอร์ razorpay ไม่ต้องกังวลในกรณีของความล้มเหลวของจำนวนเงินที่จะได้รับการคืนเงินในบัญชีของคุณ
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,ปรับแต่ง
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,ดูเอกสารที่ได้รับอนุญาต
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ไม่ได้ตั้งค่าบัญชีอีเมล โปรดสร้างบัญชีอีเมลใหม่จากตั้งค่า> อีเมล> บัญชีอีเมล
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,ความถูกต้องของ Chain Integrity
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,โปรดให้รายละเอียด feebdack
|
||||
|
|
@ -1603,7 +1605,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,การสมัครของคุณจะหมดอายุในวันนี้
|
||||
DocType: Page,Standard,มาตรฐาน
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,แนบไฟล์
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,ตั้งค่า> ผู้ใช้
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ขนาด
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ที่ได้รับมอบหมายให้เสร็จสมบูรณ์
|
||||
DocType: Custom DocPerm,User Permission DocTypes,ผู้ใช้สิทธิ์ doctypes
|
||||
|
|
@ -1668,6 +1669,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,ออกจากระบบ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,สิทธิ์ในระดับที่สูงมีสิทธิ์ในระดับเขต ฟิลด์ทั้งหมดมีชุดการระดับสิทธิ์กับพวกเขาและกฎระเบียบที่กำหนดไว้ว่าสิทธิ์นำไปใช้กับข้อมูล นี้จะเป็นประโยชน์ในกรณีที่คุณต้องการที่จะซ่อนหรือทำให้ข้อมูลบางอย่างอ่านอย่างเดียวสำหรับบทบาทบางอย่าง
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)",ป้อนพารามิเตอร์คงที่ URL ที่นี่ (เช่นผู้ส่ง = ERPNext ชื่อผู้ใช้ = ERPNext รหัสผ่าน = 1234 ฯลฯ )
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ไม่พบผลลัพธ์สำหรับ ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",ถ้า คำแนะนำเหล่านี้ ที่ ไม่เป็นประโยชน์ โปรดเพิ่ม ใน คำแนะนำของคุณ เกี่ยวกับ GitHub ปัญหา
|
||||
DocType: Workflow State,bookmark,คั่น
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),ชื่อโฟลเดอร์ไม่ควรมี '/' (เฉือน)
|
||||
|
|
@ -1861,7 +1863,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},ไม่สามารถ {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ใช้กฎนี้ถ้าผู้ใช้เป็นเจ้าของ
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,จะเป็นรหัสการเข้าสู่ระบบของคุณ
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,โปรดตั้งค่าบัญชีอีเมลเริ่มต้นจากตั้งค่า> อีเมล> บัญชีอีเมล
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,สร้าง รายงาน
|
||||
DocType: Note,Notify users with a popup when they log in,แจ้งเตือนเมื่อมีผู้ใช้ที่มีป๊อปอัพเมื่อพวกเขาเข้าสู่ระบบ
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1} ไม่มีอยู่ เลือกเป้าหมายใหม่ในการผสานรวม
|
||||
|
|
@ -2355,7 +2356,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ต
|
|||
DocType: DocType,Setup,การติดตั้ง
|
||||
DocType: Email Account,Initial Sync Count,จำนวนซิงค์เริ่มต้น
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ความคิดเห็นเกี่ยวกับ {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ตั้งค่า> ตัวจัดการสิทธิ์ผู้ใช้
|
||||
DocType: Workflow State,glass,แก้ว
|
||||
DocType: DocType,Timeline Field,ไทม์ไลน์ของสนาม
|
||||
DocType: Country,Time Zones,เขตเวลา
|
||||
|
|
@ -2482,6 +2482,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} : ไม่สามารถตั้งค่ากำหนดการแก้ไข ถ้าไม่ Submittable
|
||||
DocType: Address,Bihar,มคธ
|
||||
DocType: Activity Log,Link DocType,การเชื่อมโยง DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,ตั้งค่า> ตัวจัดการสิทธิ์ผู้ใช้
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,คุณยังไม่มีข้อความเลย
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,ลบ การปรับแต่ง ทั้งหมดหรือไม่
|
||||
DocType: Website Slideshow,Slideshow Name,ชื่อสไลด์โชว์
|
||||
|
|
@ -2695,7 +2696,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,เข้าสู่ร
|
|||
DocType: Web Form,Breadcrumbs,สวดมนต์
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,หากเจ้าของ
|
||||
DocType: Data Migration Mapping,Push,ดัน
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ไม่พบแม่แบบที่อยู่เริ่มต้น โปรดสร้างใหม่จากการตั้งค่า> การพิมพ์และการสร้างแบรนด์> เทมเพลตที่อยู่
|
||||
DocType: OAuth Authorization Code,Expiration time,เวลาหมดอายุ
|
||||
DocType: Web Page,Website Sidebar,แถบด้านข้างเว็บไซต์
|
||||
DocType: Web Form,Show Sidebar,แสดงแถบด้านข้าง
|
||||
|
|
@ -2732,7 +2732,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,กลุ
|
|||
DocType: Communication,Notification,การแจ้งเตือน
|
||||
DocType: DocType,Document,เอกสาร
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},ชุด {0} ใช้แล้ว ใน {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ไม่ได้ตั้งค่าบัญชีอีเมล โปรดสร้างบัญชีอีเมลใหม่จากตั้งค่า> อีเมล> บัญชีอีเมล
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,ไม่สนับสนุนรูปแบบไฟล์
|
||||
DocType: DocField,Code,รหัส
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",เป็นไปได้ทั้งหมดสหรัฐอเมริกาเวิร์กโฟลว์และบทบาทของเวิร์กโฟลว์ ตัวเลือก Docstatus: 0 คือ "บันทึก" 1 "ส่ง" และ 2 "ยกเลิก"
|
||||
|
|
@ -2846,6 +2845,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,การทำแผน
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,เข้าสู่ระบบ Token ไม่ถูกต้อง
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,ทิ้ง
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 ชั่วโมงที่แล้ว
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ไม่พบแม่แบบที่อยู่เริ่มต้น โปรดสร้างใหม่จากการตั้งค่า> การพิมพ์และการสร้างแบรนด์> เทมเพลตที่อยู่
|
||||
DocType: Website Settings,Home Page,หน้าแรก
|
||||
DocType: Error Snapshot,Parent Error Snapshot,ภาพรวมข้อผิดพลาดของผู้ปกครอง
|
||||
DocType: Kanban Board,Filters,ตัวกรอง
|
||||
|
|
|
|||
|
|
|
@ -180,6 +180,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,circle-arrow-up
|
||||
DocType: Email Domain,Email Domain,E-posta domain
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Kurulum> Kullanıcı
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: oluşturulmadan içeri atanamaz
|
||||
DocType: SMS Settings,Enter url parameter for message,Mesaj için url parametresi girin
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Raporu tarayıcınızda görüntüleyin
|
||||
|
|
@ -980,6 +981,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referans: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Bayan
|
||||
DocType: File,Attached To Name,Adı için Eklenmiş
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} yıl önce
|
||||
DocType: Address,Address Type,Adres Tipi
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Geçersiz Kullanıcı Adı veya Şifre Destek. Lütfen Düzeltin ve tekrar deneyin.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo E-Posta
|
||||
|
|
@ -1160,7 +1162,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,Megafonu
|
||||
DocType: Footer Item,Target,Hedef
|
||||
DocType: System Settings,Number of Backups,Yedeklemeler sayısı
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} yıl önce
|
||||
DocType: Website Settings,Copyright,Telif hakkı
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Gitmek
|
||||
DocType: OAuth Authorization Code,Invalid,Geçersiz
|
||||
|
|
@ -1489,6 +1490,7 @@ DocType: Workflow State,step-backward,step-backward
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{App_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Lütfen site yapılandırmanızda Dropbox erişim anahtarı ayarlayınız
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Bu e-posta adresine gönderilmesine izin Bu kayıt silinsin
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Lütfen Kurulum> E-posta> E-posta Hesabı'ndan varsayılan E-posta Hesabı'nı ayarlayın
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Sadece zorunlu alanlar yeni kayıtlar için gereklidir. İsterseniz zorunlu olmayan sütunları silebilirsiniz.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Etkinlik güncellenemedi
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Ödeme Tamamlandı
|
||||
|
|
@ -1585,7 +1587,6 @@ DocType: System Settings,OTP App,OTP Uygulaması
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Döküman ID
|
||||
DocType: Print Settings,Letter,Mektup
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,"Resim Alanı ""Resim Ekle"" cinsinden bir alan olmalıdır"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'Için sonuç bulunamadı </p>
|
||||
DocType: DocField,Columns,Sütunlar
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,{0} kullanıcısı ile okuma erişimi ile paylaşıldı
|
||||
DocType: Async Task,Succeeded,Başarılı
|
||||
|
|
@ -1628,6 +1629,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Özelleştirme
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Özelleştirme
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,İzin Verilen Belgeleri Görüntüle
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posta Hesabı ayarlanmamış. Lütfen Kurulum> E-posta> E-posta Hesabı'ndan yeni bir E-posta Hesabı oluşturun.
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Zincir bütünlüğü
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,detaylı feebdack verin.
|
||||
|
|
@ -1683,7 +1685,6 @@ apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Aboneliği
|
|||
DocType: Page,Standard,Standart
|
||||
DocType: Page,Standard,Standart
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Dosya Eki
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Kurulum> Kullanıcı
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Boyut
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Komple Atama
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Belge Türüne Göre Kullanıcı İzni
|
||||
|
|
@ -1753,6 +1754,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Çıkış
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Yüksek seviyelerde izinler Saha Seviye izinleri vardır. Tüm Alanlar onlara karşı bir İzin Düzeyi seti ve izinleri alan için geçerli olduğunu tanımlanmış kurallar var. Bu gizlemek veya belirli alan salt okunur belirli roller için yapmak istemeniz durumunda yararlıdır.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Buraya statik url parametreleri girin (Örn. gönderen = ERPNext, kullanıcı adı = ERPNext, Şifre = 1234 vb)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'Için sonuç bulunamadı </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Bu talimatlar burada yararlı değilse, GitHub konular üzerinde önerileri lütfen ekleyin."
|
||||
DocType: Workflow State,bookmark,Yerimi
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Klasör adı '/' (eğik çizgi) içermemelidir.
|
||||
|
|
@ -1954,7 +1956,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} olamaz
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Kullanıcı Sahibi ise bu kuralı uygula
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Oturum açma kimliğiniz olacak
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Lütfen Kurulum> E-posta> E-posta Hesabı'ndan varsayılan E-posta Hesabı'nı ayarlayın
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Rapor oluşturmak
|
||||
DocType: Note,Notify users with a popup when they log in,oturum açtıklarında bir pop-up ile kullanıcılara bildir
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} yok, birleştirmek için yeni bir hedef seçin"
|
||||
|
|
@ -2470,7 +2471,6 @@ DocType: DocType,Setup,Kurulum
|
|||
DocType: DocType,Setup,Kurulum
|
||||
DocType: Email Account,Initial Sync Count,İlk Eşitleme Sayısı
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Yeni Yorum {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Kurulum> Kullanıcı İzinleri Yöneticisi
|
||||
DocType: Workflow State,glass,cam
|
||||
DocType: DocType,Timeline Field,Zaman Çizelgesi Alan
|
||||
DocType: Country,Time Zones,Saat Dilimleri
|
||||
|
|
@ -2602,6 +2602,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Ata Amend ayarlanamaz Submittable değilse
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,bağlantı DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Kurulum> Kullanıcı İzinleri Yöneticisi
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Henüz hiç mesajın yok.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Tüm özelleştirmeleri kaldırmak?
|
||||
DocType: Website Slideshow,Slideshow Name,Slayt İsmi
|
||||
|
|
@ -2826,7 +2827,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP ile giriş
|
|||
DocType: Web Form,Breadcrumbs,Kırıntıları
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Sahibi ise
|
||||
DocType: Data Migration Mapping,Push,it
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Varsayılan Adres Şablonu bulunamadı. Lütfen Kurulum> Yazdırma ve Markalama> Adres Şablonu'ndan yeni bir tane oluşturun.
|
||||
DocType: OAuth Authorization Code,Expiration time,Sona erme zamanı
|
||||
DocType: Web Page,Website Sidebar,Web sitesi Kenar Çubuğu
|
||||
DocType: Web Form,Show Sidebar,göster Kenar Çubuğu
|
||||
|
|
@ -2865,7 +2865,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Grup Düğ
|
|||
DocType: Communication,Notification,tebliğ
|
||||
DocType: DocType,Document,Belge
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Seriler {0} {1} de zaten kullanılmıştır
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posta Hesabı ayarlanmamış. Lütfen Kurulum> E-posta> E-posta Hesabı'ndan yeni bir E-posta Hesabı oluşturun.
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Desteklenmeyen Dosya Biçimi
|
||||
DocType: DocField,Code,Kod
|
||||
DocType: DocField,Code,Kod
|
||||
|
|
@ -2981,6 +2980,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Veri Taşıma Eşleme
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Geçersiz Girişi Jetonu
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,ıskarta
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 saat önce
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Varsayılan Adres Şablonu bulunamadı. Lütfen Kurulum> Yazdırma ve Markalama> Adres Şablonu'ndan yeni bir tane oluşturun.
|
||||
DocType: Website Settings,Home Page,Ana Sayfa
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Veli Hata Anlık
|
||||
DocType: Kanban Board,Filters,Filtreler
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,Круг-стрілка вгору
|
||||
DocType: Email Domain,Email Domain,домен Email
|
||||
DocType: Workflow State,italic,курсив
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Налаштування> Користувач
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Неможливо встановити Імпорт без Створення
|
||||
DocType: SMS Settings,Enter url parameter for message,Введіть URL параметр для повідомлення
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Перегляньте звіт у своєму веб-переглядачі
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Посилання: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,пані
|
||||
DocType: File,Attached To Name,Долучено до імені
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} рік тому
|
||||
DocType: Address,Address Type,Тип адреси
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Невірний ім'я користувача або пароль Підтримка. Ласка, виправити і спробувати ще раз."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1105,7 +1107,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,мегафон
|
||||
DocType: Footer Item,Target,Мета
|
||||
DocType: System Settings,Number of Backups,Кількість резервних копій
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} рік тому
|
||||
DocType: Website Settings,Copyright,Авторське право
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Вперед
|
||||
DocType: OAuth Authorization Code,Invalid,недійсний
|
||||
|
|
@ -1417,6 +1418,7 @@ DocType: Workflow State,step-backward,крок назад
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{} App_title
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Будь ласка, встановіть ключі доступу Dropbox у конфігурації вашого сайту"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Видалити цей запис, щоб дозволити відправляти на цей e-mail"
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Будь-ласка, налаштуйте обліковий запис електронної пошти за умовчанням з Налаштування> Електронна пошта> Електронна пошта"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Лише обов'язкові поля, необхідні для нових записів. Ви можете видалити необов'язкові стовпці, якщо хочете."
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Не вдалося оновити подія
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,оплата Повна
|
||||
|
|
@ -1511,7 +1513,6 @@ DocType: System Settings,OTP App,OTP-додаток
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ідентифікатор документа
|
||||
DocType: Print Settings,Letter,Лист
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Поле Зображення повинно бути типу Приєднати зображення
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Не знайдено результатів для ' </p>
|
||||
DocType: DocField,Columns,колони
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Доступний користувачеві {0} з доступом до читання
|
||||
DocType: Async Task,Succeeded,Завершено успішно
|
||||
|
|
@ -1551,6 +1552,7 @@ DocType: Error Log,Title,Назва
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Здається, питання з razorpay конфігурації сервера. Не хвилюйтеся, у разі відмови суми буде отримати повернення на ваш рахунок."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Налаштувати
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Переглянути дозволені документи
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Електронна пошта не налаштована. Створіть нову обліковий запис електронної пошти з Setup> Email> Email Account
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Цілісність ланцюга
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Будь ласка, дайте детальну feebdack."
|
||||
|
|
@ -1602,7 +1604,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Ваша підписка закінчується сьогодні.
|
||||
DocType: Page,Standard,Стандарт
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Долучити файл
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Налаштування> Користувач
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Розмір
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Призначення Повний
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Дозвіл DOCTYPES
|
||||
|
|
@ -1667,6 +1668,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Вийти
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Дозволи на більш високих рівнях це дозволу поле рівні. Всі поля мають набір Введено рівень проти них і правила, визначені в тому, що дозволи застосовуються до поля. Це корисно у випадку, якщо ви хочете, щоб приховати або зробити якесь поле тільки для читання певних ролей."
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Введіть тут статичні параметри URL (Як-от, sender=ERPNext, username=ERPNext, password=1234 тощо)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Не знайдено результатів для ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Якщо ці інструкції вам не допомогли, додайте, будь ласка, ваші пропозиції у розділ Issues репозиторію на GitHub"
|
||||
DocType: Workflow State,bookmark,закладка
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Ім'я папки не повинно містити «/» (слеш)
|
||||
|
|
@ -1860,7 +1862,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Не можу {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Застосувати це правило, якщо Користувач є власником"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Буде вашим логін ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Будь-ласка, налаштуйте обліковий запис електронної пошти за умовчанням з Налаштування> Електронна пошта> Електронна пошта"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Побудувати звіт
|
||||
DocType: Note,Notify users with a popup when they log in,"Повідомте користувачам спливаючого вікна, коли вони увійти"
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} не існує, виберіть нову ціль для об’єднання"
|
||||
|
|
@ -2356,7 +2357,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,В
|
|||
DocType: DocType,Setup,Встановлення
|
||||
DocType: Email Account,Initial Sync Count,Первісна синхронізація Count
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Новий коментар {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Налаштування> Диспетчер дозволів користувачів
|
||||
DocType: Workflow State,glass,скло
|
||||
DocType: DocType,Timeline Field,терміни поле
|
||||
DocType: Country,Time Zones,Часові зони
|
||||
|
|
@ -2483,6 +2483,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Неможливо встановити Призначити Відновити, якщо не підлягає проведенню"
|
||||
DocType: Address,Bihar,Біхар
|
||||
DocType: Activity Log,Link DocType,посилання DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Налаштування> Диспетчер дозволів користувачів
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,У вас ще немає повідомлень.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Видалити всі налаштування?
|
||||
DocType: Website Slideshow,Slideshow Name,Ім'я Слайд-шоу
|
||||
|
|
@ -2695,7 +2696,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Вхід з LDAP
|
|||
DocType: Web Form,Breadcrumbs,Навігаційний ланцюжок
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Якщо Власник
|
||||
DocType: Data Migration Mapping,Push,Натисніть
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Шаблон адреси замовчуванням не знайдено. Будь-ласка, створіть новий з Налаштування> Друк та брендінг> Шаблон адреси."
|
||||
DocType: OAuth Authorization Code,Expiration time,час закінчення
|
||||
DocType: Web Page,Website Sidebar,Бічна панель Веб-сайт
|
||||
DocType: Web Form,Show Sidebar,Показати бічну панель
|
||||
|
|
@ -2732,7 +2732,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Вузол
|
|||
DocType: Communication,Notification,повідомлення
|
||||
DocType: DocType,Document,Документ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Серії {0} вже використовується в {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Електронна пошта не налаштована. Створіть нову обліковий запис електронної пошти з Setup> Email> Email Account
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Непідтримуваний формат файлу
|
||||
DocType: DocField,Code,Код
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Всі можливі стани і ролі в робочому процесі. Варіанти станів документу: 0 ""Збережені"", 1 ""Проведені"" і 2 ""Скасовані"""
|
||||
|
|
@ -2847,6 +2846,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Картографія м
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Невірний Логін маркера
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Відхилити
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 годину тому
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Шаблон адреси замовчуванням не знайдено. Будь-ласка, створіть новий з Налаштування> Друк та брендінг> Шаблон адреси."
|
||||
DocType: Website Settings,Home Page,Головна сторінка
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Батько Знімок Помилка
|
||||
DocType: Kanban Board,Filters,Фільтри
|
||||
|
|
|
|||
|
|
|
@ -169,6 +169,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,دائرہ تیر اپ
|
||||
DocType: Email Domain,Email Domain,ای میل ڈومین
|
||||
DocType: Workflow State,italic,ترچھے
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,سیٹ اپ> صارف
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: بنائیں بغیر درآمد مقرر نہیں کر سکتے ہیں
|
||||
DocType: SMS Settings,Enter url parameter for message,پیغام کے لئے یو آر ایل پیرامیٹر درج
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,اپنے براؤزر میں رپورٹ دیکھیں
|
||||
|
|
@ -933,6 +934,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},حوالہ: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,مسز
|
||||
DocType: File,Attached To Name,نام کے ساتھ منسلک
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} سال پہلے (ے) پہلے
|
||||
DocType: Address,Address Type,ایڈریس کی قسم
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,غلط صارف کا نام یا پاس ورڈ کی حمایت. کو بہتر بنانے اور دوبارہ کوشش کریں.
|
||||
DocType: Email Account,Yahoo Mail,یا ہو میل
|
||||
|
|
@ -1103,7 +1105,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,ہدف
|
||||
DocType: System Settings,Number of Backups,بیک اپ کی تعداد
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} سال پہلے (ے) پہلے
|
||||
DocType: Website Settings,Copyright,کاپی رائٹ
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,جاؤ
|
||||
DocType: OAuth Authorization Code,Invalid,غلط
|
||||
|
|
@ -1415,6 +1416,7 @@ DocType: Workflow State,step-backward,قدم پیچھے
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,آپ کی ویب سائٹ تشکیل میں ڈراپ باکس رسائی کی چابیاں مقرر کریں
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,اس ای میل ایڈریس پر بھیجنے کی اجازت دینے کے لیے اس ریکارڈ کو حذف کریں
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,برائے مہربانی سیٹ اپ اپ ای میل> ای میل اکاؤنٹ سے ڈیفالٹ ای میل اکاؤنٹ بنائیں
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,صرف لازمی شعبوں نئے ریکارڈ کے لئے ضروری ہیں. اگر تم چاہو تو غیر لازمی کالم حذف کر سکتے ہیں.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,ایونٹ کو اپ ڈیٹ کرنے سے قاصر
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ادائیگی مکمل
|
||||
|
|
@ -1509,7 +1511,6 @@ DocType: System Settings,OTP App,اے ٹی پی اے اے پی پی
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,دستاویز ID
|
||||
DocType: Print Settings,Letter,خط
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,تصویری میدان کی قسم کا ہونا چاہیے تصویر منسلک
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> کے لئے کوئی نتیجہ نہیں ملا. </p>"
|
||||
DocType: DocField,Columns,کالم
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,استعمال کنندہ کے ساتھ صارف {0} سے اشتراک کیا
|
||||
DocType: Async Task,Succeeded,کامیاب
|
||||
|
|
@ -1549,6 +1550,7 @@ DocType: Error Log,Title,عنوان
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",سرور کی razorpay تشکیل ساتھ مسئلہ لگتا ہے. ناکامی کی رقم کی صورت میں، فکر نہ کریں آپ کے اکاؤنٹ میں رقم واپس مل جائے گا.
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,مرضی کے مطابق بنائیں
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,اجازت دی دستاویزات دیکھیں
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ای میل اکاؤنٹ سیٹ اپ نہیں براہ کرم سیٹ اپ> ای میل> ای میل اکاؤنٹ سے ایک نیا ای میل اکاؤنٹ بنائیں
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,چین کی صداقت
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,ایک تفصیلی feebdack دے دو.
|
||||
|
|
@ -1600,7 +1602,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,آپ کی رکنیت کو آج ختم ہوجائے گا.
|
||||
DocType: Page,Standard,سٹینڈرڈ
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,فائل منسلک
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,سیٹ اپ> صارف
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,سائز
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,مکمل تفویض
|
||||
DocType: Custom DocPerm,User Permission DocTypes,صارف کی اجازت DocTypes
|
||||
|
|
@ -1665,6 +1666,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,لاگ آوٹ
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,اعلی سطح پر اجازت فیلڈ کی سطح کی اجازت ہے. تمام قطعات ان کے خلاف کی اجازت کی سطح مقرر اور اجازتوں میدان میں لاگو ہوتے ہیں کہ میں بیان کیا قوانین ہیں. یہ آپ کو چھپانے یا مخصوص میدان پڑھنے صرف مخصوص کردار کے لئے بنانے کے لئے چاہتے ہیں کے معاملے میں مفید ہے.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)",یہاں جامد یو آر ایل پیرامیٹرز درج کریں (مثال کے طور پر. مرسل = ERPNext، اسم = ERPNext، پاس ورڈ = 1234 وغیرہ)
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> کے لئے کوئی نتیجہ نہیں ملا. </p>"
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",مددگار نہیں، GitHub کے مسائل پر آپ کی تجاویز میں شامل کریں جہاں ان ہدایات پر تو.
|
||||
DocType: Workflow State,bookmark,بک مارک
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),فولڈر کا نام شامل نہیں کرنا چاہئے '/' (سلیش)
|
||||
|
|
@ -1857,7 +1859,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1} نہیں
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,صارف مالک ہے تو اس اصول کا اطلاق
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,اپنے لاگ ان ID ہو جائے گا
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,برائے مہربانی سیٹ اپ اپ ای میل> ای میل اکاؤنٹ سے ڈیفالٹ ای میل اکاؤنٹ بنائیں
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,رپورٹ تشکیل دیں
|
||||
DocType: Note,Notify users with a popup when they log in,وہ میں لاگ ان کریں جب ایک پاپ اپ کے ساتھ صارفین کو مطلع کریں
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1} موجود نہیں ہے، ضم کرنے کے لئے ایک نیا ہدف کا انتخاب
|
||||
|
|
@ -2350,7 +2351,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ت
|
|||
DocType: DocType,Setup,سیٹ اپ
|
||||
DocType: Email Account,Initial Sync Count,ابتدائی مطابقت پذیری شمار
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},نئی تبصرہ {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,سیٹ اپ> صارف کی اجازت مینیجر
|
||||
DocType: Workflow State,glass,گلاس
|
||||
DocType: DocType,Timeline Field,ٹائم لائن کا میدان
|
||||
DocType: Country,Time Zones,ٹائم زون
|
||||
|
|
@ -2476,6 +2476,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable نہیں تو مقرر ترمیم مقرر نہیں کر سکتے ہیں
|
||||
DocType: Address,Bihar,بہار
|
||||
DocType: Activity Log,Link DocType,لنک DOCTYPE
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,سیٹ اپ> صارف کی اجازت مینیجر
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,آپ ابھی تک کوئی پیغام نہیں ہے.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,تمام اصلاح چاہتے ہیں؟
|
||||
DocType: Website Slideshow,Slideshow Name,سلائیڈ شو نام
|
||||
|
|
@ -2688,7 +2689,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP ساتھ لاگ ان
|
|||
DocType: Web Form,Breadcrumbs,breadcrumbs کے
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,مالک تو
|
||||
DocType: Data Migration Mapping,Push,پش
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,کوئی ڈیفالٹ پتہ نہیں مل سکا. براہ مہربانی سیٹ اپ> پرنٹ اور برانڈنگ> ایڈریس سانچہ سے ایک نیا بنائیں.
|
||||
DocType: OAuth Authorization Code,Expiration time,ختم ہونے کا وقت
|
||||
DocType: Web Page,Website Sidebar,ویب سائٹ سائڈبار
|
||||
DocType: Web Form,Show Sidebar,سائڈبار دکھائیں
|
||||
|
|
@ -2725,7 +2725,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,گروپ
|
|||
DocType: Communication,Notification,بارے میں اہم اطلاع
|
||||
DocType: DocType,Document,دستاویز
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},پہلے ہی میں استعمال کیا جاتا سیریز {0} {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ای میل اکاؤنٹ سیٹ اپ نہیں براہ کرم سیٹ اپ> ای میل> ای میل اکاؤنٹ سے ایک نیا ای میل اکاؤنٹ بنائیں
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,غیر معاون فائل کی شکل
|
||||
DocType: DocField,Code,کوڈ
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",تمام ممکنہ کام کے فلو کو امریکہ اور کام کے فلو کو کے کردار. Docstatus اختیارات: 0 "محفوظ"، 1 "پیش" ہے اور 2 "منسوخ کر دیا گیا ہے"
|
||||
|
|
@ -2840,6 +2839,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,ڈیٹا منتقلی ن
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,غلط لاگ ان ٹوکن
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,رکھو
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 گھنٹہ پہلے
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,کوئی ڈیفالٹ پتہ نہیں مل سکا. براہ مہربانی سیٹ اپ> پرنٹ اور برانڈنگ> ایڈریس سانچہ سے ایک نیا بنائیں.
|
||||
DocType: Website Settings,Home Page,ہوم پیج
|
||||
DocType: Error Snapshot,Parent Error Snapshot,والدین خرابی سنیپشاٹ
|
||||
DocType: Kanban Board,Filters,فلٹرز
|
||||
|
|
|
|||
|
|
|
@ -168,6 +168,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,aylana-o'q-up
|
||||
DocType: Email Domain,Email Domain,E-pochta domeni
|
||||
DocType: Workflow State,italic,kursiv
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Sozlash> Foydalanuvchi-ni tanlang
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0}: Yaratishsiz Importni o'rnatib bo'lmadi
|
||||
DocType: SMS Settings,Enter url parameter for message,Xabar uchun url parametrini kiriting
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Hisobotni brauzeringizda ko'rish
|
||||
|
|
@ -916,6 +917,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Malumot: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Honim
|
||||
DocType: File,Attached To Name,Ismga biriktirilgan
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} yil oldin
|
||||
DocType: Address,Address Type,Manzil turi
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Foydalanuvchi nomi yoki qo'llab-quvvatlash paroli noto'g'ri. Iltimos, tuzatish va qayta urinib ko'ring."
|
||||
DocType: Email Account,Yahoo Mail,Yahoo pochtasi
|
||||
|
|
@ -1085,7 +1087,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,bullhorn
|
||||
DocType: Footer Item,Target,Maqsad
|
||||
DocType: System Settings,Number of Backups,Zaxiralashlar soni
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} yil oldin
|
||||
DocType: Website Settings,Copyright,Mualliflik huquqi
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Boring
|
||||
DocType: OAuth Authorization Code,Invalid,Noto'g'ri
|
||||
|
|
@ -1394,6 +1395,7 @@ DocType: Workflow State,step-backward,qadam orqaga
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,"Iltimos, saytingiz konfiguratsiyasidagi Dropbox kirish kalitlarini o'rnating"
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Ushbu e-pochta manziliga yuborishga ruxsat berish uchun ushbu yozuvni o'chirib tashlang
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Iltimos, Sozlamalar> Elektron pochta> Elektron pochta hisob qaydnomasi-ni tanlang"
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Yangi yozuvlar uchun majburiy joylar kerak. Siz xohlamagan ustunlarni o'chirishingiz mumkin.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Voqeani yangilab bo'lmadi
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,To'lov tugadi
|
||||
|
|
@ -1487,7 +1489,6 @@ DocType: System Settings,OTP App,OTP ilovasi
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Document ID
|
||||
DocType: Print Settings,Letter,Maktub
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,Rasm maydoni turi bo'lishi kerak
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> "Natijalar topilmadi" </p>
|
||||
DocType: DocField,Columns,Ustunlar
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Foydalanuvchi bilan {0} foydalanuvchi bilan ulashilgan
|
||||
DocType: Async Task,Succeeded,Muvaffaqiyatli bo'ldi
|
||||
|
|
@ -1527,6 +1528,7 @@ DocType: Error Log,Title,Sarlavha
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Serverning razorpay konfiguratsiyasi bilan o'xshab qoladi. Xavotir olmang, chunki qobiliyatsiz to'lov miqdori hisobingizga qaytariladi."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Moslashtiring
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Ruxsat etilgan hujjatlarni ko'rish
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Email qaydnomasi sozlanmagan. Iltimos, Sozlamalar> Elektron pochta> Elektron pochta qayd yozuvidan yangi elektron pochta qayd yozuvini yarating"
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Zanjirning yaxlitligi
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,"Iltimos, batafsil ma'lumot bering."
|
||||
|
|
@ -1578,7 +1580,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,Sizning obunangiz bugun tugaydi.
|
||||
DocType: Page,Standard,Standart
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Faylni biriktiring
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Sozlash> Foydalanuvchi-ni tanlang
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Hajmi
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Topshirish tugadi
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Foydalanuvchi uchun ruxsatnoma DocTypes
|
||||
|
|
@ -1641,6 +1642,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Chiqish
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Yuqori darajadagi ruxsatlar maydon darajasidagi ruxsatnomalardir. Barcha maydonlar ularga qarshi ruxsat darajasiga ega va ushbu ruxsatnomada belgilangan qoidalar bu sohada qo'llaniladi. Bu sizning aniq rolni bajarish uchun faqat ma'lum maydonni o'qish uchun yashirishni xohlasangiz foydali bo'ladi.
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Statik url parametrlarini bu erga kiriting (masalan, jo'natuvchi = ERPNext, username = ERPNext, parol = 1234 va hokazo)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> "Natijalar topilmadi" </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ushbu ko'rsatmalar foydali bo'lmasa, iltimos, GitHub muammolari bo'yicha takliflaringizni qo'shing."
|
||||
DocType: Workflow State,bookmark,manzil belgisi
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Papka nomi "/" (slash)
|
||||
|
|
@ -1830,7 +1832,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Agar foydalanuvchi foydalanuvchi bo'lsa, ushbu qoidani qo'llang"
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Kirish identifikatoringiz bo'ladi
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,"Iltimos, Sozlamalar> Elektron pochta> Elektron pochta hisob qaydnomasi-ni tanlang"
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Hisobotni tuzing
|
||||
DocType: Note,Notify users with a popup when they log in,Foydalanuvchilarga kirishda popup bilan xabar bering
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} yo'q, birlashtirish uchun yangi maqsadni tanlang"
|
||||
|
|
@ -2314,7 +2315,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ham
|
|||
DocType: DocType,Setup,Sozlash
|
||||
DocType: Email Account,Initial Sync Count,Dastlabki sinxronlashlar soni
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1} bo'yicha yangi izoh.
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Sozlash> Foydalanuvchi uchun ruxsatlar menejeri
|
||||
DocType: Workflow State,glass,shisha
|
||||
DocType: DocType,Timeline Field,Xronologiya maydoni
|
||||
DocType: Country,Time Zones,Vaqt mintaqalari
|
||||
|
|
@ -2440,6 +2440,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Mavjud emas, agar Assign Assign ni o'rnatib bo'lmadi"
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,DocType bilan bog'laning
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Sozlash> Foydalanuvchi uchun ruxsatlar menejeri
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Sizda hech qanday xabar yo'q.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Barcha sozlamalar o'chirib tashlansinmi?
|
||||
DocType: Website Slideshow,Slideshow Name,Slaydshou nomi
|
||||
|
|
@ -2652,7 +2653,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,LDAP bilan kiring
|
|||
DocType: Web Form,Breadcrumbs,Breadcrumbs
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Agar egasi bo'lsa
|
||||
DocType: Data Migration Mapping,Push,Durang
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Standart manzil shabloni topilmadi. Iltimos, Sozlamalar> Bosib va Brendlash> Unvon shablonidan yangi oyna yarating."
|
||||
DocType: OAuth Authorization Code,Expiration time,O'tkazish vaqti
|
||||
DocType: Web Page,Website Sidebar,Veb-sayt shkafi
|
||||
DocType: Web Form,Show Sidebar,Yon paneli ko'rsatilsin
|
||||
|
|
@ -2689,7 +2689,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Guruh tugu
|
|||
DocType: Communication,Notification,Bildirishnoma
|
||||
DocType: DocType,Document,Hujjat
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},{0} qatori {1} da allaqachon ishlatilgan
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Email qaydnomasi sozlanmagan. Iltimos, Sozlamalar> Elektron pochta> Elektron pochta qayd yozuvidan yangi elektron pochta qayd yozuvini yarating"
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Fayl formati qo'llab-quvvatlanmaydi
|
||||
DocType: DocField,Code,Kod
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Ish yuritishning barcha mumkin bo'lgan davlatlari va biznes rivoji. Docstatus imkoniyatlari: 0 "saqlangan", 1 "topshirilgan" va 2 "bekor qilindi""
|
||||
|
|
@ -2800,6 +2799,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Ma'lumotlarni ko'
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Noto'g'ri kirish tokeni
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Bekor qiling
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 soat oldin
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Standart manzil shabloni topilmadi. Iltimos, Sozlamalar> Bosib va Brendlash> Unvon shablonidan yangi oyna yarating."
|
||||
DocType: Website Settings,Home Page,Bosh sahifa
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Ota-ona xatosi
|
||||
DocType: Kanban Board,Filters,Filtrlar
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,vòng tròn mũi tên lên
|
||||
DocType: Email Domain,Email Domain,Tên miền email
|
||||
DocType: Workflow State,italic,nghiêng
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Thiết lập> Người dùng
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,"{0}: Không thể thiết lập ""nhập vào"" mà không chọn ""Khởi Tạo"""
|
||||
DocType: SMS Settings,Enter url parameter for message,Nhập tham số url cho tin nhắn
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,Xem báo cáo trong trình duyệt của bạn
|
||||
|
|
@ -931,6 +932,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Tham khảo: {0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,Cô
|
||||
DocType: File,Attached To Name,Để gắn Tên
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} năm trước
|
||||
DocType: Address,Address Type,Địa chỉ Loại
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,Tên tài khoản không hợp lệ hoặc Hỗ trợ mật khẩu. Xin khắc phục và thử lại.
|
||||
DocType: Email Account,Yahoo Mail,Yahoo Mail
|
||||
|
|
@ -1103,7 +1105,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,loa pin
|
||||
DocType: Footer Item,Target,Mục tiêu
|
||||
DocType: System Settings,Number of Backups,Số sao lưu
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0} năm trước
|
||||
DocType: Website Settings,Copyright,Bản quyền
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Đi
|
||||
DocType: OAuth Authorization Code,Invalid,không hợp lệ
|
||||
|
|
@ -1415,6 +1416,7 @@ DocType: Workflow State,step-backward,bước lùi
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{app_title}
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,Xin vui lòng thiết lập các phím truy cập Dropbox trong cấu hình trang web của bạn
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Xóa hồ sơ này để cho phép gửi đến địa chỉ email này
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Hãy thiết lập Tài khoản Email mặc định từ Thiết lập> Email> Tài khoản Email
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Chỉ các trường bắt buộc là cần thiết để làm hồ sơ mới. Bạn có thể xóa các cột không bắt buộc nếu bạn muốn.
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,Không thể cập nhật sự kiện
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Thanh Toán Hoàn tất
|
||||
|
|
@ -1509,7 +1511,6 @@ DocType: System Settings,OTP App,Ứng dụng OTP
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,tài liệu ID
|
||||
DocType: Print Settings,Letter,Chữ
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,trường hình ảnh phải được loại Đính kèm hình ảnh
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Không tìm thấy kết quả nào cho ' </p>
|
||||
DocType: DocField,Columns,Cột
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,Đã chia sẻ với người dùng {0} với quyền truy cập đã đọc
|
||||
DocType: Async Task,Succeeded,Thành công
|
||||
|
|
@ -1549,6 +1550,7 @@ DocType: Error Log,Title,Tiêu đề
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.","Dường như có vấn đề với cấu hình razorpay của máy chủ. Đừng lo lắng, trong trường hợp thiếu hụt, số tiền sẽ được hoàn trả vào tài khoản của bạn."
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Tuỳ chỉnh
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,Xem tài liệu được cho phép
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Tài khoản Email chưa được thiết lập. Hãy tạo Tài khoản Email mới từ Thiết lập> Email> Tài khoản Email
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,Tính toàn vẹn chuỗi
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,Xin vui lòng cho một feebdack chi tiết.
|
||||
|
|
@ -1601,7 +1603,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,đăng ký của bạn sẽ hết hạn ngày hôm nay.
|
||||
DocType: Page,Standard,Tiêu chuẩn
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Tập tin đính kèm
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Thiết lập> Người dùng
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Kích thước
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Assignment Complete
|
||||
DocType: Custom DocPerm,User Permission DocTypes,Quyền hạn người dùng cho các kiểu văn bản
|
||||
|
|
@ -1666,6 +1667,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,Đăng xuất
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,"Quyền hạn ở các cấp độ cao hơn chính là các quyền hạn cho cấp độ các trường, Tất cả các trường đều có cấp độ quyền hạn được thiết lập và các quy tắc được xác định với các quyền hạn đó để áp dụng cho trường. Điều này rất hữu dụng trong trường hợp bạn muốn ẩn hoặc tạo một trường chắc chắn chỉ đọc cho những quy tắc rõ ràng"
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Nhập các thông số url tĩnh ở đây (Ví dụ người gửi = ERPNext, tên người dùng = ERPNext, mật khẩu = 1234, vv)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Không tìm thấy kết quả nào cho ' </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Nếu những chỉ dẫn không hữu ích, hãy thêm vào đề xuất của bạn về các vấn đề GitHub."
|
||||
DocType: Workflow State,bookmark,thẻ đánh dấu
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),Tên thư mục không nên bao gồm '/' (đoạn cắt)
|
||||
|
|
@ -1859,7 +1861,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},Không thể {0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Áp dụng quy tắc này nếu người dùng là chủ sở hữu
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,Sẽ là ID đăng nhập của bạn
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,Hãy thiết lập Tài khoản Email mặc định từ Thiết lập> Email> Tài khoản Email
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,Báo cáo xây dựng
|
||||
DocType: Note,Notify users with a popup when they log in,Thông báo cho người sử dụng với một popup khi họ đăng nhập
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge","{0} {1} không tồn tại, hãy chọn một mục tiêu mới để hợp nhất"
|
||||
|
|
@ -2354,7 +2355,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Tr
|
|||
DocType: DocType,Setup,Cài đặt
|
||||
DocType: Email Account,Initial Sync Count,Tính toán đồng bộ ban đầu
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Comment mới trên {0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Thiết lập> Quản lý Quyền Người dùng
|
||||
DocType: Workflow State,glass,ly
|
||||
DocType: DocType,Timeline Field,trường của dòng thời gian
|
||||
DocType: Country,Time Zones,Các múi giờ
|
||||
|
|
@ -2481,6 +2481,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,"{0}: Không thể thiết lập ""Sửa chỉ định"" nếu không thể duyệt"
|
||||
DocType: Address,Bihar,Bihar
|
||||
DocType: Activity Log,Link DocType,liên kết kiểu văn bản
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Thiết lập> Quản lý Quyền Người dùng
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,Bạn chưa có thư nào.
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Loại bỏ tất cả các tùy chỉnh?
|
||||
DocType: Website Slideshow,Slideshow Name,Tên slideshow
|
||||
|
|
@ -2694,7 +2695,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,Đăng nhập với LDAP
|
|||
DocType: Web Form,Breadcrumbs,Đường dẫn
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,Nếu chủ
|
||||
DocType: Data Migration Mapping,Push,Đẩy
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Không tìm thấy Mẫu địa chỉ mặc định. Vui lòng tạo một hình mới từ Setup> Printing and Branding> Address Template.
|
||||
DocType: OAuth Authorization Code,Expiration time,thời gian hết hạn
|
||||
DocType: Web Page,Website Sidebar,Thanh bên của trang web
|
||||
DocType: Web Form,Show Sidebar,Hiện Sidebar
|
||||
|
|
@ -2731,7 +2731,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,Nhóm Node
|
|||
DocType: Communication,Notification,thông báo
|
||||
DocType: DocType,Document,Tài liệu
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},Loạt {0} đã được sử dụng trong {1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Tài khoản Email chưa được thiết lập. Hãy tạo Tài khoản Email mới từ Thiết lập> Email> Tài khoản Email
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,Định dạng tập tin không được hỗ trợ
|
||||
DocType: DocField,Code,Code
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Tất cả Workflow Kỳ có thể và vai trò của công việc này. Docstatus Options: 0 là "Saved", 1 là "Đăng" và 2 là "hủy""
|
||||
|
|
@ -2846,6 +2845,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,Lập bản đồ chuyể
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,Đăng nhập vào thông báo không hợp lệ
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,Huỷ bỏ
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1 giờ trước
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Không tìm thấy Mẫu địa chỉ mặc định. Vui lòng tạo một hình mới từ Setup> Printing and Branding> Address Template.
|
||||
DocType: Website Settings,Home Page,Trang chủ
|
||||
DocType: Error Snapshot,Parent Error Snapshot,Lỗi chụp nhanh gốc
|
||||
DocType: Kanban Board,Filters,Bộ lọc
|
||||
|
|
|
|||
|
|
|
@ -150,6 +150,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,圓圈箭頭向上
|
||||
DocType: Email Domain,Email Domain,電子郵件域名
|
||||
DocType: Workflow State,italic,斜體
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,設置>用戶
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} :沒有建立則無法設定導入
|
||||
DocType: SMS Settings,Enter url parameter for message,輸入url參數的訊息
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,在瀏覽器中查看報告
|
||||
|
|
@ -1218,6 +1219,7 @@ apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +16,now,現在
|
|||
DocType: Workflow State,step-backward,往後退
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,請在您的網站配置設定Dropbox的存取碼
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,刪除此記錄允許發送此郵件地址
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,請從設置>電子郵件>電子郵件帳戶設置默認電子郵件帳戶
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,只有必填字段所必需的新記錄。如果你願意,你可以刪除非強制性列。
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,無法更新事件
|
||||
apps/frappe/frappe/twofactor.py +204,Verification code has been sent to your registered email address.,驗證碼已發送到您註冊的電子郵件地址。
|
||||
|
|
@ -1294,7 +1296,6 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
|
|||
DocType: System Settings,OTP App,OTP應用程序
|
||||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,文件編號
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,圖像字段的類型必須為附著圖像
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p>沒有找到“ </p>
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,與用戶{0}共享讀取權限
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +100,Reset Permissions for {0}?,對{0}重置權限?
|
||||
DocType: S3 Backup Settings,S3 Backup Settings,S3備份設置
|
||||
|
|
@ -1326,6 +1327,7 @@ DocType: Error Log,Title,標題
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",似乎與服務器的配置razorpay問題。別擔心,在失敗量情況將得到退還到您的帳戶。
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,客製化
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,查看允許的文件
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,電子郵件帳戶未設置。請從設置>電子郵件>電子郵件帳戶創建新的電子郵件帳戶
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,鏈完整性
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,請給一個詳細的feebdack。
|
||||
DocType: Currency,"1 Currency = [?] Fraction
|
||||
|
|
@ -1368,7 +1370,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Ple
|
|||
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Report,加載報表
|
||||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,您的訂閱今天將到期。
|
||||
DocType: Page,Standard,標準
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,設置>用戶
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,作業完成
|
||||
DocType: Custom DocPerm,User Permission DocTypes,用戶權限的文檔類型
|
||||
DocType: Deleted Document,New Name,新名稱
|
||||
|
|
@ -1418,6 +1419,7 @@ apps/frappe/frappe/config/website.py +63,List of themes for Website.,主題的
|
|||
DocType: Activity Log,Logout,登出
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,在更高級別的權限是現場級的權限。所有領域都對他們權限級別設置,並在該權限適用於該領域中定義的規則。要隱藏或使某些領域的只讀某些角色,這是在的情況下非常有用。
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)",在這裡輸入靜態URL參數(如稱發件人= ERPNext,用戶名= ERPNext,密碼= 1234等)
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p>沒有找到“ </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",如果這些指示沒有幫助,請加在GitHub Issues提出你的建議。
|
||||
DocType: Workflow State,bookmark,書籤
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),文件夾名稱不應包含“/”(斜杠)
|
||||
|
|
@ -1586,7 +1588,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},無法{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,應用此規則如果用戶是業主
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,將是您的登錄ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,請從設置>電子郵件>電子郵件帳戶設置默認電子郵件帳戶
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,建立報告
|
||||
DocType: Note,Notify users with a popup when they log in,通知用戶有一個彈出登錄時
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1}不存在,選擇一個新的合併目標
|
||||
|
|
@ -2017,7 +2018,6 @@ DocType: Address,Plant,廠
|
|||
DocType: DocType,Setup,設定
|
||||
DocType: Email Account,Initial Sync Count,初始同步計數
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},新評論{0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,設置>用戶權限管理器
|
||||
DocType: Workflow State,glass,玻璃
|
||||
DocType: DocType,Timeline Field,時間軸場
|
||||
DocType: Country,Time Zones,時區
|
||||
|
|
@ -2129,6 +2129,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} :如果不可提交的話,便無法設為指定修改
|
||||
DocType: Address,Bihar,比哈爾邦
|
||||
DocType: Activity Log,Link DocType,連接 DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,設置>用戶權限管理器
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,你還沒有任何消息。
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,刪除所有自定義?
|
||||
DocType: Website Slideshow,Slideshow Name,幻燈片放映名稱
|
||||
|
|
@ -2308,7 +2309,6 @@ DocType: Data Import,Submit after importing,導入後提交
|
|||
apps/frappe/frappe/www/login.html +32,Login with LDAP,與LDAP登錄
|
||||
DocType: Web Form,Breadcrumbs,麵包屑
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,如果業主
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默認的地址模板。請從設置>打印和品牌>地址模板創建一個新的。
|
||||
DocType: OAuth Authorization Code,Expiration time,到期時間
|
||||
DocType: Web Page,Website Sidebar,網站邊欄
|
||||
DocType: Web Form,Show Sidebar,顯示側邊欄
|
||||
|
|
@ -2338,7 +2338,6 @@ DocType: Chat Message,Content,內容
|
|||
apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,組節點
|
||||
DocType: DocType,Document,文件
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},系列{0}已經被應用在{1}
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,電子郵件帳戶未設置。請從設置>電子郵件>電子郵件帳戶創建新的電子郵件帳戶
|
||||
DocType: DocField,Code,源碼
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",所有可能的工作流狀態和工作流程的作用。 Docstatus選項:0是“拯救”,1“已提交”和2“取消”
|
||||
DocType: Website Theme,Footer Text Color,頁腳文本顏色
|
||||
|
|
@ -2433,6 +2432,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,數據遷移映射
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,無效的登錄令牌
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,丟棄
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1小時前
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默認的地址模板。請從設置>打印和品牌>地址模板創建一個新的。
|
||||
DocType: Website Settings,Home Page,首頁
|
||||
DocType: Error Snapshot,Parent Error Snapshot,家長錯誤快照
|
||||
DocType: Kanban Board,Filters,篩選器
|
||||
|
|
|
|||
|
|
|
@ -170,6 +170,7 @@ apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be S
|
|||
DocType: Workflow State,circle-arrow-up,圆圈箭头向上
|
||||
DocType: Email Domain,Email Domain,电子邮件域名
|
||||
DocType: Workflow State,italic,italic
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,设置>用户
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{0}: Cannot set Import without Create,{0} :没有“创建”的情况下不能分配“导入”
|
||||
DocType: SMS Settings,Enter url parameter for message,请输入消息的URL参数
|
||||
apps/frappe/frappe/templates/emails/auto_email_report.html +46,View report in your browser,在浏览器中查看报告
|
||||
|
|
@ -932,6 +933,7 @@ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +
|
|||
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},参考:{0} {1}
|
||||
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mrs,太太
|
||||
DocType: File,Attached To Name,已附加到名称
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0}年前
|
||||
DocType: Address,Address Type,地址类型
|
||||
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,无效的用户名或支持密码。请纠正然后重试。
|
||||
DocType: Email Account,Yahoo Mail,雅虎邮箱
|
||||
|
|
@ -1104,7 +1106,6 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
|
|||
DocType: Workflow State,bullhorn,扩音器
|
||||
DocType: Footer Item,Target,目标
|
||||
DocType: System Settings,Number of Backups,备份数量
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +55,> {0} year(s) ago,> {0}年前
|
||||
DocType: Website Settings,Copyright,版权
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,走
|
||||
DocType: OAuth Authorization Code,Invalid,无效
|
||||
|
|
@ -1416,6 +1417,7 @@ DocType: Workflow State,step-backward,step-backward
|
|||
apps/frappe/frappe/utils/boilerplate.py +265,{app_title},{ app_title }
|
||||
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +214,Please set Dropbox access keys in your site config,请在您的网站配置设置Dropbox的访问键
|
||||
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,删除此记录允许发送此邮件地址
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,请从设置>电子邮件>电子邮件帐户设置默认电子邮件帐户
|
||||
apps/frappe/frappe/core/doctype/data_export/exporter.py +125,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,只有必填字段所必需的新记录。如果你愿意,你可以删除非强制性列。
|
||||
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +330,Unable to update event,无法更新事件
|
||||
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,付款完成
|
||||
|
|
@ -1509,7 +1511,6 @@ DocType: System Settings,OTP App,OTP应用程序
|
|||
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,文件编号
|
||||
DocType: Print Settings,Letter,信
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +598,Image field must be of type Attach Image,图像字段的类型必须为附着图像
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p>没有找到“ </p>
|
||||
DocType: DocField,Columns,列
|
||||
apps/frappe/frappe/desk/form/assign_to.py +71,Shared with user {0} with read access,与用户{0}共享读取权限
|
||||
DocType: Async Task,Succeeded,成功
|
||||
|
|
@ -1549,6 +1550,7 @@ DocType: Error Log,Title,标题
|
|||
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +100,"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",似乎与服务器的配置razorpay问题。别担心,在失败量情况将得到退还到您的帐户。
|
||||
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,定制
|
||||
apps/frappe/frappe/core/doctype/user/user.js +87,View Permitted Documents,查看允许的文件
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,电子邮件帐户未设置。请从设置>电子邮件>电子邮件帐户创建新的电子邮件帐户
|
||||
apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +53,Chain Integrity,链完整性
|
||||
DocType: Data Export,CSV,CSV
|
||||
apps/frappe/frappe/www/feedback.html +96,Please give a detailed feebdack.,请给一个详细的feebdack。
|
||||
|
|
@ -1600,7 +1602,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +283,Loading Re
|
|||
apps/frappe/frappe/limits.py +74,Your subscription will expire today.,您的订阅今天将到期。
|
||||
DocType: Page,Standard,标准
|
||||
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,附加文件
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,设置>用户
|
||||
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,尺寸
|
||||
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,转让完成
|
||||
DocType: Custom DocPerm,User Permission DocTypes,用户权限文档类型
|
||||
|
|
@ -1665,6 +1666,7 @@ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permiss
|
|||
DocType: Activity Log,Logout,注销
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,在更高级别的权限是现场级的权限。所有领域都对他们权限级别设置,并在该权限适用于该领域中定义的规则。要隐藏或使某些领域的只读某些角色,这是在的情况下非常有用。
|
||||
DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","请输入静态的URL参数(例如 sender=ERPNext, username=ERPNext, password=1234 etc.)"
|
||||
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p>没有找到“ </p>
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",如果这些说明没有帮助,请在Github提交你的建议。
|
||||
DocType: Workflow State,bookmark,书签
|
||||
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +66,Folder name should not include '/' (slash),文件夹名称不应包含“/”(斜杠)
|
||||
|
|
@ -1858,7 +1860,6 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Inva
|
|||
apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +125,Cannot {0} {1},无法{0} {1}
|
||||
DocType: Custom DocPerm,Apply this rule if the User is the Owner,应用此规则如果用户是业主
|
||||
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +418,Will be your login ID,将是您的登录ID
|
||||
apps/frappe/frappe/email/smtp.py +69,Please setup default Email Account from Setup > Email > Email Account,请从设置>电子邮件>电子邮件帐户设置默认电子邮件帐户
|
||||
apps/frappe/frappe/desk/page/activity/activity.js +45,Build Report,生成报告
|
||||
DocType: Note,Notify users with a popup when they log in,通知用户有一个弹出登录时
|
||||
apps/frappe/frappe/model/rename_doc.py +118,"{0} {1} does not exist, select a new target to merge",{0} {1}不存在,选择一个新的目标合并
|
||||
|
|
@ -2354,7 +2355,6 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,全
|
|||
DocType: DocType,Setup,设置
|
||||
DocType: Email Account,Initial Sync Count,初始同步计数
|
||||
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},新评论 时间:{0} {1}
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,设置>用户权限管理器
|
||||
DocType: Workflow State,glass,glass
|
||||
DocType: DocType,Timeline Field,时间轴场
|
||||
DocType: Country,Time Zones,时区
|
||||
|
|
@ -2481,6 +2481,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +603,Cannot rem
|
|||
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,{0}: Cannot set Assign Amend if not Submittable,{0} :没有“提交”的情况下不能分配“修订”
|
||||
DocType: Address,Bihar,比哈尔邦
|
||||
DocType: Activity Log,Link DocType,链接的DocType
|
||||
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,设置>用户权限管理器
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +1690,You don't have any messages yet.,你还没有任何消息。
|
||||
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,删除所有自定义?
|
||||
DocType: Website Slideshow,Slideshow Name,幻灯片名称
|
||||
|
|
@ -2694,7 +2695,6 @@ apps/frappe/frappe/www/login.html +32,Login with LDAP,与LDAP登录
|
|||
DocType: Web Form,Breadcrumbs,面包屑导航
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,If Owner,如果业主
|
||||
DocType: Data Migration Mapping,Push,推
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默认的地址模板。请从设置>打印和品牌>地址模板创建一个新的。
|
||||
DocType: OAuth Authorization Code,Expiration time,到期时间
|
||||
DocType: Web Page,Website Sidebar,网站边栏
|
||||
DocType: Web Form,Show Sidebar,显示侧边栏
|
||||
|
|
@ -2731,7 +2731,6 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +288,Group Node,组节点
|
|||
DocType: Communication,Notification,通知
|
||||
DocType: DocType,Document,文档
|
||||
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,Series {0} already used in {1},系列{0}已经被{1}使用
|
||||
apps/frappe/frappe/email/smtp.py +172,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,电子邮件帐户未设置。请从设置>电子邮件>电子邮件帐户创建新的电子邮件帐户
|
||||
apps/frappe/frappe/core/doctype/data_import/importer.py +279,Unsupported File Format,不支持的文件格式
|
||||
DocType: DocField,Code,码
|
||||
DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",所有可能的工作流状态和工作流程的作用。 Docstatus选项:0是“拯救”,1“已提交”和2“取消”
|
||||
|
|
@ -2846,6 +2845,7 @@ DocType: Data Migration Mapping,Data Migration Mapping,数据迁移映射
|
|||
apps/frappe/frappe/www/login.py +89,Invalid Login Token,无效的登录令牌
|
||||
apps/frappe/frappe/public/js/frappe/chat.js +209,Discard,丢弃
|
||||
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1小时前
|
||||
apps/frappe/frappe/contacts/doctype/address/address.py +193,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默认的地址模板。请从设置>打印和品牌>地址模板创建一个新的。
|
||||
DocType: Website Settings,Home Page,主页
|
||||
DocType: Error Snapshot,Parent Error Snapshot,家长错误快照
|
||||
DocType: Kanban Board,Filters,过滤器
|
||||
|
|
|
|||
|
Loading…
Add table
Reference in a new issue