diff --git a/frappe/contacts/doctype/address/address.py b/frappe/contacts/doctype/address/address.py index 746c967039..73ffcc560b 100644 --- a/frappe/contacts/doctype/address/address.py +++ b/frappe/contacts/doctype/address/address.py @@ -129,7 +129,7 @@ def get_default_address(doctype, name, sort_key="is_primary_address"): @frappe.whitelist() -def get_address_display(address_dict: dict | str) -> str: +def get_address_display(address_dict: dict | str | None) -> str | None: if not address_dict: return diff --git a/frappe/desk/desktop.py b/frappe/desk/desktop.py index 8a8fbb54c1..801a47ed7b 100644 --- a/frappe/desk/desktop.py +++ b/frappe/desk/desktop.py @@ -617,4 +617,8 @@ def update_onboarding_step(name, field, value): value: Value to be updated """ + from frappe.utils.telemetry import capture + frappe.db.set_value("Onboarding Step", name, field, value) + + capture(frappe.scrub(name), app="frappe_onboarding", properties={field: value}) diff --git a/frappe/email/receive.py b/frappe/email/receive.py index 254910c3ca..382fd2ac99 100644 --- a/frappe/email/receive.py +++ b/frappe/email/receive.py @@ -649,6 +649,9 @@ class InboundMail(Email): communication.flags.in_receive = True communication.insert(ignore_permissions=True) + # Communication might have been modified by some hooks, reload before saving + communication.reload() + # save attachments communication._attachments = self.save_attachments_in_doc(communication) communication.content = sanitize_html(self.replace_inline_images(communication._attachments)) diff --git a/frappe/public/js/frappe/form/controls/link.js b/frappe/public/js/frappe/form/controls/link.js index cd9bdcdaa6..b187135181 100644 --- a/frappe/public/js/frappe/form/controls/link.js +++ b/frappe/public/js/frappe/form/controls/link.js @@ -475,7 +475,7 @@ frappe.ui.form.ControlLink = class ControlLink extends frappe.ui.form.ControlDat let value = filter[3] == null || filter[3] === "" ? __("empty") : String(filter[3]); - return [__(label).bold(), __(frappe.model.unscrub(filter[2])), value.bold()].join(" "); + return [__(label).bold(), __(filter[2]), value.bold()].join(" "); } let filter_string = filter_array.map(get_filter_description).join(", "); diff --git a/frappe/translations/cz.csv b/frappe/translations/cz.csv index de01db0a29..a8ebef69d5 100644 --- a/frappe/translations/cz.csv +++ b/frappe/translations/cz.csv @@ -1,1431 +1,1429 @@ -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +224,Press Esc to close,Pro zavření zmáčkněte Esc -apps/frappe/frappe/desk/form/assign_to.py +127,"A new task, {0}, has been assigned to you by {1}. {2}","Nový úkol, {0}, byla přiřazena k vám od {1}. {2}" -apps/frappe/frappe/desk/page/messages/messages_main.html +12,Post,Příspěvek -apps/frappe/frappe/config/setup.py +98,Rename many items by uploading a .csv file.,Přejmenovat více položek nahráním souboru typu *.csv -DocType: Workflow State,pause,pause -apps/frappe/frappe/templates/pages/desk.py +19,You are not permitted to access this page.,Nemáte povolen přístup na tuto stránku. -DocType: User,Facebook Username,Facebook uživatelské jméno -DocType: Workflow State,eye-open,eye-open -DocType: Bulk Email,Send After,Odeslat Po -apps/frappe/frappe/utils/file_manager.py +28,Please select a file or url,Prosím vyberte soubor nebo url -DocType: DocField,DocField,DocField -DocType: Comment,Comment By Fullname,Komentováno (celé jméno) -sites/assets/js/form.min.js +282,Not shared with anyone yet.,Nesdílí se s nikým dosud. -DocType: DocField,Options,Možnosti -sites/assets/js/report.min.js +17,Cannot edit standard fields,Nelze upravit standardní pole -DocType: Print Format,Print Format Builder,Print Format Builder -DocType: Report,Report Manager,Manažer výpisů -DocType: Workflow,Document States,Dokument státy -sites/assets/js/desk.min.js +807,Sorry! I could not find what you were looking for.,"Je nám líto! Nemohl jsem najít to, co jste hledali." -DocType: DocPerm,This role update User Permissions for a user,Tato role aktualizuje uživatelská oprávnění pro uživatele -sites/assets/js/desk.min.js +555,Rename {0},Přejmenovat: {0} -DocType: Workflow State,zoom-out,Zmenšit -apps/frappe/frappe/model/document.py +664,Table {0} cannot be empty,Tabulka: {0} nemůže být prázdná -DocType: Social Login Keys,GitHub,GitHub -apps/frappe/frappe/model/document.py +638,Beginning with,počínaje -apps/frappe/frappe/core/page/data_import_tool/exporter.py +51,Data Import Template,Šablona importu dat -sites/assets/js/desk.min.js +536,Parent,Nadřazeno -sites/assets/js/desk.min.js +826,"document type..., e.g. customer","typ dokumentu..., např.: zákazník" -apps/frappe/frappe/print/doctype/print_format/print_format.py +29,Syntax error in Jinja template,Syntaxní chyba v šabloně Jinja -DocType: About Us Settings,"""Team Members"" or ""Management""","""Členové týmu"" nebo ""Vedení""" -apps/frappe/frappe/core/doctype/doctype/doctype.py +267,Default for 'Check' type of field must be either '0' or '1',Výchozí hodnota pro 'zaškrtávací' pole musí být '0' nebo '1' -DocType: Email Account,Enable Incoming,Povolení příchozích -DocType: Workflow State,Danger,Nebezpečí -DocType: Workflow State,th-large,th-large -DocType: Communication,Unread Notification Sent,Nepřečtené oznámení Odesláno -sites/assets/js/desk.min.js +708,Export not allowed. You need {0} role to export.,Export není povolen. Potřebujete roli {0} pro exportování. -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +154,Set the display label for the field,Nastavit zobrazované označení pole -apps/frappe/frappe/model/document.py +655,Incorrect value: {0} must be {1} {2},Nesprávná hodnota: {0} musí být {1} {2} -apps/frappe/frappe/config/setup.py +179,"Change field properties (hide, readonly, permission etc.)","Změnit vlastnosti pole (skrýt, jen pro čtení, práva atd.)" -DocType: Workflow State,lock,zámek -apps/frappe/frappe/config/website.py +74,Settings for Contact Us Page.,Nastavení pro stránku Kontaktujte nás. -apps/frappe/frappe/core/doctype/user/user.py +481,Administrator Logged In,Přihlášen Administrátor -DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Možnosti kontaktu, např.: ""Dotaz prodeje, dotaz podpory"" atd., každý na novém řádku nebo oddělené čárkami." -sites/assets/js/editor.min.js +155,Insert,Vložit -sites/assets/js/desk.min.js +512,Select {0},Vyberte {0} -DocType: Feed,Color,Barva -DocType: Workflow State,indent-right,indent-right -sites/assets/js/desk.min.js +752,Web Link,Web odkaz -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +33,"Recommended bulk editing records via import, or understanding the import format.","Doporučená hromadné editaci záznamů přes dovoz, nebo pochopení formát importu." -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +36,"Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type.","Na rozdíl od správce systému, role se sadou Oprávnění uživatele právo lze nastavit oprávnění pro ostatní uživatele pro daný typ dokumentu." -DocType: Company History,Company History,Historie organizace -DocType: Workflow State,volume-up,volume-up -apps/frappe/frappe/core/page/data_import_tool/importer.py +42,Only allowed {0} rows in one import,Je povoleno pouze {0} řádků v jednom importu -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +4,"To import or update records, you must first download the template for importing.","Chcete-li importovat nebo aktualizovat záznamy, musíte nejprve stáhnout pro import šablony." -DocType: DocType,Default Print Format,Výchozí formát tisku -DocType: Workflow State,Tags,tagy -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +47,Document Types,Typy dokumentů -DocType: Workflow,Workflow State Field,Pole stavu toku (workflow) -DocType: DocType,Title Field,Titulek pole -apps/frappe/frappe/core/doctype/user/user.py +478,"If you think this is unauthorized, please change the Administrator password.","Pokud si myslíte, že to je oprávněné, prosím, změňte heslo správce." -DocType: Workflow State,eject,eject -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +16,Help for User Permissions,Pomoc pro uživatele oprávnění -apps/frappe/frappe/email/bulk.py +78,Unsubscribe link: {0},Zrušit odkaz: {0} -DocType: Communication,Visit,Návštěva -apps/frappe/frappe/desk/page/applications/application_row.html +7,Install,Instalovat -DocType: Website Settings,Twitter Share via,Sdílet pomocí Twitter -apps/frappe/frappe/config/website.py +33,Embed image slideshows in website pages.,Vloží promítání obrázků do www stránky. -DocType: Workflow Action,Workflow Action Name,Název akce toku (workflow) -apps/frappe/frappe/core/doctype/doctype/doctype.py +131,DocType can not be merged,DocType nemůže být sloučen -DocType: Web Form Field,Fieldtype,Typ pole -apps/frappe/frappe/desk/form/save.py +44,Did not cancel,Nebylo zrušeno -DocType: Workflow State,plus,plus -DocType: Scheduler Log,Scheduler Log,Log plánovače -sites/assets/js/desk.min.js +649,You,Vy -DocType: Website Theme,lowercase,malá písmena -DocType: Note,Everyone can read,Každý může číst -apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +25,Please specify user,Prosím specifikujte uživatele -DocType: Email Unsubscribe,Email Unsubscribe,Email Odhlásit -DocType: Website Settings,Select an image of approx width 150px with a transparent background for best results.,Zvolte obrázek s šířkou okolo 150px a s transparentním pozadím pro nejlepší výsledek. -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +61,"Insert After field '{0}' mentioned in Custom Field '{1}', does not exist","Vložit za pole '{0}' zmiňováno v přizpůsobeném poli '{1}', neexistuje" -DocType: Workflow State,circle-arrow-up,circle-arrow-up -sites/assets/js/desk.min.js +765,Uploading...,Nahrávám... -DocType: Workflow State,italic,italic -apps/frappe/frappe/core/doctype/doctype/doctype.py +392,{0}: Cannot set Import without Create,{0}: Nelze nastavit Import bez Vytvoření -DocType: Comment,Post Topic,Publikovat téma -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,Šířky lze nastavit v px nebo %. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,Práva se aplikují na uživatele na základě přiřazené role. -sites/assets/js/desk.min.js +890,You are not allowed to send emails related to this document,Nemáte povoleno odesílat emaily související s tímto dokumentem -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,Ty není dovoleno odstranit standardní webové stránky Theme -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +176,Example,Příklad -DocType: Workflow State,gift,dárek -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +180,Reqd,Vyžadováno -apps/frappe/frappe/core/doctype/communication/communication.py +119,Unable to find attachment {0},Nemohu najít přílohu: {0} -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +168,Assign a permission level to the field.,Přiřadit úroveň oprávnění poli. -apps/frappe/frappe/config/setup.py +72,Show / Hide Modules,Zobrazit / skrýt moduly -apps/frappe/frappe/core/doctype/report/report.js +37,Disable Report,Vypnout Report -DocType: Report,JavaScript Format: frappe.query_reports['REPORTNAME'] = {},JavaScript Formát: frappe.query_reports['REPORTNAME'] = {} -DocType: Version,Doclist JSON,Doclist JSON -DocType: Workflow State,chevron-up,chevron-up -sites/assets/js/desk.min.js +852,Documentation,Dokumentace -DocType: DocShare,Internal record of document shares,Interní záznam akcií dokumentů -DocType: Workflow State,Comment,Komentář -apps/frappe/frappe/email/bulk.py +120,Email limit {0} crossed,Email hranice {0} překročila -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +17,"You can change Submitted documents by cancelling them and then, amending them.",Můžete upravit Odeslané dokumenty jejich zrušením a následovnou změnou. -DocType: DocField,Display,Zobrazit -sites/assets/js/desk.min.js +832,e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...,např.: (55 + 434) / 4 or =Math.sin(Math.PI/2)... -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +25,"If a Role does not have access at Level 0, then higher levels are meaningless.","Pakliže role nemá přístup na úrovni 0, pak vyšší úrovně nemají efekt." -sites/assets/js/desk.min.js +373,Show more details,Zobrazit více podrobností -DocType: System Settings,Run scheduled jobs only if checked,Spouštět plánované operace pouze když je zaškrtnuto -DocType: Customize Form Field,"Print Width of the field, if the field is a column in a table","Tisková šířka pole, pokud je pole sloupcem v tabulce" -DocType: Workflow State,headphones,sluchátka -DocType: Bulk Email,Bulk Email records.,Záznamy hromadných emailů. -apps/frappe/frappe/config/setup.py +217,Send download link of a recent backup to System Managers,Pošle odkaz na stažení vytvořené zálohy systémovým správcům -DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,např. replies@yourcomany.com. Všechny odpovědi přijdou do této schránky. -apps/frappe/frappe/templates/includes/login/login.js +31,Valid email and name required,Je vyžadován platný email a jméno -DocType: DocType,Hide Heading,Skrýt záhlaví -DocType: Workflow State,remove-circle,remove-circle -apps/frappe/frappe/config/website.py +54,Javascript to append to the head section of the page.,Javascript pro přidání do hlavičky stránky. -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +53,Reset to defaults,Obnovit výchozí -DocType: Workflow,Transition Rules,Pravidla transakce -apps/frappe/frappe/core/doctype/report/report.js +11,Example:,Příklad: -DocType: Workflow,Defines workflow states and rules for a document.,Vymezuje jednotlivé stavy toků. -DocType: DocType,Show this field as title,Zobrazit toto pole jako titulek -apps/frappe/frappe/model/db_schema.py +417,Fieldname {0} cannot have special characters like {1},FieldName {0} nemůže mít speciální znaky jako {1} -apps/frappe/frappe/model/document.py +388,Error: Document has been modified after you have opened it,"Chyba: Dokument byl upraven poté, co jste ho otevřeli" -apps/frappe/frappe/core/doctype/doctype/doctype.py +413,{0}: Cannot set Assign Submit if not Submittable,{0}: Nelze nastavit Odeslat když není Odeslatelné -DocType: Social Login Keys,Facebook,Facebook -apps/frappe/frappe/templates/pages/list.py +59,"Filtered by ""{0}""",Filtrováno podle "{0}" -sites/assets/js/desk.min.js +910,Message from {0},Zpráva z {0} -DocType: Blog Settings,Blog Title,Titulek blogu -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +12,Edit to set heading,Upravit pro nastavení záhlaví -DocType: About Us Settings,Team Members,Členové týmu -sites/assets/js/desk.min.js +467,Please attach a file or set a URL,Prosím přiložte soubor nebo nastavte adresu URL -DocType: DocField,Permissions,Oprávnění -DocType: Workflow State,plus-sign,plus-sign -sites/assets/js/desk.min.js +830,module name...,název modulu... -DocType: Event,Public,Veřejné -apps/frappe/frappe/email/smtp.py +131,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet není nastaven. Prosím vytvořte nový e-mailový účet v Nastavení> E-mail> E-mailový účet -DocType: Block Module,Block Module,Block Module -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Šablona exportu -DocType: Block Module,Module,Modul -DocType: Email Alert,Send Alert On,Odeslat upozornění (kdy) -DocType: Web Form,Website URL,URL webu -DocType: Customize Form,"Customize Label, Print Hide, Default etc.","Přizpůsobit popisek, skrýt tisk, výchozí atd." -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_start.html +16,Create a New Format,Vytvořit nový formát -DocType: Website Settings,Add a banner to the site. (small banners are usually good),Přidat banner na stránku. (malé bannery bývají ok) -DocType: Website Settings,Set Banner from Image,Nastavit banner z obrázku -apps/frappe/frappe/core/doctype/user/user.py +202,User {0} cannot be deleted,Uživatel: {0} nemůže být vymazán -sites/assets/js/desk.min.js +183,Another transaction is blocking this one. Please try again in a few seconds.,Další transakce blokuje tento jeden. Zkuste to prosím znovu za několik sekund. -DocType: Property Setter,Field Name,Název pole -sites/assets/js/desk.min.js +684,or,nebo -apps/frappe/frappe/templates/generators/web_form.html +265,Continue,Pokračovat -DocType: Custom Field,Fieldname,Název pole -DocType: Workflow State,certificate,certifikát -DocType: User,Tile,Dlaždice -DocType: User,"Get your globally recognized avatar from Gravatar.com","Pořiďte si celosvětově uznávaný avatar z Gravatar.com" -apps/frappe/frappe/core/page/data_import_tool/exporter.py +62,First data column must be blank.,První sloupec dat musí být prázdný. -DocType: Workflow State,Print,Tisk -DocType: User,Restrict IP,Omezit IP -apps/frappe/frappe/email/smtp.py +169,Unable to send emails at this time,Nelze odeslat emaily v tomto Čase -sites/assets/js/desk.min.js +852,Search or type a command,Vyhledávání nebo zadejte příkaz -DocType: Email Account,e.g. smtp.gmail.com,např. smtp.gmail.com -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +359,Add A New Rule,Přidat nové pravidlo -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +52,Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,Název dokumentu typu (DocType) se kterým chcete provázat toto pole. Např.: Zákazník -DocType: User,Roles Assigned,Přiřazení rolí -DocType: Top Bar Item,Parent Label,nadřazený popisek -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +10,Permissions are automatically translated to Standard Reports and Searches.,Oprávnění jsou automaticky překládána ve standardních výpisech a vyhledávačích. -DocType: Event,Repeat Till,Opakovat dokud -DocType: Blogger,Will be used in url (usually first name).,Bude použito v url (obvykle první jméno). -apps/frappe/frappe/client.py +63,Can not edit Read Only fields,Nemůžete upravovat pole určená pouze pro čtení -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +459,Edit Heading,Upravit záhlaví -DocType: File Data,File URL,Adresa URL souboru -apps/frappe/frappe/desk/doctype/event/event.py +64,Upcoming Events for Today,Nadcházející události pro dnešek -DocType: Email Alert Recipient,Email By Document Field,Email od pole dokumentu -DocType: File Data,File Data,Nahrané soubory -apps/frappe/frappe/utils/nestedset.py +210,Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node,Slučování je možné pouze mezi skupinami (skupina-skupina) nebo mezi uzlem typu stránka a jiným uzlem typu stránka -apps/frappe/frappe/utils/file_manager.py +40,Added {0},Přidáno: {0} -DocType: Currency,Fraction Units,Zlomkové jednotky -DocType: Web Page,Parent Web Page,nadřazená internetová stránka -apps/frappe/frappe/model/base_document.py +357,{0} must be set first,{0}: musí být nastaveno první -DocType: Workflow State,plane,letadlo -apps/frappe/frappe/core/page/data_import_tool/exporter.py +64,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Pokud nahráváte nové záznamy, ""číselníky"" se stanou povinnými, pakliže jsou zvoleny." -apps/frappe/frappe/core/doctype/doctype/doctype.py +294,Fold can not be at the end of the form,Fold nemůže být na konci formuláře -apps/frappe/frappe/config/setup.py +14,System and Website Users,Systémový a veřejní uživatelé -DocType: Workflow Document State,Doc Status,Doc Status -sites/assets/js/desk.min.js +867,"Your download is being built, this may take a few moments...","Vaše záloha se připravuje pro stažení, tato operace může chvíli trvat v závislosti na objemu dat, trpělivost prosím …" -sites/assets/js/desk.min.js +828,text in document type,text v typu dokumentu -DocType: Web Page,Begin this page with a slideshow of images,Začněte tuto stránku slideshow obrázků -DocType: Version,Docname,Docname -apps/frappe/frappe/core/doctype/version/version.js +10,Version restored,Verze obnovena -DocType: Event Role,Event Role,Role události -sites/assets/js/editor.min.js +125,Indent (Tab),Odsazení (Tab) -DocType: Workflow State,List,seznam -DocType: Page Role,Page Role,Role stránky -apps/frappe/frappe/core/doctype/doctype/doctype.py +248,Field {0} in row {1} cannot be hidden and mandatory without default,Pole {0} na řádku {1} nemůže být skryté a povinné bez výchozí hodnoty -DocType: System Settings,mm/dd/yyyy,mm/dd/rrrr -apps/frappe/frappe/email/doctype/email_account/email_account.py +231,Re:,Re: -DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-měna. Pro např ""Cent """ -DocType: Letter Head,Check this to make this the default letter head in all prints,Toto zaškrtněte pro vytvoření výchozího záhlaví pro veškerý tisk -DocType: Print Format,Server,Server -DocType: DocField,Link,Odkaz -apps/frappe/frappe/utils/file_manager.py +83,No file attached,Žádný soubor nepřiložen -DocType: Version,Version,Verze -DocType: User,Fill Screen,Vyplnit obrazovku -apps/frappe/frappe/core/doctype/role/role.js +9,Edit Permissions,Upravit oprávnění -sites/assets/js/form.min.js +210,Edit via Upload,Upravit pomocí Vkládání -DocType: Country,Country Name,Stát Název -DocType: About Us Team Member,About Us Team Member,O nás – člen týmu -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.","Oprávnění se nastavují na rolích a typech dokumentů (nazýváme je DocTypes) nastavením práv jako číst, Zapsat, Vytvořit, Smazat, Vložit, Zrušit, Změnit, Výpis, Import, Export, Tisk, Email a Nastavení uživatelských oprávnění." -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Kromě pravidel oprávnění založených na rolích, můžete aplikovat uživatelská oprávnění založená na DocTypes." -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value." -DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (název) entity jejíž vlastnost bude nastavena -DocType: Website Settings,Website Theme Image Link,Internetové stránky Téma Image Link -DocType: Website Settings,Sidebar Items,Položky postranního panelu -DocType: Workflow State,exclamation-sign,exclamation-sign -DocType: Website Theme,Hide Sidebar,Skrýt Sidebar -sites/assets/js/list.min.js +98,Gantt,Gantt -DocType: About Us Settings,Introduce your company to the website visitor.,Představte svoji organizaci návštěvníků internetových stránek. -apps/frappe/frappe/print/doctype/print_format/print_format.js +14,Please duplicate this to make changes,"Prosím, kopírovat to, aby se změny" -DocType: Print Settings,Font Size,Velikost písma -sites/assets/js/desk.min.js +852,Unread Messages,Nepřečtené zprávy -DocType: Workflow State,facetime-video,facetime-video -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +164,1 comment,1 komentář -DocType: Email Alert,Days Before,Dny před -apps/frappe/frappe/website/doctype/website_settings/website_settings.js +72,Select a Banner Image first.,Zvolte nejdříve obrázek banneru. -DocType: Workflow State,volume-down,volume-down -DocType: Email Account,Send Notification to,Odeslat oznámení na -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +626,Saved,Uloženo -apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +28,Please specify doctype,Prosím specifikujte doctype -DocType: Print Format,Format Data,Formát dat -DocType: Customize Form Field,Customize Form Field,Přizpůsobit formulářové pole -apps/frappe/frappe/config/setup.py +47,Check which Documents are readable by a User,"Podívejte se, které dokumenty jsou čitelné uživatelem" -DocType: User,Reset Password Key,Obnovit heslo klíče -DocType: Email Account,Enable Auto Reply,Povolit automatické odpovědi -DocType: Workflow State,zoom-in,Zvětšit -apps/frappe/frappe/email/bulk.py +129,Unsubscribe from this list,Odhlásit se z tohoto seznamu -apps/frappe/frappe/desk/page/activity/activity.js +153,Sep,Září -DocType: DocField,Width,Šířka -DocType: Email Account,Notify if unreplied,"Upozornit, pokud Nezodpovězená" -DocType: DocType,Fields,Pole -apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +15,Parent Table,nadřazená tabulka -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +38,{0} in row {1} cannot have both URL and child items,{0} na řádku {1} nemůže mít zároveň URL a podřízené položky -apps/frappe/frappe/utils/nestedset.py +194,Root {0} cannot be deleted,Kořen (nejvyšší úroveň): {0} nelze smazat -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +162,No comments yet,Zatím žádné komentáře -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +120,Both DocType and Name required,Jak DOCTYPE tak Jméno je vyžadováno -apps/frappe/frappe/model/document.py +422,Cannot change docstatus from 1 to 0,Nelze změnit docstatus z 1 na 0 -DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definuje akce na stavech a další krok a povolené role. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",Nejlepší praxí je NEpřiřazovat stejnou sadu oprávnění různým rolím. Namísto toho nastavte více rolí stejnému uživateli. -DocType: Web Form,Message to be displayed on successful completion,"Zpráva, která bude zobrazena po úspěšném dokončení" -DocType: Website Settings,Footer Items,Položky zápatí -sites/assets/js/desk.min.js +328,Menu,Menu -DocType: DefaultValue,DefaultValue,Výchozí hodnota -apps/frappe/frappe/config/setup.py +19,User Roles,Uživatelské role -DocType: Property Setter,Property Setter overrides a standard DocType or Field property,Konfigurátor vlastností přepisuje standardní DocType nebo vlastnosti pole -apps/frappe/frappe/core/doctype/user/user.py +332,Cannot Update: Incorrect / Expired Link.,Nelze obnovit: Neplatný / expirovaný odkaz. -DocType: DocField,Set Only Once,Nastavit pouze jednou -apps/frappe/frappe/core/doctype/doctype/doctype.py +419,{0}: Cannot set import as {1} is not importable,"{0}: Nelze nastavit import, protože {1} není importovatelné" -DocType: Top Bar Item,"target = ""_blank""","target = ""_blank""" -DocType: Workflow State,hdd,hdd -apps/frappe/frappe/desk/query_report.py +18,You don't have access to Report: {0},Nemáte přístup k Reportu: {0} -DocType: User,Send Welcome Email,Odeslat uvítací e-mail -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Nahrát (upload) soubor CSV obsahující všechna uživatelská oprávnění ve stejném formatu, v jakém jste je stáhli." -DocType: Feed,Doc Name,Doc Name -DocType: DocField,Heading,Nadpis -DocType: Workflow State,resize-vertical,resize-vertical -DocType: Contact Us Settings,Introductory information for the Contact Us Page,Úvodní informace na stránce kontaktujte nás -DocType: Workflow State,thumbs-down,thumbs-down -DocType: Comment,Comment Time,Čas komentáře -DocType: Workflow State,indent-left,indent-left -DocType: Currency,Currency Name,Jméno měny -DocType: Report,Javascript,Javascript -DocType: File Data,Content Hash,Otisk obsahu (hash) -DocType: User,Stores the JSON of last known versions of various installed apps. It is used to show release notes.,Uchovává JSON posledních známých verzí různých instalovaných aplikací. To se používá k zobrazení poznámky k vydání. -DocType: Website Theme,Google Font (Text),Google Font (Text) -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +316,Did not remove,Nebylo odebráno -DocType: Report,Query,Dotaz -DocType: DocType,Sort Order,Pořadí řazení -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +130,'In List View' not allowed for type {0} in row {1},'V seznamu' není povoleno pro typ {0} na řádku {1} -DocType: Custom Field,Select the label after which you want to insert new field.,"Zvolte popisek, za kterým chcete vložit nové pole." -DocType: Website Settings,Tweet will be shared via your user account (if specified),Tweet bude sdílen skrze Váš uživatelský účet (pakliže je specifikován) -,Document Share Report,Dokument Share Report -DocType: User,Last Login,Poslední přihlášení -apps/frappe/frappe/core/doctype/doctype/doctype.py +312,Fieldname is required in row {0},Název pole je vyžadován v řádku: {0} -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Sloupec -DocType: Custom Field,Adds a custom field to a DocType,Přidá přizpůsobené pole do DocType -sites/assets/js/editor.min.js +103,Bold (Ctrl/Cmd+B),Tučně (Ctrl/Cmd+B) -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +140,Upload and Sync,Nahrát a sloučit -sites/assets/js/form.min.js +274,Shared with {0},Společná pracoviště s {0} -DocType: DocType,Single Types have only one record no tables associated. Values are stored in tabSingles,Typy osamocené mají pouze jeden záznam - není asociovaná žádná tabulka. Hodnoty jsou uloženy v tabSingles -DocType: Bulk Email,Bulk Email,Hromadný Email -DocType: Workflow,Rules defining transition of state in the workflow.,Pravidla definující přechod stavů v tocích (workflow). -DocType: DocField,Index,Index -sites/assets/js/editor.min.js +107,Number list,číselný seznam -apps/frappe/frappe/desk/page/messages/messages_sidebar.html +9,Everyone,Všichni -DocType: Workflow State,backward,pozpátku -apps/frappe/frappe/config/setup.py +79,Set numbering series for transactions.,Nastavit čáslené řady pro transakce. -DocType: Email Account,POP3 Server,POP3 server -DocType: User,Last IP,Poslední IP -apps/frappe/frappe/core/doctype/communication/communication.js +17,Add To,Přidat do -DocType: DocPerm,Filter records based on User Permissions defined for a user,Filtrovat záznamy za základě uživatelských oprávnění definovaných pro uživatele -sites/assets/js/editor.min.js +111,Insert picture (or just drag & drop),Vložit obrázek (nebo přetáhni & pusť) -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +29,Fieldname not set for Custom Field,Přizpůsobené pole nemá nastaven název -sites/assets/js/desk.min.js +536,Last Updated By,Naposledy aktualizováno by -DocType: Website Theme,Background Color,Barva pozadí -sites/assets/js/desk.min.js +893,There were errors while sending email. Please try again.,Narazili jsme na problémy při odesílání emailu. Prosím zkuste to znovu. -DocType: Web Page,0 is highest,0 je nejvyšší -DocType: Email Alert,Value Changed,Hodnota změněna -apps/frappe/frappe/model/base_document.py +263,Duplicate name {0} {1},Duplicitní jméno {0} {1} -DocType: Web Form Field,Web Form Field,Pole webového formuláře -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +197,Hide field in Report Builder,Skrýt pole v konfigurátoru výpisů -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_field.html +14,Edit HTML,Upravit HTML -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +487,Restore Original Permissions,Obnovit původní práva -DocType: DocField,Button,Tlačítko -DocType: Email Account,Default Outgoing,Výchozí Odchozí -DocType: Workflow State,play,play -apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Klikněte na odkaz dole pro dokončení Vaší registrace a nastavení nového hesla -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +396,Did not add,Nebylo přidáno -DocType: Contact Us Settings,Contact Us Settings,Nastavení - Kontaktujte nás -DocType: Workflow State,text-width,text-width -DocType: Email Alert,View Properties (via Customize Form),Zobrazení vlastností (přes Vlastní forma) -DocType: Website Settings,Sidebar,Postranní panel -apps/frappe/frappe/core/doctype/report/report.js +5,Report Builder reports are managed directly by the report builder. Nothing to do.,Výpisy konfigurátoru výpisů jsou spravovány přímo konfigurátorem výpisů. Nelze provést žádnou akci. -apps/frappe/frappe/website/doctype/web_page/web_page.py +30,Cannot edit templated page,Nelze upravit stránku šablony -apps/frappe/frappe/model/document.py +637,none of,žádný z -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,Nahrát (upload) uživatelská oprávnění -apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +3,Checked items will be shown on desktop,Zaškrtnuté položky se zobrazí na ploše -apps/frappe/frappe/core/doctype/doctype/doctype.py +409,{0} cannot be set for Single types,{0} nelze nastavit pro Single types -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +97,{0} updated,{0}: aktualizováno -apps/frappe/frappe/core/doctype/doctype/doctype.py +399,Report cannot be set for Single types,Výpis nemůže být nastaven pro typy osamocené -apps/frappe/frappe/desk/page/activity/activity.js +152,Feb,Únor -DocType: DocPerm,Role,Role -apps/frappe/frappe/utils/data.py +380,Cent,Cent -apps/frappe/frappe/config/setup.py +104,Manage uploaded files.,Spravovat nahrané soubory. -apps/frappe/frappe/config/setup.py +163,"States for workflow (e.g. Draft, Approved, Cancelled).","Stavy toků jako např.: Rozpracováno, Schváleno, Zrušeno." -sites/assets/js/desk.min.js +522,Set Quantity,Nastavit Množství -,Data Import Tool,Nástroj importování dat -apps/frappe/frappe/core/doctype/user/user.py +369,Registration Details Emailed.,Podrobnosti o registraci odeslány emailem. -DocType: DocType,Is Single,Je osamocené -DocType: Blogger,User ID of a Blogger,ID uživatele bloggera -apps/frappe/frappe/core/doctype/user/user.py +197,There should remain at least one System Manager,Měl by zde zbýt alespoň jeden systémový administrátor -DocType: Workflow State,circle-arrow-right,circle-arrow-right -DocType: Scheduler Log,Method,Metoda -DocType: Report,Script Report,Skriptovaný výpis -DocType: About Us Settings,Company Introduction,Představení organizace -DocType: DocPerm,Apply User Permissions,Použít oprávnění -DocType: User,Modules HTML,Moduly HTML -sites/assets/js/desk.min.js +403,Missing Values Required,Chybějící hodnoty vyžadovány -sites/assets/js/list.min.js +105,{0} is not set,{0} není nastavena -apps/frappe/frappe/permissions.py +168,Not allowed to access {0} with {1} = {2},Není povoleno přistupovat k {0} s {1} = {2} -apps/frappe/frappe/templates/emails/print_link.html +2,View this in your browser,Podívej se na to ve svém prohlížeči -DocType: DocType,Search Fields,Vyhledávací pole -sites/assets/js/desk.min.js +892,Email sent to {0},Email odeslán (komu) {0} -DocType: Event,Event,Událost -sites/assets/js/desk.min.js +901,"On {0}, {1} wrote:","Dne {0}, {1} napsal:" -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +80,Cannot delete standard field. You can hide it if you want,"Nelze smazat standardní pole. Můžete ji skrýt, pokud chcete" -DocType: Top Bar Item,For top bar,Pro horní panel -DocType: Print Settings,In points. Default is 9.,V bodech. Výchozí je 9. -sites/assets/js/editor.min.js +123,Reduce indent (Shift+Tab),Zmenšit odsazení (Shift+Tab) -DocType: Print Settings,"Print with Letterhead, unless unchecked in a particular Document","Tisk s hlavičkou Letterhead, pokud není nazaškrtnuté v konkrétním dokumentu" -DocType: Workflow State,heart,srdce -DocType: Workflow State,minus,mínus -sites/assets/js/desk.min.js +183,Server Error: Please check your server logs or contact tech support.,Serverová chyba: Prosím zkontrolujte serverové logy nebo kontaktujte technickou podporu. -apps/frappe/frappe/core/doctype/user/user.py +115,Welcome email sent,Uvítací email odeslán -apps/frappe/frappe/core/doctype/user/user.py +352,Already Registered,Již registrováno -DocType: System Settings,Float Precision,Počet desetinných míst -DocType: Property Setter,Property Setter,Konfigurátor vlastností -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +217,Select User or DocType to start.,Vyberte uživatele nebo DocType pro zahájení -apps/frappe/frappe/desk/page/applications/applications.js +24,No Apps Installed,Žádné Apps Instalovaný -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +181,Mark the field as Mandatory,Označit pole jako povinné -DocType: User,Google User ID,Google ID uživatele -apps/frappe/frappe/desk/form/utils.py +66,This method can only be used to create a Comment,Tuto metodu lze použít pouze k vytvoření komentář -apps/frappe/frappe/config/setup.py +195,Add custom forms.,Přidat vlastní formuláře. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,Systém poskytuje mnoho předdefinovaných rolí. Můžete přidat vlastní nové role pro detailnější nastavení oprávnění. -DocType: Country,Geo,Geo -DocType: Blog Category,Blog Category,Kategorie blogu -DocType: User,Roles HTML,Role HTML -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +109,All customizations will be removed. Please confirm.,Všechna přizpůsobení budou odebrána. Prosím potvrďte. -DocType: Page,Page HTML,HTML kód stránky -DocType: Web Page,Header,Záhlaví -sites/assets/js/desk.min.js +536,Unknown Column: {0},Neznámý sloupec: {0} -DocType: Email Alert Recipient,Optional: Always send to these ids. Each email id on a new row,Volitelné: Vždy zaslat na tyto id. Každé email id na novém řádku -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +292,Users with role {0}:,Uživatelé s rolí {0}: -DocType: Print Format,Custom Format,Vlastní formát -DocType: Website Settings,Integrations,Integrace -DocType: DocField,Section Break,Zalomení sekce -DocType: Communication,Sender Full Name,Odesílatel Jméno a příjmení -,Messages,Zprávy -apps/frappe/frappe/desk/query_report.py +75,Must specify a Query to run,Musíte specifikovat Dotaz pro spuštění -apps/frappe/frappe/config/setup.py +66,"Language, Date and Time settings","Nastavení Jazyka, Data a Času" -DocType: User,Represents a User in the system.,Představuje uživatele v systému -apps/frappe/frappe/desk/form/assign_to.py +114,"The task {0}, that you assigned to {1}, has been closed.","Úkol {0}, které jste přiřadili k {1}, byl uzavřen." -DocType: User,Modules Access,Moduly Přístup -DocType: Print Format,Print Format Type,Typ formátu tisku -sites/assets/js/desk.min.js +841,Open Source Applications for the Web,Open Source aplikací pro web -DocType: DocType,Hide Toolbar,Skrýt panel nástrojů -DocType: Email Account,SMTP Settings for outgoing emails,SMTP nastavení pro odchozí e-maily -apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +116,Import Failed,Import se nezdařil -apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Vaše heslo bylo aktualizováno. Zde je Vaše nové heslo -DocType: Email Account,Auto Reply Message,Zpráva automatické odpovědi -DocType: Email Alert,Condition,Podmínka -sites/assets/js/desk.min.js +829,Open a module or tool,Otevřít modul nebo nástroj -DocType: Module Def,App Name,Název aplikace -DocType: Workflow,"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Pole které reprezentuje stav toku (workflow) transakce (pakliže pole není přítomno, bude vytvořeno nové skryté přizpůsobené pole)" -apps/frappe/frappe/templates/pages/login.py +162,Email not verified with {1},Email není verifikován s {1} -DocType: Email Account,e.g. pop.gmail.com,např. pop.gmail.com -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +526,Edit to add content,Upravit pro přidání obsahu -DocType: Web Form,Advanced,Pokročilé -DocType: User,"User Type ""System User"" can access Desktop. ""Website User"" can only be logged into the website and portal pages.","User Type ""System User"" přístup Desktop. ""Webové stránky User"" může být přihlášen na webu a stránkách portálu pouze." -DocType: File Data,Attached To Name,Přiloženo jménu -apps/frappe/frappe/email/receive.py +53,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 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +469,Saved!,Uloženo! -apps/frappe/frappe/desk/page/activity/activity_row.html +17,Updated {0}: {1},Aktualizovaný {0}: {1} -DocType: DocType,Master,Hlavní -DocType: DocType,User Cannot Create,Uživatel nemůže Vytvořit -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +27,"These will also be set as default values for those links, if only one such permission record is defined.","Tyto budou rovněž nastaveny jako výchozí hodnoty pro tyto odkazy, pakliže pouze jeden záznam oprávnění je definován." -apps/frappe/frappe/desk/page/activity/activity.js +196,{0} on {1},{0} na {1} -DocType: Customize Form,Enter Form Type,Vložte typ formuláře -sites/assets/js/desk.min.js +917,Updated To New Version,Aktualizováno na novou verzi -DocType: DocField,Depends On,Závisí na -DocType: DocPerm,Additional Permissions,Rozšířená oprávnění -sites/assets/js/form.min.js +302,Compose,Skládat -apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,začněte vkládat data pod tímto řádkem -DocType: Workflow State,retweet,retweet -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +40,Update the template and save in CSV (Comma Separate Values) format before attaching.,Aktualizujte šablony a uložit ve formátu CSV (čárkami různé hodnoty) ve formátu před připojením. -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +163,Specify the value of the field,Zadejte hodnotu pole -apps/frappe/frappe/desk/page/activity/activity.js +152,May,Květen -apps/frappe/frappe/desk/page/activity/activity.js +152,Jan,Leden -DocType: Workflow State,eye-close,eye-close -,Applications,Aplikace -sites/assets/js/desk.min.js +211,Report this issue,Nahlásit tento problém -DocType: Custom Script,Adds a custom script (client or server) to a DocType,Přidá přizpůsobený skript (klient nebo server) do DocType -DocType: Customize Form Field,"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
-myfield +Press Esc to close,Pro zavření zmáčkněte Esc, +"A new task, {0}, has been assigned to you by {1}. {2}","Nový úkol, {0}, byla přiřazena k vám od {1}. {2}" +Post,Příspěvek, +Rename many items by uploading a .csv file.,Přejmenovat více položek nahráním souboru typu *.csv, +pause,pause, +You are not permitted to access this page.,Nemáte povolen přístup na tuto stránku. +Facebook Username,Facebook uživatelské jméno, +eye-open,eye-open, +Send After,Odeslat Po, +Please select a file or url,Prosím vyberte soubor nebo url, +DocField,DocField, +Comment By Fullname,Komentováno (celé jméno) +Not shared with anyone yet.,Nesdílí se s nikým dosud. +Options,Možnosti, +Cannot edit standard fields,Nelze upravit standardní pole, +Print Format Builder,Print Format Builder, +Report Manager,Manažer výpisi, +Document States,Dokument státy, +Sorry! I could not find what you were looking for.,"Je nám líto! Nemohl jsem najít to, co jste hledali." +This role update User Permissions for a user,Tato role aktualizuje uživatelská oprávnění pro uživatele, +Rename {0},Přejmenovat: {0} +zoom-out,Zmenšit, +Table {0} cannot be empty,Tabulka: {0} nemůže být prázdnt, +GitHub,GitHub, +Beginning with,počínaje, +Data Import Template,Šablona importu dat, +Parent,Nadřazeno, +"document type..., e.g. customer","typ dokumentu..., např.: zákazník" +Syntax error in Jinja template,Syntaxní chyba v šabloně Jinja, +"""Team Members"" or ""Management""","""Členové týmu"" nebo ""Vedení""" +Default for 'Check' type of field must be either '0' or '1',Výchozí hodnota pro 'zaškrtávací' pole musí být '0' nebo '1' +Enable Incoming,Povolení příchozích, +Danger,Nebezpečh, +th-large,th-large, +Unread Notification Sent,Nepřečtené oznámení Odesláno, +Export not allowed. You need {0} role to export.,Export není povolen. Potřebujete roli {0} pro exportování. +Set the display label for the field,Nastavit zobrazované označení pole, +Incorrect value: {0} must be {1} {2},Nesprávná hodnota: {0} musí být {1} {2} +"Change field properties (hide, readonly, permission etc.)","Změnit vlastnosti pole (skrýt, jen pro čtení, práva atd.)" +lock,zámek, +Settings for Contact Us Page.,Nastavení pro stránku Kontaktujte nás. +Administrator Logged In,Přihlášen Administrátor, +"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Možnosti kontaktu, např.: ""Dotaz prodeje, dotaz podpory"" atd., každý na novém řádku nebo oddělené čárkami." +Insert,Vložit, +Select {0},Vyberte {0} +Color,Barva, +indent-right,indent-right, +Web Link,Web odkaz, +"Recommended bulk editing records via import, or understanding the import format.","Doporučená hromadné editaci záznamů přes dovoz, nebo pochopení formát importu." +"Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type.","Na rozdíl od správce systému, role se sadou Oprávnění uživatele právo lze nastavit oprávnění pro ostatní uživatele pro daný typ dokumentu." +Company History,Historie organizace, +volume-up,volume-up, +Only allowed {0} rows in one import,Je povoleno pouze {0} řádků v jednom importu, +"To import or update records, you must first download the template for importing.","Chcete-li importovat nebo aktualizovat záznamy, musíte nejprve stáhnout pro import šablony." +Default Print Format,Výchozí formát tisku, +Tags,tagy, +Document Types,Typy dokumentu, +Workflow State Field,Pole stavu toku (workflow) +Title Field,Titulek pole, +"If you think this is unauthorized, please change the Administrator password.","Pokud si myslíte, že to je oprávněné, prosím, změňte heslo správce." +eject,eject, +Help for User Permissions,Pomoc pro uživatele oprávněnt, +Unsubscribe link: {0},Zrušit odkaz: {0} +Visit,Návštěva, +Install,Instalovat, +Twitter Share via,Sdílet pomocí Twitter, +Embed image slideshows in website pages.,Vloží promítání obrázků do www stránky. +Workflow Action Name,Název akce toku (workflow) +DocType can not be merged,DocType nemůže být sloučen, +Fieldtype,Typ pole, +Did not cancel,Nebylo zrušeno, +plus,plus, +Scheduler Log,Log plánovače, +You,Vy, +lowercase,malá písmena, +Everyone can read,Každý může číst, +Please specify user,Prosím specifikujte uživatele, +Email Unsubscribe,Email Odhlásit, +Select an image of approx width 150px with a transparent background for best results.,Zvolte obrázek s šířkou okolo 150px a s transparentním pozadím pro nejlepší výsledek. +"Insert After field '{0}' mentioned in Custom Field '{1}', does not exist","Vložit za pole '{0}' zmiňováno v přizpůsobeném poli '{1}', neexistuje" +circle-arrow-up,circle-arrow-up, +Uploading...,Nahrávám... +italic,italic, +{0}: Cannot set Import without Create,{0}: Nelze nastavit Import bez Vytvořenc, +Post Topic,Publikovat téma, +Widths can be set in px or %.,Šířky lze nastavit v px nebo %. +Permissions get applied on Users based on what Roles they are assigned.,Práva se aplikují na uživatele na základě přiřazené role. +You are not allowed to send emails related to this document,Nemáte povoleno odesílat emaily související s tímto dokumentem, +You are not allowed to delete a standard Website Theme,Ty není dovoleno odstranit standardní webové stránky Theme, +Example,Příklad, +gift,dárek, +Reqd,Vyžadováno, +Unable to find attachment {0},Nemohu najít přílohu: {0} +Assign a permission level to the field.,Přiřadit úroveň oprávnění poli. +Show / Hide Modules,Zobrazit / skrýt moduly, +Disable Report,Vypnout Report, +JavaScript Format: frappe.query_reports['REPORTNAME'] = {},JavaScript Formát: frappe.query_reports['REPORTNAME'] = {} +Doclist JSON,Doclist JSON, +chevron-up,chevron-up, +Documentation,Dokumentace, +Internal record of document shares,Interní záznam akcií dokumentN, +Comment,KomentáN, +Email limit {0} crossed,Email hranice {0} překročila, +"You can change Submitted documents by cancelling them and then, amending them.",Můžete upravit Odeslané dokumenty jejich zrušením a následovnou změnou. +Display,Zobrazit, +e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...,např.: (55 + 434) / 4 or =Math.sin(Math.PI/2)... +"If a Role does not have access at Level 0, then higher levels are meaningless.","Pakliže role nemá přístup na úrovni 0, pak vyšší úrovně nemají efekt." +Show more details,Zobrazit více podrobnosto, +Run scheduled jobs only if checked,Spouštět plánované operace pouze když je zaškrtnuto, +"Print Width of the field, if the field is a column in a table","Tisková šířka pole, pokud je pole sloupcem v tabulce" +headphones,sluchátka, +Bulk Email records.,Záznamy hromadných emailů. +Send download link of a recent backup to System Managers,Pošle odkaz na stažení vytvořené zálohy systémovým správcům, +e.g. replies@yourcomany.com. All replies will come to this inbox.,např. replies@yourcomany.com. Všechny odpovědi přijdou do této schránky. +Valid email and name required,Je vyžadován platný email a jméno, +Hide Heading,Skrýt záhlavo, +remove-circle,remove-circle, +Javascript to append to the head section of the page.,Javascript pro přidání do hlavičky stránky. +Reset to defaults,Obnovit výchoze, +Transition Rules,Pravidla transakce, +Example:,Příklad: +Defines workflow states and rules for a document.,Vymezuje jednotlivé stavy toků. +Show this field as title,Zobrazit toto pole jako titulek, +Fieldname {0} cannot have special characters like {1},FieldName {0} nemůže mít speciální znaky jako {1} +Error: Document has been modified after you have opened it,"Chyba: Dokument byl upraven poté, co jste ho otevřeli" +{0}: Cannot set Assign Submit if not Submittable,{0}: Nelze nastavit Odeslat když není Odeslatelnk, +Facebook,Facebook, +"Filtered by ""{0}""",Filtrováno podle "{0}" +Message from {0},Zpráva z {0} +Blog Title,Titulek blogu, +Edit to set heading,Upravit pro nastavení záhlavu, +Team Members,Členové týmu, +Please attach a file or set a URL,Prosím přiložte soubor nebo nastavte adresu URL, +Permissions,Oprávněnu, +plus-sign,plus-sign, +module name...,název modulu... +Public,Veřejnt, +Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet není nastaven. Prosím vytvořte nový e-mailový účet v Nastavení> E-mail> E-mailový účet, +Block Module,Block Module, +Export Template,Šablona exportu, +Module,Modul, +Send Alert On,Odeslat upozornění (kdy) +Website URL,URL webu, +"Customize Label, Print Hide, Default etc.","Přizpůsobit popisek, skrýt tisk, výchozí atd." +Create a New Format,Vytvořit nový formát, +Add a banner to the site. (small banners are usually good),Přidat banner na stránku. (malé bannery bývají ok) +Set Banner from Image,Nastavit banner z obrázku, +User {0} cannot be deleted,Uživatel: {0} nemůže být vymazán, +Another transaction is blocking this one. Please try again in a few seconds.,Další transakce blokuje tento jeden. Zkuste to prosím znovu za několik sekund. +Field Name,Název pole, +or,nebo, +Continue,Pokračovat, +Fieldname,Název pole, +certificate,certifikát, +Tile,Dlaždice, +"Get your globally recognized avatar from Gravatar.com","Pořiďte si celosvětově uznávaný avatar z Gravatar.com" +First data column must be blank.,První sloupec dat musí být prázdný. +Print,Tisk, +Restrict IP,Omezit IP, +Unable to send emails at this time,Nelze odeslat emaily v tomto Čase, +Search or type a command,Vyhledávání nebo zadejte příkaz, +e.g. smtp.gmail.com,např. smtp.gmail.com, +Add A New Rule,Přidat nové pravidlo, +Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,Název dokumentu typu (DocType) se kterým chcete provázat toto pole. Např.: Zákazník, +Roles Assigned,Přiřazení rolk, +Parent Label,nadřazený popisek, +Permissions are automatically translated to Standard Reports and Searches.,Oprávnění jsou automaticky překládána ve standardních výpisech a vyhledávačích. +Repeat Till,Opakovat dokud, +Will be used in url (usually first name).,Bude použito v url (obvykle první jméno). +Can not edit Read Only fields,Nemůžete upravovat pole určená pouze pro čtenu, +Edit Heading,Upravit záhlavu, +File URL,Adresa URL souboru, +Upcoming Events for Today,Nadcházející události pro dnešek, +Email By Document Field,Email od pole dokumentu, +File Data,Nahrané soubory, +Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node,Slučování je možné pouze mezi skupinami (skupina-skupina) nebo mezi uzlem typu stránka a jiným uzlem typu stránka, +Added {0},Přidáno: {0} +Fraction Units,Zlomkové jednotky, +Parent Web Page,nadřazená internetová stránka, +{0} must be set first,{0}: musí být nastaveno prvny, +plane,letadlo, +"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Pokud nahráváte nové záznamy, ""číselníky"" se stanou povinnými, pakliže jsou zvoleny." +Fold can not be at the end of the form,Fold nemůže být na konci formuláře, +System and Website Users,Systémový a veřejní uživatele, +Doc Status,Doc Status, +"Your download is being built, this may take a few moments...","Vaše záloha se připravuje pro stažení, tato operace může chvíli trvat v závislosti na objemu dat, trpělivost prosím …" +text in document type,text v typu dokumentu +Begin this page with a slideshow of images,Začněte tuto stránku slideshow obrázke, +Docname,Docname, +Version restored,Verze obnovena, +Event Role,Role události, +Indent (Tab),Odsazení (Tab) +List,seznam, +Page Role,Role stránky, +Field {0} in row {1} cannot be hidden and mandatory without default,Pole {0} na řádku {1} nemůže být skryté a povinné bez výchozí hodnoty, +mm/dd/yyyy,mm/dd/rrrr, +Re:,Re: +"Sub-currency. For e.g. ""Cent""","Sub-měna. Pro např ""Cent """ +Check this to make this the default letter head in all prints,Toto zaškrtněte pro vytvoření výchozího záhlaví pro veškerý tisk, +Server,Server, +Link,Odkaz, +No file attached,Žádný soubor nepřiložen, +Version,Verze, +Fill Screen,Vyplnit obrazovku, +Edit Permissions,Upravit oprávněnk, +Edit via Upload,Upravit pomocí Vkládánk, +Country Name,Stát Název, +About Us Team Member,O nás – člen týmu, +"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.","Oprávnění se nastavují na rolích a typech dokumentů (nazýváme je DocTypes) nastavením práv jako číst, Zapsat, Vytvořit, Smazat, Vložit, Zrušit, Změnit, Výpis, Import, Export, Tisk, Email a Nastavení uživatelských oprávnění." +"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Kromě pravidel oprávnění založených na rolích, můžete aplikovat uživatelská oprávnění založená na DocTypes." +"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value." +ID (name) of the entity whose property is to be set,ID (název) entity jejíž vlastnost bude nastavena, +Website Theme Image Link,Internetové stránky Téma Image Link, +Sidebar Items,Položky postranního panelu, +exclamation-sign,exclamation-sign, +Hide Sidebar,Skrýt Sidebar, +Gantt,Gantt, +Introduce your company to the website visitor.,Představte svoji organizaci návštěvníků internetových stránek. +Please duplicate this to make changes,"Prosím, kopírovat to, aby se změny" +Font Size,Velikost písma, +Unread Messages,Nepřečtené zprávy, +facetime-video,facetime-video, +1 comment,1 komentáa, +Days Before,Dny před, +Select a Banner Image first.,Zvolte nejdříve obrázek banneru. +volume-down,volume-down, +Send Notification to,Odeslat oznámení na, +Saved,Uloženo, +Please specify doctype,Prosím specifikujte doctype, +Format Data,Formát dat, +Customize Form Field,Přizpůsobit formulářové pole, +Check which Documents are readable by a User,"Podívejte se, které dokumenty jsou čitelné uživatelem" +Reset Password Key,Obnovit heslo klíče, +Enable Auto Reply,Povolit automatické odpovědi, +zoom-in,Zvětšit, +Unsubscribe from this list,Odhlásit se z tohoto seznamu, +Sep,Záře, +Width,Šířka, +Notify if unreplied,"Upozornit, pokud Nezodpovězená" +Fields,Pole, +Parent Table,nadřazená tabulka, +{0} in row {1} cannot have both URL and child items,{0} na řádku {1} nemůže mít zároveň URL a podřízené položky, +Root {0} cannot be deleted,Kořen (nejvyšší úroveň): {0} nelze smazat, +No comments yet,Zatím žádné komentáře, +Both DocType and Name required,Jak DOCTYPE tak Jméno je vyžadováno, +Cannot change docstatus from 1 to 0,Nelze změnit docstatus z 1 na 0, +Defines actions on states and the next step and allowed roles.,Definuje akce na stavech a další krok a povolené role. +"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",Nejlepší praxí je NEpřiřazovat stejnou sadu oprávnění různým rolím. Namísto toho nastavte více rolí stejnému uživateli. +Message to be displayed on successful completion,"Zpráva, která bude zobrazena po úspěšném dokončení" +Footer Items,Položky zápatu, +Menu,Menu, +DefaultValue,Výchozí hodnota, +User Roles,Uživatelské role, +Property Setter overrides a standard DocType or Field property,Konfigurátor vlastností přepisuje standardní DocType nebo vlastnosti pole, +Cannot Update: Incorrect / Expired Link.,Nelze obnovit: Neplatný / expirovaný odkaz. +Set Only Once,Nastavit pouze jednou, +{0}: Cannot set import as {1} is not importable,"{0}: Nelze nastavit import, protože {1} není importovatelné" +"target = ""_blank""","target = ""_blank""" +hdd,hdd, +You don't have access to Report: {0},Nemáte přístup k Reportu: {0} +Send Welcome Email,Odeslat uvítací e-mail, +Upload CSV file containing all user permissions in the same format as Download.,"Nahrát (upload) soubor CSV obsahující všechna uživatelská oprávnění ve stejném formatu, v jakém jste je stáhli." +Doc Name,Doc Name, +Heading,Nadpis, +resize-vertical,resize-vertical, +Introductory information for the Contact Us Page,Úvodní informace na stránce kontaktujte nás, +thumbs-down,thumbs-down, +Comment Time,Čas komentáře, +indent-left,indent-left, +Currency Name,Jméno měny, +Javascript,Javascript, +Content Hash,Otisk obsahu (hash) +Stores the JSON of last known versions of various installed apps. It is used to show release notes.,Uchovává JSON posledních známých verzí různých instalovaných aplikací. To se používá k zobrazení poznámky k vydání. +Google Font (Text),Google Font (Text) +Did not remove,Nebylo odebráno, +Query,Dotaz, +Sort Order,Pořadí řazeno, +'In List View' not allowed for type {0} in row {1},'V seznamu' není povoleno pro typ {0} na řádku {1} +Select the label after which you want to insert new field.,"Zvolte popisek, za kterým chcete vložit nové pole." +Tweet will be shared via your user account (if specified),Tweet bude sdílen skrze Váš uživatelský účet (pakliže je specifikován) +Document Share Report,Dokument Share Report, +Last Login,Poslední přihlášent, +Fieldname is required in row {0},Název pole je vyžadován v řádku: {0} +Column,Sloupec, +Adds a custom field to a DocType,Přidá přizpůsobené pole do DocType +Bold (Ctrl/Cmd+B),Tučně (Ctrl/Cmd+B) +Upload and Sync,Nahrát a sloučit, +Shared with {0},Společná pracoviště s {0} +Single Types have only one record no tables associated. Values are stored in tabSingles,Typy osamocené mají pouze jeden záznam - není asociovaná žádná tabulka. Hodnoty jsou uloženy v tabSingles, +Bulk Email,Hromadný Email, +Rules defining transition of state in the workflow.,Pravidla definující přechod stavů v tocích (workflow). +Index,Index, +Number list,číselný seznam, +Everyone,Všichni, +backward,pozpátku, +Set numbering series for transactions.,Nastavit čáslené řady pro transakce. +POP3 Server,POP3 server, +Last IP,Poslední IP, +Add To,Přidat do, +Filter records based on User Permissions defined for a user,Filtrovat záznamy za základě uživatelských oprávnění definovaných pro uživatele, +Insert picture (or just drag & drop),Vložit obrázek (nebo přetáhni & pusť) +Fieldname not set for Custom Field,Přizpůsobené pole nemá nastaven název, +Last Updated By,Naposledy aktualizováno by, +Background Color,Barva pozadv, +There were errors while sending email. Please try again.,Narazili jsme na problémy při odesílání emailu. Prosím zkuste to znovu. +0 is highest,0 je nejvyšša, +Value Changed,Hodnota změněna, +Duplicate name {0} {1},Duplicitní jméno {0} {1} +Web Form Field,Pole webového formuláře, +Hide field in Report Builder,Skrýt pole v konfigurátoru výpise, +Edit HTML,Upravit HTML, +Restore Original Permissions,Obnovit původní práva, +Button,Tlačítko, +Default Outgoing,Výchozí Odchoze, +play,play, +Click on the link below to complete your registration and set a new password,Klikněte na odkaz dole pro dokončení Vaší registrace a nastavení nového hesla, +Did not add,Nebylo přidáno, +Contact Us Settings,Nastavení - Kontaktujte nás, +text-width,text-width, +View Properties (via Customize Form),Zobrazení vlastností (přes Vlastní forma) +Sidebar,Postranní panel, +Report Builder reports are managed directly by the report builder. Nothing to do.,Výpisy konfigurátoru výpisů jsou spravovány přímo konfigurátorem výpisů. Nelze provést žádnou akci. +Cannot edit templated page,Nelze upravit stránku šablony, +none of,žádný z, +Upload User Permissions,Nahrát (upload) uživatelská oprávněny, +Checked items will be shown on desktop,Zaškrtnuté položky se zobrazí na ploše, +{0} cannot be set for Single types,{0} nelze nastavit pro Single types, +{0} updated,{0}: aktualizováno, +Report cannot be set for Single types,Výpis nemůže být nastaven pro typy osamoceny, +Feb,Únor, +Role,Role, +Cent,Cent, +Manage uploaded files.,Spravovat nahrané soubory. +"States for workflow (e.g. Draft, Approved, Cancelled).","Stavy toků jako např.: Rozpracováno, Schváleno, Zrušeno." +Set Quantity,Nastavit Množstvt, +Data Import Tool,Nástroj importování dat, +Registration Details Emailed.,Podrobnosti o registraci odeslány emailem. +Is Single,Je osamocena, +User ID of a Blogger,ID uživatele bloggera, +There should remain at least one System Manager,Měl by zde zbýt alespoň jeden systémový administrátor, +circle-arrow-right,circle-arrow-right, +Method,Metoda, +Script Report,Skriptovaný výpis, +Company Introduction,Představení organizace, +Apply User Permissions,Použít oprávněna, +Modules HTML,Moduly HTML, +Missing Values Required,Chybějící hodnoty vyžadovány, +{0} is not set,{0} není nastavena, +Not allowed to access {0} with {1} = {2},Není povoleno přistupovat k {0} s {1} = {2} +View this in your browser,Podívej se na to ve svém prohlížeči, +Search Fields,Vyhledávací pole, +Email sent to {0},Email odeslán (komu) {0} +Event,Událost, +"On {0}, {1} wrote:","Dne {0}, {1} napsal:" +Cannot delete standard field. You can hide it if you want,"Nelze smazat standardní pole. Můžete ji skrýt, pokud chcete" +For top bar,Pro horní panel, +In points. Default is 9.,V bodech. Výchozí je 9. +Reduce indent (Shift+Tab),Zmenšit odsazení (Shift+Tab) +"Print with Letterhead, unless unchecked in a particular Document","Tisk s hlavičkou Letterhead, pokud není nazaškrtnuté v konkrétním dokumentu" +heart,srdce, +minus,mínus, +Server Error: Please check your server logs or contact tech support.,Serverová chyba: Prosím zkontrolujte serverové logy nebo kontaktujte technickou podporu. +Welcome email sent,Uvítací email odeslán, +Already Registered,Již registrováno, +Float Precision,Počet desetinných míst, +Property Setter,Konfigurátor vlastnostn, +Select User or DocType to start.,Vyberte uživatele nebo DocType pro zahájenn, +No Apps Installed,Žádné Apps Instalovann, +Mark the field as Mandatory,Označit pole jako povinnn, +Google User ID,Google ID uživatele, +This method can only be used to create a Comment,Tuto metodu lze použít pouze k vytvoření komentán, +Add custom forms.,Přidat vlastní formuláře. +The system provides many pre-defined roles. You can add new roles to set finer permissions.,Systém poskytuje mnoho předdefinovaných rolí. Můžete přidat vlastní nové role pro detailnější nastavení oprávnění. +Geo,Geo, +Blog Category,Kategorie blogu, +Roles HTML,Role HTML, +All customizations will be removed. Please confirm.,Všechna přizpůsobení budou odebrána. Prosím potvrďte. +Page HTML,HTML kód stránky, +Header,Záhlavy, +Unknown Column: {0},Neznámý sloupec: {0} +Optional: Always send to these ids. Each email id on a new row,Volitelné: Vždy zaslat na tyto id. Každé email id na novém řádku, +Users with role {0}:,Uživatelé s rolí {0}: +Custom Format,Vlastní formát, +Integrations,Integrace, +Section Break,Zalomení sekce, +Sender Full Name,Odesílatel Jméno a příjment, +Messages,Zprávy, +Must specify a Query to run,Musíte specifikovat Dotaz pro spuštěnt, +"Language, Date and Time settings","Nastavení Jazyka, Data a Času" +Represents a User in the system.,Představuje uživatele v systému, +"The task {0}, that you assigned to {1}, has been closed.","Úkol {0}, které jste přiřadili k {1}, byl uzavřen." +Modules Access,Moduly Přístup, +Print Format Type,Typ formátu tisku, +Open Source Applications for the Web,Open Source aplikací pro web, +Hide Toolbar,Skrýt panel nástrojp, +SMTP Settings for outgoing emails,SMTP nastavení pro odchozí e-maily, +Import Failed,Import se nezdařil, +Your password has been updated. Here is your new password,Vaše heslo bylo aktualizováno. Zde je Vaše nové heslo, +Auto Reply Message,Zpráva automatické odpovědi, +Condition,Podmínka, +Open a module or tool,Otevřít modul nebo nástroj, +App Name,Název aplikace, +"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Pole které reprezentuje stav toku (workflow) transakce (pakliže pole není přítomno, bude vytvořeno nové skryté přizpůsobené pole)" +Email not verified with {1},Email není verifikován s {1} +e.g. pop.gmail.com,např. pop.gmail.com, +Edit to add content,Upravit pro přidání obsahu, +Advanced,Pokročilm, +"User Type ""System User"" can access Desktop. ""Website User"" can only be logged into the website and portal pages.","User Type ""System User"" přístup Desktop. ""Webové stránky User"" může být přihlášen na webu a stránkách portálu pouze." +Attached To Name,Přiloženo jménu, +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." +Yahoo Mail,Yahoo Mail, +Saved!,Uloženo! +Updated {0}: {1},Aktualizovaný {0}: {1} +Master,Hlavnt, +User Cannot Create,Uživatel nemůže Vytvořit, +"These will also be set as default values for those links, if only one such permission record is defined.","Tyto budou rovněž nastaveny jako výchozí hodnoty pro tyto odkazy, pakliže pouze jeden záznam oprávnění je definován." +{0} on {1},{0} na {1} +Enter Form Type,Vložte typ formuláře, +Updated To New Version,Aktualizováno na novou verzi, +Depends On,Závisí na, +Additional Permissions,Rozšířená oprávněne, +Compose,Skládat, +Start entering data below this line,začněte vkládat data pod tímto řádkem, +retweet,retweet, +Update the template and save in CSV (Comma Separate Values) format before attaching.,Aktualizujte šablony a uložit ve formátu CSV (čárkami různé hodnoty) ve formátu před připojením. +Specify the value of the field,Zadejte hodnotu pole, +May,Květen, +Jan,Leden, +eye-close,eye-close, +Applications,Aplikace, +Report this issue,Nahlásit tento problém, +Adds a custom script (client or server) to a DocType,Přidá přizpůsobený skript (klient nebo server) do DocType, +"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield, eval:doc.myfield=='My Value'
eval:doc.age>18","Toto pole se zobrazí pouze v případě, že fieldname zde definovány má hodnotu, nebo pravidla jsou pravdivé (příklady):
MyField eval: doc.myfield == 'My Value'
eval: doc.age> 18" -apps/frappe/frappe/email/doctype/email_alert/email_alert.py +20,Cannot set Email Alert on Document Type {0},Nelze nastavit emailové upozornění na typ dokumentu {0} -apps/frappe/frappe/config/website.py +49,Setup of fonts and background.,Nastavení fonty a pozadí. -DocType: Workflow Action,Workflow Action Master,Akce hlavních toků -DocType: Custom Field,Field Type,Typ pole -apps/frappe/frappe/utils/data.py +397,only.,pouze. -DocType: Feed,Doc Type,Doc Type -apps/frappe/frappe/email/receive.py +49,Invalid Mail Server. Please rectify and try again.,"Neplatný Mail Server. Prosím, opravu a zkuste to znovu." -DocType: DocField,"For Links, enter the DocType as range. +Cannot set Email Alert on Document Type {0},Nelze nastavit emailové upozornění na typ dokumentu {0} +Setup of fonts and background.,Nastavení fonty a pozadí. +Workflow Action Master,Akce hlavních toke, +Field Type,Typ pole, +only.,pouze. +Doc Type,Doc Type, +Invalid Mail Server. Please rectify and try again.,"Neplatný Mail Server. Prosím, opravu a zkuste to znovu." +"For Links, enter the DocType as range. For Select, enter list of Options, each on a new line.","Pro odkazy, zadejte DocType jako rozsah. Pro Select, zadejte seznam možností, z nichž každý na nový řádek." -DocType: Workflow State,film,film -apps/frappe/frappe/model/db_query.py +286,No permission to read {0},Bez oprávnění číst: {0} -apps/frappe/frappe/utils/nestedset.py +221,Multiple root nodes not allowed.,Není povoleno více kořenových uzlů (uzlů nejvyšší úrovně). -sites/assets/js/desk.min.js +603,Get,Získat -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +55,Options for select. Each option on a new line. e.g.:
Option 1
Option 2
Option 3
,Možnosti pro výběr. Každá možnost na novém řádku. Např.:
Možnost 1
Možnost 2
Možnost 3
-sites/assets/js/desk.min.js +125,Confirm,Potvrdit -DocType: System Settings,yyyy-mm-dd,rrrr-mm-dd -DocType: Website Slideshow,Website Slideshow,Promítání obrázků na www stránce -DocType: Website Settings,"Link that is the website home page. Standard Links (index, login, products, blog, about, contact)","Odkaz na domovskou www stránku. Standardní odkazy (index, přihlášení, produkty, blog, o nás, kontakt)" -sites/assets/js/editor.min.js +105,Bullet list,Bodový seznam -DocType: Website Settings,Banner Image,Obrázek banneru -DocType: Custom Field,Custom Field,Přizpůsobené pole -apps/frappe/frappe/email/doctype/email_alert/email_alert.py +13,Please specify which date field must be checked,Prosím specifikujte které datum musí být prověřeno -DocType: DocPerm,Set User Permissions,Nastavit práva -DocType: Email Account,Email Account Name,Název e-mailového účtu -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +248,Select Document Types,Zvolte typy dokumentů -DocType: Email Account,"e.g. ""Support"", ""Sales"", ""Jerry Yang""","např ""Podpora "","" Prodej"","" Jerry Yang """ -DocType: User,Facebook User ID,Facebook ID uživatele -DocType: Workflow State,fast-forward,fast-forward -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_column_selector.html +1,"Check columns to select, drag to set order.","Zkontrolujte, zda sloupce vybrat, přetáhnout nastavení pořadí." -DocType: Event,Every Day,Každý den -apps/frappe/frappe/email/smtp.py +58,Please setup default Email Account from Setup > Email > Email Account,"Prosím, nastavte výchozí e-mailový účet v Nastavení > E-mail > E-mailový účet" -DocType: Workflow State,move,Stěhovat -DocType: System Settings,Date and Number Format,Formát čísel a data -DocType: Website Theme,"Add the name of a Google Web Font e.g. ""Open Sans""","Přidejte název Google Web písma např "otevřené Sans"" -DocType: Web Form,Actions,Akce -DocType: Workflow State,align-justify,zarovnat-vyplnit -DocType: User,Middle Name (Optional),Druhé jméno (volitelné) -sites/assets/js/desk.min.js +519,No Results,Žádné výsledky -DocType: System Settings,Security,Bezpečnost -DocType: Currency,**Currency** Master,** Měna ** Hlavní -DocType: Website Settings,Address and other legal information you may want to put in the footer.,"Adresa a další formální informace, které byste rádi uvedli v zápatí." -sites/assets/js/list.min.js +102,Starred By Me,Hrál By Me -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +48,Select Document Type,Zvolte typ dokumentu -apps/frappe/frappe/utils/nestedset.py +201,Cannot delete {0} as it has child nodes,Nelze smazat {0} jelikož to má podřízené uzly -apps/frappe/frappe/templates/includes/list/filters.html +19,clear,jasný -apps/frappe/frappe/desk/doctype/event/event.py +24,Every day events should finish on the same day.,Denní události by měly skončit ve stejný den. -DocType: Communication,User Tags,Uživatelské štítky -DocType: Workflow State,download-alt,download-alt -DocType: Web Page,Main Section,Hlavní sekce -apps/frappe/frappe/core/doctype/doctype/doctype.py +226,{0} not allowed in fieldname {1},{0}: není povoleno v názvu pole {1} -DocType: Page,Icon,ikona -DocType: Web Page,Content in markdown format that appears on the main side of your page,"Obsah ve značkovacím formátu, který se zobrazí v hlavní části Vaší www stránky" -DocType: System Settings,dd/mm/yyyy,dd/mm/rrrr -DocType: Website Settings,"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Soubor ikony s příponou *.ico. Měl by být 16 x 16 px. Vygenerováno použitím favicon generator. [favicon-generator.org]" -DocType: Blog Settings,Blog Settings,Nastavení blogu -apps/frappe/frappe/templates/emails/new_user.html +8,You can also copy-paste this link in your browser,Můžete také kopírovat - vložit tento odkaz do Vašeho prohlížeče -DocType: Workflow State,bullhorn,megafon -DocType: Social Login Keys,Facebook Client Secret,Facebook tajný klíč klienta -DocType: Website Settings,Copyright,Copyright -DocType: Social Login Keys,Google Client Secret,Google tajný klíč klienta -apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Zapíše soubor Pythonu ve stejném adresáři kde je toto uloženo a vrátí sloupec a výsledek. -DocType: DocType,Sort Field,Pole řadit dle -apps/frappe/frappe/templates/pages/404.html +10,"We are very sorry for this, but the page you are looking for is missing (this could be because of a typo in the address) or moved.","Je nám velmi líto, ale stránka kterou hledáte chybí (může to být typografickou chybou v adresním řádku) nebo mohla být přesunuta." -apps/frappe/frappe/core/doctype/doctype/doctype.py +235,Field {0} of type {1} cannot be mandatory,Pole {0} typu {1} nemůže být povinné -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +414,If {0} is permitted,Pokud {0} je povoleno -,Activity,Činnost -DocType: Note,"Help: To link to another record in the system, use ""#Form/Note/[Note Name]"" as the Link URL. (don't use ""http://"")","Nápověda: Pro odkaz na jiný záznam v systému, použijte ""# Form / Note / [Poznámka: name]"" jako URL odkazu. (Nepoužívejte ""http: //"")" -apps/frappe/frappe/config/setup.py +185,Add fields to forms.,Přidat pole do formulářů. -apps/frappe/frappe/templates/pages/me.py +14,You need to be logged in to access this page.,"Musíte být přihlášen, aby přístup k této stránce." -DocType: Workflow State,leaf,list -apps/frappe/frappe/config/desktop.py +60,Installer,Instalátor -sites/assets/js/editor.min.js +113,Insert Link,Vložit odkaz -DocType: Contact Us Settings,Query Options,Možnosti dotazu -DocType: Patch Log,Patch Log,Záznam o o záplatách (patch) -DocType: Communication,Sent or Received,Odesláno či přijato -DocType: DefaultValue,Key,Klíč -apps/frappe/frappe/config/setup.py +54,Report of all document shares,Zpráva ze všech akcií dokumentů -sites/assets/js/desk.min.js +536,Starred By,Hvězdičkou By -apps/frappe/frappe/templates/pages/update-password.html +22,New Password,Nové heslo -DocType: Website Theme,Style using CSS,Styl pomocí CSS -DocType: Communication,Reference DocType,Reference DocType -DocType: User,System User,Systémový uživatel -DocType: Report,Is Standard,Je standardní -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +218,Specify a default value,Zadejte výchozí hodnotu -DocType: Website Settings,FavIcon,FavIcon -DocType: Workflow State,minus-sign,znaménko mínus -sites/assets/js/desk.min.js +182,Not Found,Nenalezeno -apps/frappe/frappe/templates/pages/print.py +127,No {0} permission,Bez oprávnění: {0} -DocType: Feed,Login,Přihlášení -DocType: System Settings,Enable Scheduled Jobs,Zapnout plánované operace (cron) -apps/frappe/frappe/core/page/data_import_tool/exporter.py +60,Notes:,Poznámky: -sites/assets/js/desk.min.js +507,Markdown,Markdown -DocType: DocShare,Document Name,Název dokumentu -DocType: Comment,Comment By,Komentováno (kým) -DocType: Customize Form,Customize Form,Přizpůsobit formulář -DocType: Currency,A symbol for this currency. For e.g. $,"Symbol této měny, např. $" -sites/assets/js/desk.min.js +839,Frappe Framework,Frappe Framework -apps/frappe/frappe/model/naming.py +162,Name of {0} cannot be {1},Název {0} nemůže být {1} -apps/frappe/frappe/config/setup.py +74,Show or hide modules globally.,Zobrazit nebo skrýt moduly globálně. -DocType: Workflow State,Success,Povedlo se -DocType: Website Settings,Sidebar Links for Home Page only,Odkazy postranního panelu pouze pro domovskou stránku -apps/frappe/frappe/templates/includes/login/login.js +119,Invalid Login,Neplatné přihlášení -DocType: Communication,Phone No.,Telefonní číslo -DocType: Workflow State,fire,oheň -DocType: Workflow State,picture,obrázek -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +301,Add A New Restriction,Přidat nový Omezení -DocType: Workflow Transition,Next State,Příští stav -sites/assets/js/editor.min.js +119,Align Left (Ctrl/Cmd+L),Zarovnat vlevo (Ctrl/Cmd+L) -DocType: User,Block Modules,Moduly Blokové -DocType: Web Page,Custom CSS,Přizpůsobené CSS -sites/assets/js/form.min.js +285,Add a comment,Přidat komentář -apps/frappe/frappe/config/setup.py +229,Log of error on automated events (scheduler).,Log chyb automatických událostí (plánovač). -apps/frappe/frappe/utils/csvutils.py +74,Not a valid Comma Separated Value (CSV File),Není validní CSV soubor (hodnoty oddělené čárkami) -DocType: Email Account,Default Incoming,Výchozí Příchozí -DocType: Workflow State,repeat,repeat -DocType: Website Settings,Banner,Banner -sites/assets/js/desk.min.js +822,Help on Search,Nápověda k vyhledávání -DocType: User,Uncheck modules to hide from user's desktop,Zrušte zaškrtnutí moduly se schovávat před desktopu uživatele -DocType: DocType,Hide Copy,Skrýt kopii -apps/frappe/frappe/core/doctype/user/user.js +168,Clear all roles,Odebrat všechny role -apps/frappe/frappe/model/base_document.py +287,{0} must be unique,{0} musí být jedinečný -apps/frappe/frappe/permissions.py +171,Row,Řádek -DocType: Workflow State,Check,Check -apps/frappe/frappe/desk/page/activity/activity.js +152,Apr,Dubna -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +58,Fieldname which will be the DocType for this link field.,Název pole který bude DocType pro toto provázané pole. -DocType: User,Email Signature,Zápatí v emailu (podpis) -DocType: Website Settings,Google Analytics ID,Google analytics ID -DocType: Website Theme,Link to your Bootstrap theme,Odkaz na motivu Bootstrap -sites/assets/js/desk.min.js +507,Edit as {0},Edit as {0} -sites/assets/js/desk.min.js +824,new type of document,nový typ dokumentu -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +194,No User Restrictions found.,Nebyly nalezeny žádné omezení uživatelů. -apps/frappe/frappe/email/doctype/email_account/email_account_list.js +10,Default Inbox,Výchozí Inbox -sites/assets/js/desk.min.js +521,Make a new,Nově Vytvořit -DocType: Print Settings,PDF Page Size,Velikost stránky PDF -sites/assets/js/desk.min.js +852,About,O aplikaci -apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,"For updating, you can update only selective columns.","Pro aktualizaci, můžete aktualizovat pouze vybrané sloupce." -sites/assets/js/desk.min.js +870,Attach Document Print,Přiložit tisku dokumentu -DocType: Social Login Keys,Google Client ID,Google ID klienta -apps/frappe/frappe/core/doctype/user/user.py +63,Adding System Manager to this User as there must be atleast one System Manager,Přidávám roli systémového správce tomuto uživateli jelikož musí existovat nejméně jeden systémový správce -apps/frappe/frappe/desk/doctype/todo/todo.py +17,Assigned to {0},Přiřazeno (komu) {0} -DocType: Workflow State,list-alt,list-alt -apps/frappe/frappe/templates/pages/update-password.html +69,Password Updated,Heslo aktualizováno -apps/frappe/frappe/core/page/modules_setup/modules_setup.js +18,"Select modules to be shown (based on permission). If hidden, they will be hidden for all users.","Zvolte které moduly budou zobrazeny (na základě oprávnění). Pokud jsou skryté, budou skryté pro všechny uživatele." -DocType: Top Bar Item,Link to the page you want to open,Odkaz na stánku kterou chcete otevřít -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +149,Permissions Updated,Oprávnění aktualizována -apps/frappe/frappe/core/doctype/doctype/doctype.py +240,Options requried for Link or Table type field {0} in row {1},Možnosti jsou vyžadovány pro odkaz nebo pole typu tabulka {0} na řádku {1} -DocType: Report,Query Report,Report dotazu -DocType: Communication,On,Kdy -DocType: User,Set New Password,Nastavit nové heslo -DocType: User,Github User ID,Github ID uživatele -DocType: Communication,Chat,Chat -apps/frappe/frappe/core/doctype/doctype/doctype.py +231,Fieldname {0} appears multiple times in rows {1},Název pole {0} se vyskytuje vícekrát na řádcích {1} -DocType: Workflow State,arrow-down,šipka-dolů -sites/assets/js/desk.min.js +779,Collapse,Sbalit -apps/frappe/frappe/model/delete_doc.py +131,User not allowed to delete {0}: {1},Uživatel nemá povoleno mazat {0}: {1} -DocType: Website Settings,Linked In Share,Provázáno ve sdílení -sites/assets/js/desk.min.js +536,Last Updated On,Naposledy Aktualizováno (kdy) -DocType: Website Settings,Top Bar,Horní panel -sites/assets/js/desk.min.js +463,Please save the document before uploading.,Před nahráním prosím uložení dokumentu. -apps/frappe/frappe/core/doctype/doctype/doctype.py +292,Fold must come before a Section Break,Složit musí přijít před konec oddílu -apps/frappe/frappe/core/doctype/user/user.py +374,Not allowed to reset the password of {0},Není povoleno obnovit heslo pro {0} -DocType: Workflow State,hand-down,hand-down -apps/frappe/frappe/core/doctype/doctype/doctype.py +385,{0}: Cannot set Cancel without Submit,{0}: Nelze nastavit Zrušit bez Odeslání -DocType: Website Theme,Theme,Téma -DocType: DocType,Is Submittable,Je Odeslatelné -apps/frappe/frappe/custom/doctype/property_setter/property_setter.js +7,Value for a check field can be either 0 or 1,Hodnota pro zaškrtávací pole může být 0 nebo 1 -apps/frappe/frappe/model/document.py +475,Could not find {0},Nemohu najít: {0} -apps/frappe/frappe/core/page/data_import_tool/exporter.py +217,Column Labels:,Označení sloupce: -apps/frappe/frappe/model/naming.py +62,Naming Series mandatory,Číselné řady jsou povinné -DocType: Social Login Keys,Facebook Client ID,Facebook ID klienta -DocType: Workflow State,Inbox,Inbox -DocType: Workflow State,Tag,Štítek -DocType: Custom Script,Script,Skript -sites/assets/js/desk.min.js +852,My Settings,Mé nastavení -DocType: Website Theme,Text Color,Barva textu -apps/frappe/frappe/website/doctype/web_form/web_form.py +53,Invalid Request,Neplatný požadavek -sites/assets/js/desk.min.js +366,This form does not have any input,Tento formulář nemá žádný vstup -apps/frappe/frappe/core/doctype/system_settings/system_settings.py +17,Session Expiry must be in format {0},Vypršení platnosti relace musí být ve formátu {0} -DocType: Top Bar Item,"Select target = ""_blank"" to open in a new page.","Zvolte cíl (target) = ""_blank"" pro otevření na nové stránce." -sites/assets/js/desk.min.js +555,Permanently delete {0}?,Smazat na trvalo: {0}? -apps/frappe/frappe/core/doctype/file_data/file_data.py +33,Same file has already been attached to the record,Stejný soubor již byl k záznamu přiložen -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +59,Ignore encoding errors.,Ignorovat kódování chyby. -DocType: Workflow State,wrench,wrench -apps/frappe/frappe/templates/emails/auto_reply.html +2,"Your query has been received. We will back reply shortly. If you have any additional information, please reply to this mail.","Váš dotaz byl přijat. Brzy Vám odpovíme. Máte-li jakékoli další informace, prosím, odpovězte na tento mail." -DocType: Website Settings,Disable Signup,Vypnout registrování -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,Role uživatelů mohou být nastaveny z jejich uživatelské stránky. -apps/frappe/frappe/website/doctype/web_page/web_page.py +158,Website Search,Website vyhledávání -DocType: DocField,Mandatory,Povinné -apps/frappe/frappe/core/doctype/doctype/doctype.py +356,{0}: No basic permissions set,{0}: Nejsou nastavena základní práva -apps/frappe/frappe/utils/backups.py +140,Download link for your backup will be emailed on the following email address: {0},Download link pro zálohování bude zasláno na e-mailovou adresu: {0} -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Význam pojmů Vložit, Zrušit, Změnit" -apps/frappe/frappe/desk/doctype/todo/todo_list.js +7,To Do,Úkoly -sites/assets/js/editor.min.js +94,Paragraph,Odstavec -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +133,Any existing permission will be deleted / overwritten.,Všechna stávající oprávnění budou smazána / přepsána. -DocType: DocField,Percent,Procento -DocType: Workflow State,book,kniha -DocType: Website Settings,Landing Page,Landing stránka -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Žádná oprávnění nastavena pro toto kritérium. -apps/frappe/frappe/config/setup.py +120,Setup Email Alert based on various criteria.,Nastavit emailová upozornění za základě různých kritérií. -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +93,Posts filed under {0},Příspěvky podané v rámci {0} -DocType: Email Alert,Send alert if date matches this field's value,Odeslat upozornění pokud datum souhlasí s hodnotou tohoto pole -DocType: Workflow,Transitions,Přechody -DocType: User,Login After,Přihlášení po -DocType: Workflow State,thumbs-up,thumbs-up -sites/assets/js/desk.min.js +870,Add Reply,Přidat odpověď -DocType: DocPerm,DocPerm,DocPerm -apps/frappe/frappe/core/doctype/doctype/doctype.py +273,Precision should be between 1 and 6,přesnost by měla být mezi 1 a 6 -DocType: About Us Team Member,Image Link,Odkaz na obrázek -DocType: Workflow State,step-backward,step-backward -apps/frappe/frappe/utils/boilerplate.py +228,{app_title},{app_title} -apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,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. -DocType: Workflow State,text-height,text-height -DocType: Workflow State,map-marker,map-marker -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +39,Submit an Issue,Vložit případ podpory -DocType: Event,Repeat this Event,Opakovat tuto událost -DocType: DocPerm,Amend,Změnit -apps/frappe/frappe/templates/includes/login/login.js +43,Valid Login id required.,Validní přihlašovací id je vyžadováno. -apps/frappe/frappe/desk/doctype/todo/todo.js +30,Re-open,Znovu otevřít -apps/frappe/frappe/core/doctype/docshare/docshare.py +44,{0} un-shared this document with {1},{0} již nesdílí tento dokument s {1} -apps/frappe/frappe/templates/emails/auto_reply.html +4,This is an automatically generated reply,To je automaticky generovaný odpověď -apps/frappe/frappe/model/document.py +376,Record does not exist,Záznam neexistuje -apps/frappe/frappe/templates/pages/404.html +4,Page missing or moved,Stránka chybí nebo byla přesunuta -sites/assets/js/desk.min.js +479,Open Link,Otevrít odkaz -apps/frappe/frappe/desk/form/load.py +42,Did not load,Nebylo nahráno -apps/frappe/frappe/desk/query_report.py +79,Query must be a SELECT,Dotaz musí být SELECT -DocType: Website Settings,Facebook Share,Facebook sdílení -apps/frappe/frappe/utils/file_manager.py +181,File size exceeded the maximum allowed size of {0} MB,Soubor překročil maximální povolenou velikost v MB: {0} -apps/frappe/frappe/core/doctype/doctype/doctype.py +344,Enter at least one permission row,Vložte přinejmenším jeden řádek oprávnění -sites/assets/js/desk.min.js +536,Created On,Vytvořeno (kdy) -DocType: Workflow State,align-center,zarovnat-střed -sites/assets/js/form.min.js +282,Can Write,Dokáže napsat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Některé dokumenty, například faktura, nemůže být změněna pokud je dokončena. Finální stav pro takové dokumenty se nazývá Vloženo. Můžete omezit, které role mohou vkládat." -DocType: Communication,Sender,Odesilatel -DocType: Web Page,Description for search engine optimization.,Popis pro optimalizaci pro vyhledávače. -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +21,Download Blank Template,Stáhněte si prázdnou šablonu -DocType: DocField,In Filter,Ve filtru -DocType: Website Theme,Footer Color,Zápatí Color -DocType: Web Page,"Page to show on the website -",Page ukázat na webových stránkách -apps/frappe/frappe/core/page/user_permissions/user_permissions.py +58,Cannot remove permission for DocType: {0} and Name: {1},Nemůžete odebrat oprávnění pro DocType: {0} a jméno: {1} -sites/assets/js/editor.min.js +115,Remove Link,Odebrat odkaz -apps/frappe/frappe/desk/page/activity/activity_row.html +11,Logged in,Přihlášen -apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default Sending and Inbox,Výchozí Odeslání a Inbox -DocType: Print Settings,Letter,Dopis -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +95,Reset Permissions for {0}?,Obnovit oprávnění pro: {0}? -apps/frappe/frappe/permissions.py +222,{0} {1} not found,{0} {1} nenalezeno -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +214,Show a description below the field,Zobrazit popis pod polem -DocType: Workflow State,align-left,zarovnat-vlevo -DocType: User,Defaults,Výchozí -sites/assets/js/desk.min.js +555,Merge with existing,Sloučit s existujícím -DocType: User,Birth Date,Datum narození -DocType: Workflow State,fast-backward,fast-backward -DocType: DocShare,DocShare,DocShare -DocType: Report,Add Total Row,Přidat řádek celkem -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +19,For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment.,"Například, pokud zrušíte a pozměnit INV004 se stane nový dokument INV004-1. To vám pomůže udržet přehled o každé změny." -DocType: Workflow Document State,0 - Draft; 1 - Submitted; 2 - Cancelled,0 - Rozpracováno; 1 - Odesláno; 2 - Zrušeno -apps/frappe/frappe/core/page/modules_setup/modules_setup.js +5,Show or Hide Modules,Skrýt či zobrazit moduly -DocType: File Data,Attached To DocType,Přiloženo k DocType -apps/frappe/frappe/desk/page/activity/activity.js +153,Aug,Srp -DocType: DocField,Int,Celé číslo -DocType: Currency,"1 Currency = [?] Fraction -For e.g. 1 USD = 100 Cent","1 Měna = [?] Zlomek +film,film, +No permission to read {0},Bez oprávnění číst: {0} +Multiple root nodes not allowed.,Není povoleno více kořenových uzlů (uzlů nejvyšší úrovně). +Get,Získat, +Options for select. Each option on a new line. e.g.:
Option 1
Option 2
Option 3
,Možnosti pro výběr. Každá možnost na novém řádku. Např.:
Možnost 1
Možnost 2
Možnost 3
+Confirm,Potvrdit, +yyyy-mm-dd,rrrr-mm-dd, +Website Slideshow,Promítání obrázků na www stránce, +"Link that is the website home page. Standard Links (index, login, products, blog, about, contact)","Odkaz na domovskou www stránku. Standardní odkazy (index, přihlášení, produkty, blog, o nás, kontakt)" +Bullet list,Bodový seznam, +Banner Image,Obrázek banneru, +Custom Field,Přizpůsobené pole, +Please specify which date field must be checked,Prosím specifikujte které datum musí být prověřeno, +Set User Permissions,Nastavit práva, +Email Account Name,Název e-mailového účtu, +Select Document Types,Zvolte typy dokumentm, +"e.g. ""Support"", ""Sales"", ""Jerry Yang""","např ""Podpora "","" Prodej"","" Jerry Yang """ +Facebook User ID,Facebook ID uživatele, +fast-forward,fast-forward, +"Check columns to select, drag to set order.","Zkontrolujte, zda sloupce vybrat, přetáhnout nastavení pořadí." +Every Day,Každý den, +Please setup default Email Account from Setup > Email > Email Account,"Prosím, nastavte výchozí e-mailový účet v Nastavení > E-mail > E-mailový účet" +move,Stěhovat, +Date and Number Format,Formát čísel a data, +"Add the name of a Google Web Font e.g. ""Open Sans""","Přidejte název Google Web písma např "otevřené Sans"" +Actions,Akce, +align-justify,zarovnat-vyplnit, +Middle Name (Optional),Druhé jméno (volitelné) +No Results,Žádné výsledky, +Security,Bezpečnost, +**Currency** Master,** Měna ** Hlavny, +Address and other legal information you may want to put in the footer.,"Adresa a další formální informace, které byste rádi uvedli v zápatí." +Starred By Me,Hrál By Me, +Select Document Type,Zvolte typ dokumentu, +Cannot delete {0} as it has child nodes,Nelze smazat {0} jelikož to má podřízené uzly, +clear,jasne, +Every day events should finish on the same day.,Denní události by měly skončit ve stejný den. +User Tags,Uživatelské štítky, +download-alt,download-alt, +Main Section,Hlavní sekce, +{0} not allowed in fieldname {1},{0}: není povoleno v názvu pole {1} +Icon,ikona, +Content in markdown format that appears on the main side of your page,"Obsah ve značkovacím formátu, který se zobrazí v hlavní části Vaší www stránky" +dd/mm/yyyy,dd/mm/rrrr, +"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Soubor ikony s příponou *.ico. Měl by být 16 x 16 px. Vygenerováno použitím favicon generator. [favicon-generator.org]" +Blog Settings,Nastavení blogu, +You can also copy-paste this link in your browser,Můžete také kopírovat - vložit tento odkaz do Vašeho prohlížeče, +bullhorn,megafon, +Facebook Client Secret,Facebook tajný klíč klienta, +Copyright,Copyright, +Google Client Secret,Google tajný klíč klienta, +Write a Python file in the same folder where this is saved and return column and result.,Zapíše soubor Pythonu ve stejném adresáři kde je toto uloženo a vrátí sloupec a výsledek. +Sort Field,Pole řadit dle, +"We are very sorry for this, but the page you are looking for is missing (this could be because of a typo in the address) or moved.","Je nám velmi líto, ale stránka kterou hledáte chybí (může to být typografickou chybou v adresním řádku) nebo mohla být přesunuta." +Field {0} of type {1} cannot be mandatory,Pole {0} typu {1} nemůže být povinno, +If {0} is permitted,Pokud {0} je povoleno, +Activity,Činnost, +"Help: To link to another record in the system, use ""#Form/Note/[Note Name]"" as the Link URL. (don't use ""http://"")","Nápověda: Pro odkaz na jiný záznam v systému, použijte ""# Form / Note / [Poznámka: name]"" jako URL odkazu. (Nepoužívejte ""http: //"")" +Add fields to forms.,Přidat pole do formulářů. +You need to be logged in to access this page.,"Musíte být přihlášen, aby přístup k této stránce." +leaf,list, +Installer,Instalátor, +Insert Link,Vložit odkaz, +Query Options,Možnosti dotazu, +Patch Log,Záznam o o záplatách (patch) +Sent or Received,Odesláno či přijato, +Key,Klío, +Report of all document shares,Zpráva ze všech akcií dokumento, +Starred By,Hvězdičkou By, +New Password,Nové heslo, +Style using CSS,Styl pomocí CSS, +Reference DocType,Reference DocType, +System User,Systémový uživatel, +Is Standard,Je standardno, +Specify a default value,Zadejte výchozí hodnotu, +FavIcon,FavIcon, +minus-sign,znaménko mínus, +Not Found,Nenalezeno, +No {0} permission,Bez oprávnění: {0} +Login,Přihlášen$1, +Enable Scheduled Jobs,Zapnout plánované operace (cron) +Notes:,Poznámky: +Markdown,Markdown, +Document Name,Název dokumentu, +Comment By,Komentováno (kým) +Customize Form,Přizpůsobit formulá$1, +A symbol for this currency. For e.g. $,"Symbol této měny, např. $" +Frappe Framework,Frappe Framework, +Name of {0} cannot be {1},Název {0} nemůže být {1} +Show or hide modules globally.,Zobrazit nebo skrýt moduly globálně. +Success,Povedlo se, +Sidebar Links for Home Page only,Odkazy postranního panelu pouze pro domovskou stránku, +Invalid Login,Neplatné přihlášene, +Phone No.,Telefonní číslo, +fire,ohee, +picture,obrázek, +Add A New Restriction,Přidat nový Omezene, +Next State,Příští stav, +Align Left (Ctrl/Cmd+L),Zarovnat vlevo (Ctrl/Cmd+L) +Block Modules,Moduly BlokovS, +Custom CSS,Přizpůsobené CSS, +Add a comment,Přidat komentáS, +Log of error on automated events (scheduler).,Log chyb automatických událostí (plánovač). +Not a valid Comma Separated Value (CSV File),Není validní CSV soubor (hodnoty oddělené čárkami) +Default Incoming,Výchozí Příchozt, +repeat,repeat, +Banner,Banner, +Help on Search,Nápověda k vyhledávánt, +Uncheck modules to hide from user's desktop,Zrušte zaškrtnutí moduly se schovávat před desktopu uživatele, +Hide Copy,Skrýt kopii, +Clear all roles,Odebrat všechny role, +{0} must be unique,{0} musí být jedinečnt, +Row,Řádek, +Check,Check, +Apr,Dubna, +Fieldname which will be the DocType for this link field.,Název pole který bude DocType pro toto provázané pole. +Email Signature,Zápatí v emailu (podpis) +Google Analytics ID,Google analytics ID, +Link to your Bootstrap theme,Odkaz na motivu Bootstrap, +Edit as {0},Edit as {0} +new type of document,nový typ dokumentu +No User Restrictions found.,Nebyly nalezeny žádné omezení uživatelů. +Default Inbox,Výchozí Inbox, +Make a new,Nově Vytvořit, +PDF Page Size,Velikost stránky PDF, +About,O aplikaci, +"For updating, you can update only selective columns.","Pro aktualizaci, můžete aktualizovat pouze vybrané sloupce." +Attach Document Print,Přiložit tisku dokumentu, +Google Client ID,Google ID klienta, +Adding System Manager to this User as there must be atleast one System Manager,Přidávám roli systémového správce tomuto uživateli jelikož musí existovat nejméně jeden systémový správce, +Assigned to {0},Přiřazeno (komu) {0} +list-alt,list-alt, +Password Updated,Heslo aktualizováno, +"Select modules to be shown (based on permission). If hidden, they will be hidden for all users.","Zvolte které moduly budou zobrazeny (na základě oprávnění). Pokud jsou skryté, budou skryté pro všechny uživatele." +Link to the page you want to open,Odkaz na stánku kterou chcete otevřít, +Permissions Updated,Oprávnění aktualizována, +Options requried for Link or Table type field {0} in row {1},Možnosti jsou vyžadovány pro odkaz nebo pole typu tabulka {0} na řádku {1} +Query Report,Report dotazu, +On,Kdy, +Set New Password,Nastavit nové heslo, +Github User ID,Github ID uživatele, +Chat,Chat, +Fieldname {0} appears multiple times in rows {1},Název pole {0} se vyskytuje vícekrát na řádcích {1} +arrow-down,šipka-dolt, +Collapse,Sbalit, +User not allowed to delete {0}: {1},Uživatel nemá povoleno mazat {0}: {1} +Linked In Share,Provázáno ve sdílen$1, +Last Updated On,Naposledy Aktualizováno (kdy) +Top Bar,Horní panel, +Please save the document before uploading.,Před nahráním prosím uložení dokumentu. +Fold must come before a Section Break,Složit musí přijít před konec oddílu, +Not allowed to reset the password of {0},Není povoleno obnovit heslo pro {0} +hand-down,hand-down, +{0}: Cannot set Cancel without Submit,{0}: Nelze nastavit Zrušit bez Odeslánn, +Theme,Téma, +Is Submittable,Je Odeslatelnn, +Value for a check field can be either 0 or 1,Hodnota pro zaškrtávací pole může být 0 nebo 1, +Could not find {0},Nemohu najít: {0} +Column Labels:,Označení sloupce: +Naming Series mandatory,Číselné řady jsou povinna, +Facebook Client ID,Facebook ID klienta, +Inbox,Inbox, +Tag,Štítek, +Script,Skript, +My Settings,Mé nastavena, +Text Color,Barva textu, +Invalid Request,Neplatný požadavek, +This form does not have any input,Tento formulář nemá žádný vstup, +Session Expiry must be in format {0},Vypršení platnosti relace musí být ve formátu {0} +"Select target = ""_blank"" to open in a new page.","Zvolte cíl (target) = ""_blank"" pro otevření na nové stránce." +Permanently delete {0}?,Smazat na trvalo: {0}? +Same file has already been attached to the record,Stejný soubor již byl k záznamu přiložen, +Ignore encoding errors.,Ignorovat kódování chyby. +wrench,wrench, +"Your query has been received. We will back reply shortly. If you have any additional information, please reply to this mail.","Váš dotaz byl přijat. Brzy Vám odpovíme. Máte-li jakékoli další informace, prosím, odpovězte na tento mail." +Disable Signup,Vypnout registrován$1, +Roles can be set for users from their User page.,Role uživatelů mohou být nastaveny z jejich uživatelské stránky. +Website Search,Website vyhledávána, +Mandatory,Povinna, +{0}: No basic permissions set,{0}: Nejsou nastavena základní práva, +Download link for your backup will be emailed on the following email address: {0},Download link pro zálohování bude zasláno na e-mailovou adresu: {0} +"Meaning of Submit, Cancel, Amend","Význam pojmů Vložit, Zrušit, Změnit" +To Do,Úkoly, +Paragraph,Odstavec, +Any existing permission will be deleted / overwritten.,Všechna stávající oprávnění budou smazána / přepsána. +Percent,Procento, +book,kniha, +Landing Page,Landing stránka, +No Permissions set for this criteria.,Žádná oprávnění nastavena pro toto kritérium. +Setup Email Alert based on various criteria.,Nastavit emailová upozornění za základě různých kritérií. +Posts filed under {0},Příspěvky podané v rámci {0} +Send alert if date matches this field's value,Odeslat upozornění pokud datum souhlasí s hodnotou tohoto pole, +Transitions,Přechody, +Login After,Přihlášení po, +thumbs-up,thumbs-up, +Add Reply,Přidat odpověe, +DocPerm,DocPerm, +Precision should be between 1 and 6,přesnost by měla být mezi 1 a 6, +Image Link,Odkaz na obrázek, +step-backward,step-backward, +{app_title},{app_title} +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. +text-height,text-height, +map-marker,map-marker, +Submit an Issue,Vložit případ podpory, +Repeat this Event,Opakovat tuto událost, +Amend,Změnit, +Valid Login id required.,Validní přihlašovací id je vyžadováno. +Re-open,Znovu otevřít, +{0} un-shared this document with {1},{0} již nesdílí tento dokument s {1} +This is an automatically generated reply,To je automaticky generovaný odpověe, +Record does not exist,Záznam neexistuje, +Page missing or moved,Stránka chybí nebo byla přesunuta, +Open Link,Otevrít odkaz, +Did not load,Nebylo nahráno, +Query must be a SELECT,Dotaz musí být SELECT, +Facebook Share,Facebook sdílene, +File size exceeded the maximum allowed size of {0} MB,Soubor překročil maximální povolenou velikost v MB: {0} +Enter at least one permission row,Vložte přinejmenším jeden řádek oprávněn$1, +Created On,Vytvořeno (kdy) +align-center,zarovnat-střed, +Can Write,Dokáže napsat, +"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Některé dokumenty, například faktura, nemůže být změněna pokud je dokončena. Finální stav pro takové dokumenty se nazývá Vloženo. Můžete omezit, které role mohou vkládat." +Sender,Odesilatel, +Description for search engine optimization.,Popis pro optimalizaci pro vyhledávače. +Download Blank Template,Stáhněte si prázdnou šablonu, +In Filter,Ve filtru, +Footer Color,Zápatí Color, +"Page to show on the website, +",Page ukázat na webových stránkách, +Remove Link,Odebrat odkaz, +Logged in,Přihlášen, +Default Sending and Inbox,Výchozí Odeslání a Inbox, +Letter,Dopis, +Reset Permissions for {0}?,Obnovit oprávnění pro: {0}? +{0} {1} not found,{0} {1} nenalezeno, +Show a description below the field,Zobrazit popis pod polem, +align-left,zarovnat-vlevo, +Defaults,Výchozo, +Merge with existing,Sloučit s existujícím, +Birth Date,Datum narozeno, +fast-backward,fast-backward, +DocShare,DocShare, +Add Total Row,Přidat řádek celkem, +For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment.,"Například, pokud zrušíte a pozměnit INV004 se stane nový dokument INV004-1. To vám pomůže udržet přehled o každé změny." +0 - Draft; 1 - Submitted; 2 - Cancelled,0 - Rozpracováno; 1 - Odesláno; 2 - Zrušeno, +Show or Hide Modules,Skrýt či zobrazit moduly, +Attached To DocType,Přiloženo k DocType, +Aug,Srp, +Int,Celé číslo, +"1 Currency = [?] Fraction, +For e.g. 1 USD = 100 Cent","1 Měna = [?] Zlomek, například pro 1 USD = 100 Cent" -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +363,Add New Permission Rule,Přidat nové pravidlo oprávnění -sites/assets/js/desk.min.js +512,You can use wildcard %,Můžete použít zástupný znak % -apps/frappe/frappe/desk/page/activity/activity.js +152,Mar,Bře -sites/assets/js/desk.min.js +768,"Only image extensions (.gif, .jpg, .jpeg, .tiff, .png, .svg) allowed","Pouze rozšíření obrazu (GIF, JPG, JPEG, TIFF, PNG, .svg) povolena" -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +35,Please Duplicate this Website Theme to customize.,"Prosím, Duplicate to Website Téma přizpůsobit." -DocType: DocField,Text Editor,Editor textu -apps/frappe/frappe/config/website.py +69,Settings for About Us Page.,Nastavení pro stránku O nás. -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +531,Edit Custom HTML,Upravit vlastní HTML -DocType: Email Alert,Value Change,Změnit hodnotu -DocType: Standard Reply,Standard Reply,Standardní odpověď -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +175,Width of the input box,Šířka vstupního pole -DocType: UserRole,UserRole,Role uživatele -DocType: Print Settings,With Letterhead,šířka Letterhead -apps/frappe/frappe/email/smtp.py +165,Invalid Outgoing Mail Server or Port,Neplatný odchozí Mail Server nebo Port -DocType: DocPerm,Write,Zapsat -apps/frappe/frappe/core/doctype/report/report.py +29,Only Administrator allowed to create Query / Script Reports,Pouze administrátor má povoleno vytvářet Dotazy (query) / skriptované výpisy (script reports) -sites/assets/js/form.min.js +180,Updating,Aktualizace -sites/assets/js/desk.min.js +870,Select Attachments,Vyberte přílohy -sites/assets/js/form.min.js +283,Attach File,Přiložit Soubor -apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you,Byl Vám vytvořen nový účet -apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Oznámení o aktualizování hesla -DocType: DocPerm,User Permission DocTypes,Uživatelská oprávnění DocTypes -sites/assets/js/desk.min.js +555,New Name,Nové jméno -sites/assets/js/form.min.js +196,Insert Above,Vložit Nad -sites/assets/js/list.min.js +21,Not Saved,Není uložené -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +246,Allow User If,Povolit uživatele Pokud -DocType: Custom Field,Default Value,Výchozí hodnota -DocType: Workflow Document State,Update Field,Aktualizovat pole -apps/frappe/frappe/email/doctype/email_account/email_account.py +237,Leave this conversation,Opustit tuto konverzaci -apps/frappe/frappe/model/base_document.py +353,Options not set for link field {0},Možnosti nejsou nastaveny pro provázané pole {0} -DocType: Workflow State,asterisk,asterisk -apps/frappe/frappe/core/page/data_import_tool/exporter.py +61,Please do not change the template headings.,Prosím neměňte nadpis šablony. -DocType: Workflow State,shopping-cart,nákupní košík -DocType: Social Login Keys,Google,Google -DocType: Workflow State,Inverse,Invertovat -DocType: DocField,User permissions should not apply for this Link,Uživatelská oprávnění by neměla být aplikována na tento odkaz -apps/frappe/frappe/model/naming.py +90,Invalid naming series (. missing),Neplatné číselné řady (. chybí) -DocType: System Settings,Language,Jazyk -DocType: DocPerm,Cancel,Zrušit -DocType: Web Page,Page content,Obsah stránky -apps/frappe/frappe/core/page/data_import_tool/exporter.py +91,Leave blank for new records,Nechte prázdné pro nové záznamy -apps/frappe/frappe/config/website.py +79,List of themes for Website.,Seznam témat pro webové stránky. -sites/assets/js/desk.min.js +852,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." -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 -DocType: Currency,Symbol,Symbol -apps/frappe/frappe/model/base_document.py +394,Row #{0}:,Řádek #{0}: -apps/frappe/frappe/core/doctype/user/user.py +80,New password emailed,Nové heslo zasláno emailem -apps/frappe/frappe/auth.py +198,Login not allowed at this time,Přihlášení není povoleno v tuto dobu -DocType: DocType,Permissions Settings,Nastavení oprávnění -sites/assets/js/desk.min.js +836,{0} List,Seznam: {0} -apps/frappe/frappe/desk/form/assign_to.py +39,Already in user's To Do list,Je již v uživatelském seznamu úkolů -DocType: Email Account,Enable Outgoing,Povolit odchozí -DocType: DocField,Text,Text -apps/frappe/frappe/config/setup.py +125,Standard replies to common queries.,Standardní odpovědi na běžné dotazy. -sites/assets/js/desk.min.js +852,Report an Issue,Nahlásit problém -apps/frappe/frappe/email/doctype/email_account/email_account_list.js +14,Default Sending,Výchozí Odeslání -DocType: Workflow State,volume-off,volume-off -DocType: Custom Field,Properties,Vlastnosti -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +47,"Do not update, but insert new records.","Nepoužívejte aktualizovat, ale vložit nové rekordy." -DocType: DocField,Dynamic Link,Dynamický odkaz -DocType: Property Setter,DocType or Field,DocType nebo pole -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +3,Quick Help for Setting Permissions,Rychlá Nápověda pro nastavení oprávnění -DocType: Report,Report Builder,Konfigurátor Reportu -DocType: Workflow,Workflow,Toky (workflow) -DocType: Workflow State,Upload,nahrát -DocType: System Settings,Date Format,Formát data -apps/frappe/frappe/website/doctype/blog_post/blog_post_list.js +7,Not Published,Není publikováno -apps/frappe/frappe/config/setup.py +168,"Actions for workflow (e.g. Approve, Cancel).","Akce toků jako např.: schválit, zrušit." -DocType: Workflow State,flag,flag -DocType: Web Page,Text Align,Zarovnání textu -DocType: Contact Us Settings,Forward To Email Address,Přeposlat na emailovou adresu -apps/frappe/frappe/core/doctype/doctype/doctype.py +79,Title field must be a valid fieldname,Titulek musí být validní název pole -DocType: Communication,Archived,Archivovaných -DocType: System Settings,Session Expiry in Hours e.g. 06:00,Vypršení platnosti relace v hodinách např. 06:00 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Pakliže toto nastavíte, uživatelé budou moci přistoupit pouze na dokumenty (např.: příspěvky blogu), kam existují odkazy (např.: blogger)." -apps/frappe/frappe/utils/csvutils.py +33,Unable to open attached file. Please try again.,Nemohu otevřít přiložený soubor. Prosím zkuste to znovu. -DocType: Scheduler Log,Log of Scheduler Errors,Log chyb plánovače. -sites/assets/js/form.min.js +180,Submitting,Odeslání -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +181,Custom HTML,Vlastní HTML -DocType: Comment,Comment Docname,Komentář Docname -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +54,Select Role,Vyberte roli -apps/frappe/frappe/model/delete_doc.py +200,Deleted,Vypouští se -DocType: Workflow State,adjust,adjust -DocType: Website Settings,Disable Customer Signup link in Login page,Vypnout odkaz pro registraci zákazníků na přihlašovací stránce -apps/frappe/frappe/core/report/todo/todo.py +21,Assigned To/Owner,Přiřazeno (komu)/Majitel -DocType: Workflow State,arrow-left,šipka-vlevo -apps/frappe/frappe/desk/page/applications/application_row.html +5,Installed,Instalováno -DocType: Workflow State,fullscreen,celá obrazovka -DocType: Event,Ref Name,Název reference -DocType: Web Page,Center,Střed -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup > User Permissions Manager,Nastavení > Správce oprávnění -DocType: Workflow Document State,Represents the states allowed in one document and role assigned to change the state.,Reprezentuje stavy povolené v jednom dokumentu a přiřazené role pro změnu stavu. -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +49,Refresh Form,Obnovit formulář -DocType: DocField,Select,Vybrat -apps/frappe/frappe/utils/csvutils.py +25,File not attached,Soubor není příložen -DocType: Top Bar Item,"If you set this, this Item will come in a drop-down under the selected parent.","Pokud je toto nastaveno, tato položka bude v rozevíracím seznamu (drop-down) pod zvoleným nadřazeným uzlem." -apps/frappe/frappe/model/db_query.py +389,Please select atleast 1 column from {0} to sort,Prosím vyberte nejméně 1 sloupec z {0} pro řazení -apps/frappe/frappe/templates/pages/print.py +153,No template found at path: {0},Žádná šablona nenalezena na cestě: {0} -DocType: Website Settings,"Menu items in the Top Bar. For setting the color of the Top Bar, go to selected Website Theme.","Položky menu v horní liště. Pro nastavení barvy horní liště, jděte na vybrané webové stránky tématu." -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +53,Submit after importing.,Odeslat po importu. -DocType: Blogger,Avatar,Avatar -DocType: Blogger,Posts,Příspěvky -sites/assets/js/desk.min.js +896,Dear,Vážený (á) -sites/assets/js/report.min.js +2,Tip: Double click cell to edit,Tip: Poklepáním buňka editovat -DocType: ToDo,Description and Status,Popis a stav -DocType: Web Page,HTML for header section. Optional,HTML kód pro záhlaví. Volitelné -apps/frappe/frappe/core/doctype/userrole/userrole.py +14,Role exists,Role existuje -sites/assets/js/desk.min.js +870,Select Print Format,Vybrat formát tisku -DocType: DocField,Print Hide,Skrýt tisk -sites/assets/js/desk.min.js +163,Enter Value,Zadejte hodnotu -DocType: Workflow State,tint,tint -DocType: Workflow State,Style,Styl -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +166,{0} comments,{0} komentáře -DocType: Customize Form Field,Label and Type,Popisek a typ -DocType: Workflow State,forward,předat dál -sites/assets/js/form.min.js +270,{0} edited this {1},{0} upravovat tento {1} -DocType: Web Page,Custom Javascript,Přizpůsobený Javascript -DocType: DocPerm,Submit,Odeslat -DocType: Website Settings,Sub-domain provided by erpnext.com,Sub doména poskytnutá (kým) erpnext.com -DocType: System Settings,dd-mm-yyyy,dd-mm-rrrr -apps/frappe/frappe/desk/query_report.py +69,Must have report permission to access this report.,Potřebujete práva pro přístup k tomuto Reportu. -apps/frappe/frappe/desk/doctype/event/event.py +62,Daily Event Digest is sent for Calendar Events where reminders are set.,Denní přehled událostí je zasílán pro kalendářní události kde je nastaveno připomínání. -sites/assets/js/desk.min.js +852,View Website,K webové stránce -DocType: Workflow State,remove,Odstranit -DocType: Email Account,If non standard port (e.g. 587),Není-li na standardním portu (např.: 587) -sites/assets/js/desk.min.js +852,Reload,Znovu načíst -DocType: Event,Participants,Účastníci -DocType: Bulk Email,Reference DocName,Reference DocName -DocType: Web Form,Success Message,Zpráva o úspěchu -DocType: DocType,User Cannot Search,Uživatel nemůže vyhledávat -apps/frappe/frappe/desk/page/activity/activity.js +47,Build Report,Sestav Report -apps/frappe/frappe/model/rename_doc.py +92,"{0} {1} does not exist, select a new target to merge","{0} {1} neexistuje, zvolte nový cíl pro sloučení" -apps/frappe/frappe/core/page/user_permissions/user_permissions.py +66,Cannot set permission for DocType: {0} and Name: {1},Nelze nastavit oprávnění pro DocType: {0} a jméno: {1} -DocType: Comment,Comment Doctype,Komentář Doctype -apps/frappe/frappe/core/page/modules_setup/modules_setup.js +55,There were errors,Vyskytly se chyby -apps/frappe/frappe/desk/doctype/todo/todo.js +22,Close,Zavřít -apps/frappe/frappe/model/document.py +412,Cannot change docstatus from 0 to 2,Nelze změnit docstatus z 0 na 2 -apps/frappe/frappe/core/doctype/doctype/doctype.py +244,Options must be a valid DocType for field {0} in row {1},Možnosti musí být validní DocType pro pole{0} na řádku {1} -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +159,Edit Properties,Upravit vlastnosti -DocType: Patch Log,List of patches executed,Seznam provedených záplat -DocType: Communication,Communication Medium,Komunikační médium -DocType: Website Settings,Banner HTML,Banner HTML -apps/frappe/frappe/model/base_document.py +398,"{0} {1} cannot be ""{2}"". It should be one of ""{3}""","{0} {1} nemůže být ""{2}"". Mělo by být jedno ze ""{3}""" -apps/frappe/frappe/core/doctype/user/user.py +156,Password Update,Aktualizovat heslo -DocType: Workflow State,trash,koš -apps/frappe/frappe/desk/page/activity/activity.js +153,Dec,Pro -DocType: Event,Leave blank to repeat always,Nechte prázdné pro opakování vždy -DocType: Event,Ends on,Končí -apps/frappe/frappe/utils/nestedset.py +181,Item cannot be added to its own descendants,Položka nemůže být přidána jako svůj vlastní podřízený potomek -sites/assets/js/form.min.js +270,{0} created this {1},{0} vytvoření této {1} -apps/frappe/frappe/desk/form/assign_to.py +120,"The task {0}, that you assigned to {1}, has been closed by {2}.","Úkol {0}, které jste přiřadili k {1}, bylo uzavřeno {2}." -DocType: Blogger,Short Name,Zkrácené jméno -DocType: Workflow State,magnet,magnet -apps/frappe/frappe/geo/doctype/currency/currency.js +7,This Currency is disabled. Enable to use in transactions,Tato měna je zakázáno. Povolení k použití při transakcích -DocType: Contact Us Settings,"Default: ""Contact Us""","Výchozí: ""Kontaktujte nás""" -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +371,"Level 0 is for document level permissions, higher levels for field level permissions.","úroveň 0 je pro úroveň oprávnění dokumentů, vyšší úrovně jsou pro úrovně oprávnění polí." -DocType: Custom Script,Sample,Vzorek -DocType: Event,Every Week,Týdně -DocType: Custom Field,Is Mandatory Field,Je Povinné Pole -DocType: User,Website User,Uživatel webu -DocType: Website Script,Script to attach to all web pages.,Skript pro přidání na všechny www stránky. -DocType: Web Form,Allow Multiple,Povolit vícenásobné -sites/assets/js/form.min.js +283,Assign,Přiřadit -apps/frappe/frappe/config/setup.py +93,Import / Export Data from .csv files.,Importovat / exportovat data z/do .csv souboru -DocType: Workflow State,Icon will appear on the button,Ikona se zobrazí na tlačítku -DocType: Web Page,Page url name (auto-generated),Název url stránky (generováno automaticky) -apps/frappe/frappe/core/page/user_permissions/user_permissions.py +105,Please upload using the same template as download.,Prosím nahrajte s použitím stejné šablony jakou jste stáhli. -apps/frappe/frappe/modules/__init__.py +81,App not found,Aplikace nenalezena -DocType: Workflow State,pencil,tužka -sites/assets/js/form.min.js +277,Share {0} with,Podíl {0} s -DocType: Workflow State,hand-up,hand-up -DocType: Blog Settings,Writers Introduction,Představení přispěvovatelů -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Zvolte DocType nebo roli pro zahájení -sites/assets/js/desk.min.js +788,Page not found,Stránka nenalezena -DocType: DocField,Precision,přesnost -DocType: Website Slideshow,Slideshow Items,Položky promítání obrázků -apps/frappe/frappe/model/delete_doc.py +153,Cannot delete or cancel because {0} {1} is linked with {2} {3},"Nelze smazat nebo zrušit, protože {0} {1} je provázáno s {2} {3}" -DocType: Website Settings,Twitter Share,Sdílet Twitter -DocType: Workflow State,Workflow State,Stav toků -apps/frappe/frappe/templates/pages/me.html +1,My Account,Můj Účet -apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,"Prosím klikněte na následující odkaz, pro nastavení nového hesla" -DocType: Email Alert,Days After,Dní po -DocType: Contact Us Settings,Settings for Contact Us Page,Nastavení pro stránku Kontaktujte nás -DocType: Custom Script,Script Type,Typ skriptu -DocType: Email Account,Footer,Zápatí -apps/frappe/frappe/utils/verified_command.py +38,Invalid Link,Neplatný Link -DocType: Web Page,Show Title,Show Název -DocType: Property Setter,Property Type,Typ vlastnosti -DocType: Workflow State,screenshot,snímek obrazovky -apps/frappe/frappe/core/doctype/report/report.py +24,Only Administrator can save a standard report. Please rename and save.,Pouze administrátor může uložit standardní výpis. Prosím přejmenujte a uložte. -DocType: DocField,Data,Data -sites/assets/js/desk.min.js +536,Document Status,Stav dokumentu -apps/frappe/frappe/core/page/data_import_tool/importer.py +175,Not allowed to Import,Není povoleno importovat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +22,Permission Levels,Úrovně oprávnění -DocType: Workflow State,Warning,Upozornění -DocType: DocType,In Dialog,V dialogu -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +142,Help,Nápověda -DocType: User,Login Before,Přihlášení před -DocType: Web Page,Insert Style,Vložit styl -apps/frappe/frappe/desk/page/applications/applications.js +94,Application Installer,Instalátor aplikací -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +246,Is,Je -DocType: Workflow State,info-sign,info-sign -DocType: Currency,"How should this currency be formatted? If not set, will use system defaults","Jak by se to měna naformátovat? Pokud není nastavena, použije výchozí nastavení systému" -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +249,Show User Permissions,Zobrazit práva uživatele -apps/frappe/frappe/utils/response.py +108,You need to be logged in and have System Manager Role to be able to access backups.,"Musíte být přihlášen a mít roli systémového správce, pro přístup k zálohám." -sites/assets/js/desk.min.js +522,Added {0} ({1}),Přidáno: {0} ({1}) -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +253,Fieldtype cannot be changed from {0} to {1} in row {2},Typ pole nemůže být změněn z {0} na {1} na řádku {2} -apps/frappe/frappe/core/doctype/doctype/doctype.py +304,Search Fields should contain valid fieldnames,Vyhledávací pole by měla obsahovat validní názvy polí -apps/frappe/frappe/core/doctype/user/user.js +323,Role Permissions,Oprávnění rolí -sites/assets/js/form.min.js +282,Can Read,Může Přečtěte si -DocType: Standard Reply,Response,Odpověď -sites/assets/js/form.min.js +282,Can Share,Mohou sdílet -apps/frappe/frappe/email/smtp.py +37,Invalid recipient address,Neplatná adresa příjemce -DocType: Workflow State,step-forward,step-forward -apps/frappe/frappe/core/doctype/user/user.js +45,Refreshing...,Obnovuji... -DocType: Event,Starts on,Začíná -DocType: Workflow State,th,th -sites/assets/js/desk.min.js +490,Create a new {0},Nově Vytvořit: {0} -sites/assets/js/desk.min.js +836,Open {0},Otevřít {0} -DocType: Workflow State,ok-sign,ok-sign -sites/assets/js/form.min.js +158,Duplicate,Duplikát -apps/frappe/frappe/email/doctype/email_alert/email_alert.py +16,Please specify which value field must be checked,Prosím specifikujte která hodnota musí být prověřena -apps/frappe/frappe/core/page/data_import_tool/exporter.py +69,"""Parent"" signifies the parent table in which this row must be added","""Nadřazeno"" značí tabulku, ve které musí být přidán tento řádek" -DocType: Website Theme,Apply Style,Aplikovat styl -sites/assets/js/form.min.js +283,Shared With,Sdílené S -,Modules Setup,Nastavení modulů -apps/frappe/frappe/core/page/data_import_tool/exporter.py +220,Type:,Typu: -apps/frappe/frappe/desk/moduleview.py +57,Module Not Found,Modul nenalezen -DocType: User,Location,Místo -,Permitted Documents For User,Povolené dokumenty uživatele -apps/frappe/frappe/core/doctype/docshare/docshare.py +33,"You need to have ""Share"" permission","Musíte mít ""Sdílet"" oprávnění" -sites/assets/js/form.min.js +210,Bulk Edit {0},Hromadná Upravit {0} -DocType: Email Alert Recipient,Email Alert Recipient,Příjemce upozornění emailem -DocType: About Us Settings,Settings for the About Us Page,Nastavení pro stránku O nás -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +5,Select Type of Document to Download,Zvolte typ dokumentu ke stažení -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +185,Use the field to filter records,Použijte pole pro filtrování záznamů -DocType: Email Account,Outlook.com,Outlook.com -DocType: System Settings,Scheduler Last Event,Scheduler Poslední závod -DocType: Website Settings,Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Přidat Google Analytics ID: např.: UA-89XXX57-1. Pro více informací prosím vyhledejte nápovědu na stránkách Google Analytics. -DocType: Email Alert Recipient,"Expression, Optional","Výraz, Volitelné" -DocType: Email Account,Check this to pull emails from your mailbox,"Podívejte se na to, aby vytáhnout e-maily z poštovní schránky" -apps/frappe/frappe/model/document.py +425,Cannot edit cancelled document,Nelze upravovat zrušeno dokument -apps/frappe/frappe/utils/nestedset.py +77,Nested set error. Please contact the Administrator.,Ošklivá chyba nastavení. Prosím kontaktujte admina. -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +11,, -DocType: Workflow State,envelope,obálka -apps/frappe/frappe/core/doctype/docshare/docshare.py +37,{0} shared this document with {1},{0} sdílí tento dokument s {1} -DocType: Website Settings,Google Plus One,Google Plus One -apps/frappe/frappe/desk/page/activity/activity.js +153,Jul,Červenec -DocType: Communication,Additional Info,Rozšířené informace -apps/frappe/frappe/config/website.py +44,"Setup of top navigation bar, footer and logo.","Nastavení horního navigačního panelu, zápatí a loga." -apps/frappe/frappe/core/doctype/doctype/doctype.py +352,For {0} at level {1} in {2} in row {3},Pro {0} na úrovni {1} v {2} na řádku {3} -DocType: Bulk Email,Recipient,Příjemce -apps/frappe/frappe/config/setup.py +137,Drag and Drop tool to build and customize Print Formats.,Drag and Drop nástroj k vytvoření a přizpůsobit tiskové formáty. -sites/assets/js/desk.min.js +779,Expand,Rozbalit -DocType: Workflow State,align-right,zarovnat-vpravo -DocType: Page,Roles,Role -DocType: System Settings,Session Expiry,Platnost relace -DocType: Workflow State,ban-circle,ban-circle -DocType: Event,Desk,Stůl -apps/frappe/frappe/core/doctype/report/report.js +8,Write a SELECT query. Note result is not paged (all data is sent in one go).,Napište SQL dotaz SELECT. Poznámka: výsledky nebudou stránkovány (všechna data budou odeslána najednou). -DocType: Email Account,Attachment Limit (MB),Omezit přílohu (MB) -sites/assets/js/form.min.js +196,Ctrl + Down,Ctrl + Down -DocType: User,User Defaults,Výchozí nastavení uživatele -DocType: Workflow State,chevron-down,chevron-down -DocType: Workflow State,th-list,th-list -DocType: Web Page,Enable Comments,Zapnout komentáře -DocType: User,Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),"Omezit přístup uživatele pouze z této IP adresy. Můžete přidat více IP adres, oddělených čárkou. Je možno zadat dílčí IP adresy jako (111.111.111)." -DocType: Website Theme,Google Font (Heading),Google Font (okruh) -sites/assets/js/desk.min.js +836,Find {0} in {1},Hledej: {0} v: {1} -DocType: Email Account,"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")","Připojit jako komunikace se proti tomuto DOCTYPE (musí mít pole, ""Status"", ""Předmět"")" -DocType: DocType,Allow Import via Data Import Tool,Povolit Import pomocí Nástroje pro Import Dat -apps/frappe/frappe/model/base_document.py +423,Not allowed to change {0} after submission,Není povoleno změnit {0} po vložení -DocType: Comment,Comment Type,Typ komentáře -apps/frappe/frappe/config/setup.py +8,Users,Uživatelé -DocType: Email Account,Signature,Podpis -apps/frappe/frappe/config/website.py +84,"Enter keys to enable login via Facebook, Google, GitHub.","Vložte klíče, které umožní přihlásit se přes Facebook, Google, GitHub." -sites/assets/js/list.min.js +67,Add a tag,Přidat značku -sites/assets/js/desk.min.js +475,Please attach a file first.,Prosím nejdříve přiložte soubor. -apps/frappe/frappe/model/naming.py +156,"There were some errors setting the name, please contact the administrator","Narazili jsme na problémy při nastavování jména, prosím kontaktujte administrátora" -DocType: Website Slideshow Item,Website Slideshow Item,Položka promítání obrázků www stránky -DocType: DocType,Title Case,Titulek případu -DocType: Blog Post,Email Sent,Email odeslán -sites/assets/js/desk.min.js +870,Send As Email,Odeslat jako email -DocType: Website Theme,Link Color,Barva odkazu -apps/frappe/frappe/core/doctype/user/user.py +47,User {0} cannot be disabled,Uživatel: {0} nemůže být vypnut -apps/frappe/frappe/core/doctype/user/user.py +470,"Dear System Manager,","Vážení System Manager," -apps/frappe/frappe/config/setup.py +214,Download Backup,Stáhnout zálohu -sites/assets/js/form.min.js +180,Amending,Kterým se mění -sites/assets/js/desk.min.js +512,Dialog box to select a Link Value,Dialogové okno pro výběr odkazu hodnoty -DocType: Contact Us Settings,Send enquiries to this email address,Odeslat dotazy na tuto emailovou adresu -DocType: Letter Head,Letter Head Name,Letter název záhlaví -apps/frappe/frappe/config/website.py +23,User editable form on Website.,Uživatelem přizpůsobitelné formuláře na stránkách. -DocType: Workflow State,file,soubor -apps/frappe/frappe/model/rename_doc.py +98,You need write permission to rename,Potřebujete oprávnění k zápisu pro přejmenování -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +426,Apply Rule,Použít pravidlo -DocType: User,Karma,Karma -DocType: DocField,Table,Tabulka -DocType: File Data,File Size,Velikost souboru -apps/frappe/frappe/website/doctype/web_form/web_form.py +87,You must login to submit this form,Musíte se přihlásit pro odeslání tohoto formuláře -DocType: User,Background Image,Obrázek na pozadí -sites/assets/js/form.min.js +261,New Custom Print Format,New Custom Print Format -DocType: DocPerm,Create,Vytvořit -DocType: About Us Settings,Org History,Historie organizace -DocType: Workflow,Workflow Name,Jméno toku -DocType: Web Form,Allow Edit,Povolit úpravy -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +64,Cannot change state of Cancelled Document. Transition row {0},Nelze změnit stav zrušeného dokumentu. řádek transakce: {0} -DocType: Workflow,"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Pravidla pro přechod stavů, jako následný stav a která role má povoleno změnit stav atd." -apps/frappe/frappe/desk/form/save.py +21,{0} {1} already exists,{0} {1} již existuje -DocType: User,Github Username,Github - uživatelské jméno -DocType: Web Page,Title / headline of your page,Titulek / nadpis Vaší stránky -DocType: DocType,Plugin,Doplněk -sites/assets/js/desk.min.js +881,Add Attachments,Přidat přílohy -DocType: Workflow State,signal,signal -DocType: DocType,Show Print First,Zobrazit nejdříve tisk -DocType: Print Settings,Monochrome,Monochromatické -DocType: Workflow,"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Mohou existovat různé ""stavy"" tohoto dokumentu. Jako ""Otevřeno"", ""Čeká na schválení"" atd." -apps/frappe/frappe/utils/verified_command.py +39,This link is invalid or expired. Please make sure you have pasted correctly.,"Tento odkaz je neplatný nebo vypršela. Ujistěte se, že jste vložili správně." -DocType: Web Form,Web Form Fields,Pole webových formulářů -DocType: Website Theme,Top Bar Text Color,Top Bar Barva textu -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +366,Remove Section,Odstranit oddíl -sites/assets/js/desk.min.js +439,Invalid Email: {0},Neplatný email: {0} -apps/frappe/frappe/desk/doctype/event/event.py +16,Event end must be after start,Konec události musí být po začátku události -apps/frappe/frappe/templates/includes/sidebar.html +7,Back,Zpět -apps/frappe/frappe/desk/query_report.py +21,You don't have permission to get a report on: {0},Nemáte práva přistoupit k výpisu: {0} -sites/assets/js/desk.min.js +493,Advanced Search,Pokročilé vyhledávání -apps/frappe/frappe/core/doctype/user/user.py +381,Password reset instructions have been sent to your email,Informace o obnově hesla byly zaslány na Váš email -apps/frappe/frappe/config/setup.py +223,Manage cloud backups on Dropbox,Spravuje zálohy na službě Dropbox -DocType: Workflow,States,Stavy -DocType: Email Alert,Attach Print,Připojit Tisk -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +18,"When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number.","Pokud změníte dokument po jeho zrušení a uložíte ho, dostane přiřazeno nové číslo. Toto je verze starého čísla." -apps/frappe/frappe/core/doctype/doctype/doctype.py +37,{0} not allowed in name,{0}: není povoleno v názvu -DocType: Workflow State,circle-arrow-left,circle-arrow-left -apps/frappe/frappe/sessions.py +106,Redis cache server not running. Please contact Administrator / Tech support,"Redis vyrovnávací server neběží. Prosím, obraťte se na správce / technickou podporu" -sites/assets/js/desk.min.js +823,Make a new record,Nově Vytvořit záznam -DocType: Currency,Fraction,Zlomek -sites/assets/js/desk.min.js +464,Select from existing attachments,Vyberte ze stávajících příloh -DocType: Custom Field,Field Description,Popis pole -apps/frappe/frappe/model/naming.py +49,Name not set via Prompt,Název není nastaven pomocí prompt -DocType: Note,Note is a free page where users can share documents / notes,"Poznámka: je zdarma stránky, kde mohou uživatelé sdílet dokumenty / poznámky" -DocType: Website Theme,Top Bar Color,Top Bar Color -DocType: DocType,Allow Import,Povolit import -apps/frappe/frappe/templates/includes/comments/comments.py +57,New comment on {0} {1},Nový komentář: {0} {1} -DocType: Workflow State,glass,glass -DocType: Country,Time Zones,Časová pásma -DocType: Workflow State,remove-sign,remove-sign -apps/frappe/frappe/config/setup.py +158,Define workflows for forms.,Vymezuje toky (workflow) pro formuláře. -DocType: Website Settings,Misc,Různé -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +155,Start new Format,Začít Nový formát -DocType: Workflow State,font,font -DocType: Customize Form Field,Is Custom Field,Je Vlastní pole -DocType: Workflow,"If checked, all other workflows become inactive.","Pakliže je toto zaškrtnuto, všechny ostatní toky (workflow) se stanou neaktivními." -apps/frappe/frappe/core/doctype/report/report.js +10,[Label]:[Field Type]/[Options]:[Width],[Označení]:[Typ pole]/[Možnosti]:[šířka] -DocType: Workflow State,folder-close,folder-close -DocType: Email Alert Recipient,Optional: Alert will only be sent if value is a valid email id.,Volitelné: Upozornění bude zasláno pouze pokud hodnota je validní email id. -apps/frappe/frappe/model/rename_doc.py +101,{0} not allowed to be renamed,{0}: není povoleno přejmenovat -DocType: Custom Script,Custom Script,Přizpůsobený skript -DocType: ToDo,Assigned To,Přiřazeno (komu) -apps/frappe/frappe/core/doctype/user/user.py +165,Verify Your Account,Ověřit Váš účet -DocType: Workflow Transition,Action,Akce -apps/frappe/frappe/core/page/data_import_tool/exporter.py +221,Info:,Informace: -DocType: Custom Field,Permission Level,úroveň oprávnění -DocType: User,Send Notifications for Transactions I Follow,Posílat oznámení pro transakce sleduji -apps/frappe/frappe/core/doctype/doctype/doctype.py +388,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Nelze nastavit Odeslat, Zrušit, Změnit bez zapsání" -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup > User,Nastavení > Uživatel -apps/frappe/frappe/templates/emails/password_reset.html +6,Thank you,Děkujeme Vám -sites/assets/js/form.min.js +180,Saving,Spoření -DocType: Print Settings,Print Style Preview,Náhled stylu tisku -DocType: About Us Settings,About Us Settings,Nastavení O nás -DocType: Website Settings,Website Theme,Internetové stránky Téma -DocType: DocField,In List View,V seznamu -DocType: Email Account,Use TLS,Použít TLS -apps/frappe/frappe/email/smtp.py +34,Invalid login or password,Neplatné heslo či uživatelské jméno -apps/frappe/frappe/config/setup.py +190,Add custom javascript to forms.,Přidat přizpůsobený javascript do formulářů. -,Role Permissions Manager,Správce rolí a oprávnění -DocType: Website Theme,This must be checked if the below style settings are applicable,"Toto je třeba zkontrolovat, zda nastavení níže stylu jsou použitelné" -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +111,Name of the new Print Format,Jméno nového Print Format -apps/frappe/frappe/core/page/data_import_tool/exporter.py +219,Mandatory:,Povinné: -,User Permissions Manager,Správce oprávnění -DocType: Property Setter,New value to be set,Nová hodnota k nastavení -DocType: Email Alert,Days Before or After,Dnů před nebo po -DocType: Email Alert,Email Alert,Upozornění emailem -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +34,Select Document Types to set which User Permissions are used to limit access.,Zvolte typ dokumentu pro nastavení která uživatelská oprávnění budou použita pro omezení přístupu. -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +84,Blog,Blog -apps/frappe/frappe/email/bulk.py +167,{0} has has left the conversation in {1} {2},{0} již opustil konverzaci v {1} {2} -DocType: Workflow State,hand-right,hand-right -DocType: Website Settings,Subdomain,Sub doména -DocType: Web Form,Allow Delete,Povolit mazání -DocType: Email Alert,Message Examples,Příklady Zpráv -DocType: Web Form,Login Required,Přihlášení vyžadováno -apps/frappe/frappe/config/website.py +59,Write titles and introductions to your blog.,Zadejte titulek a úvod pro Váš blog. -DocType: Email Account,Notify if unreplied for (in mins),"Upozornit, pokud Nezodpovězená pro (v min)" -apps/frappe/frappe/config/website.py +64,Categorize blog posts.,Kategorizujte příspěvky blogu. -DocType: DocField,Attach,Přiložit -DocType: DocType,Permission Rules,Pravidla oprávnění -sites/assets/js/form.min.js +157,Links,Odkazy -apps/frappe/frappe/model/base_document.py +322,Value missing for,Chybí hodnota pro -apps/frappe/frappe/model/delete_doc.py +135,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: Odeslaný záznam nemůže být smazán. -DocType: DocPerm,Read,Číst -apps/frappe/frappe/templates/pages/update-password.html +18,Old Password,Staré heslo -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +97,Posts by {0},Příspěvky od {0} -apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Pro formátování sloupců, zadejte označení sloupců v dotazu." -apps/frappe/frappe/core/doctype/doctype/doctype.py +415,{0}: Cannot set Assign Amend if not Submittable,{0}: Nelze nastavit přiřadit Změny když není Odeslatelné -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Upravit oprávnění rolí -DocType: Social Login Keys,Social Login Keys,Přihlašování přes sociální služby -DocType: Comment,Comment Date,Datum komentáře -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +54,Remove all customizations?,Odebrat všechna přizpůsobení? -DocType: Website Slideshow,Slideshow Name,Název promítání obrázků -sites/assets/js/form.min.js +180,Cancelling,Zrušení -DocType: DocType,Allow Rename,Povolit přejmenování -DocType: DocType,Child Tables are shown as a Grid in other DocTypes.,Podřízené tabulky jsou zobrazovány jako mřížka v jiných DocTypes. -DocType: Website Settings,"If checked, the Home page will be the default Item Group for the website.","Pakliže je toto zaškrtnuto, domovská stránka se stane výchozí skupinou položek pro www stránku." -DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Popis pro stránku výpisů, v čistém textu, pouze pár řádek. (max 140 znaků)" -sites/assets/js/desk.min.js +852,Forums,Fóra -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +297,Add A User Restriction,Přidání uživatele Omezení -DocType: DocType,Name Case,Název případu -apps/frappe/frappe/model/base_document.py +318,Data missing in table,Data chybí v tabulce -DocType: Web Form,Success URL,URL Povedlo se -DocType: Email Account,Append To,Připojit k -DocType: Workflow Document State,Only Allow Edit For,Je povolenou pouze upravovat pro -DocType: DocType,DocType,DocType -apps/frappe/frappe/core/doctype/user/user.py +384,User {0} does not exist,Uživatel: {0} neexistuje -DocType: Website Theme,"If image is selected, color will be ignored.","Pokud je vybraný obraz, bude barva ignorovány." -DocType: Top Bar Item,Top Bar Item,Položka horního panelu -apps/frappe/frappe/utils/csvutils.py +50,"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Neznámé kódování souboru. Vyzkoušeno utf-8, windows-1250, windows-1252." -apps/frappe/frappe/core/doctype/user/user.py +103,Sorry! Sharing with Website User is prohibited.,Je nám líto! Sdílení s webových stránek Uživateli je zakázáno. -apps/frappe/frappe/core/doctype/user/user.js +158,Add all roles,Přidat všechny role -apps/frappe/frappe/templates/includes/contact.js +11,"Please enter both your email and message so that we \ +Add New Permission Rule,Přidat nové pravidlo oprávněn$1, +You can use wildcard %,Můžete použít zástupný znak % +Mar,Bře, +"Only image extensions (.gif, .jpg, .jpeg, .tiff, .png, .svg) allowed","Pouze rozšíření obrazu (GIF, JPG, JPEG, TIFF, PNG, .svg) povolena" +Please Duplicate this Website Theme to customize.,"Prosím, Duplicate to Website Téma přizpůsobit." +Text Editor,Editor textu, +Settings for About Us Page.,Nastavení pro stránku O nás. +Edit Custom HTML,Upravit vlastní HTML, +Value Change,Změnit hodnotu, +Standard Reply,Standardní odpověL, +Width of the input box,Šířka vstupního pole, +UserRole,Role uživatele, +With Letterhead,šířka Letterhead, +Invalid Outgoing Mail Server or Port,Neplatný odchozí Mail Server nebo Port, +Write,Zapsat, +Only Administrator allowed to create Query / Script Reports,Pouze administrátor má povoleno vytvářet Dotazy (query) / skriptované výpisy (script reports) +Updating,Aktualizace, +Select Attachments,Vyberte přílohy, +Attach File,Přiložit Soubor, +A new account has been created for you,Byl Vám vytvořen nový účet, +Password Update Notification,Oznámení o aktualizování hesla, +User Permission DocTypes,Uživatelská oprávnění DocTypes, +New Name,Nové jméno, +Insert Above,Vložit Nad, +Not Saved,Není uložene, +Allow User If,Povolit uživatele Pokud, +Default Value,Výchozí hodnota, +Update Field,Aktualizovat pole, +Leave this conversation,Opustit tuto konverzaci, +Options not set for link field {0},Možnosti nejsou nastaveny pro provázané pole {0} +asterisk,asterisk, +Please do not change the template headings.,Prosím neměňte nadpis šablony. +shopping-cart,nákupní košík, +Google,Google, +Inverse,Invertovat, +User permissions should not apply for this Link,Uživatelská oprávnění by neměla být aplikována na tento odkaz, +Invalid naming series (. missing),Neplatné číselné řady (. chybí) +Language,Jazyk, +Cancel,Zrušit, +Page content,Obsah stránky, +Leave blank for new records,Nechte prázdné pro nové záznamy, +List of themes for Website.,Seznam témat pro webové stránky. +Logout,Odhlásit se, +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." +"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." +bookmark,záložka, +Symbol,Symbol, +Row #{0}:,Řádek #{0}: +New password emailed,Nové heslo zasláno emailem, +Login not allowed at this time,Přihlášení není povoleno v tuto dobu, +Permissions Settings,Nastavení oprávněnm, +{0} List,Seznam: {0} +Already in user's To Do list,Je již v uživatelském seznamu úkolt, +Enable Outgoing,Povolit odchozt, +Text,Text, +Standard replies to common queries.,Standardní odpovědi na běžné dotazy. +Report an Issue,Nahlásit problém, +Default Sending,Výchozí Odeslánm, +volume-off,volume-off, +Properties,Vlastnosti, +"Do not update, but insert new records.","Nepoužívejte aktualizovat, ale vložit nové rekordy." +Dynamic Link,Dynamický odkaz, +DocType or Field,DocType nebo pole, +Quick Help for Setting Permissions,Rychlá Nápověda pro nastavení oprávněnz, +Report Builder,Konfigurátor Reportu, +Workflow,Toky (workflow) +Upload,nahrát, +Date Format,Formát data, +Not Published,Není publikováno, +"Actions for workflow (e.g. Approve, Cancel).","Akce toků jako např.: schválit, zrušit." +flag,flag, +Text Align,Zarovnání textu, +Forward To Email Address,Přeposlat na emailovou adresu, +Title field must be a valid fieldname,Titulek musí být validní název pole, +Archived,Archivovaných, +Session Expiry in Hours e.g. 06:00,Vypršení platnosti relace v hodinách např. 06:00, +"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Pakliže toto nastavíte, uživatelé budou moci přistoupit pouze na dokumenty (např.: příspěvky blogu), kam existují odkazy (např.: blogger)." +Unable to open attached file. Please try again.,Nemohu otevřít přiložený soubor. Prosím zkuste to znovu. +Log of Scheduler Errors,Log chyb plánovače. +Submitting,OdeslánL, +Custom HTML,Vlastní HTML, +Comment Docname,Komentář Docname, +Select Role,Vyberte roli, +Deleted,Vypouští se, +adjust,adjust, +Disable Customer Signup link in Login page,Vypnout odkaz pro registraci zákazníků na přihlašovací stránce, +Assigned To/Owner,Přiřazeno (komu)/Majitel, +arrow-left,šipka-vlevo, +Installed,Instalováno, +fullscreen,celá obrazovka, +Ref Name,Název reference, +Center,Střed, +Setup > User Permissions Manager,Nastavení > Správce oprávněnL, +Represents the states allowed in one document and role assigned to change the state.,Reprezentuje stavy povolené v jednom dokumentu a přiřazené role pro změnu stavu. +Refresh Form,Obnovit formulát, +Select,Vybrat, +File not attached,Soubor není příložen, +"If you set this, this Item will come in a drop-down under the selected parent.","Pokud je toto nastaveno, tato položka bude v rozevíracím seznamu (drop-down) pod zvoleným nadřazeným uzlem." +Please select atleast 1 column from {0} to sort,Prosím vyberte nejméně 1 sloupec z {0} pro řazení +No template found at path: {0},Žádná šablona nenalezena na cestě: {0} +"Menu items in the Top Bar. For setting the color of the Top Bar, go to selected Website Theme.","Položky menu v horní liště. Pro nastavení barvy horní liště, jděte na vybrané webové stránky tématu." +Submit after importing.,Odeslat po importu. +Avatar,Avatar, +Posts,Příspěvky, +Dear,Vážený (á) +Tip: Double click cell to edit,Tip: Poklepáním buňka editovat, +Description and Status,Popis a stav, +HTML for header section. Optional,HTML kód pro záhlaví. Volitelnt, +Role exists,Role existuje, +Select Print Format,Vybrat formát tisku, +Print Hide,Skrýt tisk, +Enter Value,Zadejte hodnotu, +tint,tint, +Style,Styl, +{0} comments,{0} komentáře, +Label and Type,Popisek a typ, +forward,předat dál, +{0} edited this {1},{0} upravovat tento {1} +Custom Javascript,Přizpůsobený Javascript, +Submit,Odeslat, +Sub-domain provided by erpnext.com,Sub doména poskytnutá (kým) erpnext.com, +dd-mm-yyyy,dd-mm-rrrr, +Must have report permission to access this report.,Potřebujete práva pro přístup k tomuto Reportu. +Daily Event Digest is sent for Calendar Events where reminders are set.,Denní přehled událostí je zasílán pro kalendářní události kde je nastaveno připomínání. +View Website,K webové stránce, +remove,Odstranit, +If non standard port (e.g. 587),Není-li na standardním portu (např.: 587) +Reload,Znovu načíst, +Participants,Účastníci, +Reference DocName,Reference DocName, +Success Message,Zpráva o úspěchu, +User Cannot Search,Uživatel nemůže vyhledávat, +Build Report,Sestav Report, +"{0} {1} does not exist, select a new target to merge","{0} {1} neexistuje, zvolte nový cíl pro sloučení" +Comment Doctype,Komentář Doctype, +There were errors,Vyskytly se chyby, +Close,Zavřít, +Cannot change docstatus from 0 to 2,Nelze změnit docstatus z 0 na 2, +Options must be a valid DocType for field {0} in row {1},Možnosti musí být validní DocType pro pole{0} na řádku {1} +Edit Properties,Upravit vlastnosti, +List of patches executed,Seznam provedených záplat, +Communication Medium,Komunikační médium, +Banner HTML,Banner HTML, +"{0} {1} cannot be ""{2}"". It should be one of ""{3}""","{0} {1} nemůže být ""{2}"". Mělo by být jedno ze ""{3}""" +Password Update,Aktualizovat heslo, +trash,koo, +Dec,Pro, +Leave blank to repeat always,Nechte prázdné pro opakování vždy, +Ends on,Končo, +Item cannot be added to its own descendants,Položka nemůže být přidána jako svůj vlastní podřízený potomek, +{0} created this {1},{0} vytvoření této {1} +"The task {0}, that you assigned to {1}, has been closed by {2}.","Úkol {0}, které jste přiřadili k {1}, bylo uzavřeno {2}." +Short Name,Zkrácené jméno, +magnet,magnet, +This Currency is disabled. Enable to use in transactions,Tato měna je zakázáno. Povolení k použití při transakcích, +"Default: ""Contact Us""","Výchozí: ""Kontaktujte nás""" +"Level 0 is for document level permissions, higher levels for field level permissions.","úroveň 0 je pro úroveň oprávnění dokumentů, vyšší úrovně jsou pro úrovně oprávnění polí." +Sample,Vzorek, +Every Week,Týdnk, +Is Mandatory Field,Je Povinné Pole, +Website User,Uživatel webu, +Script to attach to all web pages.,Skript pro přidání na všechny www stránky. +Allow Multiple,Povolit vícenásobnt, +Assign,Přiřadit, +Import / Export Data from .csv files.,Importovat / exportovat data z/do .csv souboru, +Icon will appear on the button,Ikona se zobrazí na tlačítku, +Page url name (auto-generated),Název url stránky (generováno automaticky) +Please upload using the same template as download.,Prosím nahrajte s použitím stejné šablony jakou jste stáhli. +App not found,Aplikace nenalezena, +pencil,tužka, +Share {0} with,Podíl {0} s, +hand-up,hand-up, +Writers Introduction,Představení přispěvovatela, +Select Document Type or Role to start.,Zvolte DocType nebo roli pro zahájena, +Page not found,Stránka nenalezena, +Precision,přesnost, +Slideshow Items,Položky promítání obrázka, +Cannot delete or cancel because {0} {1} is linked with {2} {3},"Nelze smazat nebo zrušit, protože {0} {1} je provázáno s {2} {3}" +Twitter Share,Sdílet Twitter, +Workflow State,Stav tokr, +My Account,Můj Účet, +Please click on the following link to set your new password,"Prosím klikněte na následující odkaz, pro nastavení nového hesla" +Days After,Dní po, +Settings for Contact Us Page,Nastavení pro stránku Kontaktujte nás, +Script Type,Typ skriptu, +Footer,Zápato, +Invalid Link,Neplatný Link, +Show Title,Show Název, +Property Type,Typ vlastnosti, +screenshot,snímek obrazovky, +Only Administrator can save a standard report. Please rename and save.,Pouze administrátor může uložit standardní výpis. Prosím přejmenujte a uložte. +Data,Data, +Document Status,Stav dokumentu, +Not allowed to Import,Není povoleno importovat, +Permission Levels,Úrovně oprávněna, +Warning,Upozorněna, +In Dialog,V dialogu, +Help,Nápověda, +Login Before,Přihlášení před, +Insert Style,Vložit styl, +Application Installer,Instalátor aplikaca, +Is,Je, +info-sign,info-sign, +"How should this currency be formatted? If not set, will use system defaults","Jak by se to měna naformátovat? Pokud není nastavena, použije výchozí nastavení systému" +Show User Permissions,Zobrazit práva uživatele, +You need to be logged in and have System Manager Role to be able to access backups.,"Musíte být přihlášen a mít roli systémového správce, pro přístup k zálohám." +Added {0} ({1}),Přidáno: {0} ({1}) +Fieldtype cannot be changed from {0} to {1} in row {2},Typ pole nemůže být změněn z {0} na {1} na řádku {2} +Search Fields should contain valid fieldnames,Vyhledávací pole by měla obsahovat validní názvy poli, +Role Permissions,Oprávnění roli, +Can Read,Může Přečtěte si, +Response,Odpověi, +Can Share,Mohou sdílet, +Invalid recipient address,Neplatná adresa příjemce, +step-forward,step-forward, +Refreshing...,Obnovuji... +Starts on,Začính, +th,th, +Create a new {0},Nově Vytvořit: {0} +Open {0},Otevřít {0} +ok-sign,ok-sign, +Duplicate,Duplikát, +Please specify which value field must be checked,Prosím specifikujte která hodnota musí být prověřena, +"""Parent"" signifies the parent table in which this row must be added","""Nadřazeno"" značí tabulku, ve které musí být přidán tento řádek" +Apply Style,Aplikovat styl, +Shared With,Sdílené S, +Modules Setup,Nastavení modull, +Type:,Typu: +Module Not Found,Modul nenalezen, +Location,Místo, +Permitted Documents For User,Povolené dokumenty uživatele, +"You need to have ""Share"" permission","Musíte mít ""Sdílet"" oprávnění" +Bulk Edit {0},Hromadná Upravit {0} +Email Alert Recipient,Příjemce upozornění emailem, +Settings for the About Us Page,Nastavení pro stránku O nás, +Select Type of Document to Download,Zvolte typ dokumentu ke staženm, +Use the field to filter records,Použijte pole pro filtrování záznamm, +Outlook.com,Outlook.com, +Scheduler Last Event,Scheduler Poslední závod, +Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Přidat Google Analytics ID: např.: UA-89XXX57-1. Pro více informací prosím vyhledejte nápovědu na stránkách Google Analytics. +"Expression, Optional","Výraz, Volitelné" +Check this to pull emails from your mailbox,"Podívejte se na to, aby vytáhnout e-maily z poštovní schránky" +Cannot edit cancelled document,Nelze upravovat zrušeno dokument, +Nested set error. Please contact the Administrator.,Ošklivá chyba nastavení. Prosím kontaktujte admina. +, +envelope,obálka, +{0} shared this document with {1},{0} sdílí tento dokument s {1} +Google Plus One,Google Plus One, +Jul,Červenec, +Additional Info,Rozšířené informace, +"Setup of top navigation bar, footer and logo.","Nastavení horního navigačního panelu, zápatí a loga." +For {0} at level {1} in {2} in row {3},Pro {0} na úrovni {1} v {2} na řádku {3} +Recipient,Příjemce, +Drag and Drop tool to build and customize Print Formats.,Drag and Drop nástroj k vytvoření a přizpůsobit tiskové formáty. +Expand,Rozbalit, +align-right,zarovnat-vpravo, +Roles,Role, +Session Expiry,Platnost relace, +ban-circle,ban-circle, +Desk,Stůl, +Write a SELECT query. Note result is not paged (all data is sent in one go).,Napište SQL dotaz SELECT. Poznámka: výsledky nebudou stránkovány (všechna data budou odeslána najednou). +Attachment Limit (MB),Omezit přílohu (MB) +Ctrl + Down,Ctrl + Down, +User Defaults,Výchozí nastavení uživatele, +chevron-down,chevron-down, +th-list,th-list, +Enable Comments,Zapnout komentáře, +Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),"Omezit přístup uživatele pouze z této IP adresy. Můžete přidat více IP adres, oddělených čárkou. Je možno zadat dílčí IP adresy jako (111.111.111)." +Google Font (Heading),Google Font (okruh) +Find {0} in {1},Hledej: {0} v: {1} +"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")","Připojit jako komunikace se proti tomuto DOCTYPE (musí mít pole, ""Status"", ""Předmět"")" +Allow Import via Data Import Tool,Povolit Import pomocí Nástroje pro Import Dat, +Not allowed to change {0} after submission,Není povoleno změnit {0} po vložent, +Comment Type,Typ komentáře, +Users,Uživatelt, +Signature,Podpis, +"Enter keys to enable login via Facebook, Google, GitHub.","Vložte klíče, které umožní přihlásit se přes Facebook, Google, GitHub." +Add a tag,Přidat značku, +Please attach a file first.,Prosím nejdříve přiložte soubor. +"There were some errors setting the name, please contact the administrator","Narazili jsme na problémy při nastavování jména, prosím kontaktujte administrátora" +Website Slideshow Item,Položka promítání obrázků www stránky, +Title Case,Titulek případu, +Email Sent,Email odeslán, +Send As Email,Odeslat jako email, +Link Color,Barva odkazu, +User {0} cannot be disabled,Uživatel: {0} nemůže být vypnut, +"Dear System Manager,","Vážení System Manager," +Download Backup,Stáhnout zálohu, +Amending,Kterým se měnu, +Dialog box to select a Link Value,Dialogové okno pro výběr odkazu hodnoty, +Send enquiries to this email address,Odeslat dotazy na tuto emailovou adresu, +Letter Head Name,Letter název záhlavu, +User editable form on Website.,Uživatelem přizpůsobitelné formuláře na stránkách. +file,soubor, +You need write permission to rename,Potřebujete oprávnění k zápisu pro přejmenovánr, +Apply Rule,Použít pravidlo, +Karma,Karma, +Table,Tabulka, +File Size,Velikost souboru, +You must login to submit this form,Musíte se přihlásit pro odeslání tohoto formuláře, +Background Image,Obrázek na pozadr, +New Custom Print Format,New Custom Print Format, +Create,Vytvořit, +Org History,Historie organizace, +Workflow Name,Jméno toku, +Allow Edit,Povolit úpravy, +Cannot change state of Cancelled Document. Transition row {0},Nelze změnit stav zrušeného dokumentu. řádek transakce: {0} +"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Pravidla pro přechod stavů, jako následný stav a která role má povoleno změnit stav atd." +{0} {1} already exists,{0} {1} již existuje, +Github Username,Github - uživatelské jméno, +Title / headline of your page,Titulek / nadpis Vaší stránky, +Plugin,Doplněk, +Add Attachments,Přidat přílohy, +signal,signal, +Show Print First,Zobrazit nejdříve tisk, +Monochrome,Monochromaticke, +"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Mohou existovat různé ""stavy"" tohoto dokumentu. Jako ""Otevřeno"", ""Čeká na schválení"" atd." +This link is invalid or expired. Please make sure you have pasted correctly.,"Tento odkaz je neplatný nebo vypršela. Ujistěte se, že jste vložili správně." +Web Form Fields,Pole webových formulářu, +Top Bar Text Color,Top Bar Barva textu, +Remove Section,Odstranit oddíl, +Invalid Email: {0},Neplatný email: {0} +Event end must be after start,Konec události musí být po začátku události, +Back,Zpět, +You don't have permission to get a report on: {0},Nemáte práva přistoupit k výpisu: {0} +Advanced Search,Pokročilé vyhledávánl, +Password reset instructions have been sent to your email,Informace o obnově hesla byly zaslány na Váš email, +Manage cloud backups on Dropbox,Spravuje zálohy na službě Dropbox, +States,Stavy, +Attach Print,Připojit Tisk, +"When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number.","Pokud změníte dokument po jeho zrušení a uložíte ho, dostane přiřazeno nové číslo. Toto je verze starého čísla." +{0} not allowed in name,{0}: není povoleno v názvu, +circle-arrow-left,circle-arrow-left, +Redis cache server not running. Please contact Administrator / Tech support,"Redis vyrovnávací server neběží. Prosím, obraťte se na správce / technickou podporu" +Make a new record,Nově Vytvořit záznam, +Fraction,Zlomek, +Select from existing attachments,Vyberte ze stávajících příloh, +Field Description,Popis pole, +Name not set via Prompt,Název není nastaven pomocí prompt, +Note is a free page where users can share documents / notes,"Poznámka: je zdarma stránky, kde mohou uživatelé sdílet dokumenty / poznámky" +Top Bar Color,Top Bar Color, +Allow Import,Povolit import, +New comment on {0} {1},Nový komentář: {0} {1} +glass,glass, +Time Zones,Časová pásma, +remove-sign,remove-sign, +Define workflows for forms.,Vymezuje toky (workflow) pro formuláře. +Misc,Různt, +Start new Format,Začít Nový formát, +font,font, +Is Custom Field,Je Vlastní pole, +"If checked, all other workflows become inactive.","Pakliže je toto zaškrtnuto, všechny ostatní toky (workflow) se stanou neaktivními." +[Label]:[Field Type]/[Options]:[Width],[Označení]:[Typ pole]/[Možnosti]:[šířka] +folder-close,folder-close, +Optional: Alert will only be sent if value is a valid email id.,Volitelné: Upozornění bude zasláno pouze pokud hodnota je validní email id. +{0} not allowed to be renamed,{0}: není povoleno přejmenovat, +Custom Script,Přizpůsobený skript, +Assigned To,Přiřazeno (komu) +Verify Your Account,Ověřit Váš účet, +Action,Akce, +Info:,Informace: +Permission Level,úroveň oprávněni, +Send Notifications for Transactions I Follow,Posílat oznámení pro transakce sleduji, +"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Nelze nastavit Odeslat, Zrušit, Změnit bez zapsání" +Setup > User,Nastavení > Uživatel, +Thank you,Děkujeme Vám, +Saving,Spořenl, +Print Style Preview,Náhled stylu tisku, +About Us Settings,Nastavení O nás, +Website Theme,Internetové stránky Téma, +In List View,V seznamu, +Use TLS,Použít TLS, +Invalid login or password,Neplatné heslo či uživatelské jméno, +Add custom javascript to forms.,Přidat přizpůsobený javascript do formulářů. +Role Permissions Manager,Správce rolí a oprávněn$1, +This must be checked if the below style settings are applicable,"Toto je třeba zkontrolovat, zda nastavení níže stylu jsou použitelné" +Name of the new Print Format,Jméno nového Print Format, +Mandatory:,Povinné: +User Permissions Manager,Správce oprávněno, +New value to be set,Nová hodnota k nastaveno, +Days Before or After,Dnů před nebo po, +Email Alert,Upozornění emailem, +Select Document Types to set which User Permissions are used to limit access.,Zvolte typ dokumentu pro nastavení která uživatelská oprávnění budou použita pro omezení přístupu. +Blog,Blog, +{0} has has left the conversation in {1} {2},{0} již opustil konverzaci v {1} {2} +hand-right,hand-right, +Subdomain,Sub doména, +Allow Delete,Povolit mazánt, +Message Examples,Příklady Zpráv, +Login Required,Přihlášení vyžadováno, +Write titles and introductions to your blog.,Zadejte titulek a úvod pro Váš blog. +Notify if unreplied for (in mins),"Upozornit, pokud Nezodpovězená pro (v min)" +Categorize blog posts.,Kategorizujte příspěvky blogu. +Attach,Přiložit, +Permission Rules,Pravidla oprávněnt, +Links,Odkazy, +Value missing for,Chybí hodnota pro +{0} {1}: Submitted Record cannot be deleted.,{0} {1}: Odeslaný záznam nemůže být smazán. +Read,Číst, +Old Password,Staré heslo, +Posts by {0},Příspěvky od {0} +"To format columns, give column labels in the query.","Pro formátování sloupců, zadejte označení sloupců v dotazu." +{0}: Cannot set Assign Amend if not Submittable,{0}: Nelze nastavit přiřadit Změny když není Odeslatelny, +Edit Role Permissions,Upravit oprávnění roly, +Social Login Keys,Přihlašování přes sociální služby, +Comment Date,Datum komentáře, +Remove all customizations?,Odebrat všechna přizpůsobení? +Slideshow Name,Název promítání obrázk$1, +Cancelling,Zrušen$1, +Allow Rename,Povolit přejmenován$1, +Child Tables are shown as a Grid in other DocTypes.,Podřízené tabulky jsou zobrazovány jako mřížka v jiných DocTypes. +"If checked, the Home page will be the default Item Group for the website.","Pakliže je toto zaškrtnuto, domovská stránka se stane výchozí skupinou položek pro www stránku." +"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Popis pro stránku výpisů, v čistém textu, pouze pár řádek. (max 140 znaků)" +Forums,Fóra, +Add A User Restriction,Přidání uživatele Omezena, +Name Case,Název případu, +Data missing in table,Data chybí v tabulce, +Success URL,URL Povedlo se, +Append To,Připojit k, +Only Allow Edit For,Je povolenou pouze upravovat pro, +DocType,DocType, +User {0} does not exist,Uživatel: {0} neexistuje, +"If image is selected, color will be ignored.","Pokud je vybraný obraz, bude barva ignorovány." +Top Bar Item,Položka horního panelu, +"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Neznámé kódování souboru. Vyzkoušeno utf-8, windows-1250, windows-1252." +Sorry! Sharing with Website User is prohibited.,Je nám líto! Sdílení s webových stránek Uživateli je zakázáno. +Add all roles,Přidat všechny role, +"Please enter both your email and message so that we \ can get back to you. Thanks!","Prosím, zadejte i svůj e-mail a poselství, abychom \ může dostat zpět k vám. Díky!" -apps/frappe/frappe/email/smtp.py +143,Could not connect to outgoing email server,Nelze se spojit se serverem odchozí emailové pošty -sites/assets/js/desk.min.js +507,Rich Text,Rich Text -DocType: Workflow State,resize-full,resize-full -DocType: Workflow State,off,off -apps/frappe/frappe/desk/query_report.py +25,Report {0} is disabled,Výpis: {0} je vypnutý -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +24,Recommended for inserting new records.,Doporučuje se pro vkládání nových záznamů. -DocType: Block Module,Core,Jádro -DocType: DocField,Set non-standard precision for a Float or Currency field,Nastavit nestandardní přesnost pro desetinná čísla nebo pole měny -DocType: Email Account,Ignore attachments over this size,Ignorovat příloh přes tuto velikost -apps/frappe/frappe/database.py +217,Too many writes in one request. Please send smaller requests,Velmi mnoho zápisů v jednom požadavku. Prosím pošlete menší požadavek -DocType: Workflow State,arrow-up,šipka-nahoru -DocType: DocField,Allow on Submit,Povolit při Odeslání -apps/frappe/frappe/core/page/desktop/desktop.js +48,All Applications,Všechny aplikace -DocType: Web Page,Add code as <script>,Přidat kód jako <script> -apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +7,Select Type,Vyberte typ -apps/frappe/frappe/core/doctype/file_data/file_data.py +42,No permission to write / remove.,Bez oprávnění k zápisu / odebrání. -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é stavy toků (workflow) a role toků.
Možnosti stavů dokumentů (Docstatus): 0 je ""Uloženo"", 1 je ""Vloženo"" a 2 je ""Zrušeno""" -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +3,Drag elements from the sidebar to add. Drag them back to trash.,Přetáhnout prvky z postranního panelu přidat. Přetáhnout zpátky do koše. -DocType: Workflow State,resize-small,resize-small -sites/assets/js/editor.min.js +128,Horizontal Line Break,Horizontální oddělovač -DocType: Top Bar Item,Right,V pravo -DocType: User,User Type,Typ uživatele -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +68,Select User,Vyberte uživatele -DocType: Communication,Keep a track of all communications,Vést přehled o veškeré komunikaci -apps/frappe/frappe/desk/form/save.py +30,Did not save,Nebylo uloženo -DocType: Property Setter,Property,Vlastnost -DocType: Website Slideshow,"Note: For best results, images must be of the same size and width must be greater than height.","Poznámka: Pro nejlepší výsledky, obrázky musí být stejné velikosti a šířka musí být větší než výška." -DocType: DocType,Auto Name,Automatický název -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +169,Permissions can be managed via Setup > Role Permissions Manager,Oprávnění mohou být spravována přes Nastavení > Správce rolí a oprávnění -apps/frappe/frappe/core/page/data_import_tool/importer.py +67,Please make sure that there are no empty columns in the file.,"Prosím ujistěte se, zda v souboru nejsou prázdné sloupce." -sites/assets/js/desk.min.js +600,You have unsaved changes in this form. Please save before you continue.,"V tomto formuláři máte neuložené změny. Prosím, uložte změny než budete pokračovat." -apps/frappe/frappe/core/doctype/doctype/doctype.py +269,Default for {0} must be an option,Výchozí pro {0} musí být možnost -DocType: User,User Image,Obrázek uživatele (avatar) -apps/frappe/frappe/email/bulk.py +176,Emails are muted,Emaily jsou potlačené (muted) -sites/assets/js/form.min.js +196,Ctrl + Up,Ctrl + Up -DocType: Website Theme,Heading Style,Okruh Style -apps/frappe/frappe/desk/page/applications/applications.py +34,You cannot install this app,Nemůžete instalovat tuto aplikaci -DocType: Scheduler Log,Error,Chyba -apps/frappe/frappe/model/document.py +480,Cannot link cancelled document: {0},Nelze odkazovat zrušený dokument: {0} -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +549,"For example: If you want to include the document ID, use {0}","Například: Chcete-li zahrnout ID dokumentu, použijte {0}" -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +478,Select Table Columns for {0},Vyberte sloupců tabulky pro {0} -DocType: Custom Field,Options Help,Možnosti nápovědy -DocType: DocField,Report Hide,Skrýt výpis -DocType: Custom Field,Label Help,Nápověda popisek -DocType: Workflow State,star-empty,star-empty -DocType: Workflow State,ok,ok -DocType: User,These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Tyto hodnoty budou automaticky aktualizovány v transakcích a rovněž bude užitečné omezit oprávnění pro tohoto uživatele v transakcích obsahujících tyto hodnoty. -apps/frappe/frappe/desk/page/applications/application_row.html +15,Publisher,Vydavatel -sites/assets/js/desk.min.js +752,Browse,Prohlížet -apps/frappe/frappe/templates/includes/comments/comments.py +52,View it in your browser,Zobrazit ve Vašem prohlížeči -apps/frappe/frappe/templates/pages/update-password.html +1,Reset Password,Obnovit heslo -DocType: Workflow State,hand-left,hand-left -apps/frappe/frappe/core/doctype/doctype/doctype.py +277,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} na {1} nemůže být jedinečné -DocType: Email Account,Use SSL,Použít SSL -DocType: Workflow State,play-circle,play-circle -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +75,Select Print Format to Edit,Zvolte formát tisku upravit -DocType: Workflow State,circle-arrow-down,circle-arrow-down -DocType: DocField,Datetime,Datum a čas -DocType: Workflow State,arrow-right,šipka-vpravo -DocType: Workflow State,Workflow state represents the current state of a document.,Stav toku představuje aktuální stav dokumentu -sites/assets/js/editor.min.js +152,Open Link in a new Window,Otevřít odkaz v novém okně -apps/frappe/frappe/utils/file_manager.py +230,Removed {0},Odebráno: {0} -DocType: Company History,Highlight,Zvýraznit -apps/frappe/frappe/print/doctype/print_format/print_format.py +17,Standard Print Format cannot be updated,Standardní formát tisku nemůže být aktualizován -apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"{0}: Create, Submit, Cancel and Amend only valid at level 0","{0}: Vytvořit, Odeslat, Zrušit a Změnit je validní pouze na úrovni 0" -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +146,Help: Field Properties,Nápověda: Vlastnosti pole -apps/frappe/frappe/model/document.py +653,Incorrect value in row {0}: {1} must be {2} {3},Nesprávná hodnota na řádku {0}: {1} musí být {2} {3} -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +67,Submitted Document cannot be converted back to draft. Transition row {0},Vložený dokument nemůže být konvertován na stav rozpracováno. řádek transkace {0} -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_start.html +2,Select an existing format to edit or start a new format.,"Vyberte existující formát, který chcete upravit, nebo začít nový formát." -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +38,Created Custom Field {0} in {1},Vytvořit přizpůsobené pole {0} uvnitř {1} -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +31,A user can be permitted to multiple records of the same DocType.,Uživatel může mít povoleno více záznamů na stejném DocType. -DocType: Workflow State,Home,Domácí -DocType: Workflow State,question-sign,question-sign -DocType: Email Account,Add Signature,Přidat podpis -apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +13,Left this conversation,Levá tento rozhovor -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +467,Did not set,Nebylo nastaveno -DocType: ToDo,ToDo,Úkoly -DocType: DocField,No Copy,Žádná kopie -DocType: Workflow State,qrcode,qrcode -DocType: Web Form,Breadcrumbs,Drobečková navigace (Breadcrumbs) -apps/frappe/frappe/templates/includes/comments/comments.py +50,{0} by {1},{0} x {1} -apps/frappe/frappe/core/doctype/comment/comment.py +39,Cannot add more than 50 comments,Nelze přidat více než 50 komentářů -DocType: Website Settings,Top Bar Items,Položky horního panelu -DocType: Print Settings,Print Settings,Nastavení tisku -DocType: DocType,Max Attachments,Max příloh -DocType: Page,Page,Stránka -DocType: Workflow State,briefcase,kufřík -apps/frappe/frappe/model/base_document.py +411,Value cannot be changed for {0},Hodnota nemůže být změněna pro {0} -apps/frappe/frappe/templates/includes/contact.js +17,"You seem to have written your name instead of your email. \ +Could not connect to outgoing email server,Nelze se spojit se serverem odchozí emailové pošty, +Rich Text,Rich Text, +resize-full,resize-full, +off,off, +Report {0} is disabled,Výpis: {0} je vypnuty, +Recommended for inserting new records.,Doporučuje se pro vkládání nových záznamů. +Core,Jádro, +Set non-standard precision for a Float or Currency field,Nastavit nestandardní přesnost pro desetinná čísla nebo pole měny, +Ignore attachments over this size,Ignorovat příloh přes tuto velikost, +Too many writes in one request. Please send smaller requests,Velmi mnoho zápisů v jednom požadavku. Prosím pošlete menší požadavek, +arrow-up,šipka-nahoru, +Allow on Submit,Povolit při Odesláno, +All Applications,Všechny aplikace, +Add code as <script>,Přidat kód jako <script> +Select Type,Vyberte typ, +No permission to write / remove.,Bez oprávnění k zápisu / odebrání. +"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é stavy toků (workflow) a role toků.
Možnosti stavů dokumentů (Docstatus): 0 je ""Uloženo"", 1 je ""Vloženo"" a 2 je ""Zrušeno""" +Drag elements from the sidebar to add. Drag them back to trash.,Přetáhnout prvky z postranního panelu přidat. Přetáhnout zpátky do koše. +resize-small,resize-small, +Horizontal Line Break,Horizontální odděloval, +Right,V pravo, +User Type,Typ uživatele, +Select User,Vyberte uživatele, +Keep a track of all communications,Vést přehled o veškeré komunikaci, +Did not save,Nebylo uloženo, +Property,Vlastnost, +"Note: For best results, images must be of the same size and width must be greater than height.","Poznámka: Pro nejlepší výsledky, obrázky musí být stejné velikosti a šířka musí být větší než výška." +Auto Name,Automatický název, +Permissions can be managed via Setup > Role Permissions Manager,Oprávnění mohou být spravována přes Nastavení > Správce rolí a oprávněnv, +Please make sure that there are no empty columns in the file.,"Prosím ujistěte se, zda v souboru nejsou prázdné sloupce." +You have unsaved changes in this form. Please save before you continue.,"V tomto formuláři máte neuložené změny. Prosím, uložte změny než budete pokračovat." +Default for {0} must be an option,Výchozí pro {0} musí být možnost, +User Image,Obrázek uživatele (avatar) +Emails are muted,Emaily jsou potlačené (muted) +Ctrl + Up,Ctrl + Up, +Heading Style,Okruh Style, +You cannot install this app,Nemůžete instalovat tuto aplikaci, +Error,Chyba, +Cannot link cancelled document: {0},Nelze odkazovat zrušený dokument: {0} +"For example: If you want to include the document ID, use {0}","Například: Chcete-li zahrnout ID dokumentu, použijte {0}" +Select Table Columns for {0},Vyberte sloupců tabulky pro {0} +Options Help,Možnosti nápovědy, +Report Hide,Skrýt výpis, +Label Help,Nápověda popisek, +star-empty,star-empty, +ok,ok, +These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Tyto hodnoty budou automaticky aktualizovány v transakcích a rovněž bude užitečné omezit oprávnění pro tohoto uživatele v transakcích obsahujících tyto hodnoty. +Publisher,Vydavatel, +Browse,Prohlížet, +View it in your browser,Zobrazit ve Vašem prohlížeči, +Reset Password,Obnovit heslo, +hand-left,hand-left, +Fieldtype {0} for {1} cannot be unique,Fieldtype {0} na {1} nemůže být jedinečnl, +Use SSL,Použít SSL, +play-circle,play-circle, +Select Print Format to Edit,Zvolte formát tisku upravit, +circle-arrow-down,circle-arrow-down, +Datetime,Datum a čas, +arrow-right,šipka-vpravo, +Workflow state represents the current state of a document.,Stav toku představuje aktuální stav dokumentu, +Open Link in a new Window,Otevřít odkaz v novém oknl, +Removed {0},Odebráno: {0} +Highlight,Zvýraznit, +Standard Print Format cannot be updated,Standardní formát tisku nemůže být aktualizován, +"{0}: Create, Submit, Cancel and Amend only valid at level 0","{0}: Vytvořit, Odeslat, Zrušit a Změnit je validní pouze na úrovni 0" +Help: Field Properties,Nápověda: Vlastnosti pole, +Incorrect value in row {0}: {1} must be {2} {3},Nesprávná hodnota na řádku {0}: {1} musí být {2} {3} +Submitted Document cannot be converted back to draft. Transition row {0},Vložený dokument nemůže být konvertován na stav rozpracováno. řádek transkace {0} +Select an existing format to edit or start a new format.,"Vyberte existující formát, který chcete upravit, nebo začít nový formát." +Created Custom Field {0} in {1},Vytvořit přizpůsobené pole {0} uvnitř {1} +A user can be permitted to multiple records of the same DocType.,Uživatel může mít povoleno více záznamů na stejném DocType. +Home,Domácn, +question-sign,question-sign, +Add Signature,Přidat podpis, +Left this conversation,Levá tento rozhovor, +Did not set,Nebylo nastaveno, +ToDo,Úkoly, +No Copy,Žádná kopie, +qrcode,qrcode, +Breadcrumbs,Drobečková navigace (Breadcrumbs) +{0} by {1},{0} x {1} +Cannot add more than 50 comments,Nelze přidat více než 50 komentářu, +Top Bar Items,Položky horního panelu, +Print Settings,Nastavení tisku, +Max Attachments,Max příloh, +Page,Stránka, +briefcase,kufřík, +Value cannot be changed for {0},Hodnota nemůže být změněna pro {0} +"You seem to have written your name instead of your email. \ Please enter a valid email address so that we can get back.","Zdá se, že jste napsal své jméno namísto svůj e-mail. \ Zadejte prosím platnou e-mailovou adresu, abychom se Vám mohli ozvat." -DocType: Workflow State,"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Styly reprezentující barvy tlačítek: Úspěch - zelená, Nebezpečí - Červená, Inverze - černá, Hlavní – tmavě modrá, Info – světle modrá, Upozornění – oranžová" -DocType: Workflow Transition,Workflow Transition,Přechod toku (workflow) -DocType: Workflow State,resize-horizontal,resize-horizontal -DocType: Communication,Content,Obsah -DocType: Web Form,Go to this url after completing the form.,Jít na tuto adresu URL po dokončení formuláře. -DocType: Custom Field,Document,Dokument -DocType: DocField,Code,Kód -DocType: Website Theme,Footer Text Color,Zápatí Barva textu -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +24,"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.","Oprávnění na úrovni 0ar oprávnění na úrovni dokumentu, to znamená, že jsou primárně pro přístup k dokumentu." -DocType: Print Format,Print Format,Formát tisku -apps/frappe/frappe/config/website.py +28,User ID of a blog writer.,ID uživatele přispěvovatele do blogu. -apps/frappe/frappe/config/setup.py +32,Set Permissions on Document Types and Roles,Nastavit role a oprávnění na DocType -sites/assets/js/desk.min.js +904,New in version {0},Novinky ve verzi {0} -DocType: About Us Settings,"""Company History""","""Historie organizace""" -apps/frappe/frappe/permissions.py +226,Permission already set,Oprávnění již bylo nastaveno -apps/frappe/frappe/desk/page/activity/activity_row.html +15,Commented on {0}: {1},Komentoval {0}: {1} -apps/frappe/frappe/core/page/user_permissions/user_permissions.js +243,These restrictions will apply for Document Types where 'Apply User Permissions' is checked for the permission rule and a field with this value is present.,"Tato omezení budou platit pro typy dokumentů, kde "Použít uživatelské oprávnění" je kontrolována pro pravidlo oprávnění a hřiště s Tato hodnota je přítomna." -DocType: Email Alert,Send alert if this field's value changes,"Zaslat upozornění, pokud se změní hodnota tohoto pole" -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +102,Select a DocType to make a new format,Vyberte DocType vytvořit nový formát -DocType: Module Def,Module Def,Vymezení modulů -sites/assets/js/form.min.js +196,Done,Hotový -sites/assets/js/form.min.js +286,Reply,Odpověď -DocType: Communication,By,Kým -DocType: Email Account,SMTP Server,SMTP server -DocType: Print Format,Print Format Help,Nápověda formát tisku -apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"If you are updating, please select ""Overwrite"" else existing rows will not be deleted.","Pakliže aktualizujete, zvolte prosím ""Přepsat"" jinak nebudou existující řádky vymazány." -DocType: Event,Every Month,Měsíčně -DocType: Letter Head,Letter Head in HTML,Letter hlavička v HTML -DocType: Web Form,Web Form,Webový formulář -DocType: About Us Settings,Org History Heading,Záhlaví historie organizace -DocType: Web Form,Web Page Link Text,Text odkazu www stránky -apps/frappe/frappe/config/setup.py +142,"Set default format, page size, print style etc.","Nastavit výchozí formát, velikost stránky, styl tisku atd." -DocType: DocType,Naming,Pojmenování -DocType: Event,Every Year,Ročně -apps/frappe/frappe/core/doctype/user/user.py +350,Registered but disabled.,Registrováno ale vypnuto. -sites/assets/js/list.min.js +93,Delete permanently?,Smazat trvale? -sites/assets/js/desk.min.js +827,Search in a document type,Hledat v typu dokumentu -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +201,Allow field to remain editable even after submission,Povolit aby pole zůstalo upravovatelné i po vložení -DocType: DocPerm,Role and Level,Role a úroveň -apps/frappe/frappe/desk/moduleview.py +31,Custom Reports,Přizpůsobené Reporty -DocType: Website Script,Website Script,Skript www stránky -apps/frappe/frappe/config/setup.py +147,Customized HTML Templates for printing transactions.,Upravené HTML Šablony pro tisk transakcí. -apps/frappe/frappe/desk/form/utils.py +103,No further records,Žádné další záznamy -DocType: DocField,Long Text,Dlouhý text -apps/frappe/frappe/core/page/data_import_tool/importer.py +35,Please do not change the rows above {0},Prosím neměňte řádky výše: {0} -sites/assets/js/desk.min.js +852,(Ctrl + G),(Ctrl + G) -sites/assets/js/desk.min.js +808,Sorry! You are not permitted to view this page.,Je nám líto! Nemáte povoleno zobrazení této stránky. -DocType: Workflow State,bell,zvon -sites/assets/js/form.min.js +282,Share this document with,Sdílejte tento dokument s -apps/frappe/frappe/desk/page/activity/activity.js +152,Jun,Červen -apps/frappe/frappe/utils/nestedset.py +227,{0} {1} cannot be a leaf node as it has children,{0} {1} nemůže být uzel koncový uzel jelikož má podřízené uzly -DocType: Feed,Info,Info -apps/frappe/frappe/templates/includes/contact.js +30,Thank you for your message,Děkujeme Vám za zprávu -DocType: Website Settings,Home Page,Domovská stránka -DocType: Email Alert,Filters,Filtry -DocType: Workflow State,share-alt,share-alt -DocType: Role,Role Name,Název role -DocType: Workflow Document State,Workflow Document State,Stav toku (workflow) dokumentu -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +32,"To give acess to a role for only specific records, check the Apply User Permissions. User Permissions are used to limit users with such role to specific records.","Chcete-li dát acess do role pouze pro konkrétní záznamy, zaškrtněte políčko Použít uživatelské oprávnění. Uživatelská oprávnění se používají k omezení uživatelů s těmito role na konkrétní záznamy." -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Nelze zrušit před vložením. Transakce {0} -apps/frappe/frappe/templates/pages/print.py +139,Print Format {0} is disabled,Formát tisku: {0} je vypnutý -DocType: Email Alert,Send days before or after the reference date,Poslat dní před nebo po referenčním datem -DocType: User,Allow user to login only after this hour (0-24),Povolit uživateli se přihlásit pouze po této hodině (0-24) -apps/frappe/frappe/core/doctype/doctype/doctype.py +34,Not in Developer Mode! Set in site_config.json or make 'Custom' DocType.,Není v režimu pro vývojáře! Nachází se v site_config.json nebo učinit 'custom' DocType. -DocType: Workflow State,globe,glóbus -DocType: System Settings,dd.mm.yyyy,dd.mm.rrrr -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +193,Hide field in Standard Print Format,Skrýt pole ve standardním formátu tisku -DocType: DocField,Float,Desetinné číslo -DocType: Module Def,Module Name,Název modulu -DocType: DocType,DocType is a Table / Form in the application.,DocType je tabulka / formulář v aplikaci -DocType: Feed,Feed Type,Feed Type -DocType: Email Account,GMail,GMail -DocType: Customize Form,"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Pole oddělená čárkou (,) budou zahrnuta v dialogu
Vyhledat dle" -DocType: Web Page,Template Path,Cesta šablony -DocType: User,user_image_show,user_image_show -DocType: DocField,Print Width,šířka tisku -DocType: User,Allow user to login only before this hour (0-24),Povolit uživatelům přihlásit pouze před tuto hodinu (0-24) -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_sidebar.html +3,Filter...,Filtr ... -DocType: Workflow State,bold,tučně -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +34,{0} does not exist in row {1},{0}: neexistuje na řádku {1} -DocType: Event,Event Type,Typ události -DocType: User,Last Known Versions,Poslední známá verze -apps/frappe/frappe/config/setup.py +115,Add / Manage Email Accounts.,Přidat / Správa e-mailových účtů. -DocType: Blog Category,Published,Publikováno -apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,Děkujeme za váš e-mail -DocType: DocField,Small Text,Krátký text -apps/frappe/frappe/core/doctype/user/user.py +472,Administrator accessed {0} on {1} via IP Address {2}.,Správce přístupné {0} na {1} pomocí IP adresy {2}. -apps/frappe/frappe/core/doctype/doctype/doctype.py +263,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Možnosti pole typu 'Dynamický odkaz' musí odkazovat na jiné provázané pole s možnostmi jako 'DocType' -DocType: About Us Settings,Team Members Heading,Záhlaví členů týmu -DocType: DocField,Do not allow user to change after set the first time,Nepovolit uživateli změnu po prvním nastavení -DocType: User,Third Party Authentication,Ověření třetí stranou -DocType: Website Settings,Banner is above the Top Menu Bar.,Banner je nad horní lištou menu. -DocType: User,"Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set ""match"" permission rules. To see list of fields, go to Customize Form.","Zadejte pole výchozí hodnota (klávesy) a hodnoty. Přidáte-li více hodnot pro pole, bude první, kdo se zvedl. Tyto výchozí hodnoty se také používají k nastavení ""utkání"" pravidla oprávnění. Chcete-li zobrazit seznam polí, přejděte na Vlastní formulář ." -DocType: Email Account,Port,Port -DocType: Website Slideshow,Slideshow like display for the website,Promítání obrázků (slideshow) pro zobrazení na www stránce -sites/assets/js/editor.min.js +121,Center (Ctrl/Cmd+E),Vycentrovat (Ctrl/Cmd+E) -apps/frappe/frappe/sessions.py +28,Cache Cleared,Vyrovnávací paměť vyčistěna -apps/frappe/frappe/core/doctype/user/user.py +73,User with System Manager Role should always have User Type: System User,Uživatel s role správce systému by měl mít vždy Typ uživatele: System User -DocType: DocPerm,Export,Exportovat -DocType: About Us Settings,More content for the bottom of the page.,Více obsahu na spodek stránky. -sites/assets/js/desk.min.js +191,Session Expired. Logging you out,Platnost relace vypršela. Odhlašuji Vás -DocType: Workflow,DocType on which this Workflow is applicable.,DocType na který je aplikovatelný tento tok (workflow). -DocType: Blog Category,Category Name,Název kategorie -DocType: Print Settings,PDF Settings,Nastavení PDF -apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +16,Column Name,Název sloupce -DocType: Web Form,"In JSON as
[{""title"":""Jobs"", ""name"":""jobs""}]
","V JSON jako
[{""title"":""Jobs"", ""name"":""jobs""}]
" -apps/frappe/frappe/core/doctype/doctype/doctype.py +280,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} na {1} nelze indexovat -DocType: Communication,Email Account,E-mailový účet -DocType: Workflow State,Download,Stáhnout -DocType: Blog Post,Blog Intro,Úvod blogu -apps/frappe/frappe/core/doctype/report/report.js +37,Enable Report,Zapnout report -DocType: User,Check / Uncheck roles assigned to the User. Click on the Role to find out what permissions that Role has.,"Přidat / odebrat role přiřazené uživateli. Klikněte na roli, abyste zjistili, jaké oprávnění tato role má." -DocType: Web Page,Insert Code,Vložit kód -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +548,You can add dynamic properties from the document by using Jinja templating.,Můžete přidat dynamické vlastnosti z dokumentu pomocí Jinja šablonovacího. -sites/assets/js/desk.min.js +825,List a document type,Seznam typů dokumentů -DocType: Event,Ref Type,Typ reference -apps/frappe/frappe/core/page/data_import_tool/exporter.py +63,"If you are uploading new records, leave the ""name"" (ID) column blank.","Pakliže nahráváte nové záznamy, nechte sloupec (ID) ""název/jméno"" prázdný." -apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +360,No of Columns,Počet sloupců -DocType: Workflow State,Calendar,Kalendář -apps/frappe/frappe/model/rename_doc.py +95,"Another {0} with name {1} exists, select another name","Jiné {0} s názvem {1} již existuje, vyberte jiný název" -DocType: DocType,Custom?,Přizpůsobit? -DocType: Website Settings,Website Theme Image,Internetové stránky Téma Image -DocType: Workflow State,road,road -DocType: User,Timezone,Časové pásmo -sites/assets/js/desk.min.js +538,Unable to load: {0},Nemohu nahrát: {0} -DocType: DocField,Read Only,Pouze pro čtení -DocType: Print Settings,Send Print as PDF,Odeslat tisk jako PDF -DocType: Workflow Transition,Allowed,Povoleno -apps/frappe/frappe/core/doctype/doctype/doctype.py +287,There can be only one Fold in a form,Může být pouze jeden Fold ve formuláři -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Neplatná domovská stránka -apps/frappe/frappe/core/doctype/doctype/doctype.py +378,{0}: Permission at level 0 must be set before higher levels are set,{0}: Oprávnění na úrovni 0 musí být nastaveno před nastavením vyšších úrovní -DocType: Website Settings,Home Page is Products,Domovskou stránkou je stránka Produkty. -apps/frappe/frappe/desk/doctype/todo/todo.py +21,Assignment closed by {0},Úkol uzavřen {0} -sites/assets/js/desk.min.js +831,Calculate,Vypočítat -apps/frappe/frappe/print/doctype/print_format/print_format.js +20,Please select DocType first,"Prosím, vyberte první DocType" -DocType: Social Login Keys,GitHub Client ID,GitHub ID klienta -DocType: DocField,Perm Level,úroveň oprávnění -apps/frappe/frappe/desk/doctype/event/event.py +55,Events In Today's Calendar,Dnešní události v kalendáři -DocType: Web Page,Web Page,Www stránky -DocType: Blog Category,Blogger,Blogger -sites/assets/js/desk.min.js +444,Date must be in format: {0},Datum musí být ve formátu: {0} -apps/frappe/frappe/core/doctype/doctype/doctype.py +367,"{0}: Only one rule allowed with the same Role, Level and Apply User Permissions","{0}: Pouze jedno pravidlo je povolené s touto rolí, úrovní a aplikování uživatelských oprávnění" -apps/frappe/frappe/print/page/print_format_builder/print_format_builder_field.html +22,Select Columns,Vyberte sloupce -DocType: Workflow State,folder-open,folder-open -apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +1,Search Application,Hledání aplikací -apps/frappe/frappe/config/website.py +18,Single Post (article).,Publikovat jednotlivé příspěvky na blogu (články). -DocType: Property Setter,Set Value,Nastavit hodnotu -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +189,Hide field in form,Skrýt pole ve formuláři -DocType: Email Alert,Optional: The alert will be sent if this expression is true,Volitelné: Upozornění bude zasláno pokud je tento výraz pravdivý -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +27,You can use Customize Form to set levels on fields.,Můžete použít Formulář Přizpůsobení pro nastavení úrovní na polích. -DocType: DocPerm,Report,Report -apps/frappe/frappe/templates/generators/web_form.html +18,Please login to create a new {0},Prosím přihlašte se pro vytvoření nového: {0} -apps/frappe/frappe/desk/reportview.py +69,{0} is saved,{0} uloženo -apps/frappe/frappe/core/doctype/user/user.py +234,User {0} cannot be renamed,Uživatel: {0} nemůže být přejmenován -apps/frappe/frappe/website/doctype/website_settings/website_settings.js +17,Exported,Exportováno -DocType: DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON sezam DocTypes použitých pro aplikování uživatelských oprávnění. Pakliže je prázdný, všechny provázané DocTypes budou použity pro aplikování uživatelských oprávnění." -DocType: Report,Ref DocType,Referenční DocType -apps/frappe/frappe/core/doctype/doctype/doctype.py +390,{0}: Cannot set Amend without Cancel,{0}: Nelze Změnit bez Zrušení -sites/assets/js/form.min.js +256,Full Page,Full Page -DocType: DocType,Is Child Table,Je podtabulka -apps/frappe/frappe/utils/csvutils.py +123,{0} must be one of {1},{0} musí být jedno ze {1} -apps/frappe/frappe/templates/emails/password_reset.html +1,Password Reset,Obnovit heslo -DocType: Workflow State,chevron-left,chevron-left -DocType: Bulk Email,Sending,Odeslání -apps/frappe/frappe/auth.py +184,Not allowed from this IP Address,Není povoleno z této IP adresy -DocType: Website Slideshow,This goes above the slideshow.,Toto přijde nad promítání obrázků. -apps/frappe/frappe/config/setup.py +208,Install Applications.,Instaluje aplikace -DocType: Event,Private,Soukromé -DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),Zvolte tiskové přílohy emailu jako PDF (doporučeno) -DocType: Workflow Action,Workflow Action,Akce toků -DocType: Event,Send an email reminder in the morning,Ráno odeslat upozornění emailem -DocType: Blog Post,Published On,Publikováno (kdy) -DocType: Feed,Feed,Krmivo -DocType: ToDo,Reference Type,Typ reference -DocType: Event,Repeat On,Opakovat na -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30,User Permissions,Uživatelská oprávnění -apps/frappe/frappe/desk/page/activity/activity.js +153,Oct,Říjen -DocType: Workflow State,warning-sign,warning-sign -DocType: Website Settings,"Show title in browser window as ""Prefix - title""",Zobrazit titul v okně prohlížeče jako "Předčíslí - nadpis" -DocType: Workflow Document State,Update Value,Aktualizovat hodnotu -DocType: System Settings,Number Format,Formát čísel -DocType: Custom Field,Insert After,Vložit za -DocType: Social Login Keys,GitHub Client Secret,GitHub tajný klíč klienta -DocType: Report,Report Name,Název výpisu -DocType: Email Alert,Save,Uložit -DocType: Website Settings,Title Prefix,Title Prefix -DocType: Email Account,Notifications and bulk mails will be sent from this outgoing server.,Upozornění a hromadné emaily budou zaslány z tohoto odchozího serveru. -DocType: Workflow State,cog,cog -sites/assets/js/desk.min.js +522,{0} added,{0}: přidáno -sites/assets/js/list.min.js +65,Not In,Ne V -DocType: Workflow State,star,star -apps/frappe/frappe/desk/page/activity/activity.js +153,Nov,Listopad -apps/frappe/frappe/core/doctype/doctype/doctype.py +252,Max width for type Currency is 100px in row {0},Max šířka pro typ měny je 100px na řádku {0} -apps/frappe/frappe/config/website.py +13,Content web page.,Obsah www stránky. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Přidat novou roli -apps/frappe/frappe/templates/includes/login/login.js +120,Oops! Something went wrong,Jejda! Něco nevyšlo dobře :( -DocType: Blog Settings,Blog Introduction,Představení blogu -DocType: User,Email Settings,Nastavení emailu -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} není validní stav -DocType: Workflow State,ok-circle,ok-circle -apps/frappe/frappe/core/doctype/user/user.py +101,Sorry! User should have complete access to their own record.,Je nám líto! Uživatel by měl mít kompletní přístup k vlastnímu záznamu. -DocType: Custom Field,In Report Filter,Ve filtru Reportu -DocType: DocType,Hide Actions,Skrýt akce -DocType: DocType,"\ +"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Styly reprezentující barvy tlačítek: Úspěch - zelená, Nebezpečí - Červená, Inverze - černá, Hlavní – tmavě modrá, Info – světle modrá, Upozornění – oranžová" +Workflow Transition,Přechod toku (workflow) +resize-horizontal,resize-horizontal, +Content,Obsah, +Go to this url after completing the form.,Jít na tuto adresu URL po dokončení formuláře. +Document,Dokument, +Code,Kód, +Footer Text Color,Zápatí Barva textu, +"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.","Oprávnění na úrovni 0ar oprávnění na úrovni dokumentu, to znamená, že jsou primárně pro přístup k dokumentu." +Print Format,Formát tisku, +User ID of a blog writer.,ID uživatele přispěvovatele do blogu. +Set Permissions on Document Types and Roles,Nastavit role a oprávnění na DocType, +New in version {0},Novinky ve verzi {0} +"""Company History""","""Historie organizace""" +Permission already set,Oprávnění již bylo nastaveno, +Commented on {0}: {1},Komentoval {0}: {1} +These restrictions will apply for Document Types where 'Apply User Permissions' is checked for the permission rule and a field with this value is present.,"Tato omezení budou platit pro typy dokumentů, kde "Použít uživatelské oprávnění" je kontrolována pro pravidlo oprávnění a hřiště s Tato hodnota je přítomna." +Send alert if this field's value changes,"Zaslat upozornění, pokud se změní hodnota tohoto pole" +Select a DocType to make a new format,Vyberte DocType vytvořit nový formát, +Module Def,Vymezení modult, +Done,Hotovt, +Reply,Odpovět, +By,Kým, +SMTP Server,SMTP server, +Print Format Help,Nápověda formát tisku, +"If you are updating, please select ""Overwrite"" else existing rows will not be deleted.","Pakliže aktualizujete, zvolte prosím ""Přepsat"" jinak nebudou existující řádky vymazány." +Every Month,MěsíčnL, +Letter Head in HTML,Letter hlavička v HTML, +Web Form,Webový formuláL, +Org History Heading,Záhlaví historie organizace, +Web Page Link Text,Text odkazu www stránky, +"Set default format, page size, print style etc.","Nastavit výchozí formát, velikost stránky, styl tisku atd." +Naming,Pojmenován$1, +Every Year,Ročn$1, +Registered but disabled.,Registrováno ale vypnuto. +Delete permanently?,Smazat trvale? +Search in a document type,Hledat v typu dokumentu, +Allow field to remain editable even after submission,Povolit aby pole zůstalo upravovatelné i po vloženu, +Role and Level,Role a úroveu, +Custom Reports,Přizpůsobené Reporty, +Website Script,Skript www stránky, +Customized HTML Templates for printing transactions.,Upravené HTML Šablony pro tisk transakcí. +No further records,Žádné další záznamy, +Long Text,Dlouhý text, +Please do not change the rows above {0},Prosím neměňte řádky výše: {0} +(Ctrl + G),(Ctrl + G) +Sorry! You are not permitted to view this page.,Je nám líto! Nemáte povoleno zobrazení této stránky. +bell,zvon, +Share this document with,Sdílejte tento dokument s, +Jun,Červen, +{0} {1} cannot be a leaf node as it has children,{0} {1} nemůže být uzel koncový uzel jelikož má podřízené uzly, +Info,Info, +Thank you for your message,Děkujeme Vám za zprávu, +Home Page,Domovská stránka, +Filters,Filtry, +share-alt,share-alt, +Role Name,Název role, +Workflow Document State,Stav toku (workflow) dokumentu, +"To give acess to a role for only specific records, check the Apply User Permissions. User Permissions are used to limit users with such role to specific records.","Chcete-li dát acess do role pouze pro konkrétní záznamy, zaškrtněte políčko Použít uživatelské oprávnění. Uživatelská oprávnění se používají k omezení uživatelů s těmito role na konkrétní záznamy." +Cannot cancel before submitting. See Transition {0},Nelze zrušit před vložením. Transakce {0} +Print Format {0} is disabled,Formát tisku: {0} je vypnutm, +Send days before or after the reference date,Poslat dní před nebo po referenčním datem, +Allow user to login only after this hour (0-24),Povolit uživateli se přihlásit pouze po této hodině (0-24) +Not in Developer Mode! Set in site_config.json or make 'Custom' DocType.,Není v režimu pro vývojáře! Nachází se v site_config.json nebo učinit 'custom' DocType. +globe,glóbus, +dd.mm.yyyy,dd.mm.rrrr, +Hide field in Standard Print Format,Skrýt pole ve standardním formátu tisku, +Float,Desetinné číslo, +Module Name,Název modulu, +DocType is a Table / Form in the application.,DocType je tabulka / formulář v aplikaci, +Feed Type,Feed Type, +GMail,GMail, +"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Pole oddělená čárkou (,) budou zahrnuta v dialogu
Vyhledat dle" +Template Path,Cesta šablony, +user_image_show,user_image_show, +Print Width,šířka tisku, +Allow user to login only before this hour (0-24),Povolit uživatelům přihlásit pouze před tuto hodinu (0-24) +Filter...,Filtr ... +bold,tučn$1, +{0} does not exist in row {1},{0}: neexistuje na řádku {1} +Event Type,Typ události, +Last Known Versions,Poslední známá verze, +Add / Manage Email Accounts.,Přidat / Správa e-mailových účtů. +Published,Publikováno, +Thank you for your email,Děkujeme za váš e-mail, +Small Text,Krátký text, +Administrator accessed {0} on {1} via IP Address {2}.,Správce přístupné {0} na {1} pomocí IP adresy {2}. +Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Možnosti pole typu 'Dynamický odkaz' musí odkazovat na jiné provázané pole s možnostmi jako 'DocType' +Team Members Heading,Záhlaví členů týmu, +Do not allow user to change after set the first time,Nepovolit uživateli změnu po prvním nastavenu, +Third Party Authentication,Ověření třetí stranou, +Banner is above the Top Menu Bar.,Banner je nad horní lištou menu. +"Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set ""match"" permission rules. To see list of fields, go to
Customize Form.","Zadejte pole výchozí hodnota (klávesy) a hodnoty. Přidáte-li více hodnot pro pole, bude první, kdo se zvedl. Tyto výchozí hodnoty se také používají k nastavení ""utkání"" pravidla oprávnění. Chcete-li zobrazit seznam polí, přejděte na Vlastní formulář ." +Port,Port, +Slideshow like display for the website,Promítání obrázků (slideshow) pro zobrazení na www stránce, +Center (Ctrl/Cmd+E),Vycentrovat (Ctrl/Cmd+E) +Cache Cleared,Vyrovnávací paměť vyčistěna, +User with System Manager Role should always have User Type: System User,Uživatel s role správce systému by měl mít vždy Typ uživatele: System User, +Export,Exportovat, +More content for the bottom of the page.,Více obsahu na spodek stránky. +Session Expired. Logging you out,Platnost relace vypršela. Odhlašuji Vás, +DocType on which this Workflow is applicable.,DocType na který je aplikovatelný tento tok (workflow). +Category Name,Název kategorie, +PDF Settings,Nastavení PDF, +Column Name,Název sloupce, +"In JSON as
[{""title"":""Jobs"", ""name"":""jobs""}]
","V JSON jako
[{""title"":""Jobs"", ""name"":""jobs""}]
" +Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} na {1} nelze indexovat, +Email Account,E-mailový účet, +Download,Stáhnout, +Blog Intro,Úvod blogu, +Enable Report,Zapnout report, +Check / Uncheck roles assigned to the User. Click on the Role to find out what permissions that Role has.,"Přidat / odebrat role přiřazené uživateli. Klikněte na roli, abyste zjistili, jaké oprávnění tato role má." +Insert Code,Vložit kód, +You can add dynamic properties from the document by using Jinja templating.,Můžete přidat dynamické vlastnosti z dokumentu pomocí Jinja šablonovacího. +List a document type,Seznam typů dokumente, +Ref Type,Typ reference, +"If you are uploading new records, leave the ""name"" (ID) column blank.","Pakliže nahráváte nové záznamy, nechte sloupec (ID) ""název/jméno"" prázdný." +No of Columns,Počet sloupc$1, +Calendar,Kalendá$1, +"Another {0} with name {1} exists, select another name","Jiné {0} s názvem {1} již existuje, vyberte jiný název" +Custom?,Přizpůsobit? +Website Theme Image,Internetové stránky Téma Image, +road,road, +Timezone,Časové pásmo, +Unable to load: {0},Nemohu nahrát: {0} +Read Only,Pouze pro čtenF, +Send Print as PDF,Odeslat tisk jako PDF, +Allowed,Povoleno, +There can be only one Fold in a form,Může být pouze jeden Fold ve formuláři, +Invalid Home Page,Neplatná domovská stránka, +{0}: Permission at level 0 must be set before higher levels are set,{0}: Oprávnění na úrovni 0 musí být nastaveno před nastavením vyšších úrovnF, +Home Page is Products,Domovskou stránkou je stránka Produkty. +Assignment closed by {0},Úkol uzavřen {0} +Calculate,Vypočítat, +Please select DocType first,"Prosím, vyberte první DocType" +GitHub Client ID,GitHub ID klienta, +Perm Level,úroveň oprávněna, +Events In Today's Calendar,Dnešní události v kalendáři, +Web Page,Www stránky, +Blogger,Blogger, +Date must be in format: {0},Datum musí být ve formátu: {0} +"{0}: Only one rule allowed with the same Role, Level and Apply User Permissions","{0}: Pouze jedno pravidlo je povolené s touto rolí, úrovní a aplikování uživatelských oprávnění" +Select Columns,Vyberte sloupce, +folder-open,folder-open, +Search Application,Hledání aplikace, +Single Post (article).,Publikovat jednotlivé příspěvky na blogu (články). +Set Value,Nastavit hodnotu, +Hide field in form,Skrýt pole ve formuláři, +Optional: The alert will be sent if this expression is true,Volitelné: Upozornění bude zasláno pokud je tento výraz pravdivu, +You can use Customize Form to set levels on fields.,Můžete použít Formulář Přizpůsobení pro nastavení úrovní na polích. +Report,Report, +Please login to create a new {0},Prosím přihlašte se pro vytvoření nového: {0} +{0} is saved,{0} uloženo, +User {0} cannot be renamed,Uživatel: {0} nemůže být přejmenován, +Exported,Exportováno, +"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON sezam DocTypes použitých pro aplikování uživatelských oprávnění. Pakliže je prázdný, všechny provázané DocTypes budou použity pro aplikování uživatelských oprávnění." +Ref DocType,Referenční DocType, +{0}: Cannot set Amend without Cancel,{0}: Nelze Změnit bez Zrušene, +Full Page,Full Page, +Is Child Table,Je podtabulka, +{0} must be one of {1},{0} musí být jedno ze {1} +Password Reset,Obnovit heslo, +chevron-left,chevron-left, +Sending,Odesláno, +Not allowed from this IP Address,Není povoleno z této IP adresy, +This goes above the slideshow.,Toto přijde nad promítání obrázků. +Install Applications.,Instaluje aplikace, +Private,Soukrome, +Send Email Print Attachments as PDF (Recommended),Zvolte tiskové přílohy emailu jako PDF (doporučeno) +Workflow Action,Akce tokm, +Send an email reminder in the morning,Ráno odeslat upozornění emailem, +Published On,Publikováno (kdy) +Feed,Krmivo, +Reference Type,Typ reference, +Repeat On,Opakovat na, +User Permissions,Uživatelská oprávněno, +Oct,Říjen, +warning-sign,warning-sign, +"Show title in browser window as ""Prefix - title""",Zobrazit titul v okně prohlížeče jako "Předčíslí - nadpis" +Update Value,Aktualizovat hodnotu, +Number Format,Formát čísel, +Insert After,Vložit za, +GitHub Client Secret,GitHub tajný klíč klienta, +Report Name,Název výpisu, +Save,Uložit, +Title Prefix,Title Prefix, +Notifications and bulk mails will be sent from this outgoing server.,Upozornění a hromadné emaily budou zaslány z tohoto odchozího serveru. +cog,cog, +{0} added,{0}: přidáno, +Not In,Ne V, +star,star, +Nov,Listopad, +Max width for type Currency is 100px in row {0},Max šířka pro typ měny je 100px na řádku {0} +Content web page.,Obsah www stránky. +Add a New Role,Přidat novou roli, +Oops! Something went wrong,Jejda! Něco nevyšlo dobře :( +Blog Introduction,Představení blogu, +Email Settings,Nastavení emailu, +{0} not a valid State,{0} není validní stav, +ok-circle,ok-circle, +Sorry! User should have complete access to their own record.,Je nám líto! Uživatel by měl mít kompletní přístup k vlastnímu záznamu. +In Report Filter,Ve filtru Reportu, +Hide Actions,Skrýt akce, +"\
  • field:[fieldname] - By Field\
  • naming_series: - By Naming Series (field called naming_series must be present\
  • Prompt - Prompt user for a name\ @@ -1436,38 +1434,38 @@ DocType: DocType,"\
  • Prompt - Vyzvat uživatele k zadání názvu \
  • [sériové] - Série předponou (oddělené tečkou), jako je například PRE ##### \ ') ""> Pojmenování Možnosti " -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +19,Label is mandatory,Popisek je vyžadován -DocType: Custom Field,Unique,Jedinečný -DocType: File Data,File Name,Název souboru -apps/frappe/frappe/core/page/data_import_tool/importer.py +257,Did not find {0} for {0} ({1}),Nenalezeno {0} pro {0} ({1}) -apps/frappe/frappe/config/setup.py +39,Set Permissions per User,Nastavení oprávnění pro jednotlivé uživatele -DocType: Print Format,Edit Format,Edit Format -apps/frappe/frappe/templates/emails/new_user.html +6,Complete Registration,Dokončit registraci -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +40,Top Bar Color and Text Color are the same. They should be have good contrast to be readable.,"Top Bar barev a Barva textu jsou stejné. Měly by být mít dobrý kontrast, aby byl čitelný." -apps/frappe/frappe/core/page/data_import_tool/exporter.py +67,You can only upload upto 5000 records in one go. (may be less in some cases),Můžete nahrát nejvýše 5000 záznamů najednou. (může být i méně v některých případech) -DocType: Print Settings,Print Style,Styl tisku -DocType: DocPerm,Import,Importovat -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +125,Row {0}: Not allowed to enable Allow on Submit for standard fields,řádek {0}: Nelze povolit při vkládání pro standardní pole -apps/frappe/frappe/config/setup.py +91,Import / Export Data,Importovat / exportovat -sites/assets/js/desk.min.js +904,updated to {0},aktualizován na {0} -DocType: Workflow State,chevron-right,chevron-right -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +158,"Change type of field. (Currently, Type change is \ +Label is mandatory,Popisek je vyžadován, +Unique,Jedinečnn, +File Name,Název souboru, +Did not find {0} for {0} ({1}),Nenalezeno {0} pro {0} ({1}) +Set Permissions per User,Nastavení oprávnění pro jednotlivé uživatele, +Edit Format,Edit Format, +Complete Registration,Dokončit registraci, +Top Bar Color and Text Color are the same. They should be have good contrast to be readable.,"Top Bar barev a Barva textu jsou stejné. Měly by být mít dobrý kontrast, aby byl čitelný." +You can only upload upto 5000 records in one go. (may be less in some cases),Můžete nahrát nejvýše 5000 záznamů najednou. (může být i méně v některých případech) +Print Style,Styl tisku, +Import,Importovat, +Row {0}: Not allowed to enable Allow on Submit for standard fields,řádek {0}: Nelze povolit při vkládání pro standardní pole, +Import / Export Data,Importovat / exportovat +updated to {0},aktualizován na {0} +chevron-right,chevron-right, +"Change type of field. (Currently, Type change is \ allowed among 'Currency and Float')","Změňte typ pole. (V současné době, typ změny je \ povoleno mezi ""měnou a Float"")" -DocType: Website Theme,Link to Bootstrap CSS,Odkaz na bootstrapu CSS -DocType: Workflow State,camera,fotoaparát -DocType: Website Settings,Brand HTML,Značka HTML -apps/frappe/frappe/templates/includes/login/login.js +18,Both login and password required,"Obojí, přihlašovací jméno a heslo je vyžadováno" -apps/frappe/frappe/model/document.py +390,Please refresh to get the latest document.,Prosím klikněte na obnovit pro získání nejnovějšího dokumentu. -DocType: User,Security Settings,Nastavení zabezpečení -,Desktop,Pracovní plocha -DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,Text k zobrazení k prolinkování www stránky pokud má tento formulář www stránku. Cesta odkazu bude automaticky generována na základě `page_name` a `parent_website_route` -sites/assets/js/desk.min.js +502,Please set {0} first,Prosím nejprve nastavte {0} -DocType: Patch Log,Patch,Záplata -apps/frappe/frappe/core/page/data_import_tool/importer.py +40,No data found,Nenalezena žádná data -DocType: Web Form,Allow Comments,Povolit komentáře -DocType: User,Background Style,Styl pozadí -DocType: System Settings,mm-dd-yyyy,mm-dd-rrrr -apps/frappe/frappe/desk/doctype/feed/feed.py +91,{0} logged in,{0} přihlášeni -apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Vaše přihlašovací id je -DocType: DocField,Ignore User Permissions,Ignorovat uživatelská oprávnění +Link to Bootstrap CSS,Odkaz na bootstrapu CSS, +camera,fotoaparát, +Brand HTML,Značka HTML, +Both login and password required,"Obojí, přihlašovací jméno a heslo je vyžadováno" +Please refresh to get the latest document.,Prosím klikněte na obnovit pro získání nejnovějšího dokumentu. +Security Settings,Nastavení zabezpečena, +Desktop,Pracovní plocha, +Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,Text k zobrazení k prolinkování www stránky pokud má tento formulář www stránku. Cesta odkazu bude automaticky generována na základě `page_name` a `parent_website_route` +Please set {0} first,Prosím nejprve nastavte {0} +Patch,Záplata, +No data found,Nenalezena žádná data, +Allow Comments,Povolit komentáře, +Background Style,Styl pozada, +mm-dd-yyyy,mm-dd-rrrr, +{0} logged in,{0} přihlášeni, +Your login id is,Vaše přihlašovací id je, +Ignore User Permissions,Ignorovat uživatelská oprávněna, diff --git a/frappe/translations/da-DK.csv b/frappe/translations/da-DK.csv index b7482f47d7..a62ee0946c 100644 --- a/frappe/translations/da-DK.csv +++ b/frappe/translations/da-DK.csv @@ -1,9 +1,9 @@ -apps/frappe/frappe/utils/nestedset.py +252,{0} {1} cannot be a leaf node as it has children,"{0} {1} kan ikke være en blad node, da den har undernoder" -apps/frappe/frappe/utils/csvutils.py +53,"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Ukendt fil kodning. Prøvede utf-8, vinduer-1250, vinduer-1252." -DocType: About Us Settings,"""Company History""",'Virksomhedshistorie' -DocType: Currency,"1 Currency = [?] Fraction -For e.g. 1 USD = 100 Cent",1 Valuta = [?] Fraktion For eksempel 1 USD = 100 Cent -DocType: Workflow State,zoom-in,zoom-in -DocType: Workflow State,zoom-out,zoom-out -apps/frappe/frappe/public/js/frappe/form/workflow.js +34, by Role ,af rolle -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +145,Half Day,Half Day +{0} {1} cannot be a leaf node as it has children,"{0} {1} kan ikke være en blad node, da den har undernoder" +"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Ukendt fil kodning. Prøvede utf-8, vinduer-1250, vinduer-1252." +"""Company History""",'Virksomhedshistorie' +"1 Currency = [?] Fraction, +For e.g. 1 USD = 100 Cent",1 Valuta = [?] Fraktion For eksempel 1 USD = 100 Cent, +zoom-in,zoom-in, +zoom-out,zoom-out, + by Role ,af rolle, +Half Day,Half Day, diff --git a/frappe/translations/de.csv b/frappe/translations/de.csv index dae676ee72..1876b80720 100644 --- a/frappe/translations/de.csv +++ b/frappe/translations/de.csv @@ -432,6 +432,7 @@ Amount must be greater than 0.,Betrag muss größer als 0 sein., An error occured during the payment process. Please contact us.,Während des Bezahlvorgangs ist ein Fehler aufgetreten. Bitte kontaktieren Sie uns., An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org],Eine Icon-Datei mit ICO-Erweiterung. Sie sollte 16 x 16 pixel groß sein. Wurde unter Verwendung eines Favicon-Generators erstellt. [favicon-generator.org], Ancestors Of,Vorfahren von, +ancestors of,Vorfahren von, Another transaction is blocking this one. Please try again in a few seconds.,Eine andere Transaktion blockiert die aktuelle. Bitte versuchen Sie es in ein paar Sekunden noch einmal., "Another {0} with name {1} exists, select another name",Ein weiterer {0} mit dem Namen {1} existiert. Bitte einen anderen Namen wählen, Any string-based printer languages can be used. Writing raw commands requires knowledge of the printer's native language provided by the printer manufacturer. Please refer to the developer manual provided by the printer manufacturer on how to write their native commands. These commands are rendered on the server side using the Jinja Templating Language.,"Beliebige stringbasierte Druckersprachen können verwendet werden. Für das Schreiben von Raw-Befehlen sind Kenntnisse der Muttersprache des Druckers erforderlich, die vom Druckerhersteller bereitgestellt werden. Informationen zum Schreiben der nativen Befehle finden Sie im Entwicklerhandbuch des Druckerherstellers. Diese Befehle werden serverseitig mit der Jinja Templating Language gerendert.", @@ -865,6 +866,7 @@ Deleted Name,Gelöschte Namen, Deleting {0},Löscht {0}, Depends On,Hängt ab von, Descendants Of,Nachkommen von, +descendants of,Nachkommen von, Desk,Schreibtisch, Desk Access,Schreibtisch-Zugang, Desktop Icon,Desktopsymbol, @@ -1028,6 +1030,7 @@ Enter url parameter for receiver nos,URL-Parameter für Empfängernummern eingeb Enter your password,Passwort eingeben, Entity Name,Entitätsname, Equals,ist gleich, +equals,ist gleich, Error Message,Fehlermeldung, Error Report,Fehlerbericht, Error Snapshot,Fehler-Schnappschuss, @@ -1383,6 +1386,7 @@ Invalid recipient address,Ungültige Empfängeradresse, Invalid {0} condition,Ungültige {0} Bedingung, Inverse,Invertieren, Is,Ist, +is,ist, Is Attachments Folder,Ist Ordner für Anhänge, Is Child Table,Ist Untertabelle, Is Custom,Ist benutzerdefiniert, @@ -1692,9 +1696,13 @@ No {0} permission,Keine {0} Berechtigung, None: End of Workflow,Kein: Ende des Workflows, Not Allowed: Disabled User,Nicht zulässig: Deaktivierter Benutzer, Not Ancestors Of,Keine Vorfahren von, +not ancestors of,keine Vorfahren von, Not Descendants Of,Nicht Nachkommen von, -Not Equals,ist nicht gleich, +not descendants of,nicht Nachkommen von, +Not Equals,Ungleich, +not equals,ungleich, Not In,Nicht in, +not in,nicht in, Not Linked to any record,Nicht mit jedem Datensatz verknüpft, Not Published,Nicht veröffentlicht, Not Saved,Nicht gespeichert, @@ -3863,11 +3871,13 @@ JavaScript,JavaScript, LDAP Settings,LDAP-Einstellungen, Left,Links, Like,Wie, +like,wie, Link,Verknüpfung, Logged in,Eingeloggt, New,Neu, Not Found,Nicht gefunden, Not Like,Nicht wie, +not like,nicht wie, Notify by Email,Per E-Mail benachrichtigen, Now,Jetzt, Off,aus, diff --git a/frappe/translations/en-US.csv b/frappe/translations/en-US.csv index b94bab9563..b49eb42679 100644 --- a/frappe/translations/en-US.csv +++ b/frappe/translations/en-US.csv @@ -1,18 +1,18 @@ -apps/frappe/frappe/www/printview.py +83,Not allowed to print cancelled documents,Not allowed to print canceled documents -apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +3,Payment Cancelled,Payment Canceled -apps/frappe/frappe/model/document.py +753,Cannot link cancelled document: {0},Cannot link canceled document: {0} -DocType: Workflow State,zoom-out,zoom-out -DocType: Print Settings,Allow Print for Cancelled,Allow Print for Canceled -apps/frappe/frappe/utils/data.py +641,1 weeks ago,1 week ago -DocType: Workflow State,facetime-video,Facetime-Video -apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.py +50,Cancelling {0},Canceling {0} -apps/frappe/frappe/model/document.py +685,Cannot edit cancelled document,Cannot edit canceled document -apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +11,Your payment is cancelled.,Your payment is canceled. -apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +23,You selected Draft or Cancelled documents,You selected Draft or Canceled documents -DocType: Workflow Document State,0 - Draft; 1 - Submitted; 2 - Cancelled,0 - Draft; 1 - Submitted; 2 - Canceled -DocType: Communication,Cancelled,Canceled -apps/frappe/frappe/public/js/frappe/form/save.js +15,Cancelling,Canceling -apps/frappe/frappe/core/doctype/deleted_document/deleted_document.py +20,Cancelled Document restored as Draft,Canceled Document restored as Draft -apps/frappe/frappe/config/setup.py +226,"States for workflow (e.g. Draft, Approved, Cancelled).","States for workflow (e.g. Draft, Approved, Canceled)." -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +72,Cannot change state of Cancelled Document. Transition row {0},Cannot change state of Canceled Document. Transition row {0} -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +520,cancelled this document,canceled this document +Not allowed to print cancelled documents,Not allowed to print canceled documents, +Payment Cancelled,Payment Canceled, +Cannot link cancelled document: {0},Cannot link canceled document: {0} +zoom-out,zoom-out, +Allow Print for Cancelled,Allow Print for Canceled, +1 weeks ago,1 week ago, +facetime-video,Facetime-Video, +Cancelling {0},Canceling {0} +Cannot edit cancelled document,Cannot edit canceled document, +Your payment is cancelled.,Your payment is canceled. +You selected Draft or Cancelled documents,You selected Draft or Canceled documents, +0 - Draft; 1 - Submitted; 2 - Cancelled,0 - Draft; 1 - Submitted; 2 - Canceled, +Cancelled,Canceled, +Cancelling,Canceling, +Cancelled Document restored as Draft,Canceled Document restored as Draft, +"States for workflow (e.g. Draft, Approved, Cancelled).","States for workflow (e.g. Draft, Approved, Canceled)." +Cannot change state of Cancelled Document. Transition row {0},Cannot change state of Canceled Document. Transition row {0} +cancelled this document,canceled this document, diff --git a/frappe/translations/es-AR.csv b/frappe/translations/es-AR.csv index 73b3d572f1..9084d5e8cf 100644 --- a/frappe/translations/es-AR.csv +++ b/frappe/translations/es-AR.csv @@ -1,3 +1,3 @@ -DocType: Communication,Comment Type,Tipo de Comentario -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +60,Clear Attachment,Limpiar Adjunto -DocType: Communication,Communication,Comunicacion +Comment Type,Tipo de Comentario, +Clear Attachment,Limpiar Adjunto, +Communication,Comunicacion, diff --git a/frappe/translations/es-CL.csv b/frappe/translations/es-CL.csv index bbbd59b07b..02e8b4107e 100644 --- a/frappe/translations/es-CL.csv +++ b/frappe/translations/es-CL.csv @@ -1,5 +1,5 @@ -apps/frappe/frappe/contacts/doctype/address/address.py +59,"Company is mandatory, as it is your company address","Compañía es obligatoria, igual que la dirección de la empresa" -DocType: Address Template,"

    Default Template

    +"Company is mandatory, as it is your company address","Compañía es obligatoria, igual que la dirección de la empresa", +"

    Default Template

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    {{ address_line1 }}<br>
     {% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
    @@ -21,17 +21,17 @@ DocType: Address Template,"

    Default Template

    {% if teléfono%} Teléfono: {{teléfono}} & lt; br & gt; { % endif -%} {% if fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% if email_ID%} Email: {{email_ID}} & lt; br & gt ; {% endif -%} -
    " -apps/frappe/frappe/email/receive.py +196,Can not find UIDVALIDITY in imap status response,No se puede encontrar UIDVALIDITY en la respuesta de estado IMAP -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +573,changed values for {0},Valores modificados para {0} -DocType: Activity Log,Link DocType,Enlace DocType -apps/frappe/frappe/desk/doctype/kanban_board/kanban_board.py +24,Column Name cannot be empty,El Nombre de la Columna no puede estar vacía -,Feedback Ratings,Ratings de Feedback -apps/frappe/frappe/email/queue.py +259,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,No se puede enviar este correo electrónico. Usted ha cruzado el límite de envío de {0} mensajes de correo electrónico para este mes. -apps/frappe/frappe/model/db_query.py +616,Cannot use sub-query in order by,No se puede utilizar una sub-consulta en order by -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +229,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos -DocType: LDAP Settings,LDAP First Name Field,Campo de Primer Nombre LDAP -DocType: Feedback Request,Feedback Rating,Rating de Feedback -DocType: Dynamic Link,Link Title,Título del Enlace -DocType: Workflow State,facetime-video,Vídeo FaceTime -DocType: Payment Gateway,Gateway,Puerta de Entrada + ", +Can not find UIDVALIDITY in imap status response,No se puede encontrar UIDVALIDITY en la respuesta de estado IMAP, +changed values for {0},Valores modificados para {0}, +Link DocType,Enlace DocType, +Column Name cannot be empty,El Nombre de la Columna no puede estar vacía, +Feedback Ratings,Ratings de Feedback, +Cannot send this email. You have crossed the sending limit of {0} emails for this month.,No se puede enviar este correo electrónico. Usted ha cruzado el límite de envío de {0} mensajes de correo electrónico para este mes. +Cannot use sub-query in order by,No se puede utilizar una sub-consulta en order by, +"Permissions can be managed via Setup > Role Permissions Manager","Los permisos se pueden gestionar a través de Configuración > Administrador de permisos", +LDAP First Name Field,Campo de Primer Nombre LDAP, +Feedback Rating,Rating de Feedback, +Link Title,Título del Enlace, +facetime-video,Vídeo FaceTime, +Gateway,Puerta de Entrada, diff --git a/frappe/translations/es-EC.csv b/frappe/translations/es-EC.csv index f7603aeb6c..b523bc6e8d 100644 --- a/frappe/translations/es-EC.csv +++ b/frappe/translations/es-EC.csv @@ -1 +1 @@ -DocType: Auto Repeat,Auto Repeat Schedule,Programar Repetición Automática +Auto Repeat Schedule,Programar Repetición Automática, diff --git a/frappe/translations/es-GT.csv b/frappe/translations/es-GT.csv index ac4578f27e..ba583fae31 100644 --- a/frappe/translations/es-GT.csv +++ b/frappe/translations/es-GT.csv @@ -1 +1 @@ -DocType: DocType,Other Settings,Otros Ajustes +Other Settings,Otros Ajustes, diff --git a/frappe/translations/es-MX.csv b/frappe/translations/es-MX.csv index 23de8a3b55..b4164ee8ed 100644 --- a/frappe/translations/es-MX.csv +++ b/frappe/translations/es-MX.csv @@ -1,11 +1,10 @@ -DocType: Currency,Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01,"Fracción más pequeña de circulación (moneda). Por ejemplo, 1 centavo por USD y debe ser ingresado como 0.01" -DocType: Data Migration Plan,Postprocess Method,Método de Postproceso -DocType: System Settings,"If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User","Si está activado Aplicar Permiso de Usuario Estricto y se ha definido el Permiso de Usuario para un DocType para un Usuario, todos los documentos en los que el valor del enlace esté en blanco no se mostrarán a ese Usuario" -DocType: Website Settings,<head> HTML,<head> HTML -apps/frappe/frappe/core/doctype/system_settings/system_settings.py +19,Please select Minimum Password Score,Por favor selecciona la Puntuación Mínima de la Contraseña -DocType: Currency,Smallest Currency Fraction Value,Valor de la fracción de moneda más pequeña -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +229,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos -DocType: Address Template,"

    Default Template

    +Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01,"Fracción más pequeña de circulación (moneda). Por ejemplo, 1 centavo por USD y debe ser ingresado como 0.01", +Postprocess Method,Método de Postproceso, +"If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User","Si está activado Aplicar Permiso de Usuario Estricto y se ha definido el Permiso de Usuario para un DocType para un Usuario, todos los documentos en los que el valor del enlace esté en blanco no se mostrarán a ese Usuario", +Please select Minimum Password Score,Por favor selecciona la Puntuación Mínima de la Contraseña, +Smallest Currency Fraction Value,Valor de la fracción de moneda más pequeña, +Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos, +"

    Default Template

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    {{ address_line1 }}<br>
     {% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
    @@ -27,4 +26,4 @@ DocType: Address Template,"

    Default Template

    {% if teléfono%} Teléfono: {{teléfono}} & lt; br & gt; { % endif -%} {% if fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% if email_ID%} Email: {{email_ID}} & lt; br & gt ; {% endif -%} -
    " + ", diff --git a/frappe/translations/es-NI.csv b/frappe/translations/es-NI.csv index dfb49469d1..ace218a56a 100644 --- a/frappe/translations/es-NI.csv +++ b/frappe/translations/es-NI.csv @@ -1,5 +1,5 @@ -DocType: Web Form,Accept Payment,Aceptar Pago -DocType: Auto Email Report,Based on Permissions For User,Base sobre Permiso de Usuario -apps/frappe/frappe/model/base_document.py +564,"{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}","{0}: '{1}' ({3}) resultarán truncadas, como caracteres máximo permitido es {2}" -DocType: System Settings,Backups,Respaldos -apps/frappe/frappe/utils/password_strength.py +70,Better add a few more letters or another word,Mejor añadir algunas letras extras u otra palabra +Accept Payment,Aceptar Pago, +Based on Permissions For User,Base sobre Permiso de Usuario, +"{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}","{0}: '{1}' ({3}) resultarán truncadas, como caracteres máximo permitido es {2}" +Backups,Respaldos, +Better add a few more letters or another word,Mejor añadir algunas letras extras u otra palabra, diff --git a/frappe/translations/es-PE.csv b/frappe/translations/es-PE.csv index 08c037a5cb..bc8b062a8c 100644 --- a/frappe/translations/es-PE.csv +++ b/frappe/translations/es-PE.csv @@ -1,490 +1,490 @@ -apps/frappe/frappe/core/doctype/doctype/doctype.py +835,{0}: Cannot set import as {1} is not importable,{0}: no se puede definir 'De Importación' como {1} porque no es importable -DocType: DocField,Heading,Título -apps/frappe/frappe/public/js/frappe/model/model.js +119,Unable to load: {0},No se puede cargar : {0} -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisos en los niveles más altos son los permisos de nivel de campo. Todos los campos tienen un conjunto Nivel de permiso en su contra y las reglas definidas en el que los permisos se aplican al campo. Esto es útil en caso de que quiera ocultar o hacer cierto campo de sólo lectura para ciertas funciones. -apps/frappe/frappe/core/doctype/data_import/data_import.js +172,Select Columns,Seleccionar columnas -DocType: DocType,DocType is a Table / Form in the application.,El DocType es una tabla / formulario en la aplicación. -DocType: Workflow State,th,ª -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +214,Set the display label for the field,Ajuste la etiqueta de visualización para el campo -DocType: Communication,Sending,Envío -DocType: DocType,Child Tables are shown as a Grid in other DocTypes.,Las tablas secundarias se muestran como una cuadrícula en los DocTypes. -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +823,With Ledgers,Con Libro Mayor -DocType: Report,Ref DocType,Referencia Tipo de Documento -DocType: Print Settings,Print Style Preview,Vista previa de Estilo de impresión -DocType: Customize Form,Enter Form Type,Introduzca Tipo de Formulario -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +58,Select from existing attachments,Seleccione de archivos adjuntos existentes -DocType: Notification Recipient,Email By Document Field,Email Por Campo Documento -DocType: User,Banner Image,Imagen del banner -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +285,New {0}: #{1},Nuevo {0}: # {1} -apps/frappe/frappe/public/js/frappe/ui/messages.js +68,Enter Value,Introducir valor -apps/frappe/frappe/core/doctype/doctype/doctype.py +806,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede Presentar, Cancelar y Corregir sin Guardar" -DocType: Web Page,Insert Style,Inserte Estilo -DocType: Workflow State,th-large,-ésimo gran -DocType: User,Email Settings,Configuración del correo electrónico -DocType: User,Send Password Update Notification,Enviar contraseña Notificación de actualización -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +49,Select Document Type,Seleccionar el tipo de documento -apps/frappe/frappe/public/js/frappe/request.js +169,Server Error: Please check your server logs or contact tech support.,Error de servidor : Se recomienda consultar los registros del servidor o contacte con Soporte técnico. -DocType: Website Settings,Website Theme Image Link,Sitio web Imagen por tema Enlace -DocType: Custom DocPerm,Role and Level,Función y Nivel -DocType: Contact Us Settings,Send enquiries to this email address,Puede enviar sus preguntas a la siguiente dirección de correo electrónico -DocType: DocType,Sort Field,Ordenar campo -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +671,Then By (optional),Entonces por ( opcional) -DocType: Workflow State,remove,Quitar -apps/frappe/frappe/desk/form/utils.py +67,This method can only be used to create a Comment,Este método sólo se puede utilizar para crear un comentario -DocType: Footer Item,"target = ""_blank""","target = "" _blank""" -DocType: System Settings,Setup Complete,Configuración completa -DocType: Address,Subsidiary,Filial -DocType: Email Account,Service,Servicio -DocType: About Us Settings,Settings for the About Us Page,Ajustes de la página Quiénes somos -DocType: Workflow State,Stop,Detenerse -apps/frappe/frappe/config/setup.py +57,Check which Documents are readable by a User,Marque que documentos pueden ser leídos por el usuario -apps/frappe/frappe/model/document.py +634,Record does not exist,Registro no existe -apps/frappe/frappe/model/document.py +685,Cannot edit cancelled document,No se puede editar un documento anulado -apps/frappe/frappe/config/setup.py +119,Set numbering series for transactions.,Establecer series de numeración para las transacciones. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +39,Submit an Issue,Presentar un problema -DocType: Currency,Symbol,Símbolo -DocType: Workflow Document State,Update Field,Actualizar Campos -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +562,Make ,Hacer -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +17,"You can change Submitted documents by cancelling them and then, amending them.","Puede cambiar los documentos Enviados cancelándolos y luego, haciendo los cambios pertinentes." -DocType: About Us Settings,Team Members Heading,Miembros del Equipo Lider -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +54,Scheduled to send to {0} recipients,Programado para enviar a {0} destinatarios -DocType: Website Script,Script to attach to all web pages.,Guión para unir a todas las páginas web. -DocType: Property Setter,Set Value,Valor seleccionado -apps/frappe/frappe/public/js/frappe/form/layout.js +162,Show more details,Mostrar más detalles -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +66,Fieldname which will be the DocType for this link field.,Nombre de campo el cual será el DocType para enlazar el campo. -DocType: Workflow,DocType on which this Workflow is applicable.,El DocType en el presente del flujo de trabajo es aplicable. -DocType: Workflow,"If checked, all other workflows become inactive.","Si se selecciona, todos los otros flujos de trabajo se vuelven inactivos ." -DocType: Event,Send an email reminder in the morning,Enviar un recordatorio por correo electrónico en la mañana -DocType: DocField,No Copy,Sin copia -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edición de HTML personalizado -apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Su contraseña se ha actualizado. Aquí está tu nueva contraseña -DocType: Role,Role Name,Nombre de la Función -DocType: DocField,Report Hide,Ocultar Informe -apps/frappe/frappe/public/js/frappe/form/print.js +216,Warning: This Print Format is in old style and cannot be generated via the API.,Advertencia: Este formato de impresión es de estilo antiguo y no se puede generar a través de la API. -apps/frappe/frappe/core/doctype/data_import/exporter.py +66,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Si va a cargar nuevos registros, ""Secuencias"" se convierte en obligatoria, si está presente." -DocType: Report,Letter Head,Membretes -DocType: Custom DocPerm,Role,Función -apps/frappe/frappe/model/base_document.py +444,Options not set for link field {0},Las opciones no establecen para campo de enlace {0} -DocType: Web Page,Style,Estilo -apps/frappe/frappe/model/rename_doc.py +168,{0} not allowed to be renamed,{0} no es permitido ser renombrado -DocType: Property Setter,Field Name,Nombre del campo -DocType: Custom Script,Adds a custom script (client or server) to a DocType,Añade un acript personalizado (cliente o servidor) a un tipo de documento -DocType: Report,Report Type,Tipo de informe -DocType: User Email,Enable Outgoing,Habilitar saliente -DocType: Email Account,Ignore attachments over this size,Ignorar los adjuntos mayores a este tamaño -DocType: Print Settings,In points. Default is 9.,En puntos. El valor predeterminado es 9. -apps/frappe/frappe/config/website.py +18,User editable form on Website.,Forma editable Usuario en el Sitio Web. -apps/frappe/frappe/public/js/frappe/roles_editor.js +40,Clear all roles,Desactive todos los roles -DocType: Workflow State,thumbs-down,pulgar hacia abajo -DocType: Address Template,This format is used if country specific format is not found,Este formato se utiliza si no se encuentra un formato específico del país -apps/frappe/frappe/public/js/frappe/views/treeview.js +89,{0} Tree,{0} Árbol -DocType: Communication,Email,Correo electrónico -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Search,Ayuda en la búsqueda -DocType: Web Page,Left,Izquierda -DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Introduzca los parámetros de URL estáticas aquí (Ej. sender = ERPNext , nombre de usuario = ERPNext , contraseña = 1234 etc )" -apps/frappe/frappe/core/doctype/user/user.py +191,Sorry! Sharing with Website User is prohibited.,¡Lo siento! Compartir con los del Sitio Web está prohibido. -DocType: Custom Script,Script,Guión -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,Formulario de actualización -apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},Una nueva cuenta ha sido creada para ti en {0} -DocType: Website Script,Website Script,Guión del Sitio Web -DocType: View log,Reference DocType,Referencia DocType -apps/frappe/frappe/__init__.py +1178,Thank you,Gracias -DocType: Address,Shipping,Envío -DocType: Currency,"How should this currency be formatted? If not set, will use system defaults","¿Cómo se debe formatear esta moneda ? Si no se establece, utilizará valores predeterminados del sistema" -apps/frappe/frappe/core/doctype/report/report.py +37,Only Administrator allowed to create Query / Script Reports,Solo el Administrador puede crear consultas / Informes de Secuencias de Comandos -DocType: Web Form,Sidebar Items,Sidebar Artículos -apps/frappe/frappe/utils/nestedset.py +217,Cannot delete {0} as it has child nodes,"No se puede eliminar {0} , ya que tiene nodos secundarios" -DocType: DocField,Set non-standard precision for a Float or Currency field,Ajuste de precisión no estándar para Decimales Campo de Moneda -DocType: Workflow State,eye-close,ojo -cierre -DocType: Workflow State,step-backward,paso hacia atrás -DocType: User,User Defaults,Predeterminadas del Usuario -DocType: DocType,Fields,Los campos -DocType: Web Form,Success Message,Mensaje de éxito -DocType: Website Slideshow,Slideshow Name,Presentación Nombre -apps/frappe/frappe/core/doctype/version/version_view.html +74,Row # ,Fila # -DocType: Workflow State,share-alt,share- alt -DocType: Report,JavaScript Format: frappe.query_reports['REPORTNAME'] = {},Formato de JavaScript: frappe.query_reports [' REPORTNAME'] = { } -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +40,Top Bar Color and Text Color are the same. They should be have good contrast to be readable.,Top Bar en color y texto en color son los mismos. Deben tienen buen contraste para ser legible. -apps/frappe/frappe/desk/form/assign_to.py +161,"The task {0}, that you assigned to {1}, has been closed by {2}.","La tarea {0}, que asignó a {1}, ha sido cerrado por {2}." -DocType: Workflow State,star-empty,- estrella vacía -apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,Gracias por tu email -apps/frappe/frappe/public/js/legacy/form.js +62,"Allowing DocType, DocType. Be careful!","Permitir DocType , tipo de documento . ¡Ten cuidado!" -apps/frappe/frappe/core/doctype/docshare/docshare.py +40,"You need to have ""Share"" permission","Usted necesita tener el permiso ""Compartir""" -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,El sistema ofrece muchas funciones predefinidas . Usted puede agregar nuevos roles para establecer permisos más finos. -apps/frappe/frappe/utils/nestedset.py +252,{0} {1} cannot be a leaf node as it has children,"{0} {1} no puede ser un nodo de hoja , ya que tiene los niños" -DocType: Footer Item,Company,Compañía(s) -DocType: Notification,Send alert if date matches this field's value,Envíe la alarma si la fecha coincide con el valor de este campo -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,Puede añadir propiedades dinámicas del documento mediante el uso de plantillas Jinja. -apps/frappe/frappe/core/doctype/doctype/doctype.py +562,Default for {0} must be an option,Predeterminado para {0} debe ser una opción -apps/frappe/frappe/core/doctype/doctype/doctype.py +526,Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el DocType en el campo {0} de la linea {1} -apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically generated reply,Esta es una respuesta generada automáticamente -apps/frappe/frappe/public/js/frappe/form/link_selector.js +142,Set,conjunto -DocType: Workflow Action,Workflow State,Estados de los flujos de trabajo -DocType: Communication,Submitted,Enviado -apps/frappe/frappe/core/doctype/doctype/doctype.py +771,{0}: No basic permissions set,{0}: No se han asignado permisos básicos -apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +256,"Your download is being built, this may take a few moments...","Se está generando su descarga, esto puede tardar unos minutos..." -apps/frappe/frappe/core/doctype/data_import/data_import.js +204,Download with data,Descarga de datos -DocType: DocType,Hide Heading,Ocultar Rubro -apps/frappe/frappe/core/doctype/doctype/doctype.py +831,{0}: Cannot set Assign Amend if not Submittable,{0}: no se puede 'Asignar Correción' si no se puede presentar -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411,Remove Section,Retire la Sección -apps/frappe/frappe/config/setup.py +221,Define workflows for forms.,Definir los flujos de trabajo para las formas . -DocType: Workflow State,font,Fuente -apps/frappe/frappe/public/js/frappe/model/model.js +33,Parent,Padre -DocType: Communication,Workflow,Flujo de Trabajo -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136,Search in a document type,Buscar en un tipo de documento -DocType: Print Format,Server,Servidor -DocType: Website Settings,Set Banner from Image,Establecer Banner de imagen -DocType: DocType,Is Single,Es Individual -apps/frappe/frappe/templates/includes/list/filters.html +19,clear,claro -DocType: Notification,Send alert if this field's value changes,Enviar alerta si cambia el valor de este campo -apps/frappe/frappe/desk/query_report.py +162,Must have report permission to access this report.,Debe tener permiso de informe para acceder a este informe. -apps/frappe/frappe/public/js/frappe/views/pageview.js +112,Sorry! You are not permitted to view this page.,¡Lo siento! Usted no está autorizado a ver esta página. -apps/frappe/frappe/core/doctype/data_import/exporter.py +63,Please do not change the template headings.,"Por favor, no cambiar los encabezados de la plantilla." -DocType: Notification,Days Before or After,Días Anteriores o Posteriores -DocType: File,Content Hash,Hash contenido -DocType: Workflow State,align-left,alinear -izquierda -apps/frappe/frappe/core/doctype/doctype/doctype.py +810,{0}: Cannot set Import without Create,{0}: no se puede establecer 'De importación' sin crearlo primero -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +257,Hide field in Report Builder,Ocultar campo en el Generador de Informes -apps/frappe/frappe/core/doctype/doctype/doctype.py +540,Max width for type Currency is 100px in row {0},El ancho máximo para la moneda es 100px en la linea {0} -apps/frappe/frappe/public/js/frappe/form/link_selector.js +151,{0} added,{0} agregado(s) -DocType: Integration Request,Reference DocName,Referencia DocNombre -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,Guardado -DocType: System Settings,Security,Seguridad -DocType: Communication,Read,Lectura -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +283,use % as wildcard,Use% como comodín -apps/frappe/frappe/model/delete_doc.py +171,User not allowed to delete {0}: {1},El usuario no puede eliminar {0}: {1} -apps/frappe/frappe/desk/query_report.py +52,Query must be a SELECT,Debe seleccionar la Consulta -DocType: DocShare,Document Name,Nombre del documento -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +162,Start new Format,Comenzar una nueva Formato -apps/frappe/frappe/desk/form/assign_to.py +155,"The task {0}, that you assigned to {1}, has been closed.","La tarea {0}, que asignó a {1}, se ha cerrado." -apps/frappe/frappe/config/website.py +42,Write titles and introductions to your blog.,Escribe títulos y las introducciones a tu blog . -DocType: Role Profile,Roles Assigned,Funciones Asignadas -DocType: Custom Field,Adds a custom field to a DocType,Añade un campo personalizado para un tipo de documento -DocType: User,Middle Name (Optional),Segundo Nombre ( Opcional) -DocType: Email Account,Use TLS,Utilice TLS -apps/frappe/frappe/contacts/doctype/address_template/address_template.py +33,Default Address Template cannot be deleted,Plantilla de la Direcciones Predeterminadas no puede eliminarse -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +34,Select Document Types to set which User Permissions are used to limit access.,Seleccione los Tipos de Documento para establecer los Permisos de Usuario para limitar el acceso. -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,No se le permite eliminar un tema Sitio web estándar -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +229,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones -apps/frappe/frappe/core/doctype/doctype/doctype.py +796,{0}: Permission at level 0 must be set before higher levels are set,{0} : Permiso en el nivel 0 se debe establecer antes de fijar niveles más altos -DocType: System Settings,dd-mm-yyyy,dd- mm- aaaa -apps/frappe/frappe/config/desk.py +54,"Newsletters to contacts, leads.","Boletines para contactos, clientes potenciales ." -DocType: Notification,Message Examples,Ejemplos de Mensajes -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Como práctica recomendada , no asigne el mismo conjunto de permisos para diferentes funciones. En su lugar, establecer varias funciones al mismo usuario ." -DocType: Website Theme,Top Bar Color,Inicio Barra Color -apps/frappe/frappe/core/doctype/doctype/doctype.py +594,There can be only one Fold in a form,Sólo puede haber un doblez en forma -DocType: Address,Shop,Tienda -apps/frappe/frappe/public/js/frappe/views/treeview.js +183,Add Child,Agregar subcuenta -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,Las funciones se pueden configurar para los usuarios de su página de usuario . -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,Permisos han sido aplicados a los Usuarios en base a los funciones que tienen asignadas. -DocType: Contact,Replied,Respondio -DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opciones de contacto , como "" Consultas de Ventas , Soporte de consultas"" , etc cada uno en una nueva línea o separados por comas." -DocType: Page,Roles,Funciones -DocType: Country,Time Zones,Husos horarios -DocType: Website Settings,Website Theme Image,Sitio web Imagen por tema -DocType: Address,City/Town,Ciudad/Provincia -apps/frappe/frappe/templates/includes/login/login.js +39,Valid email and name required,Nombre y Correo Electrónico válido requerido -DocType: Property Setter,Property Setter overrides a standard DocType or Field property,Propiedad Setter se impone a una DocType estándar o propiedad Campo -DocType: DocField,Float,flotador -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +34,{0} does not exist in row {1},{0} no existe en la linea {1} -DocType: Contact,Open,Abrir -DocType: DocType,Hide Copy,Copia Oculta -apps/frappe/frappe/printing/doctype/print_format/print_format.py +19,Standard Print Format cannot be updated,Formato de impresión estándar no se puede actualizar -apps/frappe/frappe/model/rename_doc.py +431,** Failed: {0} to {1}: {2},** Fallo: {0} a {1}: {2} -apps/frappe/frappe/public/js/frappe/form/layout.js +28,This form does not have any input,Esta forma no tiene ninguna entrada -apps/frappe/frappe/templates/emails/recurring_document_failed.html +1,Recurring,Periódico -apps/frappe/frappe/model/naming.py +48,{0} is required,{0} es necesario -DocType: Website Settings,Select an image of approx width 150px with a transparent background for best results.,Seleccione una imagen de ancho aprox 150px con fondo transparente para obtener mejores resultados . -DocType: Workflow State,Tag,Etiqueta -DocType: Print Settings,Send Print as PDF,Enviar Impresión como PDF -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +55,Select Role,Seleccione Función -apps/frappe/frappe/model/base_document.py +402,Data missing in table,Los datos que faltan en la tabla -apps/frappe/frappe/desk/doctype/event/event.py +32,Every day events should finish on the same day.,Los eventos deben terminar el mismo día. -DocType: Workflow State,resize-vertical,cambiar el tamaño vertical -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +102,Reset Permissions for {0}?,Restablecer los permisos para {0} ? -DocType: Property Setter,DocType or Field,DocType o campo -DocType: System Settings,Scheduler Last Event,Programador Último Evento -DocType: Workflow Document State,Doc Status,Estado Doc. -DocType: DocType,Single Types have only one record no tables associated. Values are stored in tabSingles,Tipos simples tienen sólo un registro no hay tablas asociadas . Los valores se almacenan en tabSingles -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Hacer una nueva -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Una vez que haya establecido esto, los usuarios sólo tendrán acceso a los documentos que puedan (por ejemplo, Entrada de blog ) donde se encuentra la relación (por ejemplo, Blogger ) ." -apps/frappe/frappe/core/doctype/doctype/doctype.py +544,'In List View' not allowed for type {0} in row {1},No está permitido para el tipo {0} en la linea {1} -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +218,"Change type of field. (Currently, Type change is \ +{0}: Cannot set import as {1} is not importable,{0}: no se puede definir 'De Importación' como {1} porque no es importable, +Heading,Título, +Unable to load: {0},No se puede cargar : {0} +Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisos en los niveles más altos son los permisos de nivel de campo. Todos los campos tienen un conjunto Nivel de permiso en su contra y las reglas definidas en el que los permisos se aplican al campo. Esto es útil en caso de que quiera ocultar o hacer cierto campo de sólo lectura para ciertas funciones. +Select Columns,Seleccionar columnas, +DocType is a Table / Form in the application.,El DocType es una tabla / formulario en la aplicación. +th,o, +Set the display label for the field,Ajuste la etiqueta de visualización para el campo, +Sending,Envío, +Child Tables are shown as a Grid in other DocTypes.,Las tablas secundarias se muestran como una cuadrícula en los DocTypes. +With Ledgers,Con Libro Mayor, +Ref DocType,Referencia Tipo de Documento, +Print Style Preview,Vista previa de Estilo de impresión, +Enter Form Type,Introduzca Tipo de Formulario, +Select from existing attachments,Seleccione de archivos adjuntos existentes, +Email By Document Field,Email Por Campo Documento, +Banner Image,Imagen del banner, +New {0}: #{1},Nuevo {0}: # {1} +Enter Value,Introducir valor, +"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede Presentar, Cancelar y Corregir sin Guardar" +Insert Style,Inserte Estilo, +th-large,-ésimo gran, +Email Settings,Configuración del correo electrónico, +Send Password Update Notification,Enviar contraseña Notificación de actualización, +Select Document Type,Seleccionar el tipo de documento, +Server Error: Please check your server logs or contact tech support.,Error de servidor : Se recomienda consultar los registros del servidor o contacte con Soporte técnico. +Website Theme Image Link,Sitio web Imagen por tema Enlace, +Role and Level,Función y Nivel, +Send enquiries to this email address,Puede enviar sus preguntas a la siguiente dirección de correo electrónico, +Sort Field,Ordenar campo, +Then By (optional),Entonces por ( opcional) +remove,Quitar, +This method can only be used to create a Comment,Este método sólo se puede utilizar para crear un comentario, +"target = ""_blank""","target = "" _blank""" +Setup Complete,Configuración completa, +Subsidiary,Filial, +Service,Servicio, +Settings for the About Us Page,Ajustes de la página Quiénes somos, +Stop,Detenerse, +Check which Documents are readable by a User,Marque que documentos pueden ser leídos por el usuario, +Record does not exist,Registro no existe, +Cannot edit cancelled document,No se puede editar un documento anulado, +Set numbering series for transactions.,Establecer series de numeración para las transacciones. +Submit an Issue,Presentar un problema, +Symbol,Símbolo, +Update Field,Actualizar Campos, +Make ,Hacer, +"You can change Submitted documents by cancelling them and then, amending them.","Puede cambiar los documentos Enviados cancelándolos y luego, haciendo los cambios pertinentes." +Team Members Heading,Miembros del Equipo Lider, +Scheduled to send to {0} recipients,Programado para enviar a {0} destinatarios, +Script to attach to all web pages.,Guión para unir a todas las páginas web. +Set Value,Valor seleccionado, +Show more details,Mostrar más detalles, +Fieldname which will be the DocType for this link field.,Nombre de campo el cual será el DocType para enlazar el campo. +DocType on which this Workflow is applicable.,El DocType en el presente del flujo de trabajo es aplicable. +"If checked, all other workflows become inactive.","Si se selecciona, todos los otros flujos de trabajo se vuelven inactivos ." +Send an email reminder in the morning,Enviar un recordatorio por correo electrónico en la mañana, +No Copy,Sin copia, +Edit Custom HTML,Edición de HTML personalizado, +Your password has been updated. Here is your new password,Su contraseña se ha actualizado. Aquí está tu nueva contraseña, +Role Name,Nombre de la Función, +Report Hide,Ocultar Informe, +Warning: This Print Format is in old style and cannot be generated via the API.,Advertencia: Este formato de impresión es de estilo antiguo y no se puede generar a través de la API. +"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Si va a cargar nuevos registros, ""Secuencias"" se convierte en obligatoria, si está presente." +Letter Head,Membretes, +Role,Función, +Options not set for link field {0},Las opciones no establecen para campo de enlace {0} +Style,Estilo, +{0} not allowed to be renamed,{0} no es permitido ser renombrado, +Field Name,Nombre del campo, +Adds a custom script (client or server) to a DocType,Añade un acript personalizado (cliente o servidor) a un tipo de documento, +Report Type,Tipo de informe, +Enable Outgoing,Habilitar saliente, +Ignore attachments over this size,Ignorar los adjuntos mayores a este tamaño, +In points. Default is 9.,En puntos. El valor predeterminado es 9. +User editable form on Website.,Forma editable Usuario en el Sitio Web. +Clear all roles,Desactive todos los roles, +thumbs-down,pulgar hacia abajo, +This format is used if country specific format is not found,Este formato se utiliza si no se encuentra un formato específico del país, +{0} Tree,{0} Árbol, +Email,Correo electrónico, +Help on Search,Ayuda en la búsqueda, +Left,Izquierda, +"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Introduzca los parámetros de URL estáticas aquí (Ej. sender = ERPNext , nombre de usuario = ERPNext , contraseña = 1234 etc )" +Sorry! Sharing with Website User is prohibited.,¡Lo siento! Compartir con los del Sitio Web está prohibido. +Script,Guión, +Refresh Form,Formulario de actualización, +A new account has been created for you at {0},Una nueva cuenta ha sido creada para ti en {0} +Website Script,Guión del Sitio Web, +Reference DocType,Referencia DocType, +Thank you,Gracias, +Shipping,Envío, +"How should this currency be formatted? If not set, will use system defaults","¿Cómo se debe formatear esta moneda ? Si no se establece, utilizará valores predeterminados del sistema" +Only Administrator allowed to create Query / Script Reports,Solo el Administrador puede crear consultas / Informes de Secuencias de Comandos, +Sidebar Items,Sidebar Artículos, +Cannot delete {0} as it has child nodes,"No se puede eliminar {0} , ya que tiene nodos secundarios" +Set non-standard precision for a Float or Currency field,Ajuste de precisión no estándar para Decimales Campo de Moneda, +eye-close,ojo -cierre, +step-backward,paso hacia atrás, +User Defaults,Predeterminadas del Usuario, +Fields,Los campos, +Success Message,Mensaje de éxito, +Slideshow Name,Presentación Nombre, +Row # ,Fila # +share-alt,share- alt, +JavaScript Format: frappe.query_reports['REPORTNAME'] = {},Formato de JavaScript: frappe.query_reports [' REPORTNAME'] = { } +Top Bar Color and Text Color are the same. They should be have good contrast to be readable.,Top Bar en color y texto en color son los mismos. Deben tienen buen contraste para ser legible. +"The task {0}, that you assigned to {1}, has been closed by {2}.","La tarea {0}, que asignó a {1}, ha sido cerrado por {2}." +star-empty,- estrella vacía, +Thank you for your email,Gracias por tu email, +"Allowing DocType, DocType. Be careful!","Permitir DocType , tipo de documento . ¡Ten cuidado!" +"You need to have ""Share"" permission","Usted necesita tener el permiso ""Compartir""" +The system provides many pre-defined roles. You can add new roles to set finer permissions.,El sistema ofrece muchas funciones predefinidas . Usted puede agregar nuevos roles para establecer permisos más finos. +{0} {1} cannot be a leaf node as it has children,"{0} {1} no puede ser un nodo de hoja , ya que tiene los niños" +Company,Compañía(s) +Send alert if date matches this field's value,Envíe la alarma si la fecha coincide con el valor de este campo, +You can add dynamic properties from the document by using Jinja templating.,Puede añadir propiedades dinámicas del documento mediante el uso de plantillas Jinja. +Default for {0} must be an option,Predeterminado para {0} debe ser una opción, +Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el DocType en el campo {0} de la linea {1} +This is an automatically generated reply,Esta es una respuesta generada automáticamente, +Set,conjunto, +Workflow State,Estados de los flujos de trabajo, +Submitted,Enviado, +{0}: No basic permissions set,{0}: No se han asignado permisos básicos, +"Your download is being built, this may take a few moments...","Se está generando su descarga, esto puede tardar unos minutos..." +Download with data,Descarga de datos, +Hide Heading,Ocultar Rubro, +{0}: Cannot set Assign Amend if not Submittable,{0}: no se puede 'Asignar Correción' si no se puede presentar, +Remove Section,Retire la Sección, +Define workflows for forms.,Definir los flujos de trabajo para las formas . +font,Fuente, +Parent,Padre, +Workflow,Flujo de Trabajo, +Search in a document type,Buscar en un tipo de documento, +Server,Servidor, +Set Banner from Image,Establecer Banner de imagen, +Is Single,Es Individual, +clear,claro, +Send alert if this field's value changes,Enviar alerta si cambia el valor de este campo, +Must have report permission to access this report.,Debe tener permiso de informe para acceder a este informe. +Sorry! You are not permitted to view this page.,¡Lo siento! Usted no está autorizado a ver esta página. +Please do not change the template headings.,"Por favor, no cambiar los encabezados de la plantilla." +Days Before or After,Días Anteriores o Posteriores, +Content Hash,Hash contenido, +align-left,alinear -izquierda, +{0}: Cannot set Import without Create,{0}: no se puede establecer 'De importación' sin crearlo primero, +Hide field in Report Builder,Ocultar campo en el Generador de Informes, +Max width for type Currency is 100px in row {0},El ancho máximo para la moneda es 100px en la linea {0} +{0} added,{0} agregado(s) +Reference DocName,Referencia DocNombre, +Saved,Guardado, +Security,Seguridad, +Read,Lectura, +use % as wildcard,Use% como comodín, +User not allowed to delete {0}: {1},El usuario no puede eliminar {0}: {1} +Query must be a SELECT,Debe seleccionar la Consulta, +Document Name,Nombre del documento, +Start new Format,Comenzar una nueva Formato, +"The task {0}, that you assigned to {1}, has been closed.","La tarea {0}, que asignó a {1}, se ha cerrado." +Write titles and introductions to your blog.,Escribe títulos y las introducciones a tu blog . +Roles Assigned,Funciones Asignadas, +Adds a custom field to a DocType,Añade un campo personalizado para un tipo de documento, +Middle Name (Optional),Segundo Nombre ( Opcional) +Use TLS,Utilice TLS, +Default Address Template cannot be deleted,Plantilla de la Direcciones Predeterminadas no puede eliminarse, +Select Document Types to set which User Permissions are used to limit access.,Seleccione los Tipos de Documento para establecer los Permisos de Usuario para limitar el acceso. +You are not allowed to delete a standard Website Theme,No se le permite eliminar un tema Sitio web estándar, +Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones, +{0}: Permission at level 0 must be set before higher levels are set,{0} : Permiso en el nivel 0 se debe establecer antes de fijar niveles más altos, +dd-mm-yyyy,dd- mm- aaaa, +"Newsletters to contacts, leads.","Boletines para contactos, clientes potenciales ." +Message Examples,Ejemplos de Mensajes, +"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Como práctica recomendada , no asigne el mismo conjunto de permisos para diferentes funciones. En su lugar, establecer varias funciones al mismo usuario ." +Top Bar Color,Inicio Barra Color, +There can be only one Fold in a form,Sólo puede haber un doblez en forma, +Shop,Tienda, +Add Child,Agregar subcuenta, +Roles can be set for users from their User page.,Las funciones se pueden configurar para los usuarios de su página de usuario . +Permissions get applied on Users based on what Roles they are assigned.,Permisos han sido aplicados a los Usuarios en base a los funciones que tienen asignadas. +Replied,Respondio, +"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opciones de contacto , como "" Consultas de Ventas , Soporte de consultas"" , etc cada uno en una nueva línea o separados por comas." +Roles,Funciones, +Time Zones,Husos horarios, +Website Theme Image,Sitio web Imagen por tema, +City/Town,Ciudad/Provincia, +Valid email and name required,Nombre y Correo Electrónico válido requerido, +Property Setter overrides a standard DocType or Field property,Propiedad Setter se impone a una DocType estándar o propiedad Campo, +Float,flotador, +{0} does not exist in row {1},{0} no existe en la linea {1} +Open,Abrir, +Hide Copy,Copia Oculta, +Standard Print Format cannot be updated,Formato de impresión estándar no se puede actualizar, +** Failed: {0} to {1}: {2},** Fallo: {0} a {1}: {2} +This form does not have any input,Esta forma no tiene ninguna entrada, +Recurring,Periódico, +{0} is required,{0} es necesario, +Select an image of approx width 150px with a transparent background for best results.,Seleccione una imagen de ancho aprox 150px con fondo transparente para obtener mejores resultados . +Tag,Etiqueta, +Send Print as PDF,Enviar Impresión como PDF, +Select Role,Seleccione Función, +Data missing in table,Los datos que faltan en la tabla, +Every day events should finish on the same day.,Los eventos deben terminar el mismo día. +resize-vertical,cambiar el tamaño vertical, +Reset Permissions for {0}?,Restablecer los permisos para {0} ? +DocType or Field,DocType o campo, +Scheduler Last Event,Programador Último Evento, +Doc Status,Estado Doc. +Single Types have only one record no tables associated. Values are stored in tabSingles,Tipos simples tienen sólo un registro no hay tablas asociadas . Los valores se almacenan en tabSingles, +Make a new,Hacer una nueva, +"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Una vez que haya establecido esto, los usuarios sólo tendrán acceso a los documentos que puedan (por ejemplo, Entrada de blog ) donde se encuentra la relación (por ejemplo, Blogger ) ." +'In List View' not allowed for type {0} in row {1},No está permitido para el tipo {0} en la linea {1} +"Change type of field. (Currently, Type change is \ allowed among 'Currency and Float')","Cambiar el tipo de campo. (Actual, Tipo de cambio, Cantidad permitida, Moneda, Flotante, etc)" -DocType: Footer Item,"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir en una nueva página." -apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Para dar formato a columnas, dar títulos de las columnas en la consulta." -apps/frappe/frappe/model/naming.py +113,Invalid naming series (. missing),Serie de nombres Inválidos (. Faltante) -DocType: Communication,Sent or Received,Envío y de recepción -apps/frappe/frappe/public/js/frappe/form/grid.js +681,Edit via Upload,Editar vía Subir Archivo -DocType: Communication,User Tags,Nube de Etiquetas -DocType: Workflow State,text-height,text- altura -DocType: Website Theme,Text Color,Color del texto -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +60,Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,Nombre del tipo de documento (DocType) el cual quiere que este campo este vinculado. por ejemplo al Cliente -DocType: Web Form,Success URL,URL de Éxito -apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Escriba un archivo de Python en la misma carpeta donde esta se guarda y devuelve la columna y el resultado. -DocType: Workflow,"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Reglas para transición entre estados, como el siguiente estado y qué función permite cambiar de estado , etc" -DocType: User,Change Password,Cambiar contraseña. -DocType: Workflow,States,Unidos -DocType: User,Email Signature,Firma Email -apps/frappe/frappe/sessions.py +139,Redis cache server not running. Please contact Administrator / Tech support,"Servidor de Caché Redis no esta funcionando. Por favor, póngase en contacto con el Administrador / Soporte técnico" -DocType: Workflow Document State,Only Allow Edit For,Sólo Permitir Editar Para -DocType: Website Slideshow,This goes above the slideshow.,Esto va por encima de la presentación de diapositivas. -DocType: Website Settings,Footer Items,Elementos del Pie de Página -apps/frappe/frappe/core/doctype/doctype/doctype.py +808,{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar -apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Su nombre de usuario es -DocType: DocField,Currency,Divisa -DocType: System Settings,Session Expiry Mobile,Vencimiento de sesión en dispositivo mobil -DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,El texto que se muestra para enlazar a la página Web si esta forma dispone de una página web. Ruta Enlace automáticamente se genera en base a `page_name` y` parent_website_route` -,Setup Wizard,Asistente de configuración -DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),Enviar Emails con adjuntos en formato PDF (recomendado) -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +157,Field {0} is not selectable.,El campo {0} no se puede seleccionar . -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +821,Select To Download:,Seleccione la descarga : -apps/frappe/frappe/public/js/frappe/upload.js +252,Please attach a file or set a URL,"Por favor, adjuntar un archivo o defina una URL" -DocType: Contact,Is Primary Contact,Es Contacto principal -,Permitted Documents For User,Documentos permitidos para los usuarios -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,Make a new record,Hacer un Nuevo Registro -DocType: Report,Script Report,Informe de secuencias de comandos -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +24,Label is mandatory,Etiqueta es obligatoria -DocType: Currency,**Currency** Master,**Moneda** Principal -DocType: Event,Sunday,Domingo -DocType: Custom Field,Label Help,Etiqueta Ayuda -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +87,Search or type a command,Busque o escriba un comando -DocType: Event,Repeat On,Repetir OK -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76,Remove all customizations?,Eliminar todas las personalizaciones ? -apps/frappe/frappe/geo/doctype/currency/currency.js +7,This Currency is disabled. Enable to use in transactions,Esta moneda está deshabilitada . Habilite el uso en las transacciones -DocType: Contact Us Settings,Contact Us Settings,Configuración de Contáctenos -DocType: Workflow State,thumbs-up,pulgar hacia arriba -DocType: About Us Settings,Introduce your company to the website visitor.,Dar a conocer su empresa al visitante del sitio Web . -apps/frappe/frappe/config/setup.py +259,Add custom javascript to forms.,Añadir javascript personalizado las formas . -DocType: Communication,Unread Notification Sent,Notificación No leído Enviado -apps/frappe/frappe/public/js/frappe/views/treeview.js +234,Select a group node first.,Seleccione un nodo de grupo primero. -DocType: Workflow State,"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Estilo representa el color del botón : Éxito - Verde , Peligro - Rojo , Inverso - Negro , Primaria - Azul Oscuro , Info - Azul Claro, Advertencia - Orange" -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +291,Users with role {0}:,Los usuarios con función {0}: -apps/frappe/frappe/core/doctype/file/file.py +195,Same file has already been attached to the record,El mismo archivo ya se ha adjuntado al registro -apps/frappe/frappe/core/doctype/doctype/doctype.py +803,{0}: Cannot set Cancel without Submit,{0}: no se puede 'Cancelar' sin presentarlo -DocType: Address,Address Title,Dirección Título -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +241,Mark the field as Mandatory,Marque el campo como obligatorio -DocType: Workflow State,resize-full,cambiar a tamaño completo -apps/frappe/frappe/core/doctype/docshare/docshare.py +47,{0} shared this document with everyone,{0} compartió este documento con todos -apps/frappe/frappe/public/js/frappe/model/model.js +518,Permanently delete {0}?,Eliminar permanentemente {0} ? -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Seleccione Formato de impresión a Editar -DocType: Contact,Sales Master Manager,Gerente de Ventas -apps/frappe/frappe/public/js/frappe/form/link_selector.js +26,You can use wildcard %,Puede utilizar caracteres comodín% -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +775,Report was not saved (there were errors),Informe no se guardó ( hubo errores ) -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +24,"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.","Los permisos del nivel 0 son los permisos a nivel de documentos, es decir, que tienen permiso especial para los documentos." -apps/frappe/frappe/config/setup.py +242,"Change field properties (hide, readonly, permission etc.)","Cambiar las propiedades de campo (ocultar, sólo lectura, permisos, etc)" -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +108,Select a DocType to make a new format,Seleccione un tipo de documento para hacer un nuevo formato -apps/frappe/frappe/model/document.py +1101,Table {0} cannot be empty,La tabla {0} no puede estar vacío -DocType: Report,Report Builder,Generador de informes -DocType: Workflow Document State,Represents the states allowed in one document and role assigned to change the state.,Representa los estados permitidos en un solo documento y función asignada a cambiar el estado. -apps/frappe/frappe/config/setup.py +19,User Roles,Funciones de Usuario -apps/frappe/frappe/email/receive.py +64,Cannot connect: {0},No puede conectarse: {0} -apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Sólo el administrador puede guardar un informe estándar. Por favor, cambie el nombre y guardar." -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +126,Both DocType and Name required,Tanto DocType y Nombre son obligatorios -apps/frappe/frappe/core/doctype/doctype/doctype.py +784,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Sólo una regla es permitida con el mismo rol, Nivel y {1}" -DocType: Customize Form,"Customize Label, Print Hide, Default etc.","Personaliza etiquetas, impresión Hide , Default , etc" -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +665,Sort By,Ordenado por -apps/frappe/frappe/desk/form/utils.py +114,No further records,No hay registros adicionales -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +606,Pick Columns,Seleccione columnas -DocType: Patch Log,Patch Log,Registro de Parches -DocType: Auto Repeat,Draft,Borrador. -apps/frappe/frappe/utils/verified_command.py +45,This link is invalid or expired. Please make sure you have pasted correctly.,"Este enlace no es válido o caducado. Por favor, asegúrese de que ha pegado correctamente." -apps/frappe/frappe/desk/query_report.py +48,Must specify a Query to run,Debe especificar una consulta para ejecutar -apps/frappe/frappe/public/js/frappe/misc/tools.js +10,Export not allowed. You need {0} role to export.,Exportaciones no permitido. Es necesario {0} función de exportar . -apps/frappe/frappe/core/doctype/report/report.js +8,Write a SELECT query. Note result is not paged (all data is sent in one go).,Escriba una consulta SELECT. Nota resultado no se pagina ( todos los datos se envían en una sola vez ) . -DocType: Event,Repeat this Event,Repita este Evento -DocType: Footer Item,Link to the page you want to open. Leave blank if you want to make it a group parent.,Enlace a la página que desea abrir. Dejar en blanco si desea que sea un grupo padre. -DocType: Prepared Report,Report Name,Nombre del informe -DocType: Workflow State,minus-sign,signo menos -apps/frappe/frappe/public/js/frappe/form/share.js +27,Shared with everyone,Compartido con todo el mundo -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +27,You can use Customize Form to set levels on fields.,Usted puede utilizar Personalizar formulario para establecer los niveles de los campos . -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +144,Month,Mes. -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +38,{0} in row {1} cannot have both URL and child items,{0} en la linea {1} no puede tener URL y elementos secundarios -apps/frappe/frappe/templates/includes/login/login.js +24,Both login and password required,Se requiere tanto usuario como contraseña -DocType: Workflow State,download-alt,descargar -alt -DocType: About Us Settings,Website Manager,Administrador de Página Web -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html +3,Drag elements from the sidebar to add. Drag them back to trash.,Arrastre los elementos de la barra lateral para agregar. Arrastre de nuevo a la papelera de reciclaje. -DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-moneda, por ejemplo, ""Centavo""" -DocType: Workflow State,exclamation-sign,signo de exclamación -DocType: Desktop Icon,List,Vista de árbol -apps/frappe/frappe/public/js/frappe/views/communication.js +594,There were errors while sending email. Please try again.,"Hubo errores al enviar el correo electrónico. Por favor, inténtelo de nuevo." -apps/frappe/frappe/core/doctype/system_settings/system_settings.py +27,Session Expiry must be in format {0},Vencimiento de sesión debe estar en formato {0} -DocType: User,Stores the JSON of last known versions of various installed apps. It is used to show release notes.,Almacena el JSON de las últimas versiones conocidas de diferentes aplicaciones instaladas. Se utiliza para mostrar notas de la versión. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significado de Enviar, Cancelar, Corregir" -apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuración de la barra de navegación superior , pie de página y el logotipo." -DocType: Auto Repeat,Stopped,Detenido -apps/frappe/frappe/public/js/frappe/upload.js +26,Upload Attachment,Subir Archivos Adjuntos -apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,También puede copiar y pegar este enlace en su navegador -DocType: Email Group,Total Subscribers,Los suscriptores totales -apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ajustes para Nosotros Pagina . -DocType: File,File Size,Tamaño del archivo -apps/frappe/frappe/config/setup.py +200,"Set default format, page size, print style etc.","Establecer formato por defecto, tamaño de página, el estilo de impresión, etc" -DocType: System Settings,Your organization name and address for the email footer.,Su nombre de la organización y dirección para el pie de página de correo electrónico. -apps/frappe/frappe/config/desk.py +44,Activity log of all users.,Registro de Actividad para todos los Usuarios -apps/frappe/frappe/core/doctype/report/report.js +5,Report Builder reports are managed directly by the report builder. Nothing to do.,Informes del Generador de informes son enviadas por el generador de informes . No hay nada que hacer. -DocType: Website Theme,Top Bar Text Color,Top Bar Color del texto -DocType: Website Slideshow,Slideshow Items,Presentación Artículos -DocType: Top Bar Item,"If you set this, this Item will come in a drop-down under the selected parent.","Si usted habilita esto, el elemento creará un menú desplegable--" -apps/frappe/frappe/config/website.py +27,Embed image slideshows in website pages.,Presentacion de imágenes incrustadas en páginas web . -apps/frappe/frappe/printing/doctype/print_format/print_format.js +28,Please select DocType first,"Por favor, seleccione DocType primero" -apps/frappe/frappe/contacts/doctype/address_template/address_template.py +22,Setting this Address Template as default as there is no other default,Al establecer esta plantilla de dirección por defecto ya que no hay otra manera predeterminada -apps/frappe/frappe/core/doctype/data_import/exporter.py +71,"""Parent"" signifies the parent table in which this row must be added",'Padre' es la tabla principal en la que hay que añadir esta fila -apps/frappe/frappe/website/doctype/web_form/web_form.py +130,You need to be logged in to access this {0}.,Tienes que estar registrado para acceder a este {0}. -DocType: Website Settings,Disable Customer Signup link in Login page,Desactivar enlace de registro del cliente en la página de entrada -DocType: Kanban Board Column,Column Name,Nombre de la columna -apps/frappe/frappe/public/js/frappe/form/link_selector.js +106,Make a new {0},Crear un nuevo {0} -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +149,Select Document Type or Role to start.,Seleccione el Tipo de Documento o Función para empezar. -DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Define las acciones de los estados y el siguiente paso y funciones permitidas. -DocType: DocType,Show Print First,Mostrar Imprimir Primera -apps/frappe/frappe/core/doctype/doctype/doctype.py +817,Report cannot be set for Single types,Reportar no se puede configurar para los tipos individuales -apps/frappe/frappe/core/doctype/report/report.js +37,Disable Report,Desactivar Informe -DocType: Workflow State,resize-small,cambiar el tamaño pequeño -DocType: Workflow State,question-sign,Consultar Firma -apps/frappe/frappe/utils/nestedset.py +241,Multiple root nodes not allowed.,Nodos raíz múltiples no permitidos. -DocType: Event,Saturday,Sábado -DocType: Address,Maintenance User,Mantenimiento por el Usuario -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +35,Scheduled to send to {0},Programado para enviar a {0} -apps/frappe/frappe/model/base_document.py +448,{0} must be set first,debe establecerse primero: {0} -apps/frappe/frappe/core/doctype/data_import/exporter.py +68,"For updating, you can update only selective columns.","Para la actualización, usted lo puede hacer solo en algunas columnas." -DocType: Custom DocPerm,Export,Exportación -DocType: Workflow State,Search,Búsqueda -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Algunos documentos como facturas, no se deben cambiar una vez guardados. El estado final de dichos documentos se llama 'Presentado'. Puede restringir qué roles/usuarios pueden presentar documentos" -apps/frappe/frappe/public/js/frappe/views/pageview.js +104,Sorry! I could not find what you were looking for.,¡Lo siento! No pude encontrar lo que estabas buscando. -DocType: Workflow State,remove-sign,Eliminar el efecto de signo -apps/frappe/frappe/public/js/frappe/form/controls/select.js +61,Please attach a file first.,Adjunte un archivo primero . -apps/frappe/frappe/public/js/frappe/request.js +390,Report this issue,Reportar Incidencia -apps/frappe/frappe/public/js/frappe/views/treeview.js +242,New {0},Nuevo {0} -DocType: Workflow Action,Workflow Action,Acciones de los flujos de trabajo -DocType: Custom Script,Script Type,Guión Tipo -DocType: Workflow State,text-width,texto de ancho -DocType: Custom DocPerm,This role update User Permissions for a user,Este función actualiza los Permisos de Usuario para un usuario -DocType: Workflow State,resize-horizontal,cambiar el tamaño horizontal -apps/frappe/frappe/model/delete_doc.py +176,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: registro presentado no se puede eliminar. -apps/frappe/frappe/public/js/frappe/form/save.js +150,Mandatory fields required in {0},Campos obligatorios requeridos en {0} -apps/frappe/frappe/model/rename_doc.py +418,Maximum {0} rows allowed,Máximo {0} filas permitidos -DocType: Custom DocPerm,Import,Importación -apps/frappe/frappe/model/naming.py +202,"There were some errors setting the name, please contact the administrator","Había algunos errores de configuración el nombre, por favor póngase en contacto con el administrador" -apps/frappe/frappe/website/doctype/web_form/web_form.py +37,You need to be in developer mode to edit a Standard Web Form,Se requiere estar en modo desarrollador para editar un formulario web estándar. -DocType: Website Theme,Google Font (Heading),Google Font (Título) -apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Las opciones de campo de tipo 'Vinculo Dinámico' debe apuntar a otro campo con propiedades ""Tipo de Documento""" -apps/frappe/frappe/core/doctype/doctype/doctype.py +829,{0}: Cannot set Assign Submit if not Submittable,{0}: no se puede 'Asignar Enviar' si no se puede presentar -DocType: Workflow State,step-forward,paso hacia adelante -DocType: Workflow State,align-justify,alinear - justificar -apps/frappe/frappe/core/doctype/data_import/importer.py +324,Not allowed to Import,No tiene permisos para importar -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138,Open a module or tool,Abra un Módulo o Herramienta -apps/frappe/frappe/public/js/legacy/form.js +136,Please save before attaching.,"Por favor, guarde los cambios antes de conectar" -apps/frappe/frappe/core/doctype/data_import/importer.py +27,Parent Table,Tabla de Padres -DocType: Dropbox Settings,Dropbox Access Key,Clave de Acceso de Dropbox -apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Missing Values Required,Valores perdidos requeridos -DocType: User,Third Party Authentication,Autenticación de socios -DocType: Activity Log,Subject,Sujeto -apps/frappe/frappe/utils/nestedset.py +80,Nested set error. Please contact the Administrator.,"Error de conjunto anidado . Por favor, póngase en contacto con el Administrador." -DocType: DocField,Set Only Once,Un único ajuste -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +48,Document Types,Tipos de Documento -DocType: DocField,Perm Level,Nivel Perm -DocType: Email Account,"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")","Anexar como la comunicación en contra de este tipo de documento (debe tener campos, ""Estado"", ""Asunto"")" -DocType: About Us Settings,About Us Settings,Configuración de Acerca de Nosotros -apps/frappe/frappe/public/js/frappe/ui/slides.js +324,Next,Próximo -DocType: DocField,Default,Defecto -DocType: Workflow,Rules defining transition of state in the workflow.,Reglas que definen la transición de estado del flujo de trabajo . -DocType: Workflow State,align-right,alinear a la derecha -DocType: Workflow State,italic,itálico -DocType: Workflow State,shopping-cart,carro de la compra -apps/frappe/frappe/utils/data.py +551,only.,exactos. -apps/frappe/frappe/model/naming.py +85,Naming Series mandatory,Las secuencias son obligatorias -DocType: DocType,Sort Order,Orden de Clasificación -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +249,Hide field in form,Ocultar campo en forma -DocType: Newsletter,Email Sent?,Enviar Email ? -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +274,Show a description below the field,Mostrar una descripción debajo del campo -DocType: User,Send Welcome Email,Enviar Bienvenido Email -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +25,"If a Role does not have access at Level 0, then higher levels are meaningless.","Si una función no tiene acceso en el Nivel 0, entonces los niveles más altos no tienen sentido ." -DocType: Website Theme,Heading Style,Estilo de título -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +40,Newsletter has already been sent,El boletín de noticias ya ha sido enviado -DocType: Workflow State,star,estrella -DocType: Contact,Salutation,Saludo -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.","Su petición ha sido recibida. Le contestaremos en breve. Si usted tiene alguna información adicional, por favor responda a este correo." -DocType: Workflow State,Icon will appear on the button,Icono aparecerá en el botón -apps/frappe/frappe/public/js/frappe/form/share.js +115,Share With,Comparte con -DocType: Blogger,Posts,Mensajes -DocType: Custom Field,Field Description,Descripción del Campo -apps/frappe/frappe/utils/nestedset.py +196,Root {0} cannot be deleted,Raíz {0} no se puede eliminar -DocType: Website Settings,Banner is above the Top Menu Bar.,El Banner está por sobre la barra de menú superior. -apps/frappe/frappe/templates/includes/comments/comments.py +50,View it in your browser,Véalo en su navegador -apps/frappe/frappe/core/doctype/doctype/doctype.py +625,Title field must be a valid fieldname,Campo Título debe ser un nombre de campo válido -DocType: SMS Settings,Enter url parameter for receiver nos,Introduzca el parámetro url para el receptor no -apps/frappe/frappe/client.py +106,Cannot edit standard fields,No se puede editar campos estándar -apps/frappe/frappe/config/website.py +78,Settings for Contact Us Page.,Ajustes para la página de contacto. -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Hace 1 hora -DocType: Workflow State,th-list,th -list -apps/frappe/frappe/desk/query_report.py +30,Report {0} is disabled,Informe {0} está deshabilitado -DocType: Currency,"1 Currency = [?] Fraction +"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir en una nueva página." +"To format columns, give column labels in the query.","Para dar formato a columnas, dar títulos de las columnas en la consulta." +Invalid naming series (. missing),Serie de nombres Inválidos (. Faltante) +Sent or Received,Envío y de recepción, +Edit via Upload,Editar vía Subir Archivo, +User Tags,Nube de Etiquetas, +text-height,text- altura, +Text Color,Color del texto, +Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,Nombre del tipo de documento (DocType) el cual quiere que este campo este vinculado. por ejemplo al Cliente, +Success URL,URL de Éxito, +Write a Python file in the same folder where this is saved and return column and result.,Escriba un archivo de Python en la misma carpeta donde esta se guarda y devuelve la columna y el resultado. +"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Reglas para transición entre estados, como el siguiente estado y qué función permite cambiar de estado , etc" +Change Password,Cambiar contraseña. +States,Unidos, +Email Signature,Firma Email, +Redis cache server not running. Please contact Administrator / Tech support,"Servidor de Caché Redis no esta funcionando. Por favor, póngase en contacto con el Administrador / Soporte técnico" +Only Allow Edit For,Sólo Permitir Editar Para, +This goes above the slideshow.,Esto va por encima de la presentación de diapositivas. +Footer Items,Elementos del Pie de Página, +{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar, +Your login id is,Su nombre de usuario es, +Currency,Divisa, +Session Expiry Mobile,Vencimiento de sesión en dispositivo mobil, +Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,El texto que se muestra para enlazar a la página Web si esta forma dispone de una página web. Ruta Enlace automáticamente se genera en base a `page_name` y` parent_website_route` +Setup Wizard,Asistente de configuración, +Send Email Print Attachments as PDF (Recommended),Enviar Emails con adjuntos en formato PDF (recomendado) +Field {0} is not selectable.,El campo {0} no se puede seleccionar . +Select To Download:,Seleccione la descarga : +Please attach a file or set a URL,"Por favor, adjuntar un archivo o defina una URL" +Is Primary Contact,Es Contacto principal, +Permitted Documents For User,Documentos permitidos para los usuarios, +Make a new record,Hacer un Nuevo Registro, +Script Report,Informe de secuencias de comandos, +Label is mandatory,Etiqueta es obligatoria, +**Currency** Master,**Moneda** Principal, +Sunday,Domingo, +Label Help,Etiqueta Ayuda, +Search or type a command,Busque o escriba un comando, +Repeat On,Repetir OK, +Remove all customizations?,Eliminar todas las personalizaciones ? +This Currency is disabled. Enable to use in transactions,Esta moneda está deshabilitada . Habilite el uso en las transacciones, +Contact Us Settings,Configuración de Contáctenos, +thumbs-up,pulgar hacia arriba, +Introduce your company to the website visitor.,Dar a conocer su empresa al visitante del sitio Web . +Add custom javascript to forms.,Añadir javascript personalizado las formas . +Unread Notification Sent,Notificación No leído Enviado, +Select a group node first.,Seleccione un nodo de grupo primero. +"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Estilo representa el color del botón : Éxito - Verde , Peligro - Rojo , Inverso - Negro , Primaria - Azul Oscuro , Info - Azul Claro, Advertencia - Orange" +Users with role {0}:,Los usuarios con función {0}: +Same file has already been attached to the record,El mismo archivo ya se ha adjuntado al registro, +{0}: Cannot set Cancel without Submit,{0}: no se puede 'Cancelar' sin presentarlo, +Address Title,Dirección Título, +Mark the field as Mandatory,Marque el campo como obligatorio, +resize-full,cambiar a tamaño completo, +{0} shared this document with everyone,{0} compartió este documento con todos, +Permanently delete {0}?,Eliminar permanentemente {0} ? +Select Print Format to Edit,Seleccione Formato de impresión a Editar, +Sales Master Manager,Gerente de Ventas, +You can use wildcard %,Puede utilizar caracteres comodín% +Report was not saved (there were errors),Informe no se guardó ( hubo errores ) +"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.","Los permisos del nivel 0 son los permisos a nivel de documentos, es decir, que tienen permiso especial para los documentos." +"Change field properties (hide, readonly, permission etc.)","Cambiar las propiedades de campo (ocultar, sólo lectura, permisos, etc)" +Select a DocType to make a new format,Seleccione un tipo de documento para hacer un nuevo formato, +Table {0} cannot be empty,La tabla {0} no puede estar vacío, +Report Builder,Generador de informes, +Represents the states allowed in one document and role assigned to change the state.,Representa los estados permitidos en un solo documento y función asignada a cambiar el estado. +User Roles,Funciones de Usuario, +Cannot connect: {0},No puede conectarse: {0} +Only Administrator can save a standard report. Please rename and save.,"Sólo el administrador puede guardar un informe estándar. Por favor, cambie el nombre y guardar." +Both DocType and Name required,Tanto DocType y Nombre son obligatorios, +"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Sólo una regla es permitida con el mismo rol, Nivel y {1}" +"Customize Label, Print Hide, Default etc.","Personaliza etiquetas, impresión Hide , Default , etc" +Sort By,Ordenado por, +No further records,No hay registros adicionales, +Pick Columns,Seleccione columnas, +Patch Log,Registro de Parches, +Draft,Borrador. +This link is invalid or expired. Please make sure you have pasted correctly.,"Este enlace no es válido o caducado. Por favor, asegúrese de que ha pegado correctamente." +Must specify a Query to run,Debe especificar una consulta para ejecutar, +Export not allowed. You need {0} role to export.,Exportaciones no permitido. Es necesario {0} función de exportar . +Write a SELECT query. Note result is not paged (all data is sent in one go).,Escriba una consulta SELECT. Nota resultado no se pagina ( todos los datos se envían en una sola vez ) . +Repeat this Event,Repita este Evento, +Link to the page you want to open. Leave blank if you want to make it a group parent.,Enlace a la página que desea abrir. Dejar en blanco si desea que sea un grupo padre. +Report Name,Nombre del informe, +minus-sign,signo menos, +Shared with everyone,Compartido con todo el mundo, +You can use Customize Form to set levels on fields.,Usted puede utilizar Personalizar formulario para establecer los niveles de los campos . +Month,Mes. +{0} in row {1} cannot have both URL and child items,{0} en la linea {1} no puede tener URL y elementos secundarios, +Both login and password required,Se requiere tanto usuario como contraseña, +download-alt,descargar -alt, +Website Manager,Administrador de Página Web, +Drag elements from the sidebar to add. Drag them back to trash.,Arrastre los elementos de la barra lateral para agregar. Arrastre de nuevo a la papelera de reciclaje. +"Sub-currency. For e.g. ""Cent""","Sub-moneda, por ejemplo, ""Centavo""" +exclamation-sign,signo de exclamación, +List,Vista de árbol, +There were errors while sending email. Please try again.,"Hubo errores al enviar el correo electrónico. Por favor, inténtelo de nuevo." +Session Expiry must be in format {0},Vencimiento de sesión debe estar en formato {0} +Stores the JSON of last known versions of various installed apps. It is used to show release notes.,Almacena el JSON de las últimas versiones conocidas de diferentes aplicaciones instaladas. Se utiliza para mostrar notas de la versión. +"Meaning of Submit, Cancel, Amend","Significado de Enviar, Cancelar, Corregir" +"Setup of top navigation bar, footer and logo.","Configuración de la barra de navegación superior , pie de página y el logotipo." +Stopped,Detenido, +Upload Attachment,Subir Archivos Adjuntos, +You can also copy-paste this link in your browser,También puede copiar y pegar este enlace en su navegador, +Total Subscribers,Los suscriptores totales, +Settings for About Us Page.,Ajustes para Nosotros Pagina . +File Size,Tamaño del archivo, +"Set default format, page size, print style etc.","Establecer formato por defecto, tamaño de página, el estilo de impresión, etc" +Your organization name and address for the email footer.,Su nombre de la organización y dirección para el pie de página de correo electrónico. +Activity log of all users.,Registro de Actividad para todos los Usuarios, +Report Builder reports are managed directly by the report builder. Nothing to do.,Informes del Generador de informes son enviadas por el generador de informes . No hay nada que hacer. +Top Bar Text Color,Top Bar Color del texto, +Slideshow Items,Presentación Artículos, +"If you set this, this Item will come in a drop-down under the selected parent.","Si usted habilita esto, el elemento creará un menú desplegable--" +Embed image slideshows in website pages.,Presentacion de imágenes incrustadas en páginas web . +Please select DocType first,"Por favor, seleccione DocType primero" +Setting this Address Template as default as there is no other default,Al establecer esta plantilla de dirección por defecto ya que no hay otra manera predeterminada, +"""Parent"" signifies the parent table in which this row must be added",'Padre' es la tabla principal en la que hay que añadir esta fila, +You need to be logged in to access this {0}.,Tienes que estar registrado para acceder a este {0}. +Disable Customer Signup link in Login page,Desactivar enlace de registro del cliente en la página de entrada, +Column Name,Nombre de la columna, +Make a new {0},Crear un nuevo {0} +Select Document Type or Role to start.,Seleccione el Tipo de Documento o Función para empezar. +Defines actions on states and the next step and allowed roles.,Define las acciones de los estados y el siguiente paso y funciones permitidas. +Show Print First,Mostrar Imprimir Primera, +Report cannot be set for Single types,Reportar no se puede configurar para los tipos individuales, +Disable Report,Desactivar Informe, +resize-small,cambiar el tamaño pequeño, +question-sign,Consultar Firma, +Multiple root nodes not allowed.,Nodos raíz múltiples no permitidos. +Saturday,Sábado, +Maintenance User,Mantenimiento por el Usuario, +Scheduled to send to {0},Programado para enviar a {0} +{0} must be set first,debe establecerse primero: {0} +"For updating, you can update only selective columns.","Para la actualización, usted lo puede hacer solo en algunas columnas." +Export,Exportación, +Search,Búsqueda, +"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Algunos documentos como facturas, no se deben cambiar una vez guardados. El estado final de dichos documentos se llama 'Presentado'. Puede restringir qué roles/usuarios pueden presentar documentos" +Sorry! I could not find what you were looking for.,¡Lo siento! No pude encontrar lo que estabas buscando. +remove-sign,Eliminar el efecto de signo, +Please attach a file first.,Adjunte un archivo primero . +Report this issue,Reportar Incidencia, +New {0},Nuevo {0} +Workflow Action,Acciones de los flujos de trabajo, +Script Type,Guión Tipo, +text-width,texto de ancho, +This role update User Permissions for a user,Este función actualiza los Permisos de Usuario para un usuario, +resize-horizontal,cambiar el tamaño horizontal, +{0} {1}: Submitted Record cannot be deleted.,{0} {1}: registro presentado no se puede eliminar. +Mandatory fields required in {0},Campos obligatorios requeridos en {0} +Maximum {0} rows allowed,Máximo {0} filas permitidos, +Import,Importación, +"There were some errors setting the name, please contact the administrator","Había algunos errores de configuración el nombre, por favor póngase en contacto con el administrador" +You need to be in developer mode to edit a Standard Web Form,Se requiere estar en modo desarrollador para editar un formulario web estándar. +Google Font (Heading),Google Font (Título) +Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Las opciones de campo de tipo 'Vinculo Dinámico' debe apuntar a otro campo con propiedades ""Tipo de Documento""" +{0}: Cannot set Assign Submit if not Submittable,{0}: no se puede 'Asignar Enviar' si no se puede presentar, +step-forward,paso hacia adelante, +align-justify,alinear - justificar, +Not allowed to Import,No tiene permisos para importar, +Open a module or tool,Abra un Módulo o Herramienta, +Please save before attaching.,"Por favor, guarde los cambios antes de conectar" +Parent Table,Tabla de Padres, +Dropbox Access Key,Clave de Acceso de Dropbox, +Missing Values Required,Valores perdidos requeridos, +Third Party Authentication,Autenticación de socios, +Subject,Sujeto, +Nested set error. Please contact the Administrator.,"Error de conjunto anidado . Por favor, póngase en contacto con el Administrador." +Set Only Once,Un único ajuste, +Document Types,Tipos de Documento, +Perm Level,Nivel Perm, +"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")","Anexar como la comunicación en contra de este tipo de documento (debe tener campos, ""Estado"", ""Asunto"")" +About Us Settings,Configuración de Acerca de Nosotros, +Next,Próximo, +Default,Defecto, +Rules defining transition of state in the workflow.,Reglas que definen la transición de estado del flujo de trabajo . +align-right,alinear a la derecha, +italic,itálico, +shopping-cart,carro de la compra, +only.,exactos. +Naming Series mandatory,Las secuencias son obligatorias, +Sort Order,Orden de Clasificación, +Hide field in form,Ocultar campo en forma, +Email Sent?,Enviar Email ? +Show a description below the field,Mostrar una descripción debajo del campo, +Send Welcome Email,Enviar Bienvenido Email, +"If a Role does not have access at Level 0, then higher levels are meaningless.","Si una función no tiene acceso en el Nivel 0, entonces los niveles más altos no tienen sentido ." +Heading Style,Estilo de título, +Newsletter has already been sent,El boletín de noticias ya ha sido enviado, +star,estrella, +Salutation,Saludo, +"Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail.","Su petición ha sido recibida. Le contestaremos en breve. Si usted tiene alguna información adicional, por favor responda a este correo." +Icon will appear on the button,Icono aparecerá en el botón, +Share With,Comparte con, +Posts,Mensajes, +Field Description,Descripción del Campo, +Root {0} cannot be deleted,Raíz {0} no se puede eliminar, +Banner is above the Top Menu Bar.,El Banner está por sobre la barra de menú superior. +View it in your browser,Véalo en su navegador, +Title field must be a valid fieldname,Campo Título debe ser un nombre de campo válido, +Enter url parameter for receiver nos,Introduzca el parámetro url para el receptor no, +Cannot edit standard fields,No se puede editar campos estándar, +Settings for Contact Us Page.,Ajustes para la página de contacto. +1 hour ago,Hace 1 hora, +th-list,th -list, +Report {0} is disabled,Informe {0} está deshabilitado, +"1 Currency = [?] Fraction, For e.g. 1 USD = 100 Cent","1 Moneda = [?] Fracción, ejem: 1 USD = 100 Centavos" -apps/frappe/frappe/core/doctype/data_import/importer.py +25,Start entering data below this line,Empiece a introducir datos por debajo de esta línea -apps/frappe/frappe/config/setup.py +37,Set Permissions on Document Types and Roles,Establecer Permisos en los Tipos de Documentos y Funciones -DocType: Feedback Trigger,Optional: The alert will be sent if this expression is true,Opcional: La alerta será enviado si esta expresión es verdadera -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +19,Add,Añadir -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Añadir un Nuevo Rol -DocType: Workflow,"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Este documento puede estar en Diferentes ""Estados"". Como ""Abierto"", ""Pendiente de Aprobación"", etc." -DocType: Web Page,Text Align,Alineación del texto -apps/frappe/frappe/auth.py +272,Not allowed from this IP Address,No se permite desde esta dirección IP -DocType: Contact Us Settings,Settings for Contact Us Page,Ajustes para Contáctenos Página -apps/frappe/frappe/public/js/frappe/roles_editor.js +194,Role Permissions,Permisos de la Función -,Role Permissions Manager,Administrador de Permisos -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html +21,Edit HTML,Edición de HTML -apps/frappe/frappe/public/js/frappe/form/save.js +12,Submitting,Presentar -DocType: Dropbox Settings,Dropbox Access Secret,Acceso Secreto de Dropbox -apps/frappe/frappe/core/doctype/user/user.py +189,Sorry! User should have complete access to their own record.,¡Lo siento! El usuario debe tener acceso completo a su propio récord. -apps/frappe/frappe/core/doctype/doctype/doctype.py +355,DocType can not be merged,El DocType no se puede fusionar -DocType: DocField,Allow on Submit,Permitir en Enviar -apps/frappe/frappe/public/js/frappe/views/communication.js +97,Select Print Format,Seleccionar el formato de impresión -DocType: DocField,"For Links, enter the DocType as range. +Start entering data below this line,Empiece a introducir datos por debajo de esta línea, +Set Permissions on Document Types and Roles,Establecer Permisos en los Tipos de Documentos y Funciones, +Optional: The alert will be sent if this expression is true,Opcional: La alerta será enviado si esta expresión es verdadera, +Add,Añadir, +Add a New Role,Añadir un Nuevo Rol, +"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Este documento puede estar en Diferentes ""Estados"". Como ""Abierto"", ""Pendiente de Aprobación"", etc." +Text Align,Alineación del texto, +Not allowed from this IP Address,No se permite desde esta dirección IP, +Settings for Contact Us Page,Ajustes para Contáctenos Página, +Role Permissions,Permisos de la Función, +Role Permissions Manager,Administrador de Permisos, +Edit HTML,Edición de HTML, +Submitting,Presentar, +Dropbox Access Secret,Acceso Secreto de Dropbox, +Sorry! User should have complete access to their own record.,¡Lo siento! El usuario debe tener acceso completo a su propio récord. +DocType can not be merged,El DocType no se puede fusionar, +Allow on Submit,Permitir en Enviar, +Select Print Format,Seleccionar el formato de impresión, +"For Links, enter the DocType as range. For Select, enter list of Options, each on a new line.","Para enlaces, introduzca el DocType como rango. para seleccionar, ingrese lista de opciones, cada uno en una nueva línea." -DocType: Workflow State,eye-open,- ojo abierto -DocType: Email Account,Email Account Name,Correo electrónico Nombre de cuenta -apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629,No {0} found,{0} no encontrado -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Publicaciones por {0} -apps/frappe/frappe/core/doctype/doctype/doctype.py +249,Series {0} already used in {1},Serie {0} ya se utiliza en {1} -DocType: Report,Report Manager,Administrador de informes -DocType: Custom DocPerm,Report,Informe -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +18,"When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number.","Cuando se modifique un documento después de Cancelar y guardarlo , se obtendrá un nuevo número que es una versión del antiguo número." -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html +16,Create a New Format,Crear un nuevo formato -DocType: Email Account,Enable Incoming,Habilitar entrante -apps/frappe/frappe/core/doctype/data_import/exporter.py +65,"If you are uploading new records, leave the ""name"" (ID) column blank.","Si va a cargar nuevos registros, deje en blanco la columna ""nombre"" (ID)" -apps/frappe/frappe/config/website.py +37,Single Post (article).,Mensaje Individual ( artículo). -DocType: Address,Address,Direcciones -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +47,1 minute ago,Hace 1 minuto -DocType: Website Slideshow,Slideshow like display for the website,Presentación como pantalla para el sitio web -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.","Los permisos se establecen en las Funciones y Tipos de Documentos (llamados DocTypes ) mediante el establecimiento de permisos como Leer, Escribir , Crear, Eliminar , Enviar, Cancelar, Corregir, Informe , Importación, Exportación, Impresión , Correo Electrónico y Establecer Permisos de Usuario ." -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html +8,Edit Heading,Editar Rubro -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +180,Row {0}: Not allowed to enable Allow on Submit for standard fields,Fila {0}: No se permite habilitar Permitir en Enviar para campos estándar -apps/frappe/frappe/www/list.html +4,{0} List,Listado: {0} -DocType: DocType,Is Submittable,Es presentable-- -DocType: System Settings,Disable Standard Email Footer,Desactivar pie de página estandar en Email -DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descripción de la página perfil, en texto plano, sólo un par de líneas. (máx. 140 caracteres)" -apps/frappe/frappe/core/doctype/doctype/doctype.py +825,{0} cannot be set for Single types,{0} no se puede establecer para los tipos individuales -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +600,Select Table Columns for {0},Seleccionar columnas de tabla para {0} -DocType: Workflow State,cog,diente -DocType: Custom Field,Select the label after which you want to insert new field.,Seleccione la etiqueta después de la cual desea insertar el nuevo campo . -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,"document type..., e.g. customer","Tipo de documento ..., por ejemplo, al cliente" -apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Select {0},Seleccione {0} -DocType: Property Setter,Property Setter,Establecer prioridad-- -DocType: Website Settings,"Show title in browser window as ""Prefix - title""",Mostrar título en la ventana del navegador como "Prefijo - título" -DocType: File,Attached To DocType,Asociado A DocType -apps/frappe/frappe/model/base_document.py +515,Row #{0}:,Fila # {0}: -apps/frappe/frappe/utils/response.py +151,You need to be logged in and have System Manager Role to be able to access backups.,"Necesitas estar conectado y tener la función de Administrador del Sistema, para poder tener acceso a las copias de seguridad ." -DocType: Website Settings,Title Prefix,Prefijo del Título -DocType: DocField,Section Break,Salto de sección -DocType: Print Settings,PDF Settings,Configuración de PDF -apps/frappe/frappe/templates/includes/login/login.js +223,Oops! Something went wrong,Oups! Algo salió mal -DocType: Data Export,Select DocType,Seleccione tipo de documento -apps/frappe/frappe/public/js/legacy/form.js +775,Permanently Submit {0}?,Presentar permanentemente {0}? -DocType: Email Account,"e.g. ""Support"", ""Sales"", ""Jerry Yang""","por ejemplo ""Soporte "","" Ventas "","" Jerry Yang """ -apps/frappe/frappe/config/setup.py +231,"Actions for workflow (e.g. Approve, Cancel).","Acciones para los flujos de trabajo (por ejemplo: Aprobar, Cancelar)." -DocType: Communication,Feedback,Comentarios -DocType: User,Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),Restringir el usuario a esta dirección IP. Todas las direcciones IP se pueden agregar separandolas con comas. También se aceptan direcciones IP parciales como ( 111.111.111 ) -apps/frappe/frappe/desk/doctype/event/event.py +25,Event end must be after start,Finalización del evento debe ser posterior al inicio -apps/frappe/frappe/email/doctype/email_account/email_account_list.js +10,Default Inbox,Bandeja de entrada por defecto -DocType: Event,Repeat Till,Repita Hasta -DocType: Workflow State,remove-circle,Eliminar el efecto de círculo -DocType: Custom Script,Sample,Muestra -apps/frappe/frappe/public/js/frappe/form/workflow.js +37,Current status,Situación Actual +eye-open,- ojo abierto, +Email Account Name,Correo electrónico Nombre de cuenta, +No {0} found,{0} no encontrado, +Posts by {0},Publicaciones por {0} +Series {0} already used in {1},Serie {0} ya se utiliza en {1} +Report Manager,Administrador de informes, +Report,Informe, +"When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number.","Cuando se modifique un documento después de Cancelar y guardarlo , se obtendrá un nuevo número que es una versión del antiguo número." +Create a New Format,Crear un nuevo formato, +Enable Incoming,Habilitar entrante, +"If you are uploading new records, leave the ""name"" (ID) column blank.","Si va a cargar nuevos registros, deje en blanco la columna ""nombre"" (ID)" +Single Post (article).,Mensaje Individual ( artículo). +Address,Direcciones, +1 minute ago,Hace 1 minuto, +Slideshow like display for the website,Presentación como pantalla para el sitio web, +"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.","Los permisos se establecen en las Funciones y Tipos de Documentos (llamados DocTypes ) mediante el establecimiento de permisos como Leer, Escribir , Crear, Eliminar , Enviar, Cancelar, Corregir, Informe , Importación, Exportación, Impresión , Correo Electrónico y Establecer Permisos de Usuario ." +Edit Heading,Editar Rubro, +Row {0}: Not allowed to enable Allow on Submit for standard fields,Fila {0}: No se permite habilitar Permitir en Enviar para campos estándar, +{0} List,Listado: {0} +Is Submittable,Es presentable-- +Disable Standard Email Footer,Desactivar pie de página estandar en Email, +"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descripción de la página perfil, en texto plano, sólo un par de líneas. (máx. 140 caracteres)" +{0} cannot be set for Single types,{0} no se puede establecer para los tipos individuales, +Select Table Columns for {0},Seleccionar columnas de tabla para {0} +cog,diente, +Select the label after which you want to insert new field.,Seleccione la etiqueta después de la cual desea insertar el nuevo campo . +"document type..., e.g. customer","Tipo de documento ..., por ejemplo, al cliente" +Select {0},Seleccione {0} +Property Setter,Establecer prioridad-- +"Show title in browser window as ""Prefix - title""",Mostrar título en la ventana del navegador como "Prefijo - título" +Attached To DocType,Asociado A DocType, +Row #{0}:,Fila # {0}: +You need to be logged in and have System Manager Role to be able to access backups.,"Necesitas estar conectado y tener la función de Administrador del Sistema, para poder tener acceso a las copias de seguridad ." +Title Prefix,Prefijo del Título, +Section Break,Salto de sección, +PDF Settings,Configuración de PDF, +Oops! Something went wrong,Oups! Algo salió mal, +Select DocType,Seleccione tipo de documento, +Permanently Submit {0}?,Presentar permanentemente {0}? +"e.g. ""Support"", ""Sales"", ""Jerry Yang""","por ejemplo ""Soporte "","" Ventas "","" Jerry Yang """ +"Actions for workflow (e.g. Approve, Cancel).","Acciones para los flujos de trabajo (por ejemplo: Aprobar, Cancelar)." +Feedback,Comentarios, +Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),Restringir el usuario a esta dirección IP. Todas las direcciones IP se pueden agregar separandolas con comas. También se aceptan direcciones IP parciales como ( 111.111.111 ) +Event end must be after start,Finalización del evento debe ser posterior al inicio, +Default Inbox,Bandeja de entrada por defecto, +Repeat Till,Repita Hasta, +remove-circle,Eliminar el efecto de círculo, +Sample,Muestra, +Current status,Situación Actual, diff --git a/frappe/translations/fr-CA.csv b/frappe/translations/fr-CA.csv index a3694dd9fc..2664ad0e12 100644 --- a/frappe/translations/fr-CA.csv +++ b/frappe/translations/fr-CA.csv @@ -1,4 +1,4 @@ -DocType: Address Template,"

    Default Template

    +"

    Default Template

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    {{ address_line1 }}<br>
     {% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
    @@ -20,7 +20,7 @@ DocType: Address Template,"

    Default Template

    {% si le téléphone%} Téléphone: {{téléphone}} & lt; br & gt; { % endif -%} {% if télécopieur%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% si email_id%} Email: {{email_id}} & lt; br & gt ; {% endif -%} -
    " -DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like + ", +"To add dynamic subject, use jinja tags like, -
    {{ doc.name }} Delivered
    ","Pour ajouter l'objet dynamique, utiliser des balises comme Jinja
     {{ doc.name }} Delivered 
    " +
    {{ doc.name }} Delivered
    ","Pour ajouter l'objet dynamique, utiliser des balises comme Jinja
     {{ doc.name }} Delivered 
    ", diff --git a/frappe/translations/fr.csv b/frappe/translations/fr.csv index a33f7adcef..2983a9c1b5 100644 --- a/frappe/translations/fr.csv +++ b/frappe/translations/fr.csv @@ -418,8 +418,8 @@ Also adding the dependent currency field {0},Ajout également du champ de devise "Always add ""Draft"" Heading for printing draft documents","Toujours ajouter ""Brouillon"" pour l'impression des documents brouillons", Always use Account's Email Address as Sender,Toujours utiliser l'adresse Email du compte comme Expéditeur, Always use Account's Name as Sender's Name,Toujours utiliser le nom du compte comme nom de l'expéditeur, -Amend,Nouv. version -amend,Nouv. version +Amend,Nouv. version, +amend,Nouv. version, Amending,Nouv. version en cours, Amount Based On Field,Montant Basé sur le Champ, Amount Field,Champ du Montant, @@ -3619,7 +3619,7 @@ Upload {0} files,Télécharger des fichiers {0}, Uploaded To Google Drive,Téléchargé sur Google Drive, Uploaded successfully,Envoyé avec succès, Uploading {0} of {1},Téléchargement de {0} sur {1}, -Use SSL,Utiliser SSL +Use SSL,Utiliser SSL, Use Same Name,Utiliser le même nom, Used For Google Maps Integration.,Utilisé pour l'intégration de Google Maps., User ID Property,Propriété ID utilisateur, @@ -4703,47 +4703,47 @@ Authentication failed while receiving emails from Email Account: {0}.,L'auth Message from server: {0},Message du serveur: {0} {0} edited this {1},{0} a édité {1} {0} created this {1},{0} a créé {1} -Report an Issue,Signaler une anomalie -User Forum,Forum utilisateur -About,A Propos -My Profile,Mon profil -My Settings,Mes paramètres -Toggle Full Width,Changer l'affichage en pleine largeur -Toggle Theme,Basculer le thème -Theme Changed,Thème changé -Document has been submitted,Document validé -Document has been cancelled,Document annulé -Document is in draft state,Document au statut brouillon -Copy to Clipboard,Copier vers le presse-papiers +Report an Issue,Signaler une anomalie, +User Forum,Forum utilisateur, +About,A Propos, +My Profile,Mon profil, +My Settings,Mes paramètres, +Toggle Full Width,Changer l'affichage en pleine largeur, +Toggle Theme,Basculer le thème, +Theme Changed,Thème change, +Document has been submitted,Document valide, +Document has been cancelled,Document annule, +Document is in draft state,Document au statut brouillon, +Copy to Clipboard,Copier vers le presse-papiers, Don't have an account?,Vous n'avez pas de compte? -Left:alignment,Gauche -Right:alignment,Droite -Set Properties,Gérer les proriétés -Create Workspace,Créer un espace de travail -Always use this email address as sender address,Toujours utiliser cet email comme expediteur -Always use this name as sender name,Toujours utiliser ce nom comme expediteur +Left:alignment,Gauche, +Right:alignment,Droite, +Set Properties,Gérer les proriétés, +Create Workspace,Créer un espace de travail, +Always use this email address as sender address,Toujours utiliser cet email comme expediteur, +Always use this name as sender name,Toujours utiliser ce nom comme expediteur, Login to {0},Se connecter à {0} -Add / Remove Fields,Ajouter / Supprimer des colonnes -Use STARTTLS,Utiliser le STARTTLS -Outgoing Settings,Configurations des Courriels Sortant -Incoming Settings,Configurations des Courriels Entrant -Incoming Server,Serveur de Courriel Entrant -Outgoing Server,Serveur de Courriel Sortant -Use different Email ID,Utiliser une authentification email différente -Alternative Email ID,Email de connexion alternatif -Incoming (POP/IMAP) Settings,Configuration POP/IMAP -IMAP Details,Détails IMAP -IMAP Folder,Dossier IMAP à récupérer -Document Linking,Lien vers les documents -Auto Reply,Réponse automatique -Footer Content,Contenue du pied de page -Brand Logo,Logo de la marque -Folder Name,Nom du dossier -Document Naming Settings,Masque de numérotation des documents -Setup Series for transactions,Paramétrage des masques de numérotation -Set Naming Series options on your transactions.,Définir les masques de numerotation pour vos documents -Update Series Counter,Mettre à jour le compteur d'un masque de numérotation -Change the starting / current sequence number of an existing series.
    \n\nWarning: Incorrectly updating counters can prevent documents from getting created.,Mettre à jour le compteur d'un masque de numérotation
    \n\nAttention: Mettre à jour de maniére inconsistance le compteur peux empêcher la création d'un document -No Results found,Aucun résultat trouvé +Add / Remove Fields,Ajouter / Supprimer des colonnes, +Use STARTTLS,Utiliser le STARTTLS, +Outgoing Settings,Configurations des Courriels Sortant, +Incoming Settings,Configurations des Courriels Entrant, +Incoming Server,Serveur de Courriel Entrant, +Outgoing Server,Serveur de Courriel Sortant, +Use different Email ID,Utiliser une authentification email différente, +Alternative Email ID,Email de connexion alternatif, +Incoming (POP/IMAP) Settings,Configuration POP/IMAP, +IMAP Details,Détails IMAP, +IMAP Folder,Dossier IMAP à récupérer, +Document Linking,Lien vers les documents, +Auto Reply,Réponse automatique, +Footer Content,Contenue du pied de page, +Brand Logo,Logo de la marque, +Folder Name,Nom du dossier, +Document Naming Settings,Masque de numérotation des documents, +Setup Series for transactions,Paramétrage des masques de numérotation, +Set Naming Series options on your transactions.,Définir les masques de numerotation pour vos documents, +Update Series Counter,Mettre à jour le compteur d'un masque de numérotation, +Change the starting / current sequence number of an existing series.
    \n\nWarning: Incorrectly updating counters can prevent documents from getting created.,Mettre à jour le compteur d'un masque de numérotation
    \n\nAttention: Mettre à jour de maniére inconsistance le compteur peux empêcher la création d'un document, +No Results found,Aucun résultat trouvs, Shelf Life in Days,Durée de conservation (en jours) -Batch Expiry Date,Date d'expiration du Lot +Batch Expiry Date,Date d'expiration du Lot, diff --git a/frappe/translations/sr-BA.csv b/frappe/translations/sr-BA.csv index d01d3a8851..4bc61c828f 100644 --- a/frappe/translations/sr-BA.csv +++ b/frappe/translations/sr-BA.csv @@ -1,484 +1,484 @@ -apps/frappe/frappe/desk/doctype/todo/todo_list.js +22,Assigned By Me,Dodijelio drugima -apps/frappe/frappe/desk/doctype/note/note_list.js +3,Notes,Bilješke -DocType: Desktop Icon,_doctype,_doctype -DocType: Desktop Icon,List,Lista -DocType: Report,Report Type,Vrsta izvještaja -DocType: System Settings,Session Expiry,Sesija ističe -apps/frappe/frappe/public/js/frappe/form/toolbar.js +197,New {0} (Ctrl+B),Novi {0} (Ctrl-B) -DocType: DocShare,DocShare,Dijeljenje dokumenta -apps/frappe/frappe/public/js/frappe/ui/filters/filter_list.js +144,Add Filter,Dodaj filter -DocType: Address,Contacts,Kontakti -apps/frappe/frappe/public/js/frappe/form/save.js +12,Submitting,Potvrđivanje -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +43,Editing Row,Izmjena u redu -apps/frappe/frappe/public/js/legacy/form.js +173,You are not allowed to print this document,Немате дозволу да штампате овај документ -DocType: Auto Repeat,End Date,Datum završetka -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +51,What do you need help with?,Oko čega Vam je potrebna pomoć? -DocType: ToDo,Allocated To,Dodijeljeno je -DocType: Custom DocPerm,Delete,Obriši -apps/frappe/frappe/app.py +158,You do not have enough permissions to complete the action,Немате дозволу да завршите ову акцију. -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +262,Project,Projekti -DocType: ToDo,Due Date,Datum dospijeća -apps/frappe/frappe/public/js/frappe/model/model.js +26,Assigned To,Dodijeljeno prema -apps/frappe/frappe/model/rename_doc.py +79,renamed from {0} to {1},Preimenuj iz {0} u {1} -apps/frappe/frappe/public/js/legacy/form.js +348,Submit this document to confirm,Potvrdi ovaj dokument da bi ga zaključio -apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Можете тражити ствари претрагом ""тражи наранџасто у купцима""" -DocType: Note Seen By,Note Seen By,Bilješku je vidio -apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +21,Show Tags,Prikaži tagove -apps/frappe/frappe/templates/includes/navbar/navbar_login.html +23,Switch To Desk,Pređi na radnu površinu -apps/frappe/frappe/public/js/frappe/dom.js +295,Confirm,Potvrdi -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138,Assign to me,Dodijeljeno meni -apps/frappe/frappe/desk/form/save.py +34,Did not save,Nije se sačuvalo -apps/frappe/frappe/public/js/frappe/roles_editor.js +40,Clear all roles,Obriši sve role -apps/frappe/frappe/core/page/desktop/desktop.js +38,Explore,Istraži -DocType: Address,Sales User,Korisnik prodaje -DocType: Custom DocPerm,Set User Permissions,Postavite korisnička prava -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +20,Between,Između -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,e.g.:,npr: -DocType: Country,Country Name,Ime države -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Napravite novi -DocType: Workflow State,Download,Preuzmi -apps/frappe/frappe/handler.py +94,You have been successfully logged out,Успешно сте се одјавили -apps/frappe/frappe/website/doctype/web_form/web_form.py +133,You don't have the permissions to access this document,Немате дозволу да приступите овом документу. -DocType: Website Settings,Brand Image,Slika brenda -apps/frappe/frappe/utils/bot.py +89,show,Prikaži -DocType: Page,Yes,Da -DocType: Custom DocPerm,Role,Uloga -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +856,Totals,Ukupno -apps/frappe/frappe/public/js/frappe/request.js +137,You do not have enough permissions to access this resource. Please contact your manager to get access.,Немате дозволу да приступите овоме. Молимо јавите се свом менаџеру да добијете приступ. -apps/frappe/frappe/public/js/frappe/views/treeview.js +183,Add Child,Dodaj podređeni -apps/frappe/frappe/core/doctype/user/user.py +935,Invalid Password: ,Pogrešna lozinka: -DocType: System Settings,System Settings,Sistemska podešavanja -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,Можете да додате динамичке вредности из документа помоћу Jinja шаблона. -apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +40,To Date,Do datuma -DocType: Chat Profile,Offline,Van mreže (offline) -DocType: Chat Message,System Manager,Menadžer sistema -apps/frappe/frappe/www/update-password.html +18,New Password,Nova lozinka -apps/frappe/frappe/desk/query_report.py +26,You don't have permission to get a report on: {0},Немате дозволу да добијете извештај о: {0} -DocType: User,Middle Name (Optional),Srednje ime (opciono) -apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +7,Can Share,Može dijeliti -apps/frappe/frappe/public/js/frappe/form/layout.js +108,Dashboard,Nadzorna ploča -DocType: Contact,Last Name,Prezime -apps/frappe/frappe/public/js/frappe/views/pageview.js +112,Sorry! You are not permitted to view this page.,Niste autorizovani za prikaz ove stranice. -DocType: Web Form,Success Message,Poruka o uspjehu -apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +62,{0} created this {1},{1} {0} je kreirao/la ovo. -DocType: Chat Profile,Online,Na mreži -apps/frappe/frappe/core/doctype/file/file.py +586,Folder {0} does not exist,Folder {0} ne postoji -DocType: Activity Log,Subject,Naslov -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +79,Enter folder name,Unesi naziv foldera -DocType: Workflow State,Tags,Tagovi -apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131,Assignment,Dodjeljivanje -DocType: Workflow State,move,Kretanje -DocType: Language,Language,Jezik -apps/frappe/frappe/public/js/legacy/form.js +775,Permanently Submit {0}?,Trajno potvrdi {0} ? -DocType: Address,Maintenance User,Korisnik održavanja -DocType: Contact,Image,Slika -apps/frappe/frappe/public/js/frappe/model/model.js +538,Rename {0},Preimenuj {0} -apps/frappe/frappe/public/js/frappe/socketio_client.js +357,File Upload,Dodavanje fajla -DocType: Report,Add Total Row,Dodaj red ukupno bez PDV-a -,Setup Wizard,Čarobnjak za postavke -apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +33,From Date,Od datuma -DocType: Auto Repeat,Amended From,Izmijenjena iz -apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +166,Desktop Icon already exists,Ikona na radnoj površini već postoji -DocType: Communication,Attachment Removed,Prilog uklonjen -DocType: Chat Room,Users,Korisnici -DocType: Data Import,Import Log,Log uvoza -apps/frappe/frappe/public/js/frappe/form/controls/comment.js +11,Add a comment,Dodaj komentar -apps/frappe/frappe/public/js/frappe/model/model.js +518,Permanently delete {0}?,Trajno obriši dokument {0} ? -DocType: Custom DocPerm,Export,Izvezi -DocType: Communication,Cancelled,Otkazan -DocType: Contact,Open,Otvoren -apps/frappe/frappe/www/desk.py +18,You are not permitted to access this page.,Немате дозволу да приступите овој страници. -DocType: File,Attached To DocType,Priložen u vrstu dokumetu -apps/frappe/frappe/public/js/frappe/request.js +31,You are not connected to Internet. Retry after sometime.,Нисте повезани са Интернетом. Покушајте касније. -apps/frappe/frappe/config/desk.py +32,Chat messages and other notifications.,Poruke i ostala obavještenja. -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +80,{0} comments,{0} komentara -apps/frappe/frappe/public/js/frappe/socketio_client.js +267,Upload Failed,Dodavanje priloga neuspješno -apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Prilagodite -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +291,Users with role {0}:,Korisnici sa rolom {0} : -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +401,Did not add,Nije dodato -apps/frappe/frappe/config/desk.py +19,Files,Fajlovi -DocType: Communication,Opened,Otvoreno -apps/frappe/frappe/desk/reportview.py +269,No Tags,Nema tag-ova -DocType: Workflow State,picture,Slika -DocType: Workflow State,Edit,Izmijeni -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +562,Make ,Napravi -apps/frappe/frappe/public/js/frappe/views/treeview.js +242,New {0},Novi {0} -apps/frappe/frappe/public/js/frappe/views/treeview.js +380,Chart of Accounts,Kontni plan -apps/frappe/frappe/email/doctype/email_group/email_group.js +9,View,Pogledaj -DocType: Notification,Print Settings,Podešavanje štampanja -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +87,Search or type a command,Pretražite ili otkucajte komandu -DocType: About Us Team Member,Image Link,Link za sliku -DocType: Workflow State,folder-close,Folder-zatvori -DocType: List Filter,Filter Name,Naziv filtera -DocType: Calendar View,Subject Field,Polje naslova -apps/frappe/frappe/core/doctype/file/test_file.py +202,Home/Test Folder 1,Naslovna / Test Folder1 -DocType: Chat Token,Country,Država -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +65,New Folder,Novi folder -DocType: Communication,Email,Email -apps/frappe/frappe/public/js/frappe/form/save.js +150,Mandatory fields required in {0},Obavezna polja koja se moraju unijeti u dijelu {0} -DocType: Chat Message Attachment,Attachment,Prilog -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +11,Not equals,Nije jednak -DocType: Help Article,Knowledge Base Contributor,Saradnik zs bazu znanja -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Search,Pomoć oko pretrage -apps/frappe/frappe/public/js/frappe/ui/page.html +23,Menu,Meni -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +163,No {0} mail,{0} email nije nađen -DocType: Email Account,Attachment Limit (MB),Prilog limitiran na (MB) -DocType: Error Snapshot,Error Snapshot,Snimak grešaka (snapshot) -apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Status dokumenta -apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Čuvanje -DocType: About Us Settings,Website,Web sajt -apps/frappe/frappe/desk/page/activity/activity.js +58,Show Likes,Prikaži lajkove -apps/frappe/frappe/config/core.py +27,Script or Query reports,Skripte ili query izvještaji -apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +38,Added {0},Dodatо {0} -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +61,You are not allowed to create columns,Немате дозволу да правите колоне -apps/frappe/frappe/public/js/frappe/views/treeview.js +378,Add to Desktop,Dodaj na radnu površinu -apps/frappe/frappe/public/js/frappe/upload.js +26,Upload Attachment,Priloži datoteku -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Documentation,Dokumentacija -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +10,Gantt,Gantogram -DocType: Contact,First Name,Ime -apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,Можете и да копирате и налепите овај линк у свој претраживач. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30,User Permissions,Prava pristupa korisnika -DocType: Contact,More Information,Više informacija -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +179,Confirm Your Email,Potvrdi tvoj E mail -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +58,Select from existing attachments,Odaberite neku od već dodatih -DocType: Contact,Accounts Manager,Menadžer računa -apps/frappe/frappe/email/doctype/notification/notification.js +33,Created On,Kreirano -DocType: Email Account,Yandex.Mail,Yandex.Mail -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +78,1 comment,1 komentar -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Opseg datuma -apps/frappe/frappe/public/js/frappe/views/treeview.js +75,Expand All,Proširi sve -apps/frappe/frappe/website/doctype/web_form/web_form.py +366,You are not allowed to update this Web Form Document,Немате дозволу да ажурирате овај Документ Веб Форме -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +111,New,Novi -apps/frappe/frappe/core/doctype/file/file.py +216,Cannot delete Home and Attachments folders,Ne možete brisati foldere Naslovna i prilozi -DocType: User,Desktop Background,Pozadina radne površine -apps/frappe/frappe/core/doctype/data_import/data_import.js +43,Attach File,Priloži dokument -DocType: ToDo,High,Visok -apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +134,Payment Complete,Plaćanje zaključeno -apps/frappe/frappe/www/printview.py +199,No {0} permission,{0} Nema dozvolu -apps/frappe/frappe/public/js/frappe/list/list_view.js +1066,Delete {0} items permanently?,Trajno obriši stavke{0} ? -DocType: Address,Postal Code,Poštanski broj -apps/frappe/frappe/workflow/doctype/workflow/workflow_list.js +7,Not active,Nije aktivna -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +19,Add,Dodaj -DocType: Email Account,Add Signature,Dodaj potpis -apps/frappe/frappe/desk/like.py +38,You cannot like something that you created,Не можете лајковати нешто што сте Ви направили. -apps/frappe/frappe/public/js/frappe/list/list_filter.js +22,Save Filter,Sačuvaj filter -DocType: Deleted Document,New Name,Novi naziv -DocType: Feedback Trigger,Enabled,Aktivan -DocType: ToDo,ToDo,To Do -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +197,Report {0},Izvještaj {0} -apps/frappe/frappe/public/js/frappe/views/communication.js +15,New Email,Novi email -apps/frappe/frappe/public/js/frappe/ui/slides.js +29,Add More,Dodaj još -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +606,Pick Columns,Odaberi kolone -DocType: Footer Item,Company,Preduzeće -DocType: Address,Purchase User,Korisnik u nabavci -apps/frappe/frappe/public/js/frappe/model/model.js +18,Created By,Kreirao -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +738,Export Report: {0},Izvoz izvještaja: {0} -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +52,Insert Below,Ubacite ispod -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137,Assign To,Dodijeli -apps/frappe/frappe/www/update-password.html +71,Invalid Password,Pogrešna lozinka -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +335,Dropbox Setup,Dropbox podešavanje -apps/frappe/frappe/public/js/frappe/form/share.js +57,Share {0} with,Podijeli {0} sa -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +60,Clear Attachment,Obriši dodatu sliku -,Addresses And Contacts,Adrese i kontakti -DocType: Address,Accounts User,Računi korisnik -DocType: File,File Name,Naziv dokumenta -DocType: Has Role,Has Role,Ima ulogu -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Podijeljeno sa -DocType: Contact,Contact,Kontakt -apps/frappe/frappe/desk/page/activity/activity_row.html +34,{0} {1} to {2},{0} {1} do {2} -apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Dodaj komentar -DocType: Error Log,Title,Naslov -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +44,Assign,Dodijeli -DocType: Note,Note,Bilješke -apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629,No {0} found,{0} nije nadjen -DocType: Email Group,Newsletter Manager,Menadžer newsletter-a -apps/frappe/frappe/core/doctype/communication/communication.js +77,Add Contact,Dodaj kontakt -apps/frappe/frappe/core/doctype/version/version.js +5,Show all Versions,Prikaži sve verzije -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +49,Insert Above,Ubacite iznad -apps/frappe/frappe/core/doctype/version/version_view.html +14,New Value,Nova vrijednost -apps/frappe/frappe/templates/pages/integrations/payment-failed.html +3,Payment Failed,Plaćanje nije uspjelo -apps/frappe/frappe/public/js/frappe/form/templates/form_links.html +13,Open {0},Otvoren {0} -DocType: DocType,Sort Order,Sortiranje -DocType: DocField,Password,Lozinka -DocType: Post,Post,Pošalji -DocType: Customize Form,Image Field,Polje sa slikom -apps/frappe/frappe/public/js/frappe/form/share.js +36,Shared with {0},Podijeljeno sa {0} -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +55,Duplicate,Dupliraj -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +208,You cannot unset 'Read Only' for field {0},"Не можете искључити ""Само за читање"" за поље {0}" -DocType: Blog Category,Blogger,Blogger -DocType: User,Change Password,Promjena lozinke -apps/frappe/frappe/public/js/frappe/views/treeview.js +342,View List,Prikaz liste -DocType: Communication,Delivery Status,Status isporuke -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,Sačuvano -DocType: Workflow State,share-alt,Podijeli-alt -apps/frappe/frappe/public/js/frappe/ui/upload.html +12,Web Link,Url adresa -DocType: Web Form,Amount,Vrijednost -,Address and Contacts,Adresa i kontakti -apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Događaji i ostali kalendari. -apps/frappe/frappe/public/js/frappe/form/controls/comment.js +19,Ctrl+Enter to add comment,Ctrl + enter da dodate komentar -DocType: Workflow State,Comment,Komentar -DocType: User,Timezone,Vremenska zona -DocType: Workflow State,Refresh,Osvježi -apps/frappe/frappe/desk/query_report.py +23,You don't have access to Report: {0},Немате дозволу да приступите Извештају: {0} -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,Немате дозволу за брисање стандардне Вебсајт Теме -apps/frappe/frappe/core/doctype/file/test_file.py +217,Home/Test Folder 2,Nalovna/ Test Folder2 -DocType: Contact Us Settings,Email ID,Email adresa -DocType: Chat Profile,Status,Status -apps/frappe/frappe/desk/query_report.py +30,Report {0} is disabled,Izvještaj {0} јe onemogućen -apps/frappe/frappe/config/desktop.py +8,Tools,Alati -DocType: Communication,Deleted,Obrisan -DocType: System Settings,Setup Complete,Podešavanje završeno -apps/frappe/frappe/core/doctype/user/user.js +94,Reset Password,Resetuju lozinku -DocType: Contact,Salutation,Titula -DocType: Activity Log,Date,Datum -,Desktop,Radna površina -apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +39,Share this document with,Podijelite ovaj dokument sa -apps/frappe/frappe/templates/pages/integrations/braintree_checkout.html +29,Pay,Plati -apps/frappe/frappe/public/js/frappe/views/image/image_view.js +13,Images,Slike -,Document Share Report,Izvještaj o dijeljenim dokumentima -apps/frappe/frappe/public/js/frappe/form/form_viewers.js +35,{0} is currently viewing this document,{0} trenutno gleda ovaj dokumenat -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +26,Tree,Stablo -DocType: Chat Message,Type,Tip -DocType: DocField,Attach Image,Dodajte sliku -DocType: Custom DocPerm,Submit,Potvrdi -apps/frappe/frappe/public/js/frappe/form/save.js +157,Missing Fields,Polja koja nisu unešena -DocType: Website Settings,Brand,Brend -apps/frappe/frappe/public/js/frappe/chat.js +1703,You don't have any messages yet.,Још увек немате порука. -DocType: Email Queue,Attachments,Prilozi -DocType: Contact,Sales Manager,Menadžer prodaje -DocType: Report,Report Manager,Menadžer za izvještaje -DocType: Desktop Icon,Desktop Icon,Ikone na radnoj površini -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +67,Get Items,Dodaj stavke -apps/frappe/frappe/public/js/frappe/model/meta.js +182,Last Modified On,Poslednji put izmijenjeno -apps/frappe/frappe/public/js/frappe/form/save.js +147,"Mandatory fields required in table {0}, Row {1}","Obavezna polja koja se moraju unijeti u tabeli {0}, Red {1}" -apps/frappe/frappe/public/js/frappe/form/link_selector.js +26,You can use wildcard %,Можете да користите џокер % -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +579,Added,Dodato -DocType: Workflow,Is Active,Je aktivan -apps/frappe/frappe/www/login.html +84,Forgot Password,Zaboravili ste lozinku -DocType: Page,No,Ne -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +788,New Report name,Novi naziv izvještaja -apps/frappe/frappe/www/login.py +48,Mobile Number,Mobilni br. telefona -apps/frappe/frappe/public/js/frappe/model/indicator.js +19,Not Saved,Nije sačuvano -apps/frappe/frappe/public/js/frappe/views/interaction.js +156,Add Attachment,Dodaj prilog -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +144,Week,Nedelja -DocType: Activity Log,Full Name,Puno ime -apps/frappe/frappe/public/js/frappe/form/quick_entry.js +216,Edit in full page,Izmijeni u punoj strani -apps/frappe/frappe/public/js/legacy/form.js +809,Permanently Cancel {0}?,Trajno otkaži {0} ? -apps/frappe/frappe/core/doctype/data_import/exporter.py +62,Notes:,Bilješke : -DocType: Notification,Save,Sačuvaj -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +38,File Manager,Fajlovi -apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.py +23,; not allowed in condition,; није дозвољенa у услову -DocType: File,Folder,Folder -apps/frappe/frappe/core/doctype/data_import/data_import.js +67,Help,Pomoć -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +419,Attach Your Picture,Priložite svoju fotografiju -DocType: Address,Disabled,Neaktivni -DocType: Communication,Email Account,Email nalog -apps/frappe/frappe/public/js/frappe/form/grid.js +69,Add Multiple,Dodaj više -DocType: Custom DocPerm,Import,Uvoz -DocType: User,Security Settings,Bezbjedonosna podešavanja -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +26,Search term,Pretraga -apps/frappe/frappe/www/login.html +21,Email Address,Email adresa -DocType: Google Maps Settings,Home Address,Kućna adresa -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +67,Ctrl + Up,Ctrl + up -DocType: Communication,Assigned,Dodijeljeno -DocType: Desktop Icon,_report,_izvještaj -apps/frappe/frappe/config/setup.py +147,Restore or permanently delete a document.,Vrati ili trajno obriši dokument. -DocType: About Us Settings,Website Manager,Menadžer za web sajt -DocType: GCalendar Settings,State,Država (USA) -DocType: Activity Log,Closed,Zatvoreno -apps/frappe/frappe/core/doctype/has_role/has_role.py +12,User '{0}' already has the role '{1}',Korisnik '{0}' već sarži rolu '{1}' -apps/frappe/frappe/public/js/frappe/form/controls/link.js +172,Create a new {0},Kreirajte {0} -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +11,Loading...,Učitavanje ... -apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +59,{0} edited this {1},{1} {0} je izmijenio/la ovo -DocType: Error Log,Error Log,Log grešaka -DocType: DocField,Description,Opis -DocType: Newsletter,Newsletter,Newsletter -apps/frappe/frappe/desk/moduleview.py +94,Standard Reports,Standardni izvještaji -apps/frappe/frappe/templates/pages/integrations/payment-success.html +3,Payment Success,Plaćanje uspješno -DocType: User,Reset Password Key,Resetuj ključ lozinke -,Activity,Aktivnost -DocType: Communication,Submitted,Potvrđen -DocType: File,Is Folder,Da li je Folder -DocType: Page,Roles,Role -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +115,You are not permitted to view the newsletter.,Немате дозволу да видите овај билтен. -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,Make a new record,Napravite novi zapis -apps/frappe/frappe/core/doctype/user/user_list.js +12,Active,Aktivan -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +17,"You can change Submitted documents by cancelling them and then, amending them.",Можете да измените потврђене документе тако што ћете их поништити а затим изменити. -DocType: Workflow State,Calendar,Kalendar -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +90,Import Zip,Uvoz zip arhive -DocType: Custom DocPerm,Amend,Izmijeni -apps/frappe/frappe/public/js/frappe/form/layout.js +170,Hide Details,Sakrij detalje -apps/frappe/frappe/core/doctype/version/version_view.html +47,Success,Uspješno -apps/frappe/frappe/core/doctype/data_import/exporter.py +53,Data Import Template,Šablon za uvoz podataka -apps/frappe/frappe/public/js/frappe/form/formatters.js +135,{0} to {1},{0} do {1} -DocType: User,Background Image,Pozadinska slika -DocType: Web Form,Payments,Plaćanja -apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zatvori -apps/frappe/frappe/templates/print_formats/standard_macros.html +39,Sr,Rb -DocType: Contact,Purchase Master Manager,Direktor nabavke -DocType: User,Last Login,Poslednja prijava -apps/frappe/frappe/core/doctype/file/file.py +268,Folder {0} is not empty,Folder {0} nije prazan -DocType: Custom DocPerm,Report,Izvještaj -apps/frappe/frappe/utils/response.py +162,You don't have permission to access this file,Немате дозволу да приступите овој датотеци. -DocType: Communication,User Tags,Korisnički tagovi -apps/frappe/frappe/public/js/frappe/form/link_selector.js +106,Make a new {0},Napravite novi {0} -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +49,Assigned To Me,Dodijeljeno meni -DocType: User,Email Settings,Podešavanje emaila -,Role Permissions Manager,Menadžer prava pristupa rolama -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +663,Delete comment?,Obriši komentar? -DocType: Contact,Purchase Manager,Menadžer nabavke -DocType: About Us Settings,About Us Settings,Podešavanja o nama -apps/frappe/frappe/website/doctype/website_settings/website_settings.js +3,View Website,Pogledaj sajt -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Dodaj novu rolu -apps/frappe/frappe/public/js/frappe/roles_editor.js +30,Add all roles,Dodaj sve role -apps/frappe/frappe/public/js/frappe/form/toolbar.js +153,Reload,Učitaj ponovo -DocType: ToDo,Low,Nizak -DocType: Prepared Report,Completed,Završeno -apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +28,Apply,Primijeni -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,Yesterday,Juče -apps/frappe/frappe/desk/query_report.py +331,Total,Ukupno -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +614,Show Totals,Prikaži ukupno -apps/frappe/frappe/public/js/frappe/ui/messages.js +215,Enter your password,Unesite lozinku -apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +512,Like,Kao -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +840,Export Report: ,Izvoz izvještaja: -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +229,New Kanban Board,Nova Kanban prikaz -DocType: DocType,Image View,Prikaz slike -apps/frappe/frappe/desk/doctype/event/event.py +121,Events In Today's Calendar,Događaji u kalendaru na današnji dan. -DocType: Workflow State,remove,Ukloni -DocType: Auto Repeat,Start Date,Datum početka -apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,Novi newsletter -DocType: Activity Log,Message,Poruka -apps/frappe/frappe/www/login.html +91,Back to Login,Vrati se na prijavu -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +145,Loading,Učitavanje -apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Prikaži sve podatke -DocType: Auto Repeat,Weekly,Nedeljni -apps/frappe/frappe/public/js/frappe/roles_editor.js +194,Role Permissions,Prava pristupa rolama -DocType: Communication,From,Od -apps/frappe/frappe/core/doctype/file/test_file.py +241,Home/Test Folder 1/Test Folder 3,Naslovna / Test Folder1 / Test Folder3 -DocType: Workflow State,share,Podijeli -apps/frappe/frappe/core/doctype/file/file.py +195,Same file has already been attached to the record,Isti fajl je već dodijeljen nekom zapisu -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +285,New {0}: #{1},Novi {0}: # {1} -apps/frappe/frappe/core/doctype/user/user.js +74,Set Desktop Icons,Podesi ikonice na radnoj površini -apps/frappe/frappe/public/js/frappe/form/controls/link.js +185,Advanced Search,Napredna pretraga -DocType: Communication,Error,Greška -DocType: Address,Warehouse,Skladište -DocType: Workflow State,Upload,Priloži -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +216,You can't set 'Translatable' for field {0},Не можете поставити 'Може се превести' за поље {0} -DocType: Workflow,States,Države -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +52,Go,Traži -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +52,{0} days ago,prije {0} dana -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +405,Y Axis Fields,Поља на Y-oси -apps/frappe/frappe/public/js/frappe/form/grid.js +72,Add Row,Dodaj red -DocType: File,Is Home Folder,Da li je folder naslovna -apps/frappe/frappe/desk/doctype/todo/todo_list.js +9,To Do,To Do -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +15,Not In,Nije u -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +134,Add to To Do,Dodaj u To Do -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +178,Created,Kreirano -apps/frappe/frappe/public/js/frappe/form/link_selector.js +125,Added {0} ({1}),Dodato {0} ({1}) -DocType: OAuth Client, Advanced Settings,Napredna podešavanja -DocType: Address,Address,Adresa -DocType: Email Account,Email Addresses,Email adrese -apps/frappe/frappe/public/js/frappe/views/treeview.js +89,{0} Tree,{0} stablo -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +10,Equals,Jednak -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +284,Loading Report,Učitavanje izvještaja -DocType: Address,Address Line 1,Adresa 1 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +4,Add a column,Dodaj kolonu -,Background Jobs,Pozadinski procesi -DocType: Activity Log,Login,Prijava -DocType: Chat Message,Chat,Poruke -apps/frappe/frappe/config/setup.py +146,Deleted Documents,Obrisana dokumenta -apps/frappe/frappe/public/js/frappe/form/print.js +284,With Letter head,Sa zaglavljem -apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +512,Not Like,Nije kao -DocType: DocType,Setup,Podešavanje -DocType: Data Import,Import Status,Status uvoza -apps/frappe/frappe/core/doctype/user/user.js +136,Create User Email,Kreiraj korisnički Email -DocType: Address,Address Line 2,Adresa 2 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +530,{0} from {1} to {2},{0} od {1} za {2} -DocType: Auto Repeat,Draft,Na čekanju -DocType: Contact,Maintenance Manager,Menadžer održavanja -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +67,Ctrl + Down,Ctrl + down -DocType: Data Import,Data Import,Uvoz podataka -apps/frappe/frappe/desk/reportview.py +110,{0} is saved,{0} je sačuvan -DocType: DocField,Datetime,Datum vrijeme -DocType: Email Group,Email Group,Email grupa -apps/frappe/frappe/core/page/desktop/desktop.py +14,Add Employees to Manage Them,"Dodaj zaposlenog u ""Manage them""" -apps/frappe/frappe/core/doctype/data_import/exporter.py +69,You can only upload upto 5000 records in one go. (may be less in some cases),Можете поднети највише 5000 записа одједном. (некада може бити и мање) -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +112,{0} Report,Izvještaj {0} -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,Izvještaji -DocType: Post,Comments,Komentari -DocType: Workflow State,folder-open,folder-otvori -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +27,You can use Customize Form to set levels on fields.,Можете користити Прилагоди Формулар да подесите нивое на пољима. -apps/frappe/frappe/public/js/frappe/model/model.js +541,Merge with existing,Spoji sa postojećim -DocType: Print Settings,Send Print as PDF,Štampaj u PDF -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +28,My Settings,Moja podešavanja -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +250,Email Inbox,Email primljene -apps/frappe/frappe/www/list.html +4,{0} List,{0} Lista -DocType: Report,Letter Head,Zaglavlje -DocType: Auto Repeat,Series,Vrsta dokumenta -DocType: Workflow State,Home,Naslovna -apps/frappe/frappe/public/js/frappe/list/list_filter.js +102,Duplicate Filter Name,Ime filtera već postoji -apps/frappe/frappe/public/js/frappe/desk.js +402,Session Expired,Sesija je istekla -DocType: Communication,Received,Primljeno -DocType: User,Login After,Prijava nakon -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +895,PDF,PDF -DocType: Contact,Mobile No,Mobilni br. -apps/frappe/frappe/public/js/frappe/ui/sort_selector.js +182,Most Used,Najviše korišćeno -apps/frappe/frappe/email/doctype/email_account/email_account.js +183,"You are selecting Sync Option as ALL, It will resync all \ +Assigned By Me,Dodijelio drugima, +Notes,Bilješke, +_doctype,_doctype, +List,Lista, +Report Type,Vrsta izvještaja, +Session Expiry,Sesija ističe, +New {0} (Ctrl+B),Novi {0} (Ctrl-B) +DocShare,Dijeljenje dokumenta, +Add Filter,Dodaj filter, +Contacts,Kontakti, +Submitting,Potvrđivanje, +Editing Row,Izmjena u redu, +You are not allowed to print this document,Немате дозволу да штампате овај докуменa, +End Date,Datum završetka, +What do you need help with?,Oko čega Vam je potrebna pomoć? +Allocated To,Dodijeljeno je, +Delete,Obriši, +You do not have enough permissions to complete the action,Немате дозволу да завршите ову акцију. +Project,Projekti, +Due Date,Datum dospijeća, +Assigned To,Dodijeljeno prema, +renamed from {0} to {1},Preimenuj iz {0} u {1} +Submit this document to confirm,Potvrdi ovaj dokument da bi ga zaključio, +You can find things by asking 'find orange in customers',"Можете тражити ствари претрагом ""тражи наранџасто у купцима""" +Note Seen By,Bilješku je vidio, +Show Tags,Prikaži tagove, +Switch To Desk,Pređi na radnu površinu, +Confirm,Potvrdi, +Assign to me,Dodijeljeno meni, +Did not save,Nije se sačuvalo, +Clear all roles,Obriši sve role, +Explore,Istraži, +Sales User,Korisnik prodaje, +Set User Permissions,Postavite korisnička prava, +Between,Između, +e.g.:,npr: +Country Name,Ime države, +Make a new,Napravite novi, +Download,Preuzmi, +You have been successfully logged out,Успешно сте се одјавилe, +You don't have the permissions to access this document,Немате дозволу да приступите овом документу. +Brand Image,Slika brenda, +show,Prikaži, +Yes,Da, +Role,Uloga, +Totals,Ukupno, +You do not have enough permissions to access this resource. Please contact your manager to get access.,Немате дозволу да приступите овоме. Молимо јавите се свом менаџеру да добијете приступ. +Add Child,Dodaj podređeni, +Invalid Password: ,Pogrešna lozinka: +System Settings,Sistemska podešavanja, +You can add dynamic properties from the document by using Jinja templating.,Можете да додате динамичке вредности из документа помоћу Jinja шаблона. +To Date,Do datuma, +Offline,Van mreže (offline) +System Manager,Menadžer sistema, +New Password,Nova lozinka, +You don't have permission to get a report on: {0},Немате дозволу да добијете извештај о: {0} +Middle Name (Optional),Srednje ime (opciono) +Can Share,Može dijeliti, +Dashboard,Nadzorna ploča, +Last Name,Prezime, +Sorry! You are not permitted to view this page.,Niste autorizovani za prikaz ove stranice. +Success Message,Poruka o uspjehu, +{0} created this {1},{1} {0} je kreirao/la ovo. +Online,Na mreži, +Folder {0} does not exist,Folder {0} ne postoji, +Subject,Naslov, +Enter folder name,Unesi naziv foldera, +Tags,Tagovi, +Assignment,Dodjeljivanje, +move,Kretanje, +Language,Jezik, +Permanently Submit {0}?,Trajno potvrdi {0} ? +Maintenance User,Korisnik održavanja, +Image,Slika, +Rename {0},Preimenuj {0} +File Upload,Dodavanje fajla, +Add Total Row,Dodaj red ukupno bez PDV-a, +Setup Wizard,Čarobnjak za postavke, +From Date,Od datuma, +Amended From,Izmijenjena iz, +Desktop Icon already exists,Ikona na radnoj površini već postoji, +Attachment Removed,Prilog uklonjen, +Users,Korisnici, +Import Log,Log uvoza, +Add a comment,Dodaj komentar, +Permanently delete {0}?,Trajno obriši dokument {0} ? +Export,Izvezi, +Cancelled,Otkazan, +Open,Otvoren, +You are not permitted to access this page.,Немате дозволу да приступите овој страници. +Attached To DocType,Priložen u vrstu dokumetu, +You are not connected to Internet. Retry after sometime.,Нисте повезани са Интернетом. Покушајте касније. +Chat messages and other notifications.,Poruke i ostala obavještenja. +{0} comments,{0} komentara, +Upload Failed,Dodavanje priloga neuspješno, +Customize,Prilagodite, +Users with role {0}:,Korisnici sa rolom {0} : +Did not add,Nije dodato, +Files,Fajlovi, +Opened,Otvoreno, +No Tags,Nema tag-ova, +picture,Slika, +Edit,Izmijeni, +Make ,Napravi, +New {0},Novi {0} +Chart of Accounts,Kontni plan, +View,Pogledaj, +Print Settings,Podešavanje štampanja, +Search or type a command,Pretražite ili otkucajte komandu, +Image Link,Link za sliku, +folder-close,Folder-zatvori, +Filter Name,Naziv filtera, +Subject Field,Polje naslova, +Home/Test Folder 1,Naslovna / Test Folder1, +Country,Država, +New Folder,Novi folder, +Email,Email, +Mandatory fields required in {0},Obavezna polja koja se moraju unijeti u dijelu {0} +Attachment,Prilog, +Not equals,Nije jednak, +Knowledge Base Contributor,Saradnik zs bazu znanja, +Help on Search,Pomoć oko pretrage, +Menu,Meni, +No {0} mail,{0} email nije nađen, +Attachment Limit (MB),Prilog limitiran na (MB) +Error Snapshot,Snimak grešaka (snapshot) +Document Status,Status dokumenta, +Saving,Čuvanje, +Website,Web sajt, +Show Likes,Prikaži lajkove, +Script or Query reports,Skripte ili query izvještaji, +Added {0},Dodatо {0} +You are not allowed to create columns,Немате дозволу да правите колонu, +Add to Desktop,Dodaj na radnu površinu, +Upload Attachment,Priloži datoteku, +Documentation,Dokumentacija, +Gantt,Gantogram, +First Name,Ime, +You can also copy-paste this link in your browser,Можете и да копирате и налепите овај линк у свој претраживач. +User Permissions,Prava pristupa korisnika, +More Information,Više informacija, +Confirm Your Email,Potvrdi tvoj E mail, +Select from existing attachments,Odaberite neku od već dodatih, +Accounts Manager,Menadžer računa, +Created On,Kreirano, +Yandex.Mail,Yandex.Mail, +1 comment,1 komentar, +Date Range,Opseg datuma, +Expand All,Proširi sve, +You are not allowed to update this Web Form Document,Немате дозволу да ажурирате овај Документ Веб Формa, +New,Novi, +Cannot delete Home and Attachments folders,Ne možete brisati foldere Naslovna i prilozi, +Desktop Background,Pozadina radne površine, +Attach File,Priloži dokument, +High,Visok, +Payment Complete,Plaćanje zaključeno, +No {0} permission,{0} Nema dozvolu, +Delete {0} items permanently?,Trajno obriši stavke{0} ? +Postal Code,Poštanski broj, +Not active,Nije aktivna, +Add,Dodaj, +Add Signature,Dodaj potpis, +You cannot like something that you created,Не можете лајковати нешто што сте Ви направили. +Save Filter,Sačuvaj filter, +New Name,Novi naziv, +Enabled,Aktivan, +ToDo,To Do, +Report {0},Izvještaj {0} +New Email,Novi email, +Add More,Dodaj jol, +Pick Columns,Odaberi kolone, +Company,Preduzeće, +Purchase User,Korisnik u nabavci, +Created By,Kreirao, +Export Report: {0},Izvoz izvještaja: {0} +Insert Below,Ubacite ispod, +Assign To,Dodijeli, +Invalid Password,Pogrešna lozinka, +Dropbox Setup,Dropbox podešavanje, +Share {0} with,Podijeli {0} sa, +Clear Attachment,Obriši dodatu sliku, +Addresses And Contacts,Adrese i kontakti, +Accounts User,Računi korisnik, +File Name,Naziv dokumenta, +Has Role,Ima ulogu, +Shared With,Podijeljeno sa, +Contact,Kontakt, +{0} {1} to {2},{0} {1} do {2} +Add Comment,Dodaj komentar, +Title,Naslov, +Assign,Dodijeli, +Note,Bilješke, +No {0} found,{0} nije nadjen, +Newsletter Manager,Menadžer newsletter-a, +Add Contact,Dodaj kontakt, +Show all Versions,Prikaži sve verzije, +Insert Above,Ubacite iznad, +New Value,Nova vrijednost, +Payment Failed,Plaćanje nije uspjelo, +Open {0},Otvoren {0} +Sort Order,Sortiranje, +Password,Lozinka, +Post,Pošalji, +Image Field,Polje sa slikom, +Shared with {0},Podijeljeno sa {0} +Duplicate,Dupliraj, +You cannot unset 'Read Only' for field {0},"Не можете искључити ""Само за читање"" за поље {0}" +Blogger,Blogger, +Change Password,Promjena lozinke, +View List,Prikaz liste, +Delivery Status,Status isporuke, +Saved,Sačuvano, +share-alt,Podijeli-alt, +Web Link,Url adresa, +Amount,Vrijednost, +Address and Contacts,Adresa i kontakti, +Event and other calendars.,Događaji i ostali kalendari. +Ctrl+Enter to add comment,Ctrl + enter da dodate komentar, +Comment,Komentar, +Timezone,Vremenska zona, +Refresh,Osvježi, +You don't have access to Report: {0},Немате дозволу да приступите Извештају: {0} +You are not allowed to delete a standard Website Theme,Немате дозволу за брисање стандардне Вебсајт Тем2, +Home/Test Folder 2,Nalovna/ Test Folder2, +Email ID,Email adresa, +Status,Status, +Report {0} is disabled,Izvještaj {0} јe onemogućen, +Tools,Alati, +Deleted,Obrisan, +Setup Complete,Podešavanje završeno, +Reset Password,Resetuju lozinku, +Salutation,Titula, +Date,Datum, +Desktop,Radna površina, +Share this document with,Podijelite ovaj dokument sa, +Pay,Plati, +Images,Slike, +Document Share Report,Izvještaj o dijeljenim dokumentima, +{0} is currently viewing this document,{0} trenutno gleda ovaj dokumenat, +Tree,Stablo, +Type,Tip, +Attach Image,Dodajte sliku, +Submit,Potvrdi, +Missing Fields,Polja koja nisu unešena, +Brand,Brend, +You don't have any messages yet.,Још увек немате порука. +Attachments,Prilozi, +Sales Manager,Menadžer prodaje, +Report Manager,Menadžer za izvještaje, +Desktop Icon,Ikone na radnoj površini, +Get Items,Dodaj stavke, +Last Modified On,Poslednji put izmijenjeno, +"Mandatory fields required in table {0}, Row {1}","Obavezna polja koja se moraju unijeti u tabeli {0}, Red {1}" +You can use wildcard %,Можете да користите џокер % +Added,Dodato, +Is Active,Je aktivan, +Forgot Password,Zaboravili ste lozinku, +No,Ne, +New Report name,Novi naziv izvještaja, +Mobile Number,Mobilni br. telefona, +Not Saved,Nije sačuvano, +Add Attachment,Dodaj prilog, +Week,Nedelja, +Full Name,Puno ime, +Edit in full page,Izmijeni u punoj strani, +Permanently Cancel {0}?,Trajno otkaži {0} ? +Notes:,Bilješke : +Save,Sačuvaj, +File Manager,Fajlovi, +; not allowed in condition,; није дозвољенa у условj, +Folder,Folder, +Help,Pomoj, +Attach Your Picture,Priložite svoju fotografiju, +Disabled,Neaktivni, +Email Account,Email nalog, +Add Multiple,Dodaj više, +Import,Uvoz, +Security Settings,Bezbjedonosna podešavanja, +Search term,Pretraga, +Email Address,Email adresa, +Home Address,Kućna adresa, +Ctrl + Up,Ctrl + up, +Assigned,Dodijeljeno, +_report,_izvještaj, +Restore or permanently delete a document.,Vrati ili trajno obriši dokument. +Website Manager,Menadžer za web sajt, +State,Država (USA) +Closed,Zatvoreno, +User '{0}' already has the role '{1}',Korisnik '{0}' već sarži rolu '{1}' +Create a new {0},Kreirajte {0} +Loading...,Učitavanje ... +{0} edited this {1},{1} {0} je izmijenio/la ovo, +Error Log,Log grešaka, +Description,Opis, +Newsletter,Newsletter, +Standard Reports,Standardni izvještaji, +Payment Success,Plaćanje uspješno, +Reset Password Key,Resetuj ključ lozinke, +Activity,Aktivnost, +Submitted,Potvrđen, +Is Folder,Da li je Folder, +Roles,Role, +You are not permitted to view the newsletter.,Немате дозволу да видите овај билтен. +Make a new record,Napravite novi zapis, +Active,Aktivan, +"You can change Submitted documents by cancelling them and then, amending them.",Можете да измените потврђене документе тако што ћете их поништити а затим изменити. +Calendar,Kalendar, +Import Zip,Uvoz zip arhive, +Amend,Izmijeni, +Hide Details,Sakrij detalje, +Success,Uspješno, +Data Import Template,Šablon za uvoz podataka, +{0} to {1},{0} do {1} +Background Image,Pozadinska slika, +Payments,Plaćanja, +Close,Zatvori, +Sr,Rb, +Purchase Master Manager,Direktor nabavke, +Last Login,Poslednja prijava, +Folder {0} is not empty,Folder {0} nije prazan, +Report,Izvještaj, +You don't have permission to access this file,Немате дозволу да приступите овој датотеци. +User Tags,Korisnički tagovi, +Make a new {0},Napravite novi {0} +Assigned To Me,Dodijeljeno meni, +Email Settings,Podešavanje emaila, +Role Permissions Manager,Menadžer prava pristupa rolama, +Delete comment?,Obriši komentar? +Purchase Manager,Menadžer nabavke, +About Us Settings,Podešavanja o nama, +View Website,Pogledaj sajt, +Add a New Role,Dodaj novu rolu, +Add all roles,Dodaj sve role, +Reload,Učitaj ponovo, +Low,Nizak, +Completed,Završeno, +Apply,Primijeni, +Yesterday,Juče, +Total,Ukupno, +Show Totals,Prikaži ukupno, +Enter your password,Unesite lozinku, +Like,Kao, +Export Report: ,Izvoz izvještaja: +New Kanban Board,Nova Kanban prikaz, +Image View,Prikaz slike, +Events In Today's Calendar,Događaji u kalendaru na današnji dan. +remove,Ukloni, +Start Date,Datum početka, +New Newsletter,Novi newsletter, +Message,Poruka, +Back to Login,Vrati se na prijavu, +Kanban,Kanban, +Loading,Učitavanje, +Show all data,Prikaži sve podatke, +Weekly,Nedeljni, +Role Permissions,Prava pristupa rolama, +From,Od, +Home/Test Folder 1/Test Folder 3,Naslovna / Test Folder1 / Test Folder3, +share,Podijeli, +Same file has already been attached to the record,Isti fajl je već dodijeljen nekom zapisu, +New {0}: #{1},Novi {0}: # {1} +Set Desktop Icons,Podesi ikonice na radnoj površini, +Advanced Search,Napredna pretraga, +Error,Greška, +Warehouse,Skladište, +Upload,Priloži, +You can't set 'Translatable' for field {0},Не можете поставити 'Може се превести' за поље {0} +States,Države, +Go,Traži, +{0} days ago,prije {0} dana, +Y Axis Fields,Поља на Y-oсe, +Add Row,Dodaj red, +Is Home Folder,Da li je folder naslovna, +To Do,To Do, +Not In,Nije u, +Add to To Do,Dodaj u To Do, +Created,Kreirano, +Added {0} ({1}),Dodato {0} ({1}) + Advanced Settings,Napredna podešavanja, +Address,Adresa, +Email Addresses,Email adrese, +{0} Tree,{0} stablo, +Equals,Jednak, +Loading Report,Učitavanje izvještaja, +Address Line 1,Adresa 1, +Add a column,Dodaj kolonu, +Background Jobs,Pozadinski procesi, +Login,Prijava, +Chat,Poruke, +Deleted Documents,Obrisana dokumenta, +With Letter head,Sa zaglavljem, +Not Like,Nije kao, +Setup,Podešavanje, +Import Status,Status uvoza, +Create User Email,Kreiraj korisnički Email, +Address Line 2,Adresa 2, +{0} from {1} to {2},{0} od {1} za {2} +Draft,Na čekanju, +Maintenance Manager,Menadžer održavanja, +Ctrl + Down,Ctrl + down, +Data Import,Uvoz podataka, +{0} is saved,{0} je sačuvan, +Datetime,Datum vrijeme, +Email Group,Email grupa, +Add Employees to Manage Them,"Dodaj zaposlenog u ""Manage them""" +You can only upload upto 5000 records in one go. (may be less in some cases),Можете поднети највише 5000 записа одједном. (некада може бити и мање) +{0} Report,Izvještaj {0} +Reports,Izvještaji, +Comments,Komentari, +folder-open,folder-otvori, +You can use Customize Form to set levels on fields.,Можете користити Прилагоди Формулар да подесите нивое на пољима. +Merge with existing,Spoji sa postojećim, +Send Print as PDF,Štampaj u PDF, +My Settings,Moja podešavanja, +Email Inbox,Email primljene, +{0} List,{0} Lista, +Letter Head,Zaglavlje, +Series,Vrsta dokumenta, +Home,Naslovna, +Duplicate Filter Name,Ime filtera već postoji, +Session Expired,Sesija je istekla, +Received,Primljeno, +Login After,Prijava nakon, +PDF,PDF, +Mobile No,Mobilni br. +Most Used,Najviše korišćeno, +"You are selecting Sync Option as ALL, It will resync all \ read as well as unread message from server. This may also cause the duplication\ of Communication (emails).","Постављате Начин усклађивања на СВЕ, што ће поново усклатиди све прочитане и непрочитане поруке са сервера. Ово може изазвати дупликате комуникација (мејлова)." -apps/frappe/frappe/utils/data.py +654,{0} or {1},{0} {1} ili -DocType: File,Is Attachments Folder,Da li je prilog folder -DocType: Contact,Gender,Pol -apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +3,Payment Cancelled,Plaćenje otkazano -DocType: DocField,Report Hide,Sakrij izvještaj -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +131,Setup Auto Email,Podešavanje auto e-mail-a -apps/frappe/frappe/contacts/doctype/address/address.py +137,Addresses,Adrese -DocType: ToDo,Assigned By,Dodijelio od strane -DocType: Contact,All,Svi -DocType: Auto Email Report,Report Filters,Filteri na izvještaju -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,{0} months ago,Prije {0} mjeseci -DocType: Web Form,Allow Comments,Dozvoli komentare -DocType: User,Login Before,Prijava prije -apps/frappe/frappe/public/js/frappe/form/share.js +115,Share With,Podijeli sa -apps/frappe/frappe/core/page/desktop/desktop.py +15,"Add your Employees so you can manage leaves, expenses and payroll","Dodaj Vaše zaposlene, tako da možete da upravljate odsustvom, troškovima i platnim spiskovima" -apps/frappe/frappe/public/js/frappe/model/model.js +544,Rename,Reimenuj -DocType: Address,Links,Linkovi -DocType: Contact,Is Primary Contact,Je primarni kontakt -apps/frappe/frappe/public/js/frappe/form/share.js +27,Shared with everyone,Podijeljeno sa svima -apps/frappe/frappe/core/doctype/error_log/error_log_list.js +12,Clear Error Logs,Očisti Log grešaka -DocType: DocShare,Everyone,Svi -apps/frappe/frappe/public/js/frappe/views/treeview.js +319,You are not allowed to print this report,Немате дозволу да штампате овај извештај -,Download Backups,Preuzmi rezervne kopije programa -apps/frappe/frappe/public/js/frappe/ui/upload.html +4,Browse,Izaberi -apps/frappe/frappe/public/js/frappe/form/link_selector.js +151,{0} added,Dodao je {0} -apps/frappe/frappe/public/js/frappe/form/link_selector.js +142,Set,Set -apps/frappe/frappe/desk/report/todo/todo.py +20,Assigned To/Owner,Dodijeljeno / Vlasnik -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +749,Save As,Sačuvaj kao -apps/frappe/frappe/model/naming.py +85,Naming Series mandatory,Vrsta dokumenta je obavezna -apps/frappe/frappe/core/doctype/file/test_file.py +249,Test_Folder,Test_folder -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +723,Select File Type,Odaberite tip datoteke -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +867,Add Column,Dodaj kolonu -DocType: Communication,Unshared,Nije podijeljen -DocType: Help Article,Knowledge Base Editor,Urednik baze znanja -DocType: Prepared Report,Report Name,Naziv izvještaja -DocType: System Settings,Session Expiry in Hours e.g. 06:00,Sesija ističe u satima npr. 06:00 -DocType: Report,Report Builder,Generator izvještaja -apps/frappe/frappe/desk/report/todo/todo.py +19,ID,ID -DocType: Custom DocPerm,Cancel,Otkaži -DocType: Contact,Sales Master Manager,Direktor prodaje -DocType: Kanban Board Column,yellow,жуто -DocType: DocField,Currency,Valuta -DocType: Workflow State,Print,Štampaj -DocType: Workflow State,Primary,Primarni -DocType: ToDo,Medium,Srednji -DocType: Workflow State,barcode,barkod -DocType: Address,Reference,Vezni dokumenti -DocType: Custom Role,Custom Role,Prilagođjena rola -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +559,{0} from {1} to {2} in row #{3},{0} od {1} do {2} na poziciji # {3} -apps/frappe/frappe/public/js/frappe/upload.js +232,Uploading,Prilaganje datoteke -DocType: Workflow State,User,Korisnik -apps/frappe/frappe/public/js/frappe/desk.js +406,Please Enter Your Password to Continue,Za nastavak unesite lozinku -DocType: File,File Size,Veličina fajla -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +62,About,O Nama -apps/frappe/frappe/public/js/frappe/views/communication.js +539,You are not allowed to send emails related to this document,Немате дозволу да шаљете мејлове у вези са овим документом +{0} or {1},{0} {1} ili, +Is Attachments Folder,Da li je prilog folder, +Gender,Pol, +Payment Cancelled,Plaćenje otkazano, +Report Hide,Sakrij izvještaj, +Setup Auto Email,Podešavanje auto e-mail-a, +Addresses,Adrese, +Assigned By,Dodijelio od strane, +All,Svi, +Report Filters,Filteri na izvještaju, +{0} months ago,Prije {0} mjeseci, +Allow Comments,Dozvoli komentare, +Login Before,Prijava prije, +Share With,Podijeli sa, +"Add your Employees so you can manage leaves, expenses and payroll","Dodaj Vaše zaposlene, tako da možete da upravljate odsustvom, troškovima i platnim spiskovima" +Rename,Reimenuj, +Links,Linkovi, +Is Primary Contact,Je primarni kontakt, +Shared with everyone,Podijeljeno sa svima, +Clear Error Logs,Očisti Log grešaka, +Everyone,Svi, +You are not allowed to print this report,Немате дозволу да штампате овај извештаj, +Download Backups,Preuzmi rezervne kopije programa, +Browse,Izaberi, +{0} added,Dodao je {0} +Set,Set, +Assigned To/Owner,Dodijeljeno / Vlasnik, +Save As,Sačuvaj kao, +Naming Series mandatory,Vrsta dokumenta je obavezna, +Test_Folder,Test_folder, +Select File Type,Odaberite tip datoteke, +Add Column,Dodaj kolonu, +Unshared,Nije podijeljen, +Knowledge Base Editor,Urednik baze znanja, +Report Name,Naziv izvještaja, +Session Expiry in Hours e.g. 06:00,Sesija ističe u satima npr. 06:00, +Report Builder,Generator izvještaja, +ID,ID, +Cancel,Otkaži, +Sales Master Manager,Direktor prodaje, +yellow,жутt, +Currency,Valuta, +Print,Štampaj, +Primary,Primarni, +Medium,Srednji, +barcode,barkod, +Reference,Vezni dokumenti, +Custom Role,Prilagođjena rola, +{0} from {1} to {2} in row #{3},{0} od {1} do {2} na poziciji # {3} +Uploading,Prilaganje datoteke, +User,Korisnik, +Please Enter Your Password to Continue,Za nastavak unesite lozinku, +File Size,Veličina fajla, +About,O Nama, +You are not allowed to send emails related to this document,Немате дозволу да шаљете мејлове у вези са овим документоe, diff --git a/frappe/translations/sr-SP.csv b/frappe/translations/sr-SP.csv index d01d3a8851..4bc61c828f 100644 --- a/frappe/translations/sr-SP.csv +++ b/frappe/translations/sr-SP.csv @@ -1,484 +1,484 @@ -apps/frappe/frappe/desk/doctype/todo/todo_list.js +22,Assigned By Me,Dodijelio drugima -apps/frappe/frappe/desk/doctype/note/note_list.js +3,Notes,Bilješke -DocType: Desktop Icon,_doctype,_doctype -DocType: Desktop Icon,List,Lista -DocType: Report,Report Type,Vrsta izvještaja -DocType: System Settings,Session Expiry,Sesija ističe -apps/frappe/frappe/public/js/frappe/form/toolbar.js +197,New {0} (Ctrl+B),Novi {0} (Ctrl-B) -DocType: DocShare,DocShare,Dijeljenje dokumenta -apps/frappe/frappe/public/js/frappe/ui/filters/filter_list.js +144,Add Filter,Dodaj filter -DocType: Address,Contacts,Kontakti -apps/frappe/frappe/public/js/frappe/form/save.js +12,Submitting,Potvrđivanje -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +43,Editing Row,Izmjena u redu -apps/frappe/frappe/public/js/legacy/form.js +173,You are not allowed to print this document,Немате дозволу да штампате овај документ -DocType: Auto Repeat,End Date,Datum završetka -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +51,What do you need help with?,Oko čega Vam je potrebna pomoć? -DocType: ToDo,Allocated To,Dodijeljeno je -DocType: Custom DocPerm,Delete,Obriši -apps/frappe/frappe/app.py +158,You do not have enough permissions to complete the action,Немате дозволу да завршите ову акцију. -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +262,Project,Projekti -DocType: ToDo,Due Date,Datum dospijeća -apps/frappe/frappe/public/js/frappe/model/model.js +26,Assigned To,Dodijeljeno prema -apps/frappe/frappe/model/rename_doc.py +79,renamed from {0} to {1},Preimenuj iz {0} u {1} -apps/frappe/frappe/public/js/legacy/form.js +348,Submit this document to confirm,Potvrdi ovaj dokument da bi ga zaključio -apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Можете тражити ствари претрагом ""тражи наранџасто у купцима""" -DocType: Note Seen By,Note Seen By,Bilješku je vidio -apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +21,Show Tags,Prikaži tagove -apps/frappe/frappe/templates/includes/navbar/navbar_login.html +23,Switch To Desk,Pređi na radnu površinu -apps/frappe/frappe/public/js/frappe/dom.js +295,Confirm,Potvrdi -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138,Assign to me,Dodijeljeno meni -apps/frappe/frappe/desk/form/save.py +34,Did not save,Nije se sačuvalo -apps/frappe/frappe/public/js/frappe/roles_editor.js +40,Clear all roles,Obriši sve role -apps/frappe/frappe/core/page/desktop/desktop.js +38,Explore,Istraži -DocType: Address,Sales User,Korisnik prodaje -DocType: Custom DocPerm,Set User Permissions,Postavite korisnička prava -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +20,Between,Između -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,e.g.:,npr: -DocType: Country,Country Name,Ime države -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Napravite novi -DocType: Workflow State,Download,Preuzmi -apps/frappe/frappe/handler.py +94,You have been successfully logged out,Успешно сте се одјавили -apps/frappe/frappe/website/doctype/web_form/web_form.py +133,You don't have the permissions to access this document,Немате дозволу да приступите овом документу. -DocType: Website Settings,Brand Image,Slika brenda -apps/frappe/frappe/utils/bot.py +89,show,Prikaži -DocType: Page,Yes,Da -DocType: Custom DocPerm,Role,Uloga -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +856,Totals,Ukupno -apps/frappe/frappe/public/js/frappe/request.js +137,You do not have enough permissions to access this resource. Please contact your manager to get access.,Немате дозволу да приступите овоме. Молимо јавите се свом менаџеру да добијете приступ. -apps/frappe/frappe/public/js/frappe/views/treeview.js +183,Add Child,Dodaj podređeni -apps/frappe/frappe/core/doctype/user/user.py +935,Invalid Password: ,Pogrešna lozinka: -DocType: System Settings,System Settings,Sistemska podešavanja -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,Можете да додате динамичке вредности из документа помоћу Jinja шаблона. -apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +40,To Date,Do datuma -DocType: Chat Profile,Offline,Van mreže (offline) -DocType: Chat Message,System Manager,Menadžer sistema -apps/frappe/frappe/www/update-password.html +18,New Password,Nova lozinka -apps/frappe/frappe/desk/query_report.py +26,You don't have permission to get a report on: {0},Немате дозволу да добијете извештај о: {0} -DocType: User,Middle Name (Optional),Srednje ime (opciono) -apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +7,Can Share,Može dijeliti -apps/frappe/frappe/public/js/frappe/form/layout.js +108,Dashboard,Nadzorna ploča -DocType: Contact,Last Name,Prezime -apps/frappe/frappe/public/js/frappe/views/pageview.js +112,Sorry! You are not permitted to view this page.,Niste autorizovani za prikaz ove stranice. -DocType: Web Form,Success Message,Poruka o uspjehu -apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +62,{0} created this {1},{1} {0} je kreirao/la ovo. -DocType: Chat Profile,Online,Na mreži -apps/frappe/frappe/core/doctype/file/file.py +586,Folder {0} does not exist,Folder {0} ne postoji -DocType: Activity Log,Subject,Naslov -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +79,Enter folder name,Unesi naziv foldera -DocType: Workflow State,Tags,Tagovi -apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131,Assignment,Dodjeljivanje -DocType: Workflow State,move,Kretanje -DocType: Language,Language,Jezik -apps/frappe/frappe/public/js/legacy/form.js +775,Permanently Submit {0}?,Trajno potvrdi {0} ? -DocType: Address,Maintenance User,Korisnik održavanja -DocType: Contact,Image,Slika -apps/frappe/frappe/public/js/frappe/model/model.js +538,Rename {0},Preimenuj {0} -apps/frappe/frappe/public/js/frappe/socketio_client.js +357,File Upload,Dodavanje fajla -DocType: Report,Add Total Row,Dodaj red ukupno bez PDV-a -,Setup Wizard,Čarobnjak za postavke -apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +33,From Date,Od datuma -DocType: Auto Repeat,Amended From,Izmijenjena iz -apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +166,Desktop Icon already exists,Ikona na radnoj površini već postoji -DocType: Communication,Attachment Removed,Prilog uklonjen -DocType: Chat Room,Users,Korisnici -DocType: Data Import,Import Log,Log uvoza -apps/frappe/frappe/public/js/frappe/form/controls/comment.js +11,Add a comment,Dodaj komentar -apps/frappe/frappe/public/js/frappe/model/model.js +518,Permanently delete {0}?,Trajno obriši dokument {0} ? -DocType: Custom DocPerm,Export,Izvezi -DocType: Communication,Cancelled,Otkazan -DocType: Contact,Open,Otvoren -apps/frappe/frappe/www/desk.py +18,You are not permitted to access this page.,Немате дозволу да приступите овој страници. -DocType: File,Attached To DocType,Priložen u vrstu dokumetu -apps/frappe/frappe/public/js/frappe/request.js +31,You are not connected to Internet. Retry after sometime.,Нисте повезани са Интернетом. Покушајте касније. -apps/frappe/frappe/config/desk.py +32,Chat messages and other notifications.,Poruke i ostala obavještenja. -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +80,{0} comments,{0} komentara -apps/frappe/frappe/public/js/frappe/socketio_client.js +267,Upload Failed,Dodavanje priloga neuspješno -apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Prilagodite -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +291,Users with role {0}:,Korisnici sa rolom {0} : -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +401,Did not add,Nije dodato -apps/frappe/frappe/config/desk.py +19,Files,Fajlovi -DocType: Communication,Opened,Otvoreno -apps/frappe/frappe/desk/reportview.py +269,No Tags,Nema tag-ova -DocType: Workflow State,picture,Slika -DocType: Workflow State,Edit,Izmijeni -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +562,Make ,Napravi -apps/frappe/frappe/public/js/frappe/views/treeview.js +242,New {0},Novi {0} -apps/frappe/frappe/public/js/frappe/views/treeview.js +380,Chart of Accounts,Kontni plan -apps/frappe/frappe/email/doctype/email_group/email_group.js +9,View,Pogledaj -DocType: Notification,Print Settings,Podešavanje štampanja -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +87,Search or type a command,Pretražite ili otkucajte komandu -DocType: About Us Team Member,Image Link,Link za sliku -DocType: Workflow State,folder-close,Folder-zatvori -DocType: List Filter,Filter Name,Naziv filtera -DocType: Calendar View,Subject Field,Polje naslova -apps/frappe/frappe/core/doctype/file/test_file.py +202,Home/Test Folder 1,Naslovna / Test Folder1 -DocType: Chat Token,Country,Država -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +65,New Folder,Novi folder -DocType: Communication,Email,Email -apps/frappe/frappe/public/js/frappe/form/save.js +150,Mandatory fields required in {0},Obavezna polja koja se moraju unijeti u dijelu {0} -DocType: Chat Message Attachment,Attachment,Prilog -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +11,Not equals,Nije jednak -DocType: Help Article,Knowledge Base Contributor,Saradnik zs bazu znanja -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Search,Pomoć oko pretrage -apps/frappe/frappe/public/js/frappe/ui/page.html +23,Menu,Meni -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +163,No {0} mail,{0} email nije nađen -DocType: Email Account,Attachment Limit (MB),Prilog limitiran na (MB) -DocType: Error Snapshot,Error Snapshot,Snimak grešaka (snapshot) -apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Status dokumenta -apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Čuvanje -DocType: About Us Settings,Website,Web sajt -apps/frappe/frappe/desk/page/activity/activity.js +58,Show Likes,Prikaži lajkove -apps/frappe/frappe/config/core.py +27,Script or Query reports,Skripte ili query izvještaji -apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +38,Added {0},Dodatо {0} -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +61,You are not allowed to create columns,Немате дозволу да правите колоне -apps/frappe/frappe/public/js/frappe/views/treeview.js +378,Add to Desktop,Dodaj na radnu površinu -apps/frappe/frappe/public/js/frappe/upload.js +26,Upload Attachment,Priloži datoteku -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Documentation,Dokumentacija -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +10,Gantt,Gantogram -DocType: Contact,First Name,Ime -apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,Можете и да копирате и налепите овај линк у свој претраживач. -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30,User Permissions,Prava pristupa korisnika -DocType: Contact,More Information,Više informacija -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +179,Confirm Your Email,Potvrdi tvoj E mail -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +58,Select from existing attachments,Odaberite neku od već dodatih -DocType: Contact,Accounts Manager,Menadžer računa -apps/frappe/frappe/email/doctype/notification/notification.js +33,Created On,Kreirano -DocType: Email Account,Yandex.Mail,Yandex.Mail -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +78,1 comment,1 komentar -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Opseg datuma -apps/frappe/frappe/public/js/frappe/views/treeview.js +75,Expand All,Proširi sve -apps/frappe/frappe/website/doctype/web_form/web_form.py +366,You are not allowed to update this Web Form Document,Немате дозволу да ажурирате овај Документ Веб Форме -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +111,New,Novi -apps/frappe/frappe/core/doctype/file/file.py +216,Cannot delete Home and Attachments folders,Ne možete brisati foldere Naslovna i prilozi -DocType: User,Desktop Background,Pozadina radne površine -apps/frappe/frappe/core/doctype/data_import/data_import.js +43,Attach File,Priloži dokument -DocType: ToDo,High,Visok -apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +134,Payment Complete,Plaćanje zaključeno -apps/frappe/frappe/www/printview.py +199,No {0} permission,{0} Nema dozvolu -apps/frappe/frappe/public/js/frappe/list/list_view.js +1066,Delete {0} items permanently?,Trajno obriši stavke{0} ? -DocType: Address,Postal Code,Poštanski broj -apps/frappe/frappe/workflow/doctype/workflow/workflow_list.js +7,Not active,Nije aktivna -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +19,Add,Dodaj -DocType: Email Account,Add Signature,Dodaj potpis -apps/frappe/frappe/desk/like.py +38,You cannot like something that you created,Не можете лајковати нешто што сте Ви направили. -apps/frappe/frappe/public/js/frappe/list/list_filter.js +22,Save Filter,Sačuvaj filter -DocType: Deleted Document,New Name,Novi naziv -DocType: Feedback Trigger,Enabled,Aktivan -DocType: ToDo,ToDo,To Do -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +197,Report {0},Izvještaj {0} -apps/frappe/frappe/public/js/frappe/views/communication.js +15,New Email,Novi email -apps/frappe/frappe/public/js/frappe/ui/slides.js +29,Add More,Dodaj još -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +606,Pick Columns,Odaberi kolone -DocType: Footer Item,Company,Preduzeće -DocType: Address,Purchase User,Korisnik u nabavci -apps/frappe/frappe/public/js/frappe/model/model.js +18,Created By,Kreirao -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +738,Export Report: {0},Izvoz izvještaja: {0} -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +52,Insert Below,Ubacite ispod -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137,Assign To,Dodijeli -apps/frappe/frappe/www/update-password.html +71,Invalid Password,Pogrešna lozinka -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +335,Dropbox Setup,Dropbox podešavanje -apps/frappe/frappe/public/js/frappe/form/share.js +57,Share {0} with,Podijeli {0} sa -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +60,Clear Attachment,Obriši dodatu sliku -,Addresses And Contacts,Adrese i kontakti -DocType: Address,Accounts User,Računi korisnik -DocType: File,File Name,Naziv dokumenta -DocType: Has Role,Has Role,Ima ulogu -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Podijeljeno sa -DocType: Contact,Contact,Kontakt -apps/frappe/frappe/desk/page/activity/activity_row.html +34,{0} {1} to {2},{0} {1} do {2} -apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Dodaj komentar -DocType: Error Log,Title,Naslov -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +44,Assign,Dodijeli -DocType: Note,Note,Bilješke -apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629,No {0} found,{0} nije nadjen -DocType: Email Group,Newsletter Manager,Menadžer newsletter-a -apps/frappe/frappe/core/doctype/communication/communication.js +77,Add Contact,Dodaj kontakt -apps/frappe/frappe/core/doctype/version/version.js +5,Show all Versions,Prikaži sve verzije -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +49,Insert Above,Ubacite iznad -apps/frappe/frappe/core/doctype/version/version_view.html +14,New Value,Nova vrijednost -apps/frappe/frappe/templates/pages/integrations/payment-failed.html +3,Payment Failed,Plaćanje nije uspjelo -apps/frappe/frappe/public/js/frappe/form/templates/form_links.html +13,Open {0},Otvoren {0} -DocType: DocType,Sort Order,Sortiranje -DocType: DocField,Password,Lozinka -DocType: Post,Post,Pošalji -DocType: Customize Form,Image Field,Polje sa slikom -apps/frappe/frappe/public/js/frappe/form/share.js +36,Shared with {0},Podijeljeno sa {0} -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +55,Duplicate,Dupliraj -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +208,You cannot unset 'Read Only' for field {0},"Не можете искључити ""Само за читање"" за поље {0}" -DocType: Blog Category,Blogger,Blogger -DocType: User,Change Password,Promjena lozinke -apps/frappe/frappe/public/js/frappe/views/treeview.js +342,View List,Prikaz liste -DocType: Communication,Delivery Status,Status isporuke -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,Sačuvano -DocType: Workflow State,share-alt,Podijeli-alt -apps/frappe/frappe/public/js/frappe/ui/upload.html +12,Web Link,Url adresa -DocType: Web Form,Amount,Vrijednost -,Address and Contacts,Adresa i kontakti -apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Događaji i ostali kalendari. -apps/frappe/frappe/public/js/frappe/form/controls/comment.js +19,Ctrl+Enter to add comment,Ctrl + enter da dodate komentar -DocType: Workflow State,Comment,Komentar -DocType: User,Timezone,Vremenska zona -DocType: Workflow State,Refresh,Osvježi -apps/frappe/frappe/desk/query_report.py +23,You don't have access to Report: {0},Немате дозволу да приступите Извештају: {0} -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,Немате дозволу за брисање стандардне Вебсајт Теме -apps/frappe/frappe/core/doctype/file/test_file.py +217,Home/Test Folder 2,Nalovna/ Test Folder2 -DocType: Contact Us Settings,Email ID,Email adresa -DocType: Chat Profile,Status,Status -apps/frappe/frappe/desk/query_report.py +30,Report {0} is disabled,Izvještaj {0} јe onemogućen -apps/frappe/frappe/config/desktop.py +8,Tools,Alati -DocType: Communication,Deleted,Obrisan -DocType: System Settings,Setup Complete,Podešavanje završeno -apps/frappe/frappe/core/doctype/user/user.js +94,Reset Password,Resetuju lozinku -DocType: Contact,Salutation,Titula -DocType: Activity Log,Date,Datum -,Desktop,Radna površina -apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +39,Share this document with,Podijelite ovaj dokument sa -apps/frappe/frappe/templates/pages/integrations/braintree_checkout.html +29,Pay,Plati -apps/frappe/frappe/public/js/frappe/views/image/image_view.js +13,Images,Slike -,Document Share Report,Izvještaj o dijeljenim dokumentima -apps/frappe/frappe/public/js/frappe/form/form_viewers.js +35,{0} is currently viewing this document,{0} trenutno gleda ovaj dokumenat -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +26,Tree,Stablo -DocType: Chat Message,Type,Tip -DocType: DocField,Attach Image,Dodajte sliku -DocType: Custom DocPerm,Submit,Potvrdi -apps/frappe/frappe/public/js/frappe/form/save.js +157,Missing Fields,Polja koja nisu unešena -DocType: Website Settings,Brand,Brend -apps/frappe/frappe/public/js/frappe/chat.js +1703,You don't have any messages yet.,Још увек немате порука. -DocType: Email Queue,Attachments,Prilozi -DocType: Contact,Sales Manager,Menadžer prodaje -DocType: Report,Report Manager,Menadžer za izvještaje -DocType: Desktop Icon,Desktop Icon,Ikone na radnoj površini -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +67,Get Items,Dodaj stavke -apps/frappe/frappe/public/js/frappe/model/meta.js +182,Last Modified On,Poslednji put izmijenjeno -apps/frappe/frappe/public/js/frappe/form/save.js +147,"Mandatory fields required in table {0}, Row {1}","Obavezna polja koja se moraju unijeti u tabeli {0}, Red {1}" -apps/frappe/frappe/public/js/frappe/form/link_selector.js +26,You can use wildcard %,Можете да користите џокер % -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +579,Added,Dodato -DocType: Workflow,Is Active,Je aktivan -apps/frappe/frappe/www/login.html +84,Forgot Password,Zaboravili ste lozinku -DocType: Page,No,Ne -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +788,New Report name,Novi naziv izvještaja -apps/frappe/frappe/www/login.py +48,Mobile Number,Mobilni br. telefona -apps/frappe/frappe/public/js/frappe/model/indicator.js +19,Not Saved,Nije sačuvano -apps/frappe/frappe/public/js/frappe/views/interaction.js +156,Add Attachment,Dodaj prilog -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +144,Week,Nedelja -DocType: Activity Log,Full Name,Puno ime -apps/frappe/frappe/public/js/frappe/form/quick_entry.js +216,Edit in full page,Izmijeni u punoj strani -apps/frappe/frappe/public/js/legacy/form.js +809,Permanently Cancel {0}?,Trajno otkaži {0} ? -apps/frappe/frappe/core/doctype/data_import/exporter.py +62,Notes:,Bilješke : -DocType: Notification,Save,Sačuvaj -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +38,File Manager,Fajlovi -apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.py +23,; not allowed in condition,; није дозвољенa у услову -DocType: File,Folder,Folder -apps/frappe/frappe/core/doctype/data_import/data_import.js +67,Help,Pomoć -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +419,Attach Your Picture,Priložite svoju fotografiju -DocType: Address,Disabled,Neaktivni -DocType: Communication,Email Account,Email nalog -apps/frappe/frappe/public/js/frappe/form/grid.js +69,Add Multiple,Dodaj više -DocType: Custom DocPerm,Import,Uvoz -DocType: User,Security Settings,Bezbjedonosna podešavanja -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +26,Search term,Pretraga -apps/frappe/frappe/www/login.html +21,Email Address,Email adresa -DocType: Google Maps Settings,Home Address,Kućna adresa -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +67,Ctrl + Up,Ctrl + up -DocType: Communication,Assigned,Dodijeljeno -DocType: Desktop Icon,_report,_izvještaj -apps/frappe/frappe/config/setup.py +147,Restore or permanently delete a document.,Vrati ili trajno obriši dokument. -DocType: About Us Settings,Website Manager,Menadžer za web sajt -DocType: GCalendar Settings,State,Država (USA) -DocType: Activity Log,Closed,Zatvoreno -apps/frappe/frappe/core/doctype/has_role/has_role.py +12,User '{0}' already has the role '{1}',Korisnik '{0}' već sarži rolu '{1}' -apps/frappe/frappe/public/js/frappe/form/controls/link.js +172,Create a new {0},Kreirajte {0} -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +11,Loading...,Učitavanje ... -apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +59,{0} edited this {1},{1} {0} je izmijenio/la ovo -DocType: Error Log,Error Log,Log grešaka -DocType: DocField,Description,Opis -DocType: Newsletter,Newsletter,Newsletter -apps/frappe/frappe/desk/moduleview.py +94,Standard Reports,Standardni izvještaji -apps/frappe/frappe/templates/pages/integrations/payment-success.html +3,Payment Success,Plaćanje uspješno -DocType: User,Reset Password Key,Resetuj ključ lozinke -,Activity,Aktivnost -DocType: Communication,Submitted,Potvrđen -DocType: File,Is Folder,Da li je Folder -DocType: Page,Roles,Role -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +115,You are not permitted to view the newsletter.,Немате дозволу да видите овај билтен. -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,Make a new record,Napravite novi zapis -apps/frappe/frappe/core/doctype/user/user_list.js +12,Active,Aktivan -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +17,"You can change Submitted documents by cancelling them and then, amending them.",Можете да измените потврђене документе тако што ћете их поништити а затим изменити. -DocType: Workflow State,Calendar,Kalendar -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +90,Import Zip,Uvoz zip arhive -DocType: Custom DocPerm,Amend,Izmijeni -apps/frappe/frappe/public/js/frappe/form/layout.js +170,Hide Details,Sakrij detalje -apps/frappe/frappe/core/doctype/version/version_view.html +47,Success,Uspješno -apps/frappe/frappe/core/doctype/data_import/exporter.py +53,Data Import Template,Šablon za uvoz podataka -apps/frappe/frappe/public/js/frappe/form/formatters.js +135,{0} to {1},{0} do {1} -DocType: User,Background Image,Pozadinska slika -DocType: Web Form,Payments,Plaćanja -apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zatvori -apps/frappe/frappe/templates/print_formats/standard_macros.html +39,Sr,Rb -DocType: Contact,Purchase Master Manager,Direktor nabavke -DocType: User,Last Login,Poslednja prijava -apps/frappe/frappe/core/doctype/file/file.py +268,Folder {0} is not empty,Folder {0} nije prazan -DocType: Custom DocPerm,Report,Izvještaj -apps/frappe/frappe/utils/response.py +162,You don't have permission to access this file,Немате дозволу да приступите овој датотеци. -DocType: Communication,User Tags,Korisnički tagovi -apps/frappe/frappe/public/js/frappe/form/link_selector.js +106,Make a new {0},Napravite novi {0} -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +49,Assigned To Me,Dodijeljeno meni -DocType: User,Email Settings,Podešavanje emaila -,Role Permissions Manager,Menadžer prava pristupa rolama -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +663,Delete comment?,Obriši komentar? -DocType: Contact,Purchase Manager,Menadžer nabavke -DocType: About Us Settings,About Us Settings,Podešavanja o nama -apps/frappe/frappe/website/doctype/website_settings/website_settings.js +3,View Website,Pogledaj sajt -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Dodaj novu rolu -apps/frappe/frappe/public/js/frappe/roles_editor.js +30,Add all roles,Dodaj sve role -apps/frappe/frappe/public/js/frappe/form/toolbar.js +153,Reload,Učitaj ponovo -DocType: ToDo,Low,Nizak -DocType: Prepared Report,Completed,Završeno -apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +28,Apply,Primijeni -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,Yesterday,Juče -apps/frappe/frappe/desk/query_report.py +331,Total,Ukupno -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +614,Show Totals,Prikaži ukupno -apps/frappe/frappe/public/js/frappe/ui/messages.js +215,Enter your password,Unesite lozinku -apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +512,Like,Kao -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +840,Export Report: ,Izvoz izvještaja: -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +229,New Kanban Board,Nova Kanban prikaz -DocType: DocType,Image View,Prikaz slike -apps/frappe/frappe/desk/doctype/event/event.py +121,Events In Today's Calendar,Događaji u kalendaru na današnji dan. -DocType: Workflow State,remove,Ukloni -DocType: Auto Repeat,Start Date,Datum početka -apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,Novi newsletter -DocType: Activity Log,Message,Poruka -apps/frappe/frappe/www/login.html +91,Back to Login,Vrati se na prijavu -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +145,Loading,Učitavanje -apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Prikaži sve podatke -DocType: Auto Repeat,Weekly,Nedeljni -apps/frappe/frappe/public/js/frappe/roles_editor.js +194,Role Permissions,Prava pristupa rolama -DocType: Communication,From,Od -apps/frappe/frappe/core/doctype/file/test_file.py +241,Home/Test Folder 1/Test Folder 3,Naslovna / Test Folder1 / Test Folder3 -DocType: Workflow State,share,Podijeli -apps/frappe/frappe/core/doctype/file/file.py +195,Same file has already been attached to the record,Isti fajl je već dodijeljen nekom zapisu -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +285,New {0}: #{1},Novi {0}: # {1} -apps/frappe/frappe/core/doctype/user/user.js +74,Set Desktop Icons,Podesi ikonice na radnoj površini -apps/frappe/frappe/public/js/frappe/form/controls/link.js +185,Advanced Search,Napredna pretraga -DocType: Communication,Error,Greška -DocType: Address,Warehouse,Skladište -DocType: Workflow State,Upload,Priloži -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +216,You can't set 'Translatable' for field {0},Не можете поставити 'Може се превести' за поље {0} -DocType: Workflow,States,Države -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +52,Go,Traži -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +52,{0} days ago,prije {0} dana -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +405,Y Axis Fields,Поља на Y-oси -apps/frappe/frappe/public/js/frappe/form/grid.js +72,Add Row,Dodaj red -DocType: File,Is Home Folder,Da li je folder naslovna -apps/frappe/frappe/desk/doctype/todo/todo_list.js +9,To Do,To Do -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +15,Not In,Nije u -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +134,Add to To Do,Dodaj u To Do -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +178,Created,Kreirano -apps/frappe/frappe/public/js/frappe/form/link_selector.js +125,Added {0} ({1}),Dodato {0} ({1}) -DocType: OAuth Client, Advanced Settings,Napredna podešavanja -DocType: Address,Address,Adresa -DocType: Email Account,Email Addresses,Email adrese -apps/frappe/frappe/public/js/frappe/views/treeview.js +89,{0} Tree,{0} stablo -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +10,Equals,Jednak -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +284,Loading Report,Učitavanje izvještaja -DocType: Address,Address Line 1,Adresa 1 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +4,Add a column,Dodaj kolonu -,Background Jobs,Pozadinski procesi -DocType: Activity Log,Login,Prijava -DocType: Chat Message,Chat,Poruke -apps/frappe/frappe/config/setup.py +146,Deleted Documents,Obrisana dokumenta -apps/frappe/frappe/public/js/frappe/form/print.js +284,With Letter head,Sa zaglavljem -apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +512,Not Like,Nije kao -DocType: DocType,Setup,Podešavanje -DocType: Data Import,Import Status,Status uvoza -apps/frappe/frappe/core/doctype/user/user.js +136,Create User Email,Kreiraj korisnički Email -DocType: Address,Address Line 2,Adresa 2 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +530,{0} from {1} to {2},{0} od {1} za {2} -DocType: Auto Repeat,Draft,Na čekanju -DocType: Contact,Maintenance Manager,Menadžer održavanja -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +67,Ctrl + Down,Ctrl + down -DocType: Data Import,Data Import,Uvoz podataka -apps/frappe/frappe/desk/reportview.py +110,{0} is saved,{0} je sačuvan -DocType: DocField,Datetime,Datum vrijeme -DocType: Email Group,Email Group,Email grupa -apps/frappe/frappe/core/page/desktop/desktop.py +14,Add Employees to Manage Them,"Dodaj zaposlenog u ""Manage them""" -apps/frappe/frappe/core/doctype/data_import/exporter.py +69,You can only upload upto 5000 records in one go. (may be less in some cases),Можете поднети највише 5000 записа одједном. (некада може бити и мање) -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +112,{0} Report,Izvještaj {0} -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,Izvještaji -DocType: Post,Comments,Komentari -DocType: Workflow State,folder-open,folder-otvori -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +27,You can use Customize Form to set levels on fields.,Можете користити Прилагоди Формулар да подесите нивое на пољима. -apps/frappe/frappe/public/js/frappe/model/model.js +541,Merge with existing,Spoji sa postojećim -DocType: Print Settings,Send Print as PDF,Štampaj u PDF -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +28,My Settings,Moja podešavanja -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +250,Email Inbox,Email primljene -apps/frappe/frappe/www/list.html +4,{0} List,{0} Lista -DocType: Report,Letter Head,Zaglavlje -DocType: Auto Repeat,Series,Vrsta dokumenta -DocType: Workflow State,Home,Naslovna -apps/frappe/frappe/public/js/frappe/list/list_filter.js +102,Duplicate Filter Name,Ime filtera već postoji -apps/frappe/frappe/public/js/frappe/desk.js +402,Session Expired,Sesija je istekla -DocType: Communication,Received,Primljeno -DocType: User,Login After,Prijava nakon -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +895,PDF,PDF -DocType: Contact,Mobile No,Mobilni br. -apps/frappe/frappe/public/js/frappe/ui/sort_selector.js +182,Most Used,Najviše korišćeno -apps/frappe/frappe/email/doctype/email_account/email_account.js +183,"You are selecting Sync Option as ALL, It will resync all \ +Assigned By Me,Dodijelio drugima, +Notes,Bilješke, +_doctype,_doctype, +List,Lista, +Report Type,Vrsta izvještaja, +Session Expiry,Sesija ističe, +New {0} (Ctrl+B),Novi {0} (Ctrl-B) +DocShare,Dijeljenje dokumenta, +Add Filter,Dodaj filter, +Contacts,Kontakti, +Submitting,Potvrđivanje, +Editing Row,Izmjena u redu, +You are not allowed to print this document,Немате дозволу да штампате овај докуменa, +End Date,Datum završetka, +What do you need help with?,Oko čega Vam je potrebna pomoć? +Allocated To,Dodijeljeno je, +Delete,Obriši, +You do not have enough permissions to complete the action,Немате дозволу да завршите ову акцију. +Project,Projekti, +Due Date,Datum dospijeća, +Assigned To,Dodijeljeno prema, +renamed from {0} to {1},Preimenuj iz {0} u {1} +Submit this document to confirm,Potvrdi ovaj dokument da bi ga zaključio, +You can find things by asking 'find orange in customers',"Можете тражити ствари претрагом ""тражи наранџасто у купцима""" +Note Seen By,Bilješku je vidio, +Show Tags,Prikaži tagove, +Switch To Desk,Pređi na radnu površinu, +Confirm,Potvrdi, +Assign to me,Dodijeljeno meni, +Did not save,Nije se sačuvalo, +Clear all roles,Obriši sve role, +Explore,Istraži, +Sales User,Korisnik prodaje, +Set User Permissions,Postavite korisnička prava, +Between,Između, +e.g.:,npr: +Country Name,Ime države, +Make a new,Napravite novi, +Download,Preuzmi, +You have been successfully logged out,Успешно сте се одјавилe, +You don't have the permissions to access this document,Немате дозволу да приступите овом документу. +Brand Image,Slika brenda, +show,Prikaži, +Yes,Da, +Role,Uloga, +Totals,Ukupno, +You do not have enough permissions to access this resource. Please contact your manager to get access.,Немате дозволу да приступите овоме. Молимо јавите се свом менаџеру да добијете приступ. +Add Child,Dodaj podređeni, +Invalid Password: ,Pogrešna lozinka: +System Settings,Sistemska podešavanja, +You can add dynamic properties from the document by using Jinja templating.,Можете да додате динамичке вредности из документа помоћу Jinja шаблона. +To Date,Do datuma, +Offline,Van mreže (offline) +System Manager,Menadžer sistema, +New Password,Nova lozinka, +You don't have permission to get a report on: {0},Немате дозволу да добијете извештај о: {0} +Middle Name (Optional),Srednje ime (opciono) +Can Share,Može dijeliti, +Dashboard,Nadzorna ploča, +Last Name,Prezime, +Sorry! You are not permitted to view this page.,Niste autorizovani za prikaz ove stranice. +Success Message,Poruka o uspjehu, +{0} created this {1},{1} {0} je kreirao/la ovo. +Online,Na mreži, +Folder {0} does not exist,Folder {0} ne postoji, +Subject,Naslov, +Enter folder name,Unesi naziv foldera, +Tags,Tagovi, +Assignment,Dodjeljivanje, +move,Kretanje, +Language,Jezik, +Permanently Submit {0}?,Trajno potvrdi {0} ? +Maintenance User,Korisnik održavanja, +Image,Slika, +Rename {0},Preimenuj {0} +File Upload,Dodavanje fajla, +Add Total Row,Dodaj red ukupno bez PDV-a, +Setup Wizard,Čarobnjak za postavke, +From Date,Od datuma, +Amended From,Izmijenjena iz, +Desktop Icon already exists,Ikona na radnoj površini već postoji, +Attachment Removed,Prilog uklonjen, +Users,Korisnici, +Import Log,Log uvoza, +Add a comment,Dodaj komentar, +Permanently delete {0}?,Trajno obriši dokument {0} ? +Export,Izvezi, +Cancelled,Otkazan, +Open,Otvoren, +You are not permitted to access this page.,Немате дозволу да приступите овој страници. +Attached To DocType,Priložen u vrstu dokumetu, +You are not connected to Internet. Retry after sometime.,Нисте повезани са Интернетом. Покушајте касније. +Chat messages and other notifications.,Poruke i ostala obavještenja. +{0} comments,{0} komentara, +Upload Failed,Dodavanje priloga neuspješno, +Customize,Prilagodite, +Users with role {0}:,Korisnici sa rolom {0} : +Did not add,Nije dodato, +Files,Fajlovi, +Opened,Otvoreno, +No Tags,Nema tag-ova, +picture,Slika, +Edit,Izmijeni, +Make ,Napravi, +New {0},Novi {0} +Chart of Accounts,Kontni plan, +View,Pogledaj, +Print Settings,Podešavanje štampanja, +Search or type a command,Pretražite ili otkucajte komandu, +Image Link,Link za sliku, +folder-close,Folder-zatvori, +Filter Name,Naziv filtera, +Subject Field,Polje naslova, +Home/Test Folder 1,Naslovna / Test Folder1, +Country,Država, +New Folder,Novi folder, +Email,Email, +Mandatory fields required in {0},Obavezna polja koja se moraju unijeti u dijelu {0} +Attachment,Prilog, +Not equals,Nije jednak, +Knowledge Base Contributor,Saradnik zs bazu znanja, +Help on Search,Pomoć oko pretrage, +Menu,Meni, +No {0} mail,{0} email nije nađen, +Attachment Limit (MB),Prilog limitiran na (MB) +Error Snapshot,Snimak grešaka (snapshot) +Document Status,Status dokumenta, +Saving,Čuvanje, +Website,Web sajt, +Show Likes,Prikaži lajkove, +Script or Query reports,Skripte ili query izvještaji, +Added {0},Dodatо {0} +You are not allowed to create columns,Немате дозволу да правите колонu, +Add to Desktop,Dodaj na radnu površinu, +Upload Attachment,Priloži datoteku, +Documentation,Dokumentacija, +Gantt,Gantogram, +First Name,Ime, +You can also copy-paste this link in your browser,Можете и да копирате и налепите овај линк у свој претраживач. +User Permissions,Prava pristupa korisnika, +More Information,Više informacija, +Confirm Your Email,Potvrdi tvoj E mail, +Select from existing attachments,Odaberite neku od već dodatih, +Accounts Manager,Menadžer računa, +Created On,Kreirano, +Yandex.Mail,Yandex.Mail, +1 comment,1 komentar, +Date Range,Opseg datuma, +Expand All,Proširi sve, +You are not allowed to update this Web Form Document,Немате дозволу да ажурирате овај Документ Веб Формa, +New,Novi, +Cannot delete Home and Attachments folders,Ne možete brisati foldere Naslovna i prilozi, +Desktop Background,Pozadina radne površine, +Attach File,Priloži dokument, +High,Visok, +Payment Complete,Plaćanje zaključeno, +No {0} permission,{0} Nema dozvolu, +Delete {0} items permanently?,Trajno obriši stavke{0} ? +Postal Code,Poštanski broj, +Not active,Nije aktivna, +Add,Dodaj, +Add Signature,Dodaj potpis, +You cannot like something that you created,Не можете лајковати нешто што сте Ви направили. +Save Filter,Sačuvaj filter, +New Name,Novi naziv, +Enabled,Aktivan, +ToDo,To Do, +Report {0},Izvještaj {0} +New Email,Novi email, +Add More,Dodaj jol, +Pick Columns,Odaberi kolone, +Company,Preduzeće, +Purchase User,Korisnik u nabavci, +Created By,Kreirao, +Export Report: {0},Izvoz izvještaja: {0} +Insert Below,Ubacite ispod, +Assign To,Dodijeli, +Invalid Password,Pogrešna lozinka, +Dropbox Setup,Dropbox podešavanje, +Share {0} with,Podijeli {0} sa, +Clear Attachment,Obriši dodatu sliku, +Addresses And Contacts,Adrese i kontakti, +Accounts User,Računi korisnik, +File Name,Naziv dokumenta, +Has Role,Ima ulogu, +Shared With,Podijeljeno sa, +Contact,Kontakt, +{0} {1} to {2},{0} {1} do {2} +Add Comment,Dodaj komentar, +Title,Naslov, +Assign,Dodijeli, +Note,Bilješke, +No {0} found,{0} nije nadjen, +Newsletter Manager,Menadžer newsletter-a, +Add Contact,Dodaj kontakt, +Show all Versions,Prikaži sve verzije, +Insert Above,Ubacite iznad, +New Value,Nova vrijednost, +Payment Failed,Plaćanje nije uspjelo, +Open {0},Otvoren {0} +Sort Order,Sortiranje, +Password,Lozinka, +Post,Pošalji, +Image Field,Polje sa slikom, +Shared with {0},Podijeljeno sa {0} +Duplicate,Dupliraj, +You cannot unset 'Read Only' for field {0},"Не можете искључити ""Само за читање"" за поље {0}" +Blogger,Blogger, +Change Password,Promjena lozinke, +View List,Prikaz liste, +Delivery Status,Status isporuke, +Saved,Sačuvano, +share-alt,Podijeli-alt, +Web Link,Url adresa, +Amount,Vrijednost, +Address and Contacts,Adresa i kontakti, +Event and other calendars.,Događaji i ostali kalendari. +Ctrl+Enter to add comment,Ctrl + enter da dodate komentar, +Comment,Komentar, +Timezone,Vremenska zona, +Refresh,Osvježi, +You don't have access to Report: {0},Немате дозволу да приступите Извештају: {0} +You are not allowed to delete a standard Website Theme,Немате дозволу за брисање стандардне Вебсајт Тем2, +Home/Test Folder 2,Nalovna/ Test Folder2, +Email ID,Email adresa, +Status,Status, +Report {0} is disabled,Izvještaj {0} јe onemogućen, +Tools,Alati, +Deleted,Obrisan, +Setup Complete,Podešavanje završeno, +Reset Password,Resetuju lozinku, +Salutation,Titula, +Date,Datum, +Desktop,Radna površina, +Share this document with,Podijelite ovaj dokument sa, +Pay,Plati, +Images,Slike, +Document Share Report,Izvještaj o dijeljenim dokumentima, +{0} is currently viewing this document,{0} trenutno gleda ovaj dokumenat, +Tree,Stablo, +Type,Tip, +Attach Image,Dodajte sliku, +Submit,Potvrdi, +Missing Fields,Polja koja nisu unešena, +Brand,Brend, +You don't have any messages yet.,Још увек немате порука. +Attachments,Prilozi, +Sales Manager,Menadžer prodaje, +Report Manager,Menadžer za izvještaje, +Desktop Icon,Ikone na radnoj površini, +Get Items,Dodaj stavke, +Last Modified On,Poslednji put izmijenjeno, +"Mandatory fields required in table {0}, Row {1}","Obavezna polja koja se moraju unijeti u tabeli {0}, Red {1}" +You can use wildcard %,Можете да користите џокер % +Added,Dodato, +Is Active,Je aktivan, +Forgot Password,Zaboravili ste lozinku, +No,Ne, +New Report name,Novi naziv izvještaja, +Mobile Number,Mobilni br. telefona, +Not Saved,Nije sačuvano, +Add Attachment,Dodaj prilog, +Week,Nedelja, +Full Name,Puno ime, +Edit in full page,Izmijeni u punoj strani, +Permanently Cancel {0}?,Trajno otkaži {0} ? +Notes:,Bilješke : +Save,Sačuvaj, +File Manager,Fajlovi, +; not allowed in condition,; није дозвољенa у условj, +Folder,Folder, +Help,Pomoj, +Attach Your Picture,Priložite svoju fotografiju, +Disabled,Neaktivni, +Email Account,Email nalog, +Add Multiple,Dodaj više, +Import,Uvoz, +Security Settings,Bezbjedonosna podešavanja, +Search term,Pretraga, +Email Address,Email adresa, +Home Address,Kućna adresa, +Ctrl + Up,Ctrl + up, +Assigned,Dodijeljeno, +_report,_izvještaj, +Restore or permanently delete a document.,Vrati ili trajno obriši dokument. +Website Manager,Menadžer za web sajt, +State,Država (USA) +Closed,Zatvoreno, +User '{0}' already has the role '{1}',Korisnik '{0}' već sarži rolu '{1}' +Create a new {0},Kreirajte {0} +Loading...,Učitavanje ... +{0} edited this {1},{1} {0} je izmijenio/la ovo, +Error Log,Log grešaka, +Description,Opis, +Newsletter,Newsletter, +Standard Reports,Standardni izvještaji, +Payment Success,Plaćanje uspješno, +Reset Password Key,Resetuj ključ lozinke, +Activity,Aktivnost, +Submitted,Potvrđen, +Is Folder,Da li je Folder, +Roles,Role, +You are not permitted to view the newsletter.,Немате дозволу да видите овај билтен. +Make a new record,Napravite novi zapis, +Active,Aktivan, +"You can change Submitted documents by cancelling them and then, amending them.",Можете да измените потврђене документе тако што ћете их поништити а затим изменити. +Calendar,Kalendar, +Import Zip,Uvoz zip arhive, +Amend,Izmijeni, +Hide Details,Sakrij detalje, +Success,Uspješno, +Data Import Template,Šablon za uvoz podataka, +{0} to {1},{0} do {1} +Background Image,Pozadinska slika, +Payments,Plaćanja, +Close,Zatvori, +Sr,Rb, +Purchase Master Manager,Direktor nabavke, +Last Login,Poslednja prijava, +Folder {0} is not empty,Folder {0} nije prazan, +Report,Izvještaj, +You don't have permission to access this file,Немате дозволу да приступите овој датотеци. +User Tags,Korisnički tagovi, +Make a new {0},Napravite novi {0} +Assigned To Me,Dodijeljeno meni, +Email Settings,Podešavanje emaila, +Role Permissions Manager,Menadžer prava pristupa rolama, +Delete comment?,Obriši komentar? +Purchase Manager,Menadžer nabavke, +About Us Settings,Podešavanja o nama, +View Website,Pogledaj sajt, +Add a New Role,Dodaj novu rolu, +Add all roles,Dodaj sve role, +Reload,Učitaj ponovo, +Low,Nizak, +Completed,Završeno, +Apply,Primijeni, +Yesterday,Juče, +Total,Ukupno, +Show Totals,Prikaži ukupno, +Enter your password,Unesite lozinku, +Like,Kao, +Export Report: ,Izvoz izvještaja: +New Kanban Board,Nova Kanban prikaz, +Image View,Prikaz slike, +Events In Today's Calendar,Događaji u kalendaru na današnji dan. +remove,Ukloni, +Start Date,Datum početka, +New Newsletter,Novi newsletter, +Message,Poruka, +Back to Login,Vrati se na prijavu, +Kanban,Kanban, +Loading,Učitavanje, +Show all data,Prikaži sve podatke, +Weekly,Nedeljni, +Role Permissions,Prava pristupa rolama, +From,Od, +Home/Test Folder 1/Test Folder 3,Naslovna / Test Folder1 / Test Folder3, +share,Podijeli, +Same file has already been attached to the record,Isti fajl je već dodijeljen nekom zapisu, +New {0}: #{1},Novi {0}: # {1} +Set Desktop Icons,Podesi ikonice na radnoj površini, +Advanced Search,Napredna pretraga, +Error,Greška, +Warehouse,Skladište, +Upload,Priloži, +You can't set 'Translatable' for field {0},Не можете поставити 'Може се превести' за поље {0} +States,Države, +Go,Traži, +{0} days ago,prije {0} dana, +Y Axis Fields,Поља на Y-oсe, +Add Row,Dodaj red, +Is Home Folder,Da li je folder naslovna, +To Do,To Do, +Not In,Nije u, +Add to To Do,Dodaj u To Do, +Created,Kreirano, +Added {0} ({1}),Dodato {0} ({1}) + Advanced Settings,Napredna podešavanja, +Address,Adresa, +Email Addresses,Email adrese, +{0} Tree,{0} stablo, +Equals,Jednak, +Loading Report,Učitavanje izvještaja, +Address Line 1,Adresa 1, +Add a column,Dodaj kolonu, +Background Jobs,Pozadinski procesi, +Login,Prijava, +Chat,Poruke, +Deleted Documents,Obrisana dokumenta, +With Letter head,Sa zaglavljem, +Not Like,Nije kao, +Setup,Podešavanje, +Import Status,Status uvoza, +Create User Email,Kreiraj korisnički Email, +Address Line 2,Adresa 2, +{0} from {1} to {2},{0} od {1} za {2} +Draft,Na čekanju, +Maintenance Manager,Menadžer održavanja, +Ctrl + Down,Ctrl + down, +Data Import,Uvoz podataka, +{0} is saved,{0} je sačuvan, +Datetime,Datum vrijeme, +Email Group,Email grupa, +Add Employees to Manage Them,"Dodaj zaposlenog u ""Manage them""" +You can only upload upto 5000 records in one go. (may be less in some cases),Можете поднети највише 5000 записа одједном. (некада може бити и мање) +{0} Report,Izvještaj {0} +Reports,Izvještaji, +Comments,Komentari, +folder-open,folder-otvori, +You can use Customize Form to set levels on fields.,Можете користити Прилагоди Формулар да подесите нивое на пољима. +Merge with existing,Spoji sa postojećim, +Send Print as PDF,Štampaj u PDF, +My Settings,Moja podešavanja, +Email Inbox,Email primljene, +{0} List,{0} Lista, +Letter Head,Zaglavlje, +Series,Vrsta dokumenta, +Home,Naslovna, +Duplicate Filter Name,Ime filtera već postoji, +Session Expired,Sesija je istekla, +Received,Primljeno, +Login After,Prijava nakon, +PDF,PDF, +Mobile No,Mobilni br. +Most Used,Najviše korišćeno, +"You are selecting Sync Option as ALL, It will resync all \ read as well as unread message from server. This may also cause the duplication\ of Communication (emails).","Постављате Начин усклађивања на СВЕ, што ће поново усклатиди све прочитане и непрочитане поруке са сервера. Ово може изазвати дупликате комуникација (мејлова)." -apps/frappe/frappe/utils/data.py +654,{0} or {1},{0} {1} ili -DocType: File,Is Attachments Folder,Da li je prilog folder -DocType: Contact,Gender,Pol -apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +3,Payment Cancelled,Plaćenje otkazano -DocType: DocField,Report Hide,Sakrij izvještaj -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +131,Setup Auto Email,Podešavanje auto e-mail-a -apps/frappe/frappe/contacts/doctype/address/address.py +137,Addresses,Adrese -DocType: ToDo,Assigned By,Dodijelio od strane -DocType: Contact,All,Svi -DocType: Auto Email Report,Report Filters,Filteri na izvještaju -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,{0} months ago,Prije {0} mjeseci -DocType: Web Form,Allow Comments,Dozvoli komentare -DocType: User,Login Before,Prijava prije -apps/frappe/frappe/public/js/frappe/form/share.js +115,Share With,Podijeli sa -apps/frappe/frappe/core/page/desktop/desktop.py +15,"Add your Employees so you can manage leaves, expenses and payroll","Dodaj Vaše zaposlene, tako da možete da upravljate odsustvom, troškovima i platnim spiskovima" -apps/frappe/frappe/public/js/frappe/model/model.js +544,Rename,Reimenuj -DocType: Address,Links,Linkovi -DocType: Contact,Is Primary Contact,Je primarni kontakt -apps/frappe/frappe/public/js/frappe/form/share.js +27,Shared with everyone,Podijeljeno sa svima -apps/frappe/frappe/core/doctype/error_log/error_log_list.js +12,Clear Error Logs,Očisti Log grešaka -DocType: DocShare,Everyone,Svi -apps/frappe/frappe/public/js/frappe/views/treeview.js +319,You are not allowed to print this report,Немате дозволу да штампате овај извештај -,Download Backups,Preuzmi rezervne kopije programa -apps/frappe/frappe/public/js/frappe/ui/upload.html +4,Browse,Izaberi -apps/frappe/frappe/public/js/frappe/form/link_selector.js +151,{0} added,Dodao je {0} -apps/frappe/frappe/public/js/frappe/form/link_selector.js +142,Set,Set -apps/frappe/frappe/desk/report/todo/todo.py +20,Assigned To/Owner,Dodijeljeno / Vlasnik -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +749,Save As,Sačuvaj kao -apps/frappe/frappe/model/naming.py +85,Naming Series mandatory,Vrsta dokumenta je obavezna -apps/frappe/frappe/core/doctype/file/test_file.py +249,Test_Folder,Test_folder -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +723,Select File Type,Odaberite tip datoteke -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +867,Add Column,Dodaj kolonu -DocType: Communication,Unshared,Nije podijeljen -DocType: Help Article,Knowledge Base Editor,Urednik baze znanja -DocType: Prepared Report,Report Name,Naziv izvještaja -DocType: System Settings,Session Expiry in Hours e.g. 06:00,Sesija ističe u satima npr. 06:00 -DocType: Report,Report Builder,Generator izvještaja -apps/frappe/frappe/desk/report/todo/todo.py +19,ID,ID -DocType: Custom DocPerm,Cancel,Otkaži -DocType: Contact,Sales Master Manager,Direktor prodaje -DocType: Kanban Board Column,yellow,жуто -DocType: DocField,Currency,Valuta -DocType: Workflow State,Print,Štampaj -DocType: Workflow State,Primary,Primarni -DocType: ToDo,Medium,Srednji -DocType: Workflow State,barcode,barkod -DocType: Address,Reference,Vezni dokumenti -DocType: Custom Role,Custom Role,Prilagođjena rola -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +559,{0} from {1} to {2} in row #{3},{0} od {1} do {2} na poziciji # {3} -apps/frappe/frappe/public/js/frappe/upload.js +232,Uploading,Prilaganje datoteke -DocType: Workflow State,User,Korisnik -apps/frappe/frappe/public/js/frappe/desk.js +406,Please Enter Your Password to Continue,Za nastavak unesite lozinku -DocType: File,File Size,Veličina fajla -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +62,About,O Nama -apps/frappe/frappe/public/js/frappe/views/communication.js +539,You are not allowed to send emails related to this document,Немате дозволу да шаљете мејлове у вези са овим документом +{0} or {1},{0} {1} ili, +Is Attachments Folder,Da li je prilog folder, +Gender,Pol, +Payment Cancelled,Plaćenje otkazano, +Report Hide,Sakrij izvještaj, +Setup Auto Email,Podešavanje auto e-mail-a, +Addresses,Adrese, +Assigned By,Dodijelio od strane, +All,Svi, +Report Filters,Filteri na izvještaju, +{0} months ago,Prije {0} mjeseci, +Allow Comments,Dozvoli komentare, +Login Before,Prijava prije, +Share With,Podijeli sa, +"Add your Employees so you can manage leaves, expenses and payroll","Dodaj Vaše zaposlene, tako da možete da upravljate odsustvom, troškovima i platnim spiskovima" +Rename,Reimenuj, +Links,Linkovi, +Is Primary Contact,Je primarni kontakt, +Shared with everyone,Podijeljeno sa svima, +Clear Error Logs,Očisti Log grešaka, +Everyone,Svi, +You are not allowed to print this report,Немате дозволу да штампате овај извештаj, +Download Backups,Preuzmi rezervne kopije programa, +Browse,Izaberi, +{0} added,Dodao je {0} +Set,Set, +Assigned To/Owner,Dodijeljeno / Vlasnik, +Save As,Sačuvaj kao, +Naming Series mandatory,Vrsta dokumenta je obavezna, +Test_Folder,Test_folder, +Select File Type,Odaberite tip datoteke, +Add Column,Dodaj kolonu, +Unshared,Nije podijeljen, +Knowledge Base Editor,Urednik baze znanja, +Report Name,Naziv izvještaja, +Session Expiry in Hours e.g. 06:00,Sesija ističe u satima npr. 06:00, +Report Builder,Generator izvještaja, +ID,ID, +Cancel,Otkaži, +Sales Master Manager,Direktor prodaje, +yellow,жутt, +Currency,Valuta, +Print,Štampaj, +Primary,Primarni, +Medium,Srednji, +barcode,barkod, +Reference,Vezni dokumenti, +Custom Role,Prilagođjena rola, +{0} from {1} to {2} in row #{3},{0} od {1} do {2} na poziciji # {3} +Uploading,Prilaganje datoteke, +User,Korisnik, +Please Enter Your Password to Continue,Za nastavak unesite lozinku, +File Size,Veličina fajla, +About,O Nama, +You are not allowed to send emails related to this document,Немате дозволу да шаљете мејлове у вези са овим документоe, diff --git a/frappe/translations/zh-TW.csv b/frappe/translations/zh-TW.csv index 3531daa4c0..ca1119a36b 100644 --- a/frappe/translations/zh-TW.csv +++ b/frappe/translations/zh-TW.csv @@ -1,2640 +1,2640 @@ -apps/frappe/frappe/utils/change_log.py +242,New {} releases for the following apps are available,可以使用以下應用程序的新{}版本 -apps/frappe/frappe/website/doctype/web_form/web_form.py +59,Please select a Amount Field.,請選擇一個金額字段。 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +284,Press Esc to close,按Esc鍵關閉 -apps/frappe/frappe/desk/form/assign_to.py +168,"A new task, {0}, has been assigned to you by {1}. {2}",一個新的任務,{0},已分配給您{1}。 {2} -DocType: Email Queue,Email Queue records.,電子郵件隊列記錄。 -DocType: Post,Post,文章 -apps/frappe/frappe/config/setup.py +126,Rename many items by uploading a .csv file.,通過上傳csv文件重命名多個項目。 -DocType: Workflow State,pause,暫停 -apps/frappe/frappe/www/desk.py +18,You are not permitted to access this page.,你不允許訪問此頁面。 -apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +33,Seems ldap is not installed on system.
    Guidelines to install ldap dependancies and python package,似乎ldap沒有安裝在系統上。
    安裝ldap依賴和python包的指導 -DocType: About Us Settings,Website,網站 -apps/frappe/frappe/www/me.py +14,You need to be logged in to access this page,您需要登錄才能訪問該頁面 -DocType: System Settings,Note: Multiple sessions will be allowed in case of mobile device,注:多個會議將在移動設備的情況下,被允許 -apps/frappe/frappe/email/queue.py +259,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,無法發送此郵件。你已經超過了{0}這個月的電子郵件發送限制。 -apps/frappe/frappe/desk/page/backups/backups.js +12,Download Files Backup,下載文件備份 -DocType: Address,County,縣 -DocType: Workflow,If Checked workflow status will not override status in list view,如果經過工作流狀態不會覆蓋列表視圖狀態 -apps/frappe/frappe/client.py +302,Invalid file path: {0},無效的文件路徑:{0} -DocType: Workflow State,eye-open,眼開 -DocType: Email Queue,Send After,發送後 -apps/frappe/frappe/core/doctype/file/file.py +327,Please select a file or url,請選擇一個文件或URL -apps/frappe/frappe/public/js/frappe/views/treeview.js +89,{0} Tree,{0}樹 -DocType: User,User Emails,用戶電子郵件 -DocType: User,Username,用戶名 -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +90,Import Zip,導入郵編 -apps/frappe/frappe/model/base_document.py +565,Value too big,值過大 -DocType: DocField,DocField,DocField -DocType: GSuite Settings,Run Script Test,運行腳本測試 -DocType: Data Import,Total Rows,總行數 -DocType: Contact,Department,部門 -DocType: DocField,Options,選項 -apps/frappe/frappe/client.py +106,Cannot edit standard fields,無法編輯標準欄位 -DocType: Print Format,Print Format Builder,列印格式生成器 -DocType: GCalendar Account,Calendar Name,日曆名稱 -DocType: Report,Report Manager,報告管理 -DocType: Workflow,Document States,文件規定 -apps/frappe/frappe/public/js/frappe/views/pageview.js +104,Sorry! I could not find what you were looking for.,對不起!我無法找到你所期待的。 -DocType: Data Migration Run,Logs,日誌 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +8,It is necessary to take this action today itself for the above mentioned recurring,今天有必要採取這一行動,重複上述 -DocType: Custom DocPerm,This role update User Permissions for a user,這個角色更新用戶權限的用戶 -DocType: Workflow State,zoom-out,縮小 -apps/frappe/frappe/public/js/legacy/form.js +66,Cannot open {0} when its instance is open,無法打開{0} ,當它的實例是開放的 -apps/frappe/frappe/model/document.py +1101,Table {0} cannot be empty,表{0}不能為空 -DocType: SMS Parameter,Parameter,參數 -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +823,With Ledgers,與總帳 -apps/frappe/frappe/public/js/frappe/views/image/image_view.js +13,Images,圖片 -DocType: Activity Log,Reference Owner,參考者 -DocType: User,"If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings",如果啟用,用戶可以使用雙因素身份驗證從任何IP地址登錄,這也可以在系統設置中為所有用戶設置 -DocType: Currency,Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01,最小的循環部分單元(硬幣)。對於如1%用於美元,因此應輸入為0.01 -apps/frappe/frappe/www/feedback.html +93,Please give a fullname.,請給一個全名。 -apps/frappe/frappe/model/document.py +1075,Beginning with,開頭 -apps/frappe/frappe/core/doctype/data_import/exporter.py +53,Data Import Template,數據導入模板 -apps/frappe/frappe/public/js/frappe/model/model.js +33,Parent,親 -DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",如果啟用,密碼強度將根據最低密碼分數值執行。值2為中等強度,4為非常強。 -DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",如果啟用,密碼強度將根據最低密碼分數值執行。值2為中等強度,4為非常強。 -DocType: About Us Settings,"""Team Members"" or ""Management""",“團隊成員”或“管理” -apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Default for 'Check' type of field must be either '0' or '1',預設為“查詢”字段類型必須是'0'或'1' -DocType: Contact,Designation,指定 -DocType: Test Runner,Test Runner,測試運行 -DocType: Auto Repeat,Monthly,每月一次 -DocType: Email Account,Enable Incoming,啟用傳入 -apps/frappe/frappe/core/doctype/version/version_view.html +47,Danger,危險 -apps/frappe/frappe/www/login.html +21,Email Address,電子郵件地址 -DocType: Workflow State,th-large,TH-大 -DocType: Communication,Unread Notification Sent,未讀發送通知 -apps/frappe/frappe/public/js/frappe/misc/tools.js +10,Export not allowed. You need {0} role to export.,不允許導出。您需要{0}的角色。 -DocType: DocType,Is Published Field,發布現場 -DocType: GCalendar Settings,GCalendar Settings,GCalendar設置 -DocType: Email Group,Email Group,電子郵件組 -DocType: Note,Seen By,看到通過 -apps/frappe/frappe/public/js/frappe/form/grid.js +69,Add Multiple,添加多個 -apps/frappe/frappe/core/doctype/user/user.py +87,Not a valid User Image.,不是有效的用戶映像。 -DocType: Success Action,First Success Message,第一個成功消息 -apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +512,Not Like,不喜歡 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +214,Set the display label for the field,設置顯示的標籤的字段 -apps/frappe/frappe/model/document.py +1092,Incorrect value: {0} must be {1} {2},不正確的值:{0}必須是{1} {2} -apps/frappe/frappe/config/setup.py +242,"Change field properties (hide, readonly, permission etc.)",更改欄位屬性(隱藏,唯讀權限等) -DocType: Workflow State,lock,鎖 -apps/frappe/frappe/config/website.py +78,Settings for Contact Us Page.,設定「聯絡我們」的頁面。 -apps/frappe/frappe/core/doctype/user/user.py +918,Administrator Logged In,管理員登錄 -DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.",聯絡人選項,如“銷售查詢,支持查詢”等每一個新行或以逗號分隔。 -apps/frappe/frappe/public/js/frappe/ui/tag_editor.js +34,Add a tag ...,添加標籤... -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +285,New {0}: #{1},新{0}:#{1} -apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Select {0},選擇{0} -apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py +24,Please enter Base URL,請輸入基本網址 -DocType: Auto Repeat,Repeat on Day,一天重複 -DocType: DocField,Color,顏色 -DocType: Data Migration Run,Log,日誌 -DocType: Workflow State,indent-right,右邊縮排 -DocType: Has Role,Has Role,有作用 -DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,在服務器上保留QR碼圖像的秒數。最小: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +20,Invalid Email Account,電子郵件帳戶無效 -apps/frappe/frappe/public/js/frappe/ui/upload.html +12,Web Link,網站鏈接 -DocType: Deleted Document,Restored,恢復 -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +47,1 minute ago,1分鐘前 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +36,"Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type.",除了系統管理器,用設置用戶權限的角色權可以為其他用戶的文件類型的權限。 -DocType: Company History,Company History,公司歷史 -apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +19,Reset,重啟 -DocType: Workflow State,volume-up,容積式 -apps/frappe/frappe/config/integrations.py +78,Webhooks calling API requests into web apps,Webhook將API請求調用到Web應用程序中 -DocType: DocType,Default Print Format,預設列印格式 -DocType: Workflow State,Tags,標籤 -apps/frappe/frappe/public/js/frappe/form/workflow.js +35,None: End of Workflow,無:結束的工作流程 -apps/frappe/frappe/model/db_schema.py +359,"{0} field cannot be set as unique in {1}, as there are non-unique existing values",{0}字段不能設置在{1}是獨一無二的,因為有非唯一存在的價值 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +48,Document Types,文檔類型 -DocType: Address,Jammu and Kashmir,查謨和克什米爾 -DocType: Workflow,Workflow State Field,工作流程狀態字段 -apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +59,Please sign-up or login to begin,請註冊或登錄開始 -DocType: Blog Post,Guest,客人 -DocType: DocType,Title Field,標題字段 -DocType: Error Log,Error Log,錯誤日誌 -apps/frappe/frappe/utils/password_strength.py +108,"Repeats like ""abcabcabc"" are only slightly harder to guess than ""abc""",重複像“ABCABCABC”只稍硬比“ABC”猜測 -apps/frappe/frappe/templates/emails/administrator_logged_in.html +3,"If you think this is unauthorized, please change the Administrator password.",如果你認為這是未經授權的,請更改管理員密碼。 -apps/frappe/frappe/email/doctype/email_account/email_account.py +80,{0} is mandatory,{0}是強制性的 -DocType: Workflow State,eject,噴射 -apps/frappe/frappe/public/js/legacy/client_script_helpers.js +300,Field {0} not found.,欄位{0}找不到。 -DocType: Chat Room,Owner,業主 -DocType: Communication,Visit,訪問 -DocType: Translation,Translation,翻譯 -DocType: Custom Script,Client,客戶 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +261,Select Column,選擇列 -apps/frappe/frappe/public/js/legacy/form.js +476,This form has been modified after you have loaded it,這種形式已被修改,你已經裝好了之後, -DocType: User Permission for Page and Report,User Permission for Page and Report,用戶權限的頁面和報告 -DocType: Address,Himachal Pradesh,喜馬偕爾邦 -DocType: System Settings,"If not set, the currency precision will depend on number format",如果未設置,則貨幣精度將取決於數字格式 -DocType: System Settings,"If not set, the currency precision will depend on number format",如果未設置,則貨幣精度將取決於數字格式 -apps/frappe/frappe/integrations/doctype/stripe_settings/stripe_settings.py +72,"It seems that there is an issue with the server's stripe configuration. In case of failure, the amount will get refunded to your account.",看起來服務器的條帶配置存在問題。如果失敗,這筆款項將退還給您的賬戶。 -DocType: Data Import,Import Log,導入日誌 -apps/frappe/frappe/config/website.py +27,Embed image slideshows in website pages.,嵌入圖像的幻燈片中的網頁。 -apps/frappe/frappe/email/doctype/newsletter/newsletter.js +9,Send,發送 -DocType: Workflow Action Master,Workflow Action Name,工作流程執行名稱 -apps/frappe/frappe/core/doctype/doctype/doctype.py +355,DocType can not be merged,DocType文檔類型不能合併 -DocType: Web Form Field,Fieldtype,FIELDTYPE -apps/frappe/frappe/core/doctype/file/file.py +285,Not a zip file,沒有一個zip文件 -DocType: Auto Repeat,"To add dynamic subject, use jinja tags like +New {} releases for the following apps are available,可以使用以下應用程序的新{}版本 +Please select a Amount Field.,請選擇一個金額字段。 +Press Esc to close,按Esc鍵關閉 +"A new task, {0}, has been assigned to you by {1}. {2}",一個新的任務,{0},已分配給您{1}。 {2} +Email Queue records.,電子郵件隊列記錄。 +Post,文章 +Rename many items by uploading a .csv file.,通過上傳csv文件重命名多個項目。 +pause,暫停 +You are not permitted to access this page.,你不允許訪問此頁面。 +Seems ldap is not installed on system.
    Guidelines to install ldap dependancies and python package,似乎ldap沒有安裝在系統上。
    安裝ldap依賴和python包的指導 +Website,網站 +You need to be logged in to access this page,您需要登錄才能訪問該頁面 +Note: Multiple sessions will be allowed in case of mobile device,注:多個會議將在移動設備的情況下,被允許 +Cannot send this email. You have crossed the sending limit of {0} emails for this month.,無法發送此郵件。你已經超過了{0}這個月的電子郵件發送限制。 +Download Files Backup,下載文件備份 +County,縣 +If Checked workflow status will not override status in list view,如果經過工作流狀態不會覆蓋列表視圖狀態 +Invalid file path: {0},無效的文件路徑:{0} +eye-open,眼開 +Send After,發送後 +Please select a file or url,請選擇一個文件或URL, +{0} Tree,{0}樹 +User Emails,用戶電子郵件 +Username,用戶名 +Import Zip,導入郵編 +Value too big,值過大 +DocField,DocField, +Run Script Test,運行腳本測試 +Total Rows,總行數 +Department,部門 +Options,選項 +Cannot edit standard fields,無法編輯標準欄位 +Print Format Builder,列印格式生成器 +Calendar Name,日曆名稱 +Report Manager,報告管理 +Document States,文件規定 +Sorry! I could not find what you were looking for.,對不起!我無法找到你所期待的。 +Logs,日誌 +It is necessary to take this action today itself for the above mentioned recurring,今天有必要採取這一行動,重複上述 +This role update User Permissions for a user,這個角色更新用戶權限的用戶 +zoom-out,縮小 +Cannot open {0} when its instance is open,無法打開{0} ,當它的實例是開放的 +Table {0} cannot be empty,表{0}不能為空 +Parameter,參數 +With Ledgers,與總帳 +Images,圖片 +Reference Owner,參考者 +"If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings",如果啟用,用戶可以使用雙因素身份驗證從任何IP地址登錄,這也可以在系統設置中為所有用戶設置 +Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01,最小的循環部分單元(硬幣)。對於如1%用於美元,因此應輸入為0.01, +Please give a fullname.,請給一個全名。 +Beginning with,開頭 +Data Import Template,數據導入模板 +Parent,親 +"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",如果啟用,密碼強度將根據最低密碼分數值執行。值2為中等強度,4為非常強。 +"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",如果啟用,密碼強度將根據最低密碼分數值執行。值2為中等強度,4為非常強。 +"""Team Members"" or ""Management""",“團隊成員”或“管理” +Default for 'Check' type of field must be either '0' or '1',預設為“查詢”字段類型必須是'0'或'1' +Designation,指定 +Test Runner,測試運行 +Monthly,每月一次 +Enable Incoming,啟用傳入 +Danger,危險 +Email Address,電子郵件地址 +th-large,TH-大 +Unread Notification Sent,未讀發送通知 +Export not allowed. You need {0} role to export.,不允許導出。您需要{0}的角色。 +Is Published Field,發布現場 +GCalendar Settings,GCalendar設置 +Email Group,電子郵件組 +Seen By,看到通過 +Add Multiple,添加多個 +Not a valid User Image.,不是有效的用戶映像。 +First Success Message,第一個成功消息 +Not Like,不喜歡 +Set the display label for the field,設置顯示的標籤的字段 +Incorrect value: {0} must be {1} {2},不正確的值:{0}必須是{1} {2} +"Change field properties (hide, readonly, permission etc.)",更改欄位屬性(隱藏,唯讀權限等) +lock,鎖 +Settings for Contact Us Page.,設定「聯絡我們」的頁面。 +Administrator Logged In,管理員登錄 +"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.",聯絡人選項,如“銷售查詢,支持查詢”等每一個新行或以逗號分隔。 +Add a tag ...,添加標籤... +New {0}: #{1},新{0}:#{1} +Select {0},選擇{0} +Please enter Base URL,請輸入基本網址 +Repeat on Day,一天重複 +Color,顏色 +Log,日誌 +indent-right,右邊縮排 +Has Role,有作用 +Time in seconds to retain QR code image on server. Min:240,在服務器上保留QR碼圖像的秒數。最小: 240 +Invalid Email Account,電子郵件帳戶無效 +Web Link,網站鏈接 +Restored,恢復 +1 minute ago,1分鐘前 +"Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type.",除了系統管理器,用設置用戶權限的角色權可以為其他用戶的文件類型的權限。 +Company History,公司歷史 +Reset,重啟 +volume-up,容積式 +Webhooks calling API requests into web apps,Webhook將API請求調用到Web應用程序中 +Default Print Format,預設列印格式 +Tags,標籤 +None: End of Workflow,無:結束的工作流程 +"{0} field cannot be set as unique in {1}, as there are non-unique existing values",{0}字段不能設置在{1}是獨一無二的,因為有非唯一存在的價值 +Document Types,文檔類型 +Jammu and Kashmir,查謨和克什米爾 +Workflow State Field,工作流程狀態字段 +Please sign-up or login to begin,請註冊或登錄開始 +Guest,客人 +Title Field,標題字段 +Error Log,錯誤日誌 +"Repeats like ""abcabcabc"" are only slightly harder to guess than ""abc""",重複像“ABCABCABC”只稍硬比“ABC”猜測 +"If you think this is unauthorized, please change the Administrator password.",如果你認為這是未經授權的,請更改管理員密碼。 +{0} is mandatory,{0}是強制性的 +eject,噴射 +Field {0} not found.,欄位{0}找不到。 +Owner,業主 +Visit,訪問 +Translation,翻譯 +Client,客戶 +Select Column,選擇列 +This form has been modified after you have loaded it,這種形式已被修改,你已經裝好了之後, +User Permission for Page and Report,用戶權限的頁面和報告 +Himachal Pradesh,喜馬偕爾邦 +"If not set, the currency precision will depend on number format",如果未設置,則貨幣精度將取決於數字格式 +"If not set, the currency precision will depend on number format",如果未設置,則貨幣精度將取決於數字格式 +"It seems that there is an issue with the server's stripe configuration. In case of failure, the amount will get refunded to your account.",看起來服務器的條帶配置存在問題。如果失敗,這筆款項將退還給您的賬戶。 +Import Log,導入日誌 +Embed image slideshows in website pages.,嵌入圖像的幻燈片中的網頁。 +Send,發送 +Workflow Action Name,工作流程執行名稱 +DocType can not be merged,DocType文檔類型不能合併 +Fieldtype,FIELDTYPE, +Not a zip file,沒有一個zip文件 +"To add dynamic subject, use jinja tags like,
    New {{ doc.doctype }} #{{ doc.name }}
    ",要添加動態主題,請使用jinja標籤
     New {{ doc.doctype }} #{{ doc.name }} 
    -apps/frappe/frappe/public/js/frappe/form/save.js +147,"Mandatory fields required in table {0}, Row {1}",在表{0}需要強制字段,行{1} -apps/frappe/frappe/utils/password_strength.py +196,Capitalization doesn't help very much.,資本沒有太大幫助。 -DocType: Error Snapshot,Friendly Title,友情標題 -DocType: Newsletter,Email Sent?,郵件發送? -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +1036,Toggle Chart,切換圖表 -apps/frappe/frappe/desk/form/save.py +50,Did not cancel,沒有取消 -DocType: Social Login Key,Client Information,客戶信息 -apps/frappe/frappe/integrations/oauth2.py +118,Logged in as Guest or Administrator,登錄為來賓或管理員 -DocType: Email Account,UNSEEN,看不見 -DocType: Braintree Settings,Braintree Settings,Braintree設置 -DocType: Website Theme,lowercase,小寫 -apps/frappe/frappe/public/js/frappe/list/list_filter.js +22,Save Filter,保存過濾器 -DocType: Print Format,Helvetica,黑體 -apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +82,Cannot delete {0},無法刪除{0} -DocType: Address,Jharkhand,恰爾肯德邦 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +40,Newsletter has already been sent,新聞已發送 -apps/frappe/frappe/twofactor.py +133,"Login session expired, refresh page to retry",登錄會話過期,刷新頁面重試 -DocType: Email Unsubscribe,Email Unsubscribe,電子郵件退訂 -DocType: Website Settings,Select an image of approx width 150px with a transparent background for best results.,選擇約寬150像素的透明背景圖像以獲得最佳效果。 -apps/frappe/frappe/www/third_party_apps.html +3,Third Party Apps,第三方應用 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +426,The first user will become the System Manager (you can change this later).,第一個用戶將成為系統管理器(你可以改變這個版本)。 -apps/frappe/frappe/integrations/doctype/webhook/webhook.py +29,DocType must be Submittable for the selected Doc Event,DocType必須為所選Doc事件提交 -,App Installer,應用程序安裝程序 -DocType: Workflow State,circle-arrow-up,圓圈箭頭向上 -DocType: Email Domain,Email Domain,電子郵件域名 -DocType: Workflow State,italic,斜體 -apps/frappe/frappe/core/doctype/doctype/doctype.py +810,{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 +50,View report in your browser,在瀏覽器中查看報告 -apps/frappe/frappe/config/desk.py +26,Event and other calendars.,事件和其他日曆。 -apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,所有字段都必須提交評論。 -DocType: Print Settings,Printer Name,打印機名稱 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +865,Drag to sort columns,拖動進行排序的列 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,寬度可以在像素或%設定。 -apps/frappe/frappe/public/js/frappe/form/print.js +102,Start,開始 -DocType: Contact,First Name,名字 -DocType: LDAP Settings,LDAP Username Field,LDAP用戶名字段 -DocType: Portal Settings,Standard Sidebar Menu,標準工具欄菜單 -apps/frappe/frappe/core/doctype/file/file.py +216,Cannot delete Home and Attachments folders,無法刪除首頁和附件的文件夾 -apps/frappe/frappe/config/desk.py +19,Files,檔 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,套用於用戶的權限設定是根據該用戶被指定的角色而定。 -apps/frappe/frappe/public/js/frappe/views/communication.js +539,You are not allowed to send emails related to this document,你不被允許發送與此相關的文檔的電子郵件 -apps/frappe/frappe/model/db_query.py +625,Please select atleast 1 column from {0} to sort/group,請選擇從{0}進行排序/組ATLEAST 1柱 -DocType: PayPal Settings,Check this if you are testing your payment using the Sandbox API,檢查這個,如果你正在測試使用沙盒API付款 -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,你不允許刪除標準的網站主題 -DocType: Data Import,Log Details,日誌詳情 -DocType: Feedback Trigger,Example,例 -DocType: Webhook Header,Webhook Header,Webhook標題 -DocType: Print Settings,Print Server,打印服務器 -DocType: Workflow State,gift,禮物 -DocType: Workflow Action,Completed By,完成 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +228,Assign a permission level to the field.,指定該欄位的權限級別。 -apps/frappe/frappe/core/page/permission_manager/permission_manager.py +91,Cannot Remove,無法刪除 -apps/frappe/frappe/public/js/frappe/request.js +111,The resource you are looking for is not available,您正在查找的資源不可用 -apps/frappe/frappe/core/doctype/communication/communication_list.js +14,Mark as Read,標記為已讀 -apps/frappe/frappe/core/doctype/report/report.js +37,Disable Report,禁用報告 -DocType: Website Theme,Apply Text Styles,應用文本樣式 -apps/frappe/frappe/www/feedback.html +34,Detailed feedback,詳細的反饋 -DocType: Data Migration Mapping,Pull,拉 -DocType: Report,JavaScript Format: frappe.query_reports['REPORTNAME'] = {},JavaScript的格式:frappe.query_reports ['REPORTNAME'] = {} -DocType: Workflow State,chevron-up,人字形-上 -DocType: DocType,Allow Guest to View,允許訪客查看 -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Documentation,文檔 -apps/frappe/frappe/public/js/frappe/list/list_view.js +1066,Delete {0} items permanently?,刪除{0}項目永久? -apps/frappe/frappe/core/doctype/user/user.py +106,Not Allowed,不允許 -DocType: DocShare,Internal record of document shares,文件股內部記錄 -DocType: Workflow State,Comment,評論 -DocType: Data Migration Plan,Postprocess Method,後處理方法 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +17,"You can change Submitted documents by cancelling them and then, amending them.",您可以通過取消他們,然後,對其進行修正更改已提交的文件。 -DocType: Data Import,Update records,更新記錄 -apps/frappe/frappe/data_migration/doctype/data_migration_connector/data_migration_connector.py +22,Invalid module path,無效的模塊路徑 -DocType: DocField,Display,顯示 -DocType: Email Group,Total Subscribers,用戶總數 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +25,"If a Role does not have access at Level 0, then higher levels are meaningless.",如果角色沒有訪問權限級別為0級,那麼更高的水平是沒有意義的。 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +749,Save As,另存為 -DocType: Communication,Seen,可見 -apps/frappe/frappe/public/js/frappe/form/layout.js +162,Show more details,查看更多詳情 -DocType: System Settings,Run scheduled jobs only if checked,僅執行勾選的排定工作 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +408,Will only be shown if section headings are enabled,如果章節標題啟用才會顯示 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +9,Archive,檔案 -apps/frappe/frappe/public/js/frappe/socketio_client.js +357,File Upload,上傳文件 -DocType: Activity Log,Message,訊息 -DocType: Communication,Rating,評分 -DocType: Customize Form Field,"Print Width of the field, if the field is a column in a table",列印欄位的寬度,如果該字段是一個表中的列 -DocType: Dropbox Settings,Dropbox Access Key,Dropbox Access Key -apps/frappe/frappe/desk/form/utils.py +50,Wrong fieldname {0} in add_fetch configuration of custom script,自定義腳本的add_fetch配置中的字段名為{0} -DocType: Workflow State,headphones,頭戴耳機 -apps/frappe/frappe/email/doctype/email_account/email_account.py +76,Password is required or select Awaiting Password,需要密碼,或者選擇等待密碼 -DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,如replies@yourcomany.com。所有答复將得出這樣的收件箱。 -DocType: Slack Webhook URL,Slack Webhook URL,Slack Webhook網址 -DocType: Data Migration Run,Current Mapping,當前映射 -apps/frappe/frappe/templates/includes/login/login.js +39,Valid email and name required,需要有效的電子郵件和姓名 -DocType: DocType,Hide Heading,隱藏標題 -DocType: Address,Current,當前 -DocType: Address,Current,當前 -apps/frappe/frappe/config/core.py +17,Groups of DocTypes,文檔類型的組 -apps/frappe/frappe/config/integrations.py +93,Google Maps integration,Google地圖集成 -apps/frappe/frappe/templates/emails/password_reset.html +3,Reset your password,重置你的密碼 -apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +150,Show Weekends,顯示週末 -DocType: Workflow State,remove-circle,刪除圈 -DocType: Help Article,Beginner,初學者 -DocType: Contact,Is Primary Contact,是主要聯絡人 -apps/frappe/frappe/config/website.py +68,Javascript to append to the head section of the page.,Javascript附加到頁面的head區塊。 -apps/frappe/frappe/www/printview.py +80,Not allowed to print draft documents,不允許打印文件草案 -apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +12,Reset to defaults,重置為預設值 -DocType: Workflow,Transition Rules,過渡規則 -DocType: Workflow,Defines workflow states and rules for a document.,定義文檔工作流狀態和規則。 -DocType: Workflow State,Filter,過濾器 -apps/frappe/frappe/public/js/frappe/request.js +182,Internal Server Error,內部服務器錯誤 -apps/frappe/frappe/config/setup.py +133,Update many values at one time.,同時更新多個值。 -apps/frappe/frappe/model/document.py +646,Error: Document has been modified after you have opened it,錯誤:你已經打開了它之後,文件已被修改 -apps/frappe/frappe/core/doctype/activity_log/feed.py +56,{0} logged out: {1},{0}登出:{1} -apps/frappe/frappe/core/doctype/doctype/doctype.py +829,{0}: Cannot set Assign Submit if not Submittable,{0} :如果不可提交的話,便無法設為指定提交 -DocType: Social Login Key,Facebook,Facebook -apps/frappe/frappe/www/list.py +41,"Filtered by ""{0}""",通過過濾“{0}” -DocType: Salutation,Administrator,管理員 -DocType: Activity Log,Closed,關閉 -DocType: Blog Settings,Blog Title,部落格標題 -apps/frappe/frappe/core/doctype/role/role.py +20,Standard roles cannot be disabled,標準的角色不能被禁用 -apps/frappe/frappe/public/js/frappe/chat.js +1610,Chat Type,聊天類型 -DocType: Newsletter,Newsletter,新聞 -apps/frappe/frappe/model/db_query.py +616,Cannot use sub-query in order by,不能使用子查詢,以便 -DocType: Web Form,Button Help,按鈕幫助 -DocType: About Us Settings,Team Members,團隊成員 -apps/frappe/frappe/public/js/frappe/upload.js +252,Please attach a file or set a URL,請附上一個文件或設置一個URL -DocType: Chat Message,System Manager,系統管理器 -DocType: Custom DocPerm,Permissions,權限 -apps/frappe/frappe/config/integrations.py +83,Slack Webhooks for internal integration,Slack Webhooks用於內部集成 -DocType: Dropbox Settings,Allow Dropbox Access,讓Dropbox的訪問 -apps/frappe/frappe/core/doctype/deleted_document/deleted_document.js +11,Restore,恢復 -DocType: Auto Repeat,Auto Repeat,自動重複 -DocType: Bulk Update,"SQL Conditions. Example: status=""Open""",SQL條件。例如:狀態=“打開” -DocType: User,Get your globally recognized avatar from Gravatar.com,讓您的全球公認的化身,從Gravatar.com -apps/frappe/frappe/limits.py +32,"Your subscription expired on {0}. To renew, {1}.",您的訂閱過期於{0}。要續訂,{1}。 -DocType: Workflow State,plus-sign,加號 -apps/frappe/frappe/__init__.py +994,App {0} is not installed,未安裝應用程序{0} -DocType: Workflow State,Refresh,重新載入 -DocType: Event,Public,公開 -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +979,Nothing to show,沒有顯示 -DocType: System Settings,Enable Two Factor Auth,啟用雙因素認證 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +303,[Urgent] Error while creating recurring %s for %s,[緊急] 為%s 建立定期%s 時出錯 -DocType: Post,Liked By,喜歡通過 -DocType: DocField,Print Hide If No Value,打印隱藏如果沒有值 -DocType: Kanban Board Column,yellow,黃色 -apps/frappe/frappe/core/doctype/doctype/doctype.py +661,Is Published Field must be a valid fieldname,發布現場必須是有效的字段名 -apps/frappe/frappe/public/js/frappe/upload.js +26,Upload Attachment,上傳附件 -DocType: Block Module,Block Module,封鎖模組 -apps/frappe/frappe/core/doctype/version/version_view.html +14,New Value,新價值 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +513,No permission to edit,無權限進行編輯 -apps/frappe/frappe/www/contact.html +34,Your email address,您的電子郵件地址 -DocType: Desktop Icon,Module,模組 -DocType: Notification,Send Alert On,發送警示在 -DocType: Customize Form,"Customize Label, Print Hide, Default etc.",自定義標籤,列印隱藏,預設值等。 -apps/frappe/frappe/core/doctype/communication/communication.py +84,Please make sure the Reference Communication Docs are not circularly linked.,請確保參考通信文檔不是循環鏈接的。 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html +16,Create a New Format,建立新格式 -apps/frappe/frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py +39,Unable to create bucket: {0}. Change it to a more unique name.,無法創建存儲桶:{0}。將其更改為更獨特的名稱。 -DocType: Webhook,Request URL,請求URL -DocType: Customize Form,Is Table,為表 -apps/frappe/frappe/core/doctype/user_permission/user_permission.js +70,Apply User Permission for following DocTypes,為以下DocType應用用戶權限 -DocType: Email Account,Total number of emails to sync in initial sync process ,郵件的總數在初始同步過程同步 -DocType: Website Settings,Set Banner from Image,從圖像設置橫幅 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +359,Global Search,全球搜索 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +359,Global Search,全球搜索 -apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},已經在{0}為您創建一個新的帳戶 -apps/frappe/frappe/templates/includes/login/login.js +193,Instructions Emailed,電子郵件說明 -apps/frappe/frappe/templates/includes/login/login.js +193,Instructions Emailed,電子郵件說明 -apps/frappe/frappe/public/js/frappe/views/communication.js +528,Enter Email Recipient(s),輸入電子郵件收件人 -DocType: Print Format,Verdana,宋體 -DocType: Email Flag Queue,Email Flag Queue,電子郵件標誌隊列 -apps/frappe/frappe/config/setup.py +210,Stylesheets for Print Formats,打印格式樣式表 -apps/frappe/frappe/utils/bot.py +83,Can't identify open {0}. Try something else.,無法識別開{0}。嘗試別的東西。 -DocType: Auto Repeat,Reference Party,參考方 -apps/frappe/frappe/core/doctype/user/user.py +304,User {0} cannot be deleted,用戶{0}無法刪除 -DocType: System Settings,Currency Precision,貨幣精確度 -DocType: System Settings,Currency Precision,貨幣精確度 -apps/frappe/frappe/public/js/frappe/request.js +145,Another transaction is blocking this one. Please try again in a few seconds.,另一個事務阻塞這一個。請稍後再試。 -DocType: DocType,App,應用 -apps/frappe/frappe/public/js/frappe/views/interaction.js +311,The attachments could not be correctly linked to the new document,附件無法正確鏈接到新文檔 -DocType: Property Setter,Field Name,欄位名稱 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +139,module name...,模塊的名稱... -apps/frappe/frappe/templates/pages/integrations/payment-success.html +17,Continue,繼續 -DocType: Custom Field,Fieldname,欄位名稱 -DocType: Workflow State,certificate,證書 -DocType: User,Tile,瓦狀圖案 -apps/frappe/frappe/templates/includes/login/login.js +118,Verifying...,驗證中... -apps/frappe/frappe/core/doctype/data_import/exporter.py +64,First data column must be blank.,第一個數據列必須為空。 -apps/frappe/frappe/core/doctype/version/version.js +5,Show all Versions,顯示所有版本 -DocType: Workflow State,Print,列印 -apps/frappe/frappe/public/js/frappe/form/layout.js +108,Dashboard,儀表板 -apps/frappe/frappe/email/smtp.py +234,Unable to send emails at this time,無法在這個時候發送電子郵件 -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +87,Search or type a command,搜索或輸入命令 -DocType: Activity Log,Timeline Name,時間軸名稱 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +364,Add A New Rule,添加新的規則 -DocType: Contact,Sales Master Manager,銷售主檔經理 -DocType: User Permission,For Value,為價值 -DocType: GCalendar Account,Google Calendar ID,Google日曆ID -apps/frappe/frappe/www/complete_signup.html +13,One Last Step,最後一步 -apps/frappe/frappe/config/setup.py +105,Import Data,導入數據 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +60,Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,你想這個字段鏈接到該文檔類型(DOCTYPE)下的名稱。如客戶 -DocType: Role Profile,Roles Assigned,角色指定 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +143,Search Help,搜索幫助 -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.",查詢已收到。我們將儘快回覆郵件。如果您有任何其他的訊息,請回覆此郵件。 -DocType: GCalendar Account,Allow GCalendar Access,允許GCalendar訪問 -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,新增 -apps/frappe/frappe/integrations/doctype/gsuite_settings/gsuite_settings.py +82,Please set script URL on Gsuite Settings,請在Gsuite設置上設置腳本URL -DocType: Google Maps Settings,Google Maps Settings,谷歌地圖設置 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +11,Loading...,載入中... -DocType: DocField,Password,密碼 -apps/frappe/frappe/utils/response.py +194,Your system is being updated. Please refresh again after a few moments,您的系統正在更新。請在一段時間後再次刷新 -DocType: Blogger,Will be used in url (usually first name).,在URL(通常是第一個名字)將被使用。 -DocType: Auto Email Report,Day of Week,星期幾 -apps/frappe/frappe/public/js/frappe/form/controls/comment.js +19,Ctrl+Enter to add comment,Ctrl + Enter以添加評論 -apps/frappe/frappe/public/js/frappe/socketio_client.js +282,File Upload in Progress. Please try again in a few moments.,文件上傳正在進行中。請稍後重試。 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html +8,Edit Heading,編輯標題 -apps/frappe/frappe/email/doctype/email_group/email_group.js +28,Add Subscribers,添加訂閱 -apps/frappe/frappe/desk/doctype/event/event.py +116,Upcoming Events for Today,近期活動今日 -DocType: Notification Recipient,Email By Document Field,電子郵件通過文檔欄位 -DocType: Domain Settings,Domain Settings,域設置 -apps/frappe/frappe/core/page/usage_info/usage_info.js +20,Upgrade,升級 -apps/frappe/frappe/email/receive.py +64,Cannot connect: {0},無法連接:{0} -apps/frappe/frappe/utils/password_strength.py +184,A word by itself is easy to guess.,本身一個字很容易猜到。 -apps/frappe/frappe/utils/nestedset.py +223,Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node,合併是唯一可能的組到組或葉節點到葉節點 -apps/frappe/frappe/templates/includes/search_template.html +45,No matching records. Search something new,沒有符合條件的記錄。搜索新的東西 -DocType: Chat Profile,Away,遠 -DocType: Currency,Fraction Units,部分單位 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +530,{0} from {1} to {2},{0}從{1}到{2} -apps/frappe/frappe/public/js/frappe/ui/toolbar/user_progress_dialog.js +116,Mark as Done,標為已完成 -DocType: Chat Message,Type,類型 -DocType: Activity Log,Subject,主題 -apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html +13,Back to Desk,回到辦公桌 -DocType: Web Form,Amount Based On Field,用量以現場 -apps/frappe/frappe/core/doctype/docshare/docshare.py +34,User is mandatory for Share,用戶是強制性的分享 -DocType: DocField,Hidden,隱藏 -DocType: Web Form,Allow Incomplete Forms,允許不完整的表格 -apps/frappe/frappe/utils/print_format.py +126,PDF generation failed,PDF生成失敗 -apps/frappe/frappe/model/base_document.py +448,{0} must be set first,{0}必須先設定 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +311,Recurring Documents Failed,重複出現的文件失敗 -apps/frappe/frappe/utils/password_strength.py +38,"Use a few words, avoid common phrases.",用幾個字,避免常用短語。 -DocType: Workflow State,plane,飛機 -apps/frappe/frappe/core/doctype/data_import/exporter.py +66,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.",如果您上傳新的記錄,“命名系列”變成強制性的,如果存在的話。 -apps/frappe/frappe/email/doctype/notification/notification.js +97,Get Alerts for Today,買到今天通知 -apps/frappe/frappe/core/doctype/doctype/doctype.py +349,DocType can only be renamed by Administrator,DocType只能由管理員進行重命名 -apps/frappe/frappe/utils/oauth.py +146,Email not verified with {0},電子郵件未通過{0}驗證 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +541,changed value of {0},的改變後的值{0} -DocType: User,"If the user has any role checked,then the user becomes a ""System User"". ""System User"" has access to the desktop",如果用戶檢查了任何角色,則用戶變成“系統用戶”。 “系統用戶”可以訪問桌面 -apps/frappe/frappe/core/doctype/user/user.py +795,Please check your email for verification,請檢查您的電子郵件驗證 -apps/frappe/frappe/core/doctype/doctype/doctype.py +601,Fold can not be at the end of the form,折疊不能在表單的端 -DocType: Deleted Document,Deleted Name,刪除名稱 -apps/frappe/frappe/config/setup.py +14,System and Website Users,系統和網站用戶 -DocType: Workflow Document State,Doc Status,文件狀態 -DocType: Data Migration Run,Pull Update,拉更新 -DocType: Language,Language Code,語言代碼 -DocType: Dropbox Settings,Note: By default emails for failed backups are sent.,注意:默認情況下,會發送失敗備份的電子郵件。 -apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +256,"Your download is being built, this may take a few moments...",您的下載正在建立,這可能需要一些時間...... -apps/frappe/frappe/public/js/frappe/ui/filters/filter_list.js +144,Add Filter,新增過濾器 -apps/frappe/frappe/core/doctype/sms_settings/sms_settings.py +87,SMS sent to following numbers: {0},短信發送至以下號碼:{0} -apps/frappe/frappe/www/feedback.html +23,Your rating: ,你的評分: -apps/frappe/frappe/public/js/frappe/chat.js +2171,Start a conversation.,開始對話。 -DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",隨時添加“草案”標題打印文件草案 -DocType: Data Migration Run,Current Mapping Start,當前映射開始 -apps/frappe/frappe/core/doctype/communication/communication.js +240,Email has been marked as spam,電子郵件已被標記為垃圾郵件 -DocType: About Us Settings,Website Manager,網站管理 -apps/frappe/frappe/public/js/frappe/socketio_client.js +358,File Upload Disconnected. Please try again.,文件上傳已斷開連接。請再試一次。 -apps/frappe/frappe/public/js/frappe/views/translation_manager.js +48,Translations,翻譯 -apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +23,You selected Draft or Cancelled documents,您選擇了草稿或已取消的文檔 -apps/frappe/frappe/workflow/doctype/workflow_action/workflow_action.py +122,Document {0} has been set to state {1} by {2},文檔{0}已被{2}設置為狀態{1} -apps/frappe/frappe/model/document.py +1229,Document Queued,文檔排隊 -DocType: Desktop Icon,List,名單 -DocType: Activity Log,Link Name,鏈接名稱 -apps/frappe/frappe/core/doctype/doctype/doctype.py +536,Field {0} in row {1} cannot be hidden and mandatory without default,行{1}的欄位{0}若沒有預設值,則不能被隱藏及設為必須。 -DocType: System Settings,mm/dd/yyyy,mm/dd/yyyy -apps/frappe/frappe/core/doctype/user/user.py +935,Invalid Password: ,無效的密碼: -apps/frappe/frappe/core/doctype/user/user.py +935,Invalid Password: ,無效的密碼: -DocType: Print Settings,Send document web view link in email,發送電子郵件文件Web視圖鏈接 -apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,您的文檔反饋{0}保存成功 -apps/frappe/frappe/public/js/frappe/ui/slides.js +321,Previous,上一筆 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +595,{0} rows for {1},{0}的行{1} -DocType: Currency,"Sub-currency. For e.g. ""Cent""",子貨幣。如「美分」 -apps/frappe/frappe/data_migration/doctype/data_migration_connector/data_migration_connector.js +15,Connection Name,連接名稱 -apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +211,Select uploaded file,選擇上傳的文件 -DocType: Letter Head,Check this to make this the default letter head in all prints,勾選後,以本項作為所有列印的預設信頭 -DocType: Print Format,Server,服務器 -DocType: Desktop Icon,Link,鏈接 -apps/frappe/frappe/core/doctype/file/file.py +455,No file attached,沒有附加的文件 -DocType: S3 Backup Settings,Endpoint URL,端點URL -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +56,Charts,圖表 -DocType: User,Fill Screen,全螢幕 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +10,Permissions are automatically applied to Standard Reports and searches.,權限會自動應用於標準報告和搜索。 -apps/frappe/frappe/public/js/frappe/socketio_client.js +267,Upload Failed,上傳失敗 -apps/frappe/frappe/public/js/frappe/form/grid.js +681,Edit via Upload,通過上傳編輯 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,"document type..., e.g. customer",文檔類型...,如客戶 -apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +29,The Condition '{0}' is invalid,條件“{0}”無效 -DocType: Workflow State,barcode,條碼 -apps/frappe/frappe/model/db_query.py +202,Use of sub-query or function is restricted,子查詢或功能的使用受到限制 -apps/frappe/frappe/config/setup.py +254,Add your own translations,添加您自己的翻譯 -DocType: Country,Country Name,國家名稱 -DocType: About Us Team Member,About Us Team Member,關於我們的團隊成員 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.",權限為對角色和文件類型(DocTypes)的設定值,諸如讀取、寫入、建立、刪除、提交、取消、修改、報表、匯入、匯出、列印、寄信與用戶權限設定等的權限設定。 -apps/frappe/frappe/core/doctype/doctype/doctype.py +652,Image field must be a valid fieldname,圖像字段必須是有效的字段名 -DocType: Chat Token,Token,象徵 -DocType: Property Setter,ID (name) of the entity whose property is to be set,其屬性是要設定的實體的ID(名稱) -apps/frappe/frappe/limits.py +84,"To renew, {0}.",要續訂,{0}。 -DocType: Website Settings,Website Theme Image Link,網站主題圖像鏈接 -DocType: Web Form,Sidebar Items,邊欄項目 -DocType: Web Form,Show as Grid,顯示為網格 -apps/frappe/frappe/installer.py +69,App {0} already installed,已安裝App {0} -apps/frappe/frappe/printing/doctype/print_settings/print_settings.js +12,No Preview,沒有預覽 -DocType: Workflow State,exclamation-sign,驚嘆號標誌 -apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,顯示權限 -DocType: Data Import,New data will be inserted.,將插入新數據。 -apps/frappe/frappe/core/doctype/doctype/doctype.py +672,Timeline field must be a Link or Dynamic Link,時間軸字段必須是一個鏈接或動態鏈接 -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,日期範圍 -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +10,Gantt,甘特圖 -DocType: About Us Settings,Introduce your company to the website visitor.,對網站訪客介紹貴公司。 -apps/frappe/frappe/utils/password.py +149,"Encryption key is invalid, Please check site_config.json",加密密鑰無效,請檢查site_config.json -DocType: SMS Settings,Receiver Parameter,收受方參數 -DocType: Data Migration Mapping Detail,Remote Fieldname,遠程字段名稱 -apps/frappe/frappe/core/doctype/user/user.py +106,Cannot change user details in demo. Please signup for a new account at https://erpnext.com,演示中無法更改用戶詳細信息。請在https://erpnext.com註冊一個新帳戶 -apps/frappe/frappe/printing/doctype/print_format/print_format.js +18,Please duplicate this to make changes,請複製此做出改變 -apps/frappe/frappe/public/js/frappe/list/list_filter.js +99,Press Enter to save,按Enter鍵保存 -apps/frappe/frappe/utils/pdf.py +40,PDF generation failed because of broken image links,PDF生成,因為破碎的圖像鏈接失敗 -DocType: Print Settings,Font Size,字體大小 -DocType: System Settings,Disable Standard Email Footer,禁用標準電子郵件頁尾 -DocType: Workflow State,facetime-video,FaceTime的視頻 -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +78,1 comment,1條評論 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +493,viewed,觀看 -DocType: Notification,Days Before,前幾天 -DocType: Workflow State,volume-down,容積式 -apps/frappe/frappe/desk/reportview.py +269,No Tags,沒有標籤 -DocType: DocType,List View Settings,列表視圖設置 -DocType: Email Account,Send Notification to,通知發送到 -DocType: DocField,Collapsible,可折疊 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,已儲存 -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +51,What do you need help with?,你有什麼需要幫助的? -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Options for select. Each option on a new line.,對於選擇選項。在新的一行每個選項。 -DocType: Workflow State,music,音樂 -DocType: Website Theme,Text Styles,文字樣式 -apps/frappe/frappe/www/qrcode.html +3,QR Code,二維碼 -DocType: Chat Profile,Settings,設定 -DocType: Print Format,Style Settings,樣式設置 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +405,Y Axis Fields,Y軸場 -apps/frappe/frappe/core/doctype/doctype/doctype.py +683,Sort field {0} must be a valid fieldname,排序字段{0}必須是有效的字段名 -DocType: Contact,Sales Manager,銷售經理 -DocType: Print Format,Format Data,格式數據 -DocType: List Filter,Filter Name,過濾器名稱 -apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +512,Like,包含 -DocType: Customize Form Field,Customize Form Field,自定義表單域 -DocType: Website Settings,Chat Room Name,聊天室名稱 -DocType: OAuth Client,Grant Type,格蘭特類型 -apps/frappe/frappe/config/setup.py +57,Check which Documents are readable by a User,勾選那些文件是用戶可讀取的 -DocType: Deleted Document,Hub Sync ID,集線器同步ID -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +283,use % as wildcard,使用%作為通配符 -DocType: Auto Repeat,Quarterly,每季 -apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",電子郵件域名未配置此帳戶,創建一個嗎? -DocType: User,Reset Password Key,重設密碼鍵值 -apps/frappe/frappe/model/workflow.py +98,Illegal Document Status for {0},{0}的非法文檔狀態 -DocType: Email Account,Enable Auto Reply,啟用自動回复 -apps/frappe/frappe/core/doctype/error_log/error_log_list.js +7,Not Seen,沒見過 -apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +13,Reference DocType and Reference Name are required,參考的DocType和參考名稱是必需的 -DocType: User,Interest,利益 -apps/frappe/frappe/utils/jinja.py +51,Syntax error in template,模板語法錯誤 -DocType: DocField,Width,寬度 -DocType: Email Account,Notify if unreplied,如果沒有回复的通知 -apps/frappe/frappe/www/qrcode.html +14,Scan the QR Code and enter the resulting code displayed.,掃描QR碼並輸入顯示的結果代碼。 -DocType: System Settings,Minimum Password Score,最低密碼分數 -DocType: System Settings,Minimum Password Score,最低密碼分數 -DocType: DocType,Fields,欄位 -DocType: System Settings,Your organization name and address for the email footer.,您的組織名稱和地址為電子郵件的頁尾。 -apps/frappe/frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js +18,S3 Backup complete!,S3備份完成! -apps/frappe/frappe/config/desktop.py +60,Developer,開發者 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +178,Created,創建 -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +38,{0} in row {1} cannot have both URL and child items,第{1}行的{0}不能同時有URL和子項 -apps/frappe/frappe/utils/nestedset.py +196,Root {0} cannot be deleted,root{0}無法刪除 -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +75,No comments yet,還沒有評論 -apps/frappe/frappe/core/doctype/system_settings/system_settings.py +32,"Please setup SMS before setting it as an authentication method, via SMS Settings",請通過SMS設置將其設置為身份驗證方式之前設置短信 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +126,Both DocType and Name required,既需要的DocType和名稱 -apps/frappe/frappe/model/document.py +682,Cannot change docstatus from 1 to 0,不能改變docstatus從1到0 -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +41,Take Backup Now,就拿立即備份 -DocType: Contact,Open,開 -DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,定義了國家行動和下一步和允許的角色。 -DocType: Data Migration Mapping,Remote Objectname,遠程對象名稱 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",作為最佳實踐,不分配相同的一組權限的規則不同角色。相反,設置多個角色,以相同的用戶。 -apps/frappe/frappe/www/confirm_workflow_action.html +4,Please confirm your action to {0} this document.,請確認您對{0}此文檔的操作。 -apps/frappe/frappe/public/js/frappe/social/social_home.js +33,Create Post,創建帖子 -apps/frappe/frappe/desk/doctype/event/event.js +24,Add Participants,添加參與者 -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,Only {0} emailed reports are allowed per user,只有{0}電子郵件報告是每個用戶可以 -DocType: Address,Address Title,地址名稱 -DocType: Website Settings,Footer Items,頁腳項目 -apps/frappe/frappe/public/js/frappe/form/toolbar.js +188,Request Feedback,請求反饋 -apps/frappe/frappe/public/js/frappe/ui/page.html +23,Menu,選單 -DocType: DefaultValue,DefaultValue,預設值 -apps/frappe/frappe/config/setup.py +19,User Roles,用戶角色 -DocType: Property Setter,Property Setter overrides a standard DocType or Field property,物業二傳手覆蓋標準的DocType或實地房產 -apps/frappe/frappe/core/doctype/user/user.py +727,Cannot Update: Incorrect / Expired Link.,無法更新:不正確的/過期的鏈接。 -apps/frappe/frappe/utils/password_strength.py +70,Better add a few more letters or another word,最好加幾個字母或一個字 -apps/frappe/frappe/twofactor.py +237,One Time Password (OTP) Registration Code from {},來自{}的一次性密碼(OTP)註冊碼 -DocType: DocField,Set Only Once,設置一次 -DocType: Email Queue Recipient,Email Queue Recipient,電子郵件收件人排隊 -DocType: Address,Nagaland,那加蘭邦 -apps/frappe/frappe/core/doctype/user/user.py +417,Username {0} already exists,用戶名{0}已存在 -apps/frappe/frappe/core/doctype/doctype/doctype.py +835,{0}: Cannot set import as {1} is not importable,{0} :無法設定導入,因為{1}不是可導入的 -apps/frappe/frappe/contacts/doctype/address/address.py +115,There is an error in your Address Template {0},有一個在你的地址模板錯誤{0} -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +85,{0} is an invalid email address in 'Recipients',{0}是“收件人”中的無效電子郵件地址 -DocType: User,Allow Desktop Icon,允許桌面圖標 -DocType: Footer Item,"target = ""_blank""",目標=“_blank” -DocType: Workflow State,hdd,硬盤 -DocType: Integration Request,Host,主辦 -apps/frappe/frappe/desk/doctype/kanban_board/kanban_board.py +57,Column {0} already exist.,列{0}已經存在。 -DocType: S3 Backup Settings,Secret Access Key,秘密訪問密鑰 -apps/frappe/frappe/core/doctype/user/user.py +1018,OTP Secret has been reset. Re-registration will be required on next login.,OTP Secret已被重置。下次登錄時需要重新註冊。 -DocType: Communication,From Full Name,從全名 -apps/frappe/frappe/desk/query_report.py +23,You don't have access to Report: {0},您沒有訪問報告:{0} -DocType: User,Send Welcome Email,發送歡迎電子郵件 -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +269,Remove Filter,刪除過濾器 -DocType: Web Form Field,Show in filter,在過濾器中顯示 -DocType: Address,Daman and Diu,達曼和迪烏 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +262,Project,專案 -DocType: Address,Personal,個人 -apps/frappe/frappe/config/setup.py +125,Bulk Rename,批次重命名 -DocType: Email Queue,Show as cc,顯示為CC -DocType: DocField,Heading,標題 -DocType: Workflow State,resize-vertical,調整大小-垂直 -apps/frappe/frappe/public/js/frappe/ui/capture.js +188,Take Video,以視頻 -DocType: Contact Us Settings,Introductory information for the Contact Us Page,聯絡我們頁面的介紹資訊 -apps/frappe/frappe/core/doctype/page/page.py +37,Not in Developer Mode,不開發模式 -apps/frappe/frappe/desk/page/backups/backups.py +79,File backup is ready,文件備份就緒 -DocType: DocField,In Global Search,在全球搜索 -DocType: System Settings,Brute Force Security,蠻力安全 -DocType: Workflow State,indent-left,左邊縮排 -apps/frappe/frappe/core/doctype/file/file.py +695,It is risky to delete this file: {0}. Please contact your System Manager.,刪除這個文件是有風險的:{0}。請聯絡您的系統管理員。 -DocType: Currency,Currency Name,貨幣名稱 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +175,No Emails,沒有電子郵件 -apps/frappe/frappe/workflow/doctype/workflow_action/workflow_action.py +121,Link Expired,鏈接已過期 -apps/frappe/frappe/database/schema.py +175,"Reverting length to {0} for '{1}' in '{2}'; +"Mandatory fields required in table {0}, Row {1}",在表{0}需要強制字段,行{1} +Capitalization doesn't help very much.,資本沒有太大幫助。 +Friendly Title,友情標題 +Email Sent?,郵件發送? +Toggle Chart,切換圖表 +Did not cancel,沒有取消 +Client Information,客戶信息 +Logged in as Guest or Administrator,登錄為來賓或管理員 +UNSEEN,看不見 +Braintree Settings,Braintree設置 +lowercase,小寫 +Save Filter,保存過濾器 +Helvetica,黑體 +Cannot delete {0},無法刪除{0} +Jharkhand,恰爾肯德邦 +Newsletter has already been sent,新聞已發送 +"Login session expired, refresh page to retry",登錄會話過期,刷新頁面重試 +Email Unsubscribe,電子郵件退訂 +Select an image of approx width 150px with a transparent background for best results.,選擇約寬150像素的透明背景圖像以獲得最佳效果。 +Third Party Apps,第三方應用 +The first user will become the System Manager (you can change this later).,第一個用戶將成為系統管理器(你可以改變這個版本)。 +DocType must be Submittable for the selected Doc Event,DocType必須為所選Doc事件提交 +App Installer,應用程序安裝程序 +circle-arrow-up,圓圈箭頭向上 +Email Domain,電子郵件域名 +italic,斜體 +{0}: Cannot set Import without Create,{0} :沒有建立則無法設定導入 +Enter url parameter for message,輸入url參數的訊息 +View report in your browser,在瀏覽器中查看報告 +Event and other calendars.,事件和其他日曆。 +All fields are necessary to submit the comment.,所有字段都必須提交評論。 +Printer Name,打印機名稱 +Drag to sort columns,拖動進行排序的列 +Widths can be set in px or %.,寬度可以在像素或%設定。 +Start,開始 +First Name,名字 +LDAP Username Field,LDAP用戶名字段 +Standard Sidebar Menu,標準工具欄菜單 +Cannot delete Home and Attachments folders,無法刪除首頁和附件的文件夾 +Files,檔 +Permissions get applied on Users based on what Roles they are assigned.,套用於用戶的權限設定是根據該用戶被指定的角色而定。 +You are not allowed to send emails related to this document,你不被允許發送與此相關的文檔的電子郵件 +Please select atleast 1 column from {0} to sort/group,請選擇從{0}進行排序/組ATLEAST 1柱 +Check this if you are testing your payment using the Sandbox API,檢查這個,如果你正在測試使用沙盒API付款 +You are not allowed to delete a standard Website Theme,你不允許刪除標準的網站主題 +Log Details,日誌詳情 +Example,例 +Webhook Header,Webhook標題 +Print Server,打印服務器 +gift,禮物 +Completed By,完成 +Assign a permission level to the field.,指定該欄位的權限級別。 +Cannot Remove,無法刪除 +The resource you are looking for is not available,您正在查找的資源不可用 +Mark as Read,標記為已讀 +Disable Report,禁用報告 +Apply Text Styles,應用文本樣式 +Detailed feedback,詳細的反饋 +Pull,拉 +JavaScript Format: frappe.query_reports['REPORTNAME'] = {},JavaScript的格式:frappe.query_reports ['REPORTNAME'] = {} +chevron-up,人字形-上 +Allow Guest to View,允許訪客查看 +Documentation,文檔 +Delete {0} items permanently?,刪除{0}項目永久? +Not Allowed,不允許 +Internal record of document shares,文件股內部記錄 +Comment,評論 +Postprocess Method,後處理方法 +"You can change Submitted documents by cancelling them and then, amending them.",您可以通過取消他們,然後,對其進行修正更改已提交的文件。 +Update records,更新記錄 +Invalid module path,無效的模塊路徑 +Display,顯示 +Total Subscribers,用戶總數 +"If a Role does not have access at Level 0, then higher levels are meaningless.",如果角色沒有訪問權限級別為0級,那麼更高的水平是沒有意義的。 +Save As,另存為 +Seen,可見 +Show more details,查看更多詳情 +Run scheduled jobs only if checked,僅執行勾選的排定工作 +Will only be shown if section headings are enabled,如果章節標題啟用才會顯示 +Archive,檔案 +File Upload,上傳文件 +Message,訊息 +Rating,評分 +"Print Width of the field, if the field is a column in a table",列印欄位的寬度,如果該字段是一個表中的列 +Dropbox Access Key,Dropbox Access Key, +Wrong fieldname {0} in add_fetch configuration of custom script,自定義腳本的add_fetch配置中的字段名為{0} +headphones,頭戴耳機 +Password is required or select Awaiting Password,需要密碼,或者選擇等待密碼 +e.g. replies@yourcomany.com. All replies will come to this inbox.,如replies@yourcomany.com。所有答复將得出這樣的收件箱。 +Slack Webhook URL,Slack Webhook網址 +Current Mapping,當前映射 +Valid email and name required,需要有效的電子郵件和姓名 +Hide Heading,隱藏標題 +Current,當前 +Current,當前 +Groups of DocTypes,文檔類型的組 +Google Maps integration,Google地圖集成 +Reset your password,重置你的密碼 +Show Weekends,顯示週末 +remove-circle,刪除圈 +Beginner,初學者 +Is Primary Contact,是主要聯絡人 +Javascript to append to the head section of the page.,Javascript附加到頁面的head區塊。 +Not allowed to print draft documents,不允許打印文件草案 +Reset to defaults,重置為預設值 +Transition Rules,過渡規則 +Defines workflow states and rules for a document.,定義文檔工作流狀態和規則。 +Filter,過濾器 +Internal Server Error,內部服務器錯誤 +Update many values at one time.,同時更新多個值。 +Error: Document has been modified after you have opened it,錯誤:你已經打開了它之後,文件已被修改 +{0} logged out: {1},{0}登出:{1} +{0}: Cannot set Assign Submit if not Submittable,{0} :如果不可提交的話,便無法設為指定提交 +Facebook,Facebook, +"Filtered by ""{0}""",通過過濾“{0}” +Administrator,管理員 +Closed,關閉 +Blog Title,部落格標題 +Standard roles cannot be disabled,標準的角色不能被禁用 +Chat Type,聊天類型 +Newsletter,新聞 +Cannot use sub-query in order by,不能使用子查詢,以便 +Button Help,按鈕幫助 +Team Members,團隊成員 +Please attach a file or set a URL,請附上一個文件或設置一個URL, +System Manager,系統管理器 +Permissions,權限 +Slack Webhooks for internal integration,Slack Webhooks用於內部集成 +Allow Dropbox Access,讓Dropbox的訪問 +Restore,恢復 +Auto Repeat,自動重複 +"SQL Conditions. Example: status=""Open""",SQL條件。例如:狀態=“打開” +Get your globally recognized avatar from Gravatar.com,讓您的全球公認的化身,從Gravatar.com, +"Your subscription expired on {0}. To renew, {1}.",您的訂閱過期於{0}。要續訂,{1}。 +plus-sign,加號 +App {0} is not installed,未安裝應用程序{0} +Refresh,重新載入 +Public,公開 +Nothing to show,沒有顯示 +Enable Two Factor Auth,啟用雙因素認證 +[Urgent] Error while creating recurring %s for %s,[緊急] 為%s 建立定期%s 時出錯 +Liked By,喜歡通過 +Print Hide If No Value,打印隱藏如果沒有值 +yellow,黃色 +Is Published Field must be a valid fieldname,發布現場必須是有效的字段名 +Upload Attachment,上傳附件 +Block Module,封鎖模組 +New Value,新價值 +No permission to edit,無權限進行編輯 +Your email address,您的電子郵件地址 +Module,模組 +Send Alert On,發送警示在 +"Customize Label, Print Hide, Default etc.",自定義標籤,列印隱藏,預設值等。 +Please make sure the Reference Communication Docs are not circularly linked.,請確保參考通信文檔不是循環鏈接的。 +Create a New Format,建立新格式 +Unable to create bucket: {0}. Change it to a more unique name.,無法創建存儲桶:{0}。將其更改為更獨特的名稱。 +Request URL,請求URL, +Is Table,為表 +Apply User Permission for following DocTypes,為以下DocType應用用戶權限 +Total number of emails to sync in initial sync process ,郵件的總數在初始同步過程同步 +Set Banner from Image,從圖像設置橫幅 +Global Search,全球搜索 +Global Search,全球搜索 +A new account has been created for you at {0},已經在{0}為您創建一個新的帳戶 +Instructions Emailed,電子郵件說明 +Instructions Emailed,電子郵件說明 +Enter Email Recipient(s),輸入電子郵件收件人 +Verdana,宋體 +Email Flag Queue,電子郵件標誌隊列 +Stylesheets for Print Formats,打印格式樣式表 +Can't identify open {0}. Try something else.,無法識別開{0}。嘗試別的東西。 +Reference Party,參考方 +User {0} cannot be deleted,用戶{0}無法刪除 +Currency Precision,貨幣精確度 +Currency Precision,貨幣精確度 +Another transaction is blocking this one. Please try again in a few seconds.,另一個事務阻塞這一個。請稍後再試。 +App,應用 +The attachments could not be correctly linked to the new document,附件無法正確鏈接到新文檔 +Field Name,欄位名稱 +module name...,模塊的名稱... +Continue,繼續 +Fieldname,欄位名稱 +certificate,證書 +Tile,瓦狀圖案 +Verifying...,驗證中... +First data column must be blank.,第一個數據列必須為空。 +Show all Versions,顯示所有版本 +Print,列印 +Dashboard,儀表板 +Unable to send emails at this time,無法在這個時候發送電子郵件 +Search or type a command,搜索或輸入命令 +Timeline Name,時間軸名稱 +Add A New Rule,添加新的規則 +Sales Master Manager,銷售主檔經理 +For Value,為價值 +Google Calendar ID,Google日曆ID, +One Last Step,最後一步 +Import Data,導入數據 +Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,你想這個字段鏈接到該文檔類型(DOCTYPE)下的名稱。如客戶 +Roles Assigned,角色指定 +Search Help,搜索幫助 +Search Help,搜索幫助 +Parent Label,父標籤 +"Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail.",查詢已收到。我們將儘快回覆郵件。如果您有任何其他的訊息,請回覆此郵件。 +Allow GCalendar Access,允許GCalendar訪問 +Login token required,需要登錄令牌 +Repeat Till,重複直到 +New,新增 +Please set script URL on Gsuite Settings,請在Gsuite設置上設置腳本URL, +Google Maps Settings,谷歌地圖設置 +Loading...,載入中... +Password,密碼 +Your system is being updated. Please refresh again after a few moments,您的系統正在更新。請在一段時間後再次刷新 +Will be used in url (usually first name).,在URL(通常是第一個名字)將被使用。 +Day of Week,星期幾 +Ctrl+Enter to add comment,Ctrl + Enter以添加評論 +File Upload in Progress. Please try again in a few moments.,文件上傳正在進行中。請稍後重試。 +Edit Heading,編輯標題 +Add Subscribers,添加訂閱 +Upcoming Events for Today,近期活動今日 +Email By Document Field,電子郵件通過文檔欄位 +Domain Settings,域設置 +Upgrade,升級 +Cannot connect: {0},無法連接:{0} +A word by itself is easy to guess.,本身一個字很容易猜到。 +Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node,合併是唯一可能的組到組或葉節點到葉節點 +No matching records. Search something new,沒有符合條件的記錄。搜索新的東西 +Away,遠 +Fraction Units,部分單位 +{0} from {1} to {2},{0}從{1}到{2} +Mark as Done,標為已完成 +Type,類型 +Subject,主題 +Back to Desk,回到辦公桌 +Amount Based On Field,用量以現場 +User is mandatory for Share,用戶是強制性的分享 +Hidden,隱藏 +Allow Incomplete Forms,允許不完整的表格 +PDF generation failed,PDF生成失敗 +{0} must be set first,{0}必須先設定 +Recurring Documents Failed,重複出現的文件失敗 +"Use a few words, avoid common phrases.",用幾個字,避免常用短語。 +plane,飛機 +"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.",如果您上傳新的記錄,“命名系列”變成強制性的,如果存在的話。 +Get Alerts for Today,買到今天通知 +DocType can only be renamed by Administrator,DocType只能由管理員進行重命名 +Email not verified with {0},電子郵件未通過{0}驗證 +changed value of {0},的改變後的值{0} +"If the user has any role checked,then the user becomes a ""System User"". ""System User"" has access to the desktop",如果用戶檢查了任何角色,則用戶變成“系統用戶”。 “系統用戶”可以訪問桌面 +Please check your email for verification,請檢查您的電子郵件驗證 +Fold can not be at the end of the form,折疊不能在表單的端 +Deleted Name,刪除名稱 +System and Website Users,系統和網站用戶 +Doc Status,文件狀態 +Pull Update,拉更新 +Language Code,語言代碼 +Note: By default emails for failed backups are sent.,注意:默認情況下,會發送失敗備份的電子郵件。 +"Your download is being built, this may take a few moments...",您的下載正在建立,這可能需要一些時間...... +Add Filter,新增過濾器 +SMS sent to following numbers: {0},短信發送至以下號碼:{0} +Your rating: ,你的評分: +Start a conversation.,開始對話。 +"Always add ""Draft"" Heading for printing draft documents",隨時添加“草案”標題打印文件草案 +Current Mapping Start,當前映射開始 +Email has been marked as spam,電子郵件已被標記為垃圾郵件 +Website Manager,網站管理 +File Upload Disconnected. Please try again.,文件上傳已斷開連接。請再試一次。 +Translations,翻譯 +You selected Draft or Cancelled documents,您選擇了草稿或已取消的文檔 +Document {0} has been set to state {1} by {2},文檔{0}已被{2}設置為狀態{1} +Document Queued,文檔排隊 +List,名單 +Link Name,鏈接名稱 +Field {0} in row {1} cannot be hidden and mandatory without default,行{1}的欄位{0}若沒有預設值,則不能被隱藏及設為必須。 +mm/dd/yyyy,mm/dd/yyyy, +Invalid Password: ,無效的密碼: +Invalid Password: ,無效的密碼: +Send document web view link in email,發送電子郵件文件Web視圖鏈接 +Your Feedback for document {0} is saved successfully,您的文檔反饋{0}保存成功 +Previous,上一筆 +{0} rows for {1},{0}的行{1} +"Sub-currency. For e.g. ""Cent""",子貨幣。如「美分」 +Connection Name,連接名稱 +Select uploaded file,選擇上傳的文件 +Check this to make this the default letter head in all prints,勾選後,以本項作為所有列印的預設信頭 +Server,服務器 +Link,鏈接 +No file attached,沒有附加的文件 +Endpoint URL,端點URL, +Charts,圖表 +Fill Screen,全螢幕 +Permissions are automatically applied to Standard Reports and searches.,權限會自動應用於標準報告和搜索。 +Upload Failed,上傳失敗 +Edit via Upload,通過上傳編輯 +"document type..., e.g. customer",文檔類型...,如客戶 +The Condition '{0}' is invalid,條件“{0}”無效 +barcode,條碼 +Use of sub-query or function is restricted,子查詢或功能的使用受到限制 +Add your own translations,添加您自己的翻譯 +Country Name,國家名稱 +About Us Team Member,關於我們的團隊成員 +"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.",權限為對角色和文件類型(DocTypes)的設定值,諸如讀取、寫入、建立、刪除、提交、取消、修改、報表、匯入、匯出、列印、寄信與用戶權限設定等的權限設定。 +Image field must be a valid fieldname,圖像字段必須是有效的字段名 +Token,象徵 +ID (name) of the entity whose property is to be set,其屬性是要設定的實體的ID(名稱) +"To renew, {0}.",要續訂,{0}。 +Website Theme Image Link,網站主題圖像鏈接 +Sidebar Items,邊欄項目 +Show as Grid,顯示為網格 +App {0} already installed,已安裝App {0} +No Preview,沒有預覽 +exclamation-sign,驚嘆號標誌 +Show Permissions,顯示權限 +New data will be inserted.,將插入新數據。 +Timeline field must be a Link or Dynamic Link,時間軸字段必須是一個鏈接或動態鏈接 +Date Range,日期範圍 +Gantt,甘特圖 +Introduce your company to the website visitor.,對網站訪客介紹貴公司。 +"Encryption key is invalid, Please check site_config.json",加密密鑰無效,請檢查site_config.json, +Receiver Parameter,收受方參數 +Remote Fieldname,遠程字段名稱 +Cannot change user details in demo. Please signup for a new account at https://erpnext.com,演示中無法更改用戶詳細信息。請在https://erpnext.com註冊一個新帳戶 +Please duplicate this to make changes,請複製此做出改變 +Press Enter to save,按Enter鍵保存 +PDF generation failed because of broken image links,PDF生成,因為破碎的圖像鏈接失敗 +Font Size,字體大小 +Disable Standard Email Footer,禁用標準電子郵件頁尾 +facetime-video,FaceTime的視頻 +1 comment,1條評論 +viewed,觀看 +Days Before,前幾天 +volume-down,容積式 +No Tags,沒有標籤 +List View Settings,列表視圖設置 +Send Notification to,通知發送到 +Collapsible,可折疊 +Saved,已儲存 +What do you need help with?,你有什麼需要幫助的? +Options for select. Each option on a new line.,對於選擇選項。在新的一行每個選項。 +music,音樂 +Text Styles,文字樣式 +QR Code,二維碼 +Settings,設定 +Style Settings,樣式設置 +Y Axis Fields,Y軸場 +Sort field {0} must be a valid fieldname,排序字段{0}必須是有效的字段名 +Sales Manager,銷售經理 +Format Data,格式數據 +Filter Name,過濾器名稱 +Like,包含 +Customize Form Field,自定義表單域 +Chat Room Name,聊天室名稱 +Grant Type,格蘭特類型 +Check which Documents are readable by a User,勾選那些文件是用戶可讀取的 +Hub Sync ID,集線器同步ID, +use % as wildcard,使用%作為通配符 +Quarterly,每季 +"Email Domain not configured for this account, Create one?",電子郵件域名未配置此帳戶,創建一個嗎? +Reset Password Key,重設密碼鍵值 +Illegal Document Status for {0},{0}的非法文檔狀態 +Enable Auto Reply,啟用自動回复 +Not Seen,沒見過 +Reference DocType and Reference Name are required,參考的DocType和參考名稱是必需的 +Interest,利益 +Syntax error in template,模板語法錯誤 +Width,寬度 +Notify if unreplied,如果沒有回复的通知 +Scan the QR Code and enter the resulting code displayed.,掃描QR碼並輸入顯示的結果代碼。 +Minimum Password Score,最低密碼分數 +Minimum Password Score,最低密碼分數 +Fields,欄位 +Your organization name and address for the email footer.,您的組織名稱和地址為電子郵件的頁尾。 +S3 Backup complete!,S3備份完成! +Developer,開發者 +Created,創建 +{0} in row {1} cannot have both URL and child items,第{1}行的{0}不能同時有URL和子項 +Root {0} cannot be deleted,root{0}無法刪除 +No comments yet,還沒有評論 +"Please setup SMS before setting it as an authentication method, via SMS Settings",請通過SMS設置將其設置為身份驗證方式之前設置短信 +Both DocType and Name required,既需要的DocType和名稱 +Cannot change docstatus from 1 to 0,不能改變docstatus從1到0, +Take Backup Now,就拿立即備份 +Open,開 +Defines actions on states and the next step and allowed roles.,定義了國家行動和下一步和允許的角色。 +Remote Objectname,遠程對象名稱 +"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",作為最佳實踐,不分配相同的一組權限的規則不同角色。相反,設置多個角色,以相同的用戶。 +Please confirm your action to {0} this document.,請確認您對{0}此文檔的操作。 +Create Post,創建帖子 +Add Participants,添加參與者 +Only {0} emailed reports are allowed per user,只有{0}電子郵件報告是每個用戶可以 +Address Title,地址名稱 +Footer Items,頁腳項目 +Request Feedback,請求反饋 +Menu,選單 +DefaultValue,預設值 +User Roles,用戶角色 +Property Setter overrides a standard DocType or Field property,物業二傳手覆蓋標準的DocType或實地房產 +Cannot Update: Incorrect / Expired Link.,無法更新:不正確的/過期的鏈接。 +Better add a few more letters or another word,最好加幾個字母或一個字 +One Time Password (OTP) Registration Code from {},來自{}的一次性密碼(OTP)註冊碼 +Set Only Once,設置一次 +Email Queue Recipient,電子郵件收件人排隊 +Nagaland,那加蘭邦 +Username {0} already exists,用戶名{0}已存在 +{0}: Cannot set import as {1} is not importable,{0} :無法設定導入,因為{1}不是可導入的 +There is an error in your Address Template {0},有一個在你的地址模板錯誤{0} +{0} is an invalid email address in 'Recipients',{0}是“收件人”中的無效電子郵件地址 +Allow Desktop Icon,允許桌面圖標 +"target = ""_blank""",目標=“_blank” +hdd,硬盤 +Host,主辦 +Column {0} already exist.,列{0}已經存在。 +Secret Access Key,秘密訪問密鑰 +OTP Secret has been reset. Re-registration will be required on next login.,OTP Secret已被重置。下次登錄時需要重新註冊。 +From Full Name,從全名 +You don't have access to Report: {0},您沒有訪問報告:{0} +Send Welcome Email,發送歡迎電子郵件 +Remove Filter,刪除過濾器 +Show in filter,在過濾器中顯示 +Daman and Diu,達曼和迪烏 +Project,專案 +Personal,個人 +Bulk Rename,批次重命名 +Show as cc,顯示為CC, +Heading,標題 +resize-vertical,調整大小-垂直 +Take Video,以視頻 +Introductory information for the Contact Us Page,聯絡我們頁面的介紹資訊 +Not in Developer Mode,不開發模式 +File backup is ready,文件備份就緒 +In Global Search,在全球搜索 +Brute Force Security,蠻力安全 +indent-left,左邊縮排 +It is risky to delete this file: {0}. Please contact your System Manager.,刪除這個文件是有風險的:{0}。請聯絡您的系統管理員。 +Currency Name,貨幣名稱 +No Emails,沒有電子郵件 +Link Expired,鏈接已過期 +"Reverting length to {0} for '{1}' in '{2}'; Setting the length as {3} will cause truncation of data.",將“{2}”中的“{1}”的長度恢復為{0};將長度設置為{3}將導致數據截斷。 -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +795,Select File Format,選擇文件格式 -DocType: File,Content Hash,內容Hash值 -DocType: User,Stores the JSON of last known versions of various installed apps. It is used to show release notes.,儲存最後安裝版本之應用程式的JSON。用來顯示發行說明。 -DocType: Website Theme,Google Font (Text),谷歌字體(文本) -DocType: DocType,MyISAM,MyISAM數據 -DocType: Data Migration Run,Push Delete,推刪除 -apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +31,{0} already unsubscribed for {1} {2},{0}已經退訂給{1} {2} -DocType: Auto Repeat,Stopped,停止 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +318,Did not remove,沒有刪除 -apps/frappe/frappe/desk/like.py +89,Liked,喜歡 -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send Now,立即發送 -apps/frappe/frappe/core/doctype/doctype/doctype.py +78,"Standard DocType cannot have default print format, use Customize Form",標準DocType不能具有默認打印格式,請使用自定義表單 -apps/frappe/frappe/core/doctype/doctype/doctype.py +78,"Standard DocType cannot have default print format, use Customize Form",標準DocType不能具有默認打印格式,請使用自定義表單 -DocType: Report,Query,查詢 -apps/frappe/frappe/core/doctype/doctype/doctype.py +544,'In List View' not allowed for type {0} in row {1},“在列表視圖中”第{1}行的類型{0}不允許 -DocType: Custom Field,Select the label after which you want to insert new field.,之後要插入新字段中選擇的標籤。 -,Document Share Report,文檔分享舉報 -DocType: Social Login Key,Base URL,基本網址 -DocType: User,Last Login,上次登錄 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +216,You can't set 'Translatable' for field {0},您無法為字段{0}設置“可翻譯” -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,柱 -DocType: Chat Profile,Chat Profile,聊天檔案 -DocType: Custom Field,Adds a custom field to a DocType,添加自定義字段,以一個DOCTYPE -DocType: File,Is Home Folder,是主文件夾 -apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0}不是有效的電子郵件地址 -apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +63,Select atleast 1 record for printing,選擇打印ATLEAST 1紀錄 -apps/frappe/frappe/core/doctype/has_role/has_role.py +12,User '{0}' already has the role '{1}',用戶“{0}”已經擁有了角色“{1}” -DocType: System Settings,Two Factor Authentication method,雙因素認證方法 -apps/frappe/frappe/website/doctype/website_slideshow/website_slideshow.js +7,First set the name and save the record.,首先設置名稱並保存記錄。 -apps/frappe/frappe/email/queue.py +276,Unsubscribe,退訂 -DocType: View log,Reference Name,參考名稱 -apps/frappe/frappe/public/js/frappe/views/translation_manager.js +13,Update Translations,更新翻譯 -DocType: Activity Log,Activity Log,活動日誌 -DocType: View log,Viewed By,由...觀看 -DocType: DocType,Single Types have only one record no tables associated. Values are stored in tabSingles,單一類型只有一個記錄關聯的表。值被存儲在tabSingles -DocType: System Settings,Enable Password Policy,啟用密碼策略 -DocType: System Settings,Enable Password Policy,啟用密碼策略 -DocType: Web Form,"List as [{""label"": _(""Jobs""), ""route"":""jobs""}]",名單[{“標籤”:_(“作業”),“路線”:“工作”}] -apps/frappe/frappe/custom/doctype/property_setter/property_setter.py +28,Field type cannot be changed for {0},{0}不能更改字段類型 -DocType: Workflow,Rules defining transition of state in the workflow.,規則乃定義作業流程內狀態的轉變 -DocType: File,Folder,文件夾 -DocType: Email Group,Newsletter Manager,通訊經理 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,選項1 -apps/frappe/frappe/config/setup.py +87,Log of error during requests.,錯誤的過程中請求日誌。 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +199,{0} has been successfully added to the Email Group.,{0}已成功添加到電子郵件組。 -apps/frappe/frappe/public/js/frappe/form/grid.js +697,Do not edit headers which are preset in the template,不要編輯模板中預設的標題 -apps/frappe/frappe/twofactor.py +225,Login Verification Code from {},登錄驗證碼從{} -DocType: Address,Pondicherry,本地治裡 -DocType: Data Import,Import Status,導入狀態 -apps/frappe/frappe/public/js/frappe/upload.js +427,Make file(s) private or public?,製作文件(S)的私人或公共? -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +35,Scheduled to send to {0},要寄送給{0}的排程 -DocType: DocShare,Everyone,大家 -DocType: Workflow State,backward,落後 -apps/frappe/frappe/core/doctype/doctype/doctype.py +784,"{0}: Only one rule allowed with the same Role, Level and {1}",{0}:只具允許有一個同的角色,級別和{1} -DocType: Email Queue,Add Unsubscribe Link,添加退訂鏈接 -apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,還沒有評論。開始一個新的討論。 -apps/frappe/frappe/limits.py +35,"Your subscription expired on {0}. To renew, please send an email to {1}.",您的訂閱過期於{0}。要續訂,請發送電子郵件至{1}。 -apps/frappe/frappe/config/setup.py +119,Set numbering series for transactions.,設置編號系列交易。 -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +61,Configure Charts,配置圖表 -apps/frappe/frappe/desk/like.py +38,You cannot like something that you created,你可以不喜歡你創造的東西 -DocType: User,Last IP,最後一個IP -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +403,Please add a subject to your email,請在您的電子郵件中添加主題 -apps/frappe/frappe/core/page/usage_info/usage_info.js +20,Renew / Upgrade,更新/升級 -apps/frappe/frappe/share.py +154,A new document {0} has been shared by with you {1}.,與您分享了新的文檔{0} {1}。 -DocType: Data Migration Connector,Data Migration Connector,數據遷移連接器 -DocType: Email Account,Track Email Status,跟踪電子郵件狀態 -DocType: Note,Notify Users On Every Login,每次登錄時通知用戶 -DocType: Note,Notify Users On Every Login,每次登錄時通知用戶 -DocType: PayPal Settings,API Password,API密碼 -apps/frappe/frappe/data_migration/doctype/data_migration_connector/data_migration_connector.py +16,Enter python module or select connector type,輸入python模塊或選擇連接器類型 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +46,Fieldname not set for Custom Field,自定義欄位之欄位名稱未設定 -apps/frappe/frappe/public/js/frappe/model/model.js +22,Last Updated By,最後更新人 -apps/frappe/frappe/email/doctype/email_group/email_group.js +6,View Subscribers,查看訂閱 -apps/frappe/frappe/core/doctype/file/file.py +760,Cannot delete file as it belongs to {0} {1} for which you do not have permissions,無法刪除屬於您沒有權限的{0} {1}的文件 -DocType: Website Theme,Custom JS,自定義JS -DocType: Website Theme,Background Color,背景顏色 -apps/frappe/frappe/public/js/frappe/views/communication.js +594,There were errors while sending email. Please try again.,還有在發送電子郵件是錯誤的。請再試一次。 -DocType: Portal Settings,Portal Settings,門戶網站設置 -apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.js +24,Cannot update {0},無法更新{0} -DocType: Data Migration Mapping,Mapping,製圖 -apps/frappe/frappe/core/doctype/communication/communication.js +127,Are you sure you want to relink this communication to {0}?,您確定要重新鏈接該通信{0}? -apps/frappe/frappe/www/login.html +87,Send Password,發送密碼 -DocType: Print Settings,Server IP,服務器IP -apps/frappe/frappe/website/doctype/web_form/web_form.py +133,You don't have the permissions to access this document,您沒有訪問此文件的權限 -DocType: Language,Language Name,語言名稱 -DocType: Email Group Member,Email Group Member,電子郵件組成員 -apps/frappe/frappe/auth.py +393,Your account has been locked and will resume after {0} seconds,您的帳戶已被鎖定,並將在{0}秒後恢復 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +32,User Permissions are used to limit users to specific records.,用戶權限用於將用戶限製到特定的記錄。 -DocType: Notification,Value Changed,更改的值 -apps/frappe/frappe/model/base_document.py +321,Duplicate name {0} {1},重複的名稱{0} {1} -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +281,Retry,重試 -DocType: Web Form Field,Web Form Field,網頁表單欄位 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +257,Hide field in Report Builder,在報表生成器隱藏領域 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html +21,Edit HTML,編輯HTML -apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py +30,Please enter Redirect URL,請輸入重定向網址 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +9,"to be generated. If delayed, you will have to manually change the ""Repeat on Day of Month"" field +Select File Format,選擇文件格式 +Content Hash,內容Hash值 +Stores the JSON of last known versions of various installed apps. It is used to show release notes.,儲存最後安裝版本之應用程式的JSON。用來顯示發行說明。 +Google Font (Text),谷歌字體(文本) +MyISAM,MyISAM數據 +Push Delete,推刪除 +{0} already unsubscribed for {1} {2},{0}已經退訂給{1} {2} +Stopped,停止 +Did not remove,沒有刪除 +Liked,喜歡 +Send Now,立即發送 +"Standard DocType cannot have default print format, use Customize Form",標準DocType不能具有默認打印格式,請使用自定義表單 +"Standard DocType cannot have default print format, use Customize Form",標準DocType不能具有默認打印格式,請使用自定義表單 +Query,查詢 +'In List View' not allowed for type {0} in row {1},“在列表視圖中”第{1}行的類型{0}不允許 +Select the label after which you want to insert new field.,之後要插入新字段中選擇的標籤。 +Document Share Report,文檔分享舉報 +Base URL,基本網址 +Last Login,上次登錄 +You can't set 'Translatable' for field {0},您無法為字段{0}設置“可翻譯” +Column,柱 +Chat Profile,聊天檔案 +Adds a custom field to a DocType,添加自定義字段,以一個DOCTYPE, +Is Home Folder,是主文件夾 +{0} is not a valid Email Address,{0}不是有效的電子郵件地址 +Select atleast 1 record for printing,選擇打印ATLEAST 1紀錄 +User '{0}' already has the role '{1}',用戶“{0}”已經擁有了角色“{1}” +Two Factor Authentication method,雙因素認證方法 +First set the name and save the record.,首先設置名稱並保存記錄。 +Unsubscribe,退訂 +Reference Name,參考名稱 +Update Translations,更新翻譯 +Activity Log,活動日誌 +Viewed By,由...觀看 +Single Types have only one record no tables associated. Values are stored in tabSingles,單一類型只有一個記錄關聯的表。值被存儲在tabSingles, +Enable Password Policy,啟用密碼策略 +Enable Password Policy,啟用密碼策略 +"List as [{""label"": _(""Jobs""), ""route"":""jobs""}]",名單[{“標籤”:_(“作業”),“路線”:“工作”}] +Field type cannot be changed for {0},{0}不能更改字段類型 +Rules defining transition of state in the workflow.,規則乃定義作業流程內狀態的轉變 +Folder,文件夾 +Newsletter Manager,通訊經理 +Option 1,選項1, +Log of error during requests.,錯誤的過程中請求日誌。 +{0} has been successfully added to the Email Group.,{0}已成功添加到電子郵件組。 +Do not edit headers which are preset in the template,不要編輯模板中預設的標題 +Login Verification Code from {},登錄驗證碼從{} +Pondicherry,本地治裡 +Import Status,導入狀態 +Make file(s) private or public?,製作文件(S)的私人或公共? +Scheduled to send to {0},要寄送給{0}的排程 +Everyone,大家 +backward,落後 +"{0}: Only one rule allowed with the same Role, Level and {1}",{0}:只具允許有一個同的角色,級別和{1} +Add Unsubscribe Link,添加退訂鏈接 +No comments yet. Start a new discussion.,還沒有評論。開始一個新的討論。 +"Your subscription expired on {0}. To renew, please send an email to {1}.",您的訂閱過期於{0}。要續訂,請發送電子郵件至{1}。 +Set numbering series for transactions.,設置編號系列交易。 +Configure Charts,配置圖表 +You cannot like something that you created,你可以不喜歡你創造的東西 +Last IP,最後一個IP, +Please add a subject to your email,請在您的電子郵件中添加主題 +Renew / Upgrade,更新/升級 +A new document {0} has been shared by with you {1}.,與您分享了新的文檔{0} {1}。 +Data Migration Connector,數據遷移連接器 +Track Email Status,跟踪電子郵件狀態 +Notify Users On Every Login,每次登錄時通知用戶 +Notify Users On Every Login,每次登錄時通知用戶 +API Password,API密碼 +Enter python module or select connector type,輸入python模塊或選擇連接器類型 +Fieldname not set for Custom Field,自定義欄位之欄位名稱未設定 +Last Updated By,最後更新人 +View Subscribers,查看訂閱 +Cannot delete file as it belongs to {0} {1} for which you do not have permissions,無法刪除屬於您沒有權限的{0} {1}的文件 +Custom JS,自定義JS, +Background Color,背景顏色 +There were errors while sending email. Please try again.,還有在發送電子郵件是錯誤的。請再試一次。 +Portal Settings,門戶網站設置 +Cannot update {0},無法更新{0} +Mapping,製圖 +Are you sure you want to relink this communication to {0}?,您確定要重新鏈接該通信{0}? +Send Password,發送密碼 +Server IP,服務器IP, +You don't have the permissions to access this document,您沒有訪問此文件的權限 +Language Name,語言名稱 +Email Group Member,電子郵件組成員 +Your account has been locked and will resume after {0} seconds,您的帳戶已被鎖定,並將在{0}秒後恢復 +User Permissions are used to limit users to specific records.,用戶權限用於將用戶限製到特定的記錄。 +Value Changed,更改的值 +Duplicate name {0} {1},重複的名稱{0} {1} +Retry,重試 +Web Form Field,網頁表單欄位 +Hide field in Report Builder,在報表生成器隱藏領域 +Edit HTML,編輯HTML, +Please enter Redirect URL,請輸入重定向網址 +"to be generated. If delayed, you will have to manually change the ""Repeat on Day of Month"" field, of this",被生成。如果延遲,您將不得不手動更改“每月重複”字段 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +416,Restore Original Permissions,恢復原始權限 -DocType: Address,Shop,店 -DocType: DocField,Button,按鍵 -apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now default print format for {1} doctype,{0}現在是{1}類型的默認打印格式 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +338,Archived Columns,歸檔列 -DocType: Email Account,Default Outgoing,預設傳出 -apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,點擊下面的鏈接完成註冊,並設定新密碼 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +401,Did not add,沒有添加 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +188,No Email Accounts Assigned,沒有電子郵件帳戶分配 -DocType: Contact Us Settings,Contact Us Settings,聯絡我們的設定 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +176,Searching ...,正在搜尋... -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +176,Searching ...,正在搜尋... -DocType: Workflow State,text-width,文字寬度 -apps/frappe/frappe/public/js/legacy/form.js +141,Maximum Attachment Limit for this record reached.,此記錄最大附件限制到達。 -DocType: Notification,View Properties (via Customize Form),視圖屬性(通過自定義窗體) -DocType: Note Seen By,Note Seen By,注意看通過 -apps/frappe/frappe/utils/password_strength.py +100,Try to use a longer keyboard pattern with more turns,嘗試使用更多的匝數較長的鍵盤模式 -DocType: Feedback Trigger,Check Communication,檢查通信 -DocType: Address,Rajasthan,拉賈斯坦邦 -DocType: Email Template,Email Reply Help,電郵答复幫助 -apps/frappe/frappe/core/doctype/report/report.js +5,Report Builder reports are managed directly by the report builder. Nothing to do.,報表生成器報表直接由報表生成器來管理。無事可做。 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +169,Please verify your Email Address,請驗證您的郵箱地址 -apps/frappe/frappe/model/document.py +1074,none of,沒有 -apps/frappe/frappe/public/js/frappe/views/communication.js +91,Send Me A Copy,給我發一份 -DocType: Dropbox Settings,App Secret Key,應用保密密鑰 -apps/frappe/frappe/config/website.py +7,Web Site,網站 -apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,勾選將在桌面上顯示的項目 -apps/frappe/frappe/core/doctype/doctype/doctype.py +825,{0} cannot be set for Single types,{0}不能設定為單一類型 -DocType: Data Import,Data Import,數據導入 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +395,Configure Chart,配置圖表 -apps/frappe/frappe/public/js/frappe/form/form_viewers.js +55,{0} are currently viewing this document,{0}正在查看該文檔 -DocType: ToDo,Assigned By Full Name,分配者姓名 -apps/frappe/frappe/core/doctype/doctype/doctype.py +817,Report cannot be set for Single types,報告不能單類型設置 -apps/frappe/frappe/public/js/frappe/list/list_view.js +939,Share URL,分享網址 -DocType: System Settings,Allow Consecutive Login Attempts ,允許連續登錄嘗試 -apps/frappe/frappe/templates/pages/integrations/stripe_checkout.html +50,An error occured during the payment process. Please contact us.,付款過程中發生錯誤。請聯繫我們。 -DocType: Email Account,Awaiting Password,等待密碼 -apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +18,Not Descendants Of,不是後代 -apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +21,Settings...,設置... -apps/frappe/frappe/utils/data.py +521,Cent,一分錢 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +176,Compose Email,寫郵件 -apps/frappe/frappe/config/setup.py +226,"States for workflow (e.g. Draft, Approved, Cancelled).",工作流程狀態(例如草稿,已批准,已取消)。 -DocType: Print Settings,Allow Print for Draft,允許打印草稿 -apps/frappe/frappe/public/js/frappe/form/link_selector.js +142,Set Quantity,設置數量 -apps/frappe/frappe/public/js/legacy/form.js +348,Submit this document to confirm,提交該文件以確認 -DocType: Contact,Unsubscribed,退訂 -apps/frappe/frappe/config/setup.py +49,Set custom roles for page and report,對於頁面和報表設置自定義角色 -apps/frappe/frappe/public/js/frappe/misc/rating_icons.html +2,Rating: ,評分: -apps/frappe/frappe/email/receive.py +196,Can not find UIDVALIDITY in imap status response,在IMAP狀態響應找不到UIDVALIDITY -DocType: Address,Dadra and Nagar Haveli,Dadra和Nagar Haveli -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +562,Make ,使 -DocType: Footer Item,Link to the page you want to open. Leave blank if you want to make it a group parent.,鏈接到你想打開的頁面。如果你想使之成為集團母公司留空。 -DocType: DocType,Is Single,單人 -apps/frappe/frappe/core/doctype/user/user.py +758,Sign Up is disabled,註冊被禁用 -apps/frappe/frappe/email/queue.py +335,{0} has left the conversation in {1} {2},{0}已經離開聊天室{1} {2} -DocType: Blogger,User ID of a Blogger,一個博客的用戶ID -apps/frappe/frappe/core/doctype/user/user.py +299,There should remain at least one System Manager,應該保持至少一個系統管理器 -DocType: GCalendar Account,Authorization Code,授權碼 -DocType: PayPal Settings,Mention transaction completion page URL,何況交易完成後頁面的網址 -DocType: Help Article,Expert,專家 -DocType: Workflow State,circle-arrow-right,圓圈箭頭向右 -DocType: LDAP Settings,LDAP Server Url,LDAP服務器URL -apps/frappe/frappe/public/js/legacy/form.js +72,Cannot open instance when its {0} is open,無法打開實例時,它的{0}是開放的 -,Transaction Log Report,事務日誌報告 -DocType: Newsletter,Send Unsubscribe Link,發送退訂鏈接 -DocType: Report,Script Report,腳本報告 -DocType: OAuth Authorization Code,Scopes,領域 -DocType: About Us Settings,Company Introduction,公司簡介 -DocType: DocField,Length,長短 -apps/frappe/frappe/config/setup.py +147,Restore or permanently delete a document.,恢復或永久刪除文檔。 -apps/frappe/frappe/chat/doctype/chat_profile/chat_profile.py +87,Chat Profile for User {0} exists.,用戶{0}的聊天配置文件存在。 -apps/frappe/frappe/integrations/doctype/gsuite_settings/gsuite_settings.js +32,GSuite test executed with success. GSuite integration is correctly configured,GSuite測試執行成功。 GSuite集成配置正確 -DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like +Restore Original Permissions,恢復原始權限 +Shop,店 +Button,按鍵 +{0} is now default print format for {1} doctype,{0}現在是{1}類型的默認打印格式 +Archived Columns,歸檔列 +Default Outgoing,預設傳出 +Click on the link below to complete your registration and set a new password,點擊下面的鏈接完成註冊,並設定新密碼 +Did not add,沒有添加 +No Email Accounts Assigned,沒有電子郵件帳戶分配 +Contact Us Settings,聯絡我們的設定 +Searching ...,正在搜尋... +Searching ...,正在搜尋... +text-width,文字寬度 +Maximum Attachment Limit for this record reached.,此記錄最大附件限制到達。 +View Properties (via Customize Form),視圖屬性(通過自定義窗體) +Note Seen By,注意看通過 +Try to use a longer keyboard pattern with more turns,嘗試使用更多的匝數較長的鍵盤模式 +Check Communication,檢查通信 +Rajasthan,拉賈斯坦邦 +Email Reply Help,電郵答复幫助 +Report Builder reports are managed directly by the report builder. Nothing to do.,報表生成器報表直接由報表生成器來管理。無事可做。 +Please verify your Email Address,請驗證您的郵箱地址 +none of,沒有 +Send Me A Copy,給我發一份 +App Secret Key,應用保密密鑰 +Web Site,網站 +Checked items will be shown on desktop,勾選將在桌面上顯示的項目 +{0} cannot be set for Single types,{0}不能設定為單一類型 +Data Import,數據導入 +Configure Chart,配置圖表 +{0} are currently viewing this document,{0}正在查看該文檔 +Assigned By Full Name,分配者姓名 +Report cannot be set for Single types,報告不能單類型設置 +Share URL,分享網址 +Allow Consecutive Login Attempts ,允許連續登錄嘗試 +An error occured during the payment process. Please contact us.,付款過程中發生錯誤。請聯繫我們。 +Awaiting Password,等待密碼 +Not Descendants Of,不是後代 +Settings...,設置... +Cent,一分錢 +Compose Email,寫郵件 +"States for workflow (e.g. Draft, Approved, Cancelled).",工作流程狀態(例如草稿,已批准,已取消)。 +Allow Print for Draft,允許打印草稿 +Set Quantity,設置數量 +Submit this document to confirm,提交該文件以確認 +Unsubscribed,退訂 +Set custom roles for page and report,對於頁面和報表設置自定義角色 +Rating: ,評分: +Can not find UIDVALIDITY in imap status response,在IMAP狀態響應找不到UIDVALIDITY, +Dadra and Nagar Haveli,Dadra和Nagar Haveli, +Make ,使 +Link to the page you want to open. Leave blank if you want to make it a group parent.,鏈接到你想打開的頁面。如果你想使之成為集團母公司留空。 +Is Single,單人 +Sign Up is disabled,註冊被禁用 +{0} has left the conversation in {1} {2},{0}已經離開聊天室{1} {2} +User ID of a Blogger,一個博客的用戶ID, +There should remain at least one System Manager,應該保持至少一個系統管理器 +Authorization Code,授權碼 +Mention transaction completion page URL,何況交易完成後頁面的網址 +Expert,專家 +circle-arrow-right,圓圈箭頭向右 +LDAP Server Url,LDAP服務器URL, +Cannot open instance when its {0} is open,無法打開實例時,它的{0}是開放的 +Transaction Log Report,事務日誌報告 +Send Unsubscribe Link,發送退訂鏈接 +Script Report,腳本報告 +Scopes,領域 +Company Introduction,公司簡介 +Length,長短 +Restore or permanently delete a document.,恢復或永久刪除文檔。 +Chat Profile for User {0} exists.,用戶{0}的聊天配置文件存在。 +GSuite test executed with success. GSuite integration is correctly configured,GSuite測試執行成功。 GSuite集成配置正確 +"To add dynamic subject, use jinja tags like,
    {{ doc.name }} Delivered
    ",要添加動態主題,用神社標籤,如
     {{ doc.name }} Delivered 
    -apps/frappe/frappe/desk/search.py +19,Invalid Search Field {0},無效的搜索字段{0} -DocType: User,Modules HTML,HTML模塊 -DocType: Email Account,"Track if your email has been opened by the recipient. +Invalid Search Field {0},無效的搜索字段{0} +Modules HTML,HTML模塊 +"Track if your email has been opened by the recipient.
    Note: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered ""Opened""",跟踪收件人是否已打開您的電子郵件。
    注意:如果您要向多個收件人發送郵件,即使有1個收件人閱讀該郵件,也會被視為“已打開” -apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Missing Values Required,遺漏必須值 -DocType: DocType,Other Settings,其他設置 -DocType: Data Migration Connector,Frappe,冰咖啡 -apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,標記為未讀 -DocType: Activity Log,Operation,作業 -DocType: Customize Form,Change Label (via Custom Translation),更改標籤(通過自定義轉換) -apps/frappe/frappe/share.py +143,No permission to {0} {1} {2},無權{0} {1} {2} -DocType: Address,Permanent,常駐 -DocType: Address,Permanent,常駐 -apps/frappe/frappe/public/js/frappe/form/workflow.js +44,Note: Other permission rules may also apply,注:其它權限規則也可申請 -apps/frappe/frappe/templates/emails/print_link.html +2,View this in your browser,查看該在你的瀏覽器 -DocType: DocType,Search Fields,搜索欄位 -DocType: System Settings,OTP Issuer Name,OTP發行人名稱 -DocType: OAuth Bearer Token,OAuth Bearer Token,OAuth的承載令牌 -apps/frappe/frappe/public/js/legacy/print_format.js +124,No document selected,沒有選定的文檔 -apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Dr,博士 -apps/frappe/frappe/public/js/frappe/dom.js +322,You are connected to internet.,你連接到互聯網。 -DocType: Social Login Key,Enable Social Login,啟用社交登錄 -apps/frappe/frappe/public/js/frappe/views/communication.js +677,"On {0}, {1} wrote:",在{0},{1}中寫道: -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +133,Cannot delete standard field. You can hide it if you want,無法刪除標準的現場。你可以將其隱藏,如果你想 -DocType: Top Bar Item,For top bar,對於頂端選單 -DocType: Social Login Key,Auth URL Data,身份驗證URL數據 -apps/frappe/frappe/desk/page/backups/backups.py +70,Queued for backup. You will receive an email with the download link,排隊備份。您將收到一封包含下載鏈接的電子郵件 -apps/frappe/frappe/utils/bot.py +148,Could not identify {0},無法識別{0} -apps/frappe/frappe/templates/pages/integrations/payment-failed.html +3,Payment Failed,支付失敗 -DocType: Print Settings,In points. Default is 9.,以點為單位。預設值是9。 -DocType: Workflow State,heart,心臟 -apps/frappe/frappe/www/update-password.html +56,Old Password Required.,需要舊密碼 -DocType: Role,Desk Access,台訪問 -DocType: Workflow State,minus,減 -apps/frappe/frappe/public/js/frappe/request.js +169,Server Error: Please check your server logs or contact tech support.,服務器錯誤:請檢查您的服務器日誌或聯絡技術支持。 -apps/frappe/frappe/public/js/frappe/ui/capture.js +152,Unable to load camera.,無法加載相機。 -apps/frappe/frappe/core/doctype/user/user.py +206,Welcome email sent,歡迎發送電子郵件 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +354,Let's prepare the system for first use.,讓我們準備系統首次使用。 -apps/frappe/frappe/core/doctype/user/user.py +765,Already Registered,已註冊 -DocType: System Settings,Float Precision,浮點數精度 -DocType: Notification,Sender Email,發件人電子郵件 -apps/frappe/frappe/core/doctype/page/page.py +41,Only Administrator can edit,只有管理員可以編輯 -DocType: DocType,Editable Grid,編輯網格 -DocType: Property Setter,Property Setter,屬性設定器 -DocType: Web Form,Allow Print,允許打印 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +241,Mark the field as Mandatory,標記字段作為強制性 -DocType: Communication,Clicked,點擊 -apps/frappe/frappe/public/js/legacy/form.js +991,No permission to '{0}' {1},沒有權限“{0}” {1} -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +38,Scheduled to send,計劃送 -DocType: DocType,Track Seen,軌道看 -DocType: Dropbox Settings,File Backup,文件備份 -apps/frappe/frappe/desk/form/utils.py +67,This method can only be used to create a Comment,這種方法只能用於創建註釋 -apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629,No {0} found,沒有找到{0} -apps/frappe/frappe/config/setup.py +264,Add custom forms.,添加自定義表單。 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +518,submitted this document,提交這份文件 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,該系統提供了許多預先定義的角色。您可以添加新的角色設定更精細的權限。 -DocType: Communication,CC,CC -DocType: Data Migration Run,Trigger Name,觸發器名稱 -DocType: Blog Category,Blog Category,部落格分類 -apps/frappe/frappe/model/mapper.py +123,Cannot map because following condition fails: ,無法對應,因為以下條件失敗: -apps/frappe/frappe/website/doctype/website_settings/website_settings.js +10,Select a Brand Image first.,首先選擇一個品牌形象。 -apps/frappe/frappe/core/doctype/user/user_list.js +12,Active,啟用 -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +52,Insert Below,插入下方 -DocType: Kanban Board Column,Blue,藍色 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +168,All customizations will be removed. Please confirm.,所有自定義都將被刪除。請確認。 -DocType: Page,Page HTML,頁面的HTML -apps/frappe/frappe/chat/doctype/chat_room/chat_room.py +68,Group name cannot be empty.,組名不能為空。 -apps/frappe/frappe/public/js/frappe/views/treeview.js +295,Further nodes can be only created under 'Group' type nodes,此外節點可以在'集團'類型的節點上創建 -DocType: SMS Parameter,Header,頁首 -apps/frappe/frappe/public/js/frappe/model/model.js +90,Unknown Column: {0},未知專欄: {0} -DocType: Notification Recipient,Email By Role,電子郵件按角色 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +291,Users with role {0}:,角色{0} 的用戶: -DocType: Print Format,Custom Format,自定義格式 -DocType: Workflow State,random,隨機 -DocType: Newsletter Email Group,Newsletter Email Group,電子郵件通訊組 -DocType: Braintree Settings,Integrations,整合 -DocType: DocField,Section Break,分節符 -DocType: Address,Warehouse,倉庫 -DocType: Address,Other Territory,其他領土 -,Messages,訊息 -apps/frappe/frappe/config/website.py +83,Portal,門戶 -DocType: Email Account,Use Different Email Login ID,使用不同的電子郵件登錄ID -DocType: Email Account,Use Different Email Login ID,使用不同的電子郵件登錄ID -apps/frappe/frappe/desk/query_report.py +48,Must specify a Query to run,必須指定一個欲執行查詢 -apps/frappe/frappe/integrations/doctype/braintree_settings/braintree_settings.py +65,"There seems to be an issue with the server's braintree configuration. Don't worry, in case of failure, the amount will get refunded to your account.",服務器的braintree配置似乎有問題。別擔心,如果失敗,這筆款項將退還給您的帳戶。 -apps/frappe/frappe/www/me.html +25,Manage Third Party Apps,管理第三方應用 -apps/frappe/frappe/config/setup.py +76,"Language, Date and Time settings",語言,日期和時間設置 -DocType: User Email,User Email,用戶電子郵件 -DocType: User,Represents a User in the system.,表示系統中一個用戶。 -DocType: Communication,Label,標籤 -apps/frappe/frappe/desk/form/assign_to.py +155,"The task {0}, that you assigned to {1}, has been closed.",任務{0},您分配給{1},已關閉。 -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +316,Please close this window,請關閉此窗口 -DocType: Print Format,Print Format Type,列印格式類型 -DocType: Newsletter,A Lead with this Email Address should exist,與此電子郵件地址的鉛應存在 -apps/frappe/frappe/public/js/frappe/ui/toolbar/about.js +7,Open Source Applications for the Web,開源網路應用程式 -DocType: Event,Call,通話 -DocType: Website Theme,"Add the name of a ""Google Web Font"" e.g. ""Open Sans""",添加一個“谷歌網頁字體”的名稱,例如“打開三世” -apps/frappe/frappe/public/js/frappe/request.js +178,Request Timed Out,請求超時 -apps/frappe/frappe/config/setup.py +93,Enable / Disable Domains,啟用/禁用域 -DocType: Role Permission for Page and Report,Allow Roles,允許角色 -DocType: DocType,Hide Toolbar,隱藏工具欄 -DocType: User,Last Active,最後活動 -DocType: Email Account,SMTP Settings for outgoing emails,SMTP設置外發郵件 -DocType: Data Export,Filter List,過濾器列表 -DocType: Data Export,Excel,高強 -apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,您的密碼已更新。這是您的新密碼 -DocType: Email Account,Auto Reply Message,自動回复留言 -DocType: Feedback Trigger,Condition,條件 -apps/frappe/frappe/utils/data.py +635,{0} hours ago,{0}小時前 -apps/frappe/frappe/utils/data.py +645,1 month ago,1個月前 -DocType: Contact,User ID,使用者 ID -DocType: Communication,Sent,已送出 -DocType: File,Lft,LFT -DocType: User,Simultaneous Sessions,並發會話 -DocType: Social Login Key,Client Credentials,客戶端憑證 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138,Open a module or tool,打開一個模塊或工具 -DocType: Communication,Delivery Status,交貨狀態 -DocType: Module Def,App Name,應用程式名稱 -DocType: Workflow,"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)",代表交易的工作流程狀態的欄位(如果不存在,一個新的隱藏的自定義欄位將被創建) -DocType: Help Article,Knowledge Base Contributor,知識庫貢獻者 -DocType: Communication,Sent Read Receipt,發送閱讀回執 -DocType: Feedback Request,Reference Communication,參考通信 -DocType: Email Queue,Unsubscribe Method,退訂方法 -DocType: GSuite Templates,Related DocType,相關DocType -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,編輯添加內容 -apps/frappe/frappe/public/js/frappe/views/communication.js +99,Select Languages,選擇語言 -apps/frappe/frappe/templates/pages/integrations/stripe_checkout.html +41,Card Details,卡詳情 -apps/frappe/frappe/__init__.py +564,No permission for {0},對於無許可{0} -DocType: DocType,Advanced,先進 -apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +88,Seems API Key or API Secret is wrong !!!,似乎API密鑰或API的秘密是錯誤的! -apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},參考:{0} {1} -DocType: File,Attached To Name,單身者姓名 -DocType: Address,Address Type,地址類型 -apps/frappe/frappe/email/receive.py +94,Invalid User Name or Support Password. Please rectify and try again.,無效的用戶名或支持密碼。請糾正,然後再試一次。 -DocType: Email Account,Yahoo Mail,雅虎郵箱 -apps/frappe/frappe/limits.py +77,Your subscription will expire tomorrow.,您的訂閱將於明天到期。 -apps/frappe/frappe/email/doctype/notification/notification.py +217,Error in Notification,通知錯誤 -apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Master,主 -DocType: DocType,User Cannot Create,無法建立使用者 -apps/frappe/frappe/core/doctype/file/file.py +586,Folder {0} does not exist,文件夾{0}不存在 -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +341,Dropbox access is approved!,Dropbox的訪問被批准! -DocType: Customize Form,Enter Form Type,輸入表單類型 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +13,Missing parameter Kanban Board Name,缺少參數看板名稱 -apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +5,No records tagged.,沒有記錄標記。 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +466,Remove Field,刪除字段 -apps/frappe/frappe/public/js/frappe/request.js +31,You are not connected to Internet. Retry after sometime.,你沒有連接到互聯網。在某個時間後重試。 -DocType: User,Send Password Update Notification,發送密碼更新通知 -apps/frappe/frappe/public/js/legacy/form.js +62,"Allowing DocType, DocType. Be careful!",允許的DOCTYPE,DocType 。要小心! -apps/frappe/frappe/config/core.py +32,"Customized Formats for Printing, Email",自定義列印及電子郵件的格式, -DocType: Custom Field,Depends On,取決於 -DocType: Kanban Board Column,Green,綠 -DocType: Custom DocPerm,Additional Permissions,額外的權限 -DocType: Email Account,Always use Account's Email Address as Sender,始終使用帳戶的電子郵件地址作為發件人 -apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,登錄發表評論 -apps/frappe/frappe/core/doctype/data_import/importer.py +25,Start entering data below this line,開始輸入數據低於此線 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +573,changed values for {0},用於改變的值{0} -apps/frappe/frappe/email/doctype/email_account/email_account.py +55,"Email ID must be unique, Email Account already exists \ +Missing Values Required,遺漏必須值 +Other Settings,其他設置 +Frappe,冰咖啡 +Mark as Unread,標記為未讀 +Operation,作業 +Change Label (via Custom Translation),更改標籤(通過自定義轉換) +No permission to {0} {1} {2},無權{0} {1} {2} +Permanent,常駐 +Permanent,常駐 +Note: Other permission rules may also apply,注:其它權限規則也可申請 +View this in your browser,查看該在你的瀏覽器 +Search Fields,搜索欄位 +OTP Issuer Name,OTP發行人名稱 +OAuth Bearer Token,OAuth的承載令牌 +No document selected,沒有選定的文檔 +Dr,博士 +You are connected to internet.,你連接到互聯網。 +Enable Social Login,啟用社交登錄 +"On {0}, {1} wrote:",在{0},{1}中寫道: +Cannot delete standard field. You can hide it if you want,無法刪除標準的現場。你可以將其隱藏,如果你想 +For top bar,對於頂端選單 +Auth URL Data,身份驗證URL數據 +Queued for backup. You will receive an email with the download link,排隊備份。您將收到一封包含下載鏈接的電子郵件 +Could not identify {0},無法識別{0} +Payment Failed,支付失敗 +In points. Default is 9.,以點為單位。預設值是9。 +heart,心臟 +Old Password Required.,需要舊密碼 +Desk Access,台訪問 +minus,減 +Server Error: Please check your server logs or contact tech support.,服務器錯誤:請檢查您的服務器日誌或聯絡技術支持。 +Unable to load camera.,無法加載相機。 +Welcome email sent,歡迎發送電子郵件 +Let's prepare the system for first use.,讓我們準備系統首次使用。 +Already Registered,已註冊 +Float Precision,浮點數精度 +Sender Email,發件人電子郵件 +Only Administrator can edit,只有管理員可以編輯 +Editable Grid,編輯網格 +Property Setter,屬性設定器 +Allow Print,允許打印 +Mark the field as Mandatory,標記字段作為強制性 +Clicked,點擊 +No permission to '{0}' {1},沒有權限“{0}” {1} +Scheduled to send,計劃送 +Track Seen,軌道看 +File Backup,文件備份 +This method can only be used to create a Comment,這種方法只能用於創建註釋 +No {0} found,沒有找到{0} +Add custom forms.,添加自定義表單。 +submitted this document,提交這份文件 +The system provides many pre-defined roles. You can add new roles to set finer permissions.,該系統提供了許多預先定義的角色。您可以添加新的角色設定更精細的權限。 +CC,CC, +Trigger Name,觸發器名稱 +Blog Category,部落格分類 +Cannot map because following condition fails: ,無法對應,因為以下條件失敗: +Select a Brand Image first.,首先選擇一個品牌形象。 +Active,啟用 +Insert Below,插入下方 +Blue,藍色 +All customizations will be removed. Please confirm.,所有自定義都將被刪除。請確認。 +Page HTML,頁面的HTML, +Group name cannot be empty.,組名不能為空。 +Further nodes can be only created under 'Group' type nodes,此外節點可以在'集團'類型的節點上創建 +Header,頁首 +Unknown Column: {0},未知專欄: {0} +Email By Role,電子郵件按角色 +Users with role {0}:,角色{0} 的用戶: +Custom Format,自定義格式 +random,隨機 +Newsletter Email Group,電子郵件通訊組 +Integrations,整合 +Section Break,分節符 +Warehouse,倉庫 +Other Territory,其他領土 +Messages,訊息 +Portal,門戶 +Use Different Email Login ID,使用不同的電子郵件登錄ID, +Use Different Email Login ID,使用不同的電子郵件登錄ID, +Must specify a Query to run,必須指定一個欲執行查詢 +"There seems to be an issue with the server's braintree configuration. Don't worry, in case of failure, the amount will get refunded to your account.",服務器的braintree配置似乎有問題。別擔心,如果失敗,這筆款項將退還給您的帳戶。 +Manage Third Party Apps,管理第三方應用 +"Language, Date and Time settings",語言,日期和時間設置 +User Email,用戶電子郵件 +Represents a User in the system.,表示系統中一個用戶。 +Label,標籤 +"The task {0}, that you assigned to {1}, has been closed.",任務{0},您分配給{1},已關閉。 +Please close this window,請關閉此窗口 +Print Format Type,列印格式類型 +A Lead with this Email Address should exist,與此電子郵件地址的鉛應存在 +Open Source Applications for the Web,開源網路應用程式 +Call,通話 +"Add the name of a ""Google Web Font"" e.g. ""Open Sans""",添加一個“谷歌網頁字體”的名稱,例如“打開三世” +Request Timed Out,請求超時 +Enable / Disable Domains,啟用/禁用域 +Allow Roles,允許角色 +Hide Toolbar,隱藏工具欄 +Last Active,最後活動 +SMTP Settings for outgoing emails,SMTP設置外發郵件 +Filter List,過濾器列表 +Excel,高強 +Your password has been updated. Here is your new password,您的密碼已更新。這是您的新密碼 +Auto Reply Message,自動回复留言 +Condition,條件 +{0} hours ago,{0}小時前 +1 month ago,1個月前 +User ID,使用者 ID, +Sent,已送出 +Lft,LFT, +Simultaneous Sessions,並發會話 +Client Credentials,客戶端憑證 +Open a module or tool,打開一個模塊或工具 +Delivery Status,交貨狀態 +App Name,應用程式名稱 +"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)",代表交易的工作流程狀態的欄位(如果不存在,一個新的隱藏的自定義欄位將被創建) +Knowledge Base Contributor,知識庫貢獻者 +Sent Read Receipt,發送閱讀回執 +Reference Communication,參考通信 +Unsubscribe Method,退訂方法 +Related DocType,相關DocType, +Edit to add content,編輯添加內容 +Select Languages,選擇語言 +Card Details,卡詳情 +No permission for {0},對於無許可{0} +Advanced,先進 +Seems API Key or API Secret is wrong !!!,似乎API密鑰或API的秘密是錯誤的! +Reference: {0} {1},參考:{0} {1} +Attached To Name,單身者姓名 +Address Type,地址類型 +Invalid User Name or Support Password. Please rectify and try again.,無效的用戶名或支持密碼。請糾正,然後再試一次。 +Yahoo Mail,雅虎郵箱 +Your subscription will expire tomorrow.,您的訂閱將於明天到期。 +Error in Notification,通知錯誤 +Master,主 +User Cannot Create,無法建立使用者 +Folder {0} does not exist,文件夾{0}不存在 +Dropbox access is approved!,Dropbox的訪問被批准! +Enter Form Type,輸入表單類型 +Missing parameter Kanban Board Name,缺少參數看板名稱 +No records tagged.,沒有記錄標記。 +Remove Field,刪除字段 +You are not connected to Internet. Retry after sometime.,你沒有連接到互聯網。在某個時間後重試。 +Send Password Update Notification,發送密碼更新通知 +"Allowing DocType, DocType. Be careful!",允許的DOCTYPE,DocType 。要小心! +"Customized Formats for Printing, Email",自定義列印及電子郵件的格式, +Depends On,取決於 +Green,綠 +Additional Permissions,額外的權限 +Always use Account's Email Address as Sender,始終使用帳戶的電子郵件地址作為發件人 +Login to comment,登錄發表評論 +Start entering data below this line,開始輸入數據低於此線 +changed values for {0},用於改變的值{0} +"Email ID must be unique, Email Account already exists \ for {0}",電子郵件ID必須唯一,電子郵件帳戶已存在\ {0} -DocType: Workflow State,retweet,轉推 -DocType: Print Format,Align Labels to the Right,將標籤對齊 -DocType: Address,Disabled,不使用 -DocType: File,Uploaded To Dropbox,上傳到Dropbox -DocType: Workflow State,eye-close,眼睛閉 -DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth的提供商設置 -apps/frappe/frappe/config/setup.py +276,Applications,應用 -apps/frappe/frappe/public/js/frappe/request.js +390,Report this issue,報告此問題 -DocType: Custom Script,Adds a custom script (client or server) to a DocType,增加了一個自定義腳本(客戶端或服務器),以一個DOCTYPE -DocType: Address,City/Town,市/鎮 -DocType: Data Migration Connector,Connector Name,連接器名稱 -DocType: Post,Social,社會 -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +43,Editing Row,編輯行 -DocType: Workflow Action Master,Workflow Action Master,工作流操作主 -DocType: Custom Field,Field Type,欄位類型 -apps/frappe/frappe/utils/data.py +551,only.,整 -DocType: Route History,Route History,路線歷史 -apps/frappe/frappe/core/doctype/user/user.py +1020,OTP secret can only be reset by the Administrator.,OTP秘密只能由管理員重置。 -apps/frappe/frappe/utils/password_strength.py +135,Avoid years that are associated with you.,避免了與你相關的年。 -apps/frappe/frappe/config/setup.py +44,Restrict user for specific document,限制特定文檔的用戶 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +669,Descending,降 -apps/frappe/frappe/utils/goal.py +117,Goal,目標 -apps/frappe/frappe/email/receive.py +60,Invalid Mail Server. Please rectify and try again.,無效的郵件服務器。請糾正,然後再試一次。 -DocType: DocField,"For Links, enter the DocType as range. +retweet,轉推 +Align Labels to the Right,將標籤對齊 +Disabled,不使用 +Uploaded To Dropbox,上傳到Dropbox, +eye-close,眼睛閉 +OAuth Provider Settings,OAuth的提供商設置 +Applications,應用 +Report this issue,報告此問題 +Adds a custom script (client or server) to a DocType,增加了一個自定義腳本(客戶端或服務器),以一個DOCTYPE, +City/Town,市/鎮 +Connector Name,連接器名稱 +Social,社會 +Editing Row,編輯行 +Workflow Action Master,工作流操作主 +Field Type,欄位類型 +only.,整 +Route History,路線歷史 +OTP secret can only be reset by the Administrator.,OTP秘密只能由管理員重置。 +Avoid years that are associated with you.,避免了與你相關的年。 +Restrict user for specific document,限制特定文檔的用戶 +Descending,降 +Goal,目標 +Invalid Mail Server. Please rectify and try again.,無效的郵件服務器。請糾正,然後再試一次。 +"For Links, enter the DocType as range. For Select, enter list of Options, each on a new line.",對於鏈接,輸入文檔類型的範圍。對於選擇,輸入選項列表,每一個新的生產線。 -DocType: Workflow State,film,影片 -apps/frappe/frappe/model/db_query.py +477,No permission to read {0},沒有權限讀取{0} -apps/frappe/frappe/utils/password_strength.py +134,Avoid recent years.,避免最近幾年。 -apps/frappe/frappe/utils/nestedset.py +241,Multiple root nodes not allowed.,不允許多個根節點。 -DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.",如果啟用,用戶每次登錄時都會收到通知。如果沒有啟用,用戶只會收到一次通知。 -DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.",如果啟用,用戶每次登錄時都會收到通知。如果沒有啟用,用戶只會收到一次通知。 -apps/frappe/frappe/core/doctype/doctype/doctype.py +693,Invalid {0} condition,{0}條件無效 -DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",如果選中,用戶不會看到確認Access對話框。 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +542,ID field is required to edit values using Report. Please select the ID field using the Column Picker,當使用報表編輯數據時,ID欄位是必須的。請使用行列選擇器來選擇ID欄位。 -DocType: Post,Comments,評論 -apps/frappe/frappe/public/js/frappe/dom.js +295,Confirm,確認 -apps/frappe/frappe/www/login.html +59,Forgot Password?,忘了密碼? -DocType: System Settings,yyyy-mm-dd,年 - 月 - 日 -apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +192,Server Error,服務器錯誤 -apps/frappe/frappe/email/doctype/email_account/email_account.py +46,Login Id is required,登錄ID是必需的 -DocType: Website Slideshow,Website Slideshow,網站連續播放 -apps/frappe/frappe/public/js/frappe/form/grid.js +58,No Data,無數據 -DocType: Website Settings,"Link that is the website home page. Standard Links (index, login, products, blog, about, contact)",鏈接是網站的主頁。標準鏈接(索引,登錄,產品,博客,約,接觸) -apps/frappe/frappe/email/doctype/email_account/email_account.py +173,Authentication failed while receiving emails from Email Account {0}. Message from server: {1},當接收來自帳戶{0}的電子郵件時,身份驗證失敗。從伺服器消息:{1} -DocType: User,Banner Image,橫幅圖片 -DocType: Custom Field,Custom Field,自定義欄位 -apps/frappe/frappe/email/doctype/notification/notification.py +32,Please specify which date field must be checked,請指定必須檢查哪些日期欄位 -DocType: Custom DocPerm,Set User Permissions,設定用戶權限 -apps/frappe/frappe/permissions.py +205,Not allowed for {0} = {1},不允許{0} = {1} -DocType: Email Account,Email Account Name,電子郵件帳戶名稱 -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +291,Something went wrong while generating dropbox access token. Please check error log for more details.,在生成dropbox訪問令牌時發生錯誤。請檢查錯誤日誌以獲取更多詳細信息。 -DocType: File,old_parent,old_parent -apps/frappe/frappe/config/desk.py +54,"Newsletters to contacts, leads.",通訊,聯絡人,線索。 -DocType: Email Account,"e.g. ""Support"", ""Sales"", ""Jerry Yang""",例如“支持“,”銷售“,”傑里楊“ -apps/frappe/frappe/twofactor.py +140,Incorrect Verification code,驗證碼不正確 -DocType: Print Settings,Repeat Header and Footer in PDF,重複頁眉和頁腳的PDF -DocType: Address Template,Is Default,是預設 -DocType: Data Migration Connector,Connector Type,連接器類型 -apps/frappe/frappe/desk/doctype/kanban_board/kanban_board.py +24,Column Name cannot be empty,列名不能為空 -apps/frappe/frappe/email/doctype/email_account/email_account.py +255,Error while connecting to email account {0},連接到電子郵件帳戶{0}時出錯 -DocType: Workflow State,fast-forward,快進 -DocType: Communication,Communication,通訊 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +1,"Check columns to select, drag to set order.",檢查列選擇,拖放設置順序。 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +807,This is PERMANENT action and you cannot undo. Continue?,這是永久性的行動,你不能撤消。繼續嗎? -apps/frappe/frappe/templates/emails/new_message.html +4,Login and view in Browser,在瀏覽器中登錄和查看 -DocType: Event,Every Day,每天 -DocType: LDAP Settings,Password for Base DN,密碼基礎DN -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +278,Columns based on,基於列 -apps/frappe/frappe/config/integrations.py +108,Enter keys to enable integration with Google GSuite,輸入密鑰以啟用與Google GSuite的集成 -DocType: Workflow State,move,舉 -apps/frappe/frappe/model/document.py +1272,Action Failed,操作失敗 -DocType: List Filter,For User,對於用戶 -DocType: View log,View log,查看日誌 -DocType: Address,Assam,阿薩姆 -apps/frappe/frappe/core/page/usage_info/usage_info.html +5,You have {0} days left in your subscription,您的訂閱還剩有{0}天 -apps/frappe/frappe/email/doctype/email_domain/email_domain.py +57,Outgoing email account not correct,傳出的電子郵件帳戶不正確 -DocType: Transaction Log,Chaining Hash,鏈接哈希 -apps/frappe/frappe/core/doctype/user/user.py +770,Temperorily Disabled,Temperorily殘疾人 -apps/frappe/frappe/contacts/doctype/contact/contact.py +85,Please set Email Address,請設置電子郵件地址 -DocType: System Settings,Date and Number Format,日期和數字格式 -apps/frappe/frappe/public/js/frappe/desk.js +161,Checking one moment,檢查一個時刻 -apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +21,Show Tags,顯示標籤 -DocType: DocField,HTML Editor,HTML編輯器 -DocType: System Settings,"If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User",如果選中了“嚴格用戶權限”,並為用戶定義了“用戶權限”,則該鏈接的值為空的所有文檔將不會顯示給該用戶 -DocType: Address,Billing,計費 -DocType: Email Queue,Not Sent,未發送 -DocType: Workflow State,align-justify,對齊對齊 -DocType: User,Middle Name (Optional),中間名(可選) -apps/frappe/frappe/public/js/frappe/request.js +120,Not Permitted,不允許 -apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py +29,First Transaction,第一筆交易 -apps/frappe/frappe/app.py +158,You do not have enough permissions to complete the action,您沒有足夠的權限來完成動作 -apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,沒有結果 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +54,Scheduled to send to {0} recipients,原定發送到{0}受助人 -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +51,Cut,切 -apps/frappe/frappe/model/rename_doc.py +79,renamed from {0} to {1},從更名{0}到{1} -DocType: Currency,**Currency** Master,** 主要貨幣 ** -DocType: Email Account,No of emails remaining to be synced,沒有剩餘的電子郵件進行同步 -apps/frappe/frappe/public/js/frappe/upload.js +232,Uploading,上傳 -apps/frappe/frappe/public/js/frappe/upload.js +232,Uploading,上傳 -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +84,Please save the document before assignment,請保存轉讓前的文件 -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +16,Click here to post bugs and suggestions,點擊這裡發布錯誤和建議 -DocType: Website Settings,Address and other legal information you may want to put in the footer.,地址和其他法律資訊,您可能要放在頁腳。 -DocType: Website Sidebar Item,Website Sidebar Item,網站側欄項目 -DocType: PayPal Settings,PayPal Settings,貝寶設置 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +49,Select Document Type,選擇文件類型 -apps/frappe/frappe/utils/nestedset.py +217,Cannot delete {0} as it has child nodes,無法刪除{0} ,因為它有子節點 -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +48,{0} minutes ago,{0}分鐘前 -DocType: Kanban Board Column,lightblue,淺藍 -apps/frappe/frappe/integrations/doctype/webhook/webhook.py +46,Same Field is entered more than once,相同字段不止一次輸入 -apps/frappe/frappe/desk/doctype/event/event.py +32,Every day events should finish on the same day.,每天的活動應該結束在同一天。 -DocType: Prepared Report,Filter Values,過濾值 -DocType: Communication,User Tags,用戶標籤 -DocType: Data Migration Run,Fail,失敗 -DocType: Workflow State,download-alt,下載的Alt -DocType: Data Migration Run,Pull Failed,拉失敗 -DocType: Communication,Feedback Request,反饋請求 -apps/frappe/frappe/config/setup.py +107,Import Data from CSV / Excel files.,從CSV / Excel文件導入數據。 -DocType: Web Page,Main Section,主區塊 -DocType: Page,Icon,圖標 -apps/frappe/frappe/core/doctype/user/user.py +934,"Hint: Include symbols, numbers and capital letters in the password",提示:在密碼中加入符號,數字和大寫字母 -apps/frappe/frappe/core/doctype/user/user.py +934,"Hint: Include symbols, numbers and capital letters in the password",提示:在密碼中加入符號,數字和大寫字母 -DocType: DocField,Allow in Quick Entry,允許快速輸入 -DocType: System Settings,dd/mm/yyyy,dd/mm/yyyy -apps/frappe/frappe/integrations/doctype/gsuite_settings/gsuite_settings.js +32,GSuite script test,GSuite腳本測試 -DocType: System Settings,Backups,備份 -apps/frappe/frappe/core/doctype/communication/communication.js +77,Add Contact,增加聯繫人 -DocType: Notification Recipient,Optional: Always send to these ids. Each Email Address on a new row,可選:總是發送給這些ID。在新行的每個電子郵件地址 -apps/frappe/frappe/public/js/frappe/form/layout.js +170,Hide Details,隱藏詳情 -apps/frappe/frappe/www/qrcode.py +32,Page has expired!,頁已過期! -DocType: Workflow State,Tasks,任務 -DocType: Blog Settings,Blog Settings,部落格設定 -apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,您也可以複製粘貼此鏈接到瀏覽器 -DocType: Workflow State,bullhorn,擴音器 -DocType: Footer Item,Target,目標 -DocType: System Settings,Number of Backups,備份數量 -DocType: Website Settings,Copyright,版權 -DocType: OAuth Authorization Code,Invalid,無效 -DocType: Website Settings,Hide Footer Signup,隱藏頁腳註冊 -apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,寫一個Python文件,在這個被保存在同一文件夾中,並返回列和結果。 -DocType: DocType,Sort Field,排序欄位 -DocType: Razorpay Settings,Razorpay Settings,Razorpay設置 -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +266,Edit Filter,編輯過濾器 -apps/frappe/frappe/core/doctype/doctype/doctype.py +515,Field {0} of type {1} cannot be mandatory,域{0}類型{1}不能強制 -DocType: System Settings,Session Expiry Mobile,會話過期移動 -apps/frappe/frappe/utils/password.py +66,Incorrect User or Password,不正確的用戶或密碼 -apps/frappe/frappe/templates/includes/search_box.html +18,Search results for,為。。。。尋找結果 -apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py +28,Please enter Access Token URL,請輸入訪問令牌URL -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +821,Select To Download:,選擇要下載: -DocType: Notification,Slack,鬆弛 -DocType: Custom DocPerm,If user is the owner,如果用戶是所有者 -,Activity,活動 -DocType: Note,"Help: To link to another record in the system, use ""#Form/Note/[Note Name]"" as the Link URL. (don't use ""http://"")",說明:要鏈接到另一筆在系統中的記錄,使用「#Form/Note/[Note Name]」建立鏈接。(不要使用的「http://」) -DocType: User Permission,Allow,允許 -apps/frappe/frappe/utils/password_strength.py +117,Let's avoid repeated words and characters,讓我們避免重複的字和字符 -DocType: Communication,Delayed,延遲 -apps/frappe/frappe/config/setup.py +140,List of backups available for download,可供下載的備份目錄 -apps/frappe/frappe/www/login.html +72,Sign up,報名 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +188,Row {0}: Not allowed to disable Mandatory for standard fields,行{0}:不允許禁用標準域的強制性 -DocType: Test Runner,Output,產量 -DocType: Notification,Set Property After Alert,警報後設置屬性 -apps/frappe/frappe/config/setup.py +248,Add fields to forms.,將欄位添加到表單。 -apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +173,Looks like something is wrong with this site's Paypal configuration.,看起來這個網站的Paypal配置有問題。 -DocType: Data Export,File Type,文件類型 -DocType: Workflow State,leaf,休假 -DocType: Portal Menu Item,Portal Menu Item,門戶菜單項 -DocType: Contact Us Settings,Email ID,電子郵件ID -DocType: OAuth Client,A list of resources which the Client App will have access to after the user allows it.
    e.g. project,資源的列表,它的客戶端應用程序必須將用戶允許後訪問。
    如項目 -DocType: Translation,Translated Text,翻譯文本 -DocType: Contact Us Settings,Query Options,查詢選項 -DocType: Error Snapshot,Timestamp,時間戳 -DocType: Patch Log,Patch Log,補丁日誌 -DocType: Data Migration Mapping,Local Primary Key,本地主鍵 -apps/frappe/frappe/core/doctype/user/user.py +262,Welcome to {0},歡迎{0} -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +19,Add,新增 -apps/frappe/frappe/www/me.html +40,Profile,輪廓 -DocType: Communication,Sent or Received,發送或接收 -DocType: Auto Repeat,Reference Document,參考文獻 -DocType: DefaultValue,Key,關鍵 -DocType: Address,Contacts,往來 -DocType: System Settings,Setup Complete,安裝完成 -apps/frappe/frappe/config/setup.py +64,Report of all document shares,所有的文件共享報告 -apps/frappe/frappe/www/update-password.html +18,New Password,新密碼 -apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +77,Filter {0} missing,過濾器{0}丟失 -apps/frappe/frappe/core/doctype/activity_log/activity_log.py +29,Sorry! You cannot delete auto-generated comments,抱歉!不能刪除自動生成的註釋 -DocType: Website Theme,Style using CSS,使用CSS樣式 -DocType: View log,Reference DocType,DocType參照 -DocType: User,System User,系統用戶 -DocType: Report,Is Standard,為標準 -DocType: Desktop Icon,_report,_報告 -DocType: Desktop Icon,_report,_報告 -DocType: DocField,"Don't HTML Encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field",不要HTML編碼的HTML標籤,如<SCRIPT>或者就像字符<或>,因為他們可以在此字段中故意使用 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +278,Specify a default value,指定一個預設值 -DocType: Website Settings,FavIcon,網站圖標 -apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +116,At least one reply is mandatory before requesting feedback,至少有一個答复要求得到反饋前強制性 -apps/frappe/frappe/public/js/frappe/ui/toolbar/modules_select.js +14,Setup for,設置 -DocType: Workflow State,minus-sign,減號 -apps/frappe/frappe/www/printview.py +199,No {0} permission,無{0}的權限 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +92,Export Custom Permissions,導出自定義權限 -DocType: Data Export,Fields Multicheck,字段Multicheck -DocType: Activity Log,Login,登入 -apps/frappe/frappe/www/qrcode.html +9,Hi {0},{0} -DocType: System Settings,Enable Scheduled Jobs,啟用預定作業 -apps/frappe/frappe/core/doctype/data_import/exporter.py +62,Notes:,注意事項: -apps/frappe/frappe/www/message.html +38,Status: {0},狀態:{0} -DocType: DocShare,Document Name,文件名稱 -apps/frappe/frappe/core/doctype/communication/communication.js +82,Mark as Spam,標記為垃圾郵件 -DocType: Customize Form,Customize Form,自定義表單 -apps/frappe/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js +9,Entity Type,實體類型 -apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +104,Mandatory field: set role for,必須填寫:用於設置角色 -DocType: Data Migration Mapping,Mapping Name,映射名稱 -DocType: Currency,A symbol for this currency. For e.g. $,這種貨幣的符號。例如$ -apps/frappe/frappe/public/js/frappe/views/translation_manager.js +23,Successfully updated translations,成功更新翻譯 -DocType: S3 Backup Settings,Enable Automatic Backup,啟用自動備份 -apps/frappe/frappe/config/setup.py +173,Email Templates for common queries.,常見查詢的電子郵件模板。 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +114,Permission Error,權限錯誤 -apps/frappe/frappe/model/naming.py +210,Name of {0} cannot be {1},{0}的名稱不能為{1} -apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +33,From Date,從日期 -apps/frappe/frappe/public/js/frappe/feedback.js +95,Feedback Request for {0} is sent to {1},反饋請求{0}被發送到{1} -apps/frappe/frappe/public/js/frappe/desk.js +402,Session Expired,會話已過期 -apps/frappe/frappe/public/js/frappe/desk.js +402,Session Expired,會話已過期 -apps/frappe/frappe/utils/password_strength.py +98,Straight rows of keys are easy to guess,鍵的直排容易被猜中 -DocType: Communication,Phone No.,電話號碼 -DocType: Workflow State,fire,火 -apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.py +23,; not allowed in condition,; 條件下不允許 -DocType: Async Task,Async Task,異步任務 -DocType: Workflow State,picture,圖片 -DocType: Customize Form,Image Field,現場圖片 -apps/frappe/frappe/integrations/doctype/gcalendar_settings/gcalendar_settings.py +49,Something went wrong during the token generation. Please request again an authorization code.,令牌生成過程中出現問題。請再次請求授權碼。 -DocType: Print Format,Custom HTML Help,自定義HTML幫助 -apps/frappe/frappe/website/doctype/contact_us_settings/contact_us_settings.js +3,See on Website,查看網站 -DocType: Workflow Transition,Next State,下一狀態 -DocType: User,Block Modules,封鎖模組 -apps/frappe/frappe/model/db_schema.py +153,Reverting length to {0} for '{1}' in '{2}'; Setting the length as {3} will cause truncation of data.,恢復長度{0}為“{1}”在“{2}”;設置長度為{3}將導致數據截斷。 -DocType: Print Format,Custom CSS,自定義CSS -apps/frappe/frappe/public/js/frappe/form/controls/comment.js +11,Add a comment,新增評論 -apps/frappe/frappe/config/setup.py +82,Log of error on automated events (scheduler).,登錄自動化事件(調度)的錯誤。 -apps/frappe/frappe/utils/csvutils.py +82,Not a valid Comma Separated Value (CSV File),不是一個有效的逗號分隔值( CSV文件) -DocType: Address,Postal,郵政 -DocType: Email Account,Default Incoming,預設傳入信箱 -DocType: Workflow State,repeat,重複 -DocType: Website Settings,Banner,橫幅 -DocType: Role,"If disabled, this role will be removed from all users.",如果禁用了,這個角色將會從所有用戶中刪除。 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Search,搜索幫助 -apps/frappe/frappe/core/doctype/user/user.py +763,Registered but disabled,註冊但被禁用 -DocType: DocType,Hide Copy,隱藏副本 -apps/frappe/frappe/model/base_document.py +373,{0} must be unique,{0}必須是獨特的 -apps/frappe/frappe/public/js/frappe/list/list_renderer.js +554,Row,列 -apps/frappe/frappe/public/js/frappe/views/communication.js +73,"CC, BCC & Email Template",CC,BCC&電子郵件模板 -DocType: Data Migration Mapping Detail,Local Fieldname,本地字段名稱 -DocType: User Permission,Linked Doctypes,鏈接的文檔類型 -DocType: DocType,Track Changes,跟踪變化 -DocType: Workflow State,Check,查 -DocType: Chat Profile,Offline,離線 -DocType: User,API Key,API密鑰 -DocType: Email Account,Send unsubscribe message in email,發送電子郵件退訂消息 -apps/frappe/frappe/public/js/frappe/form/toolbar.js +82,Edit Title,編輯標題 -apps/frappe/frappe/desk/page/modules/modules.js +22,Install Apps,安裝應用程序 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +66,Fieldname which will be the DocType for this link field.,字段名這將是在DOCTYPE這個鏈接字段。 -apps/frappe/frappe/config/desk.py +14,Documents assigned to you and by you.,分配給您和您的文檔。 -DocType: User,Email Signature,電子郵件簽名 -DocType: Website Settings,Google Analytics ID,Google Analytics(分析)的ID -DocType: Web Form,"For help see Client Script API and Examples","有關幫助,請參閱客戶端腳本API和示例" -DocType: Website Theme,Link to your Bootstrap theme,鏈接到你的引導主題 -DocType: Custom DocPerm,Delete,刪除 -apps/frappe/frappe/public/js/frappe/views/treeview.js +242,New {0},新的{0} -apps/frappe/frappe/email/doctype/email_account/email_account_list.js +10,Default Inbox,預設收件匣 -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,建立一個新的 -DocType: Print Settings,PDF Page Size,PDF頁面大小 -DocType: Data Import,Attach file for Import,附加文件進行導入 -DocType: Communication,Recipient Unsubscribed,收件人取消訂閱 -DocType: Feedback Request,Is Sent,已發送 -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +62,About,關於 -apps/frappe/frappe/core/doctype/data_import/exporter.py +68,"For updating, you can update only selective columns.",對於更新,您可以更新只選擇列。 -DocType: Chat Token,Country,國家 -apps/frappe/frappe/public/js/frappe/views/communication.js +95,Attach Document Print,附加文件列印 -DocType: Bulk Update,Field,領域 -DocType: Notification,"Trigger on valid methods like ""before_insert"", ""after_update"", etc (will depend on the DocType selected)",像“before_insert”,“after_update”等有效方法觸發(取決於所選的文檔類型) -apps/frappe/frappe/core/doctype/user/user.py +132,Adding System Manager to this User as there must be atleast one System Manager,至少要有一名系統管理員,將該用戶設定成系統管理員 -DocType: Chat Message,URLs,網址 -DocType: Data Migration Run,Total Pages,總頁數 -DocType: DocField,Attach Image,附上圖片 -DocType: Workflow State,list-alt,列表ALT -apps/frappe/frappe/www/update-password.html +79,Password Updated,密碼更新 -apps/frappe/frappe/www/qrcode.html +11,Steps to verify your login,驗證您的登錄的步驟 -apps/frappe/frappe/utils/password.py +49,Password not found,密碼未找到 -DocType: Data Migration Mapping,Page Length,頁面長度 -apps/frappe/frappe/email/doctype/email_account/email_account.py +62,Append To is mandatory for incoming mails,追加到是強制性的傳入郵件 -DocType: Contact,Salutation,招呼 -DocType: Communication,Rejected,拒絕 -apps/frappe/frappe/public/js/frappe/ui/tags.js +113,Remove Tag,刪除標籤 -DocType: Chat Room User,Admin,管理員 -DocType: Report,Query Report,查詢報表 -DocType: User,Set New Password,設定新密碼 -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +54,"%s is not a valid report format. Report format should \ +film,影片 +No permission to read {0},沒有權限讀取{0} +Avoid recent years.,避免最近幾年。 +Multiple root nodes not allowed.,不允許多個根節點。 +"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.",如果啟用,用戶每次登錄時都會收到通知。如果沒有啟用,用戶只會收到一次通知。 +"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.",如果啟用,用戶每次登錄時都會收到通知。如果沒有啟用,用戶只會收到一次通知。 +Invalid {0} condition,{0}條件無效 +"If checked, users will not see the Confirm Access dialog.",如果選中,用戶不會看到確認Access對話框。 +ID field is required to edit values using Report. Please select the ID field using the Column Picker,當使用報表編輯數據時,ID欄位是必須的。請使用行列選擇器來選擇ID欄位。 +Comments,評論 +Confirm,確認 +Forgot Password?,忘了密碼? +yyyy-mm-dd,年 - 月 - 日 +Server Error,服務器錯誤 +Login Id is required,登錄ID是必需的 +Website Slideshow,網站連續播放 +No Data,無數據 +"Link that is the website home page. Standard Links (index, login, products, blog, about, contact)",鏈接是網站的主頁。標準鏈接(索引,登錄,產品,博客,約,接觸) +Authentication failed while receiving emails from Email Account {0}. Message from server: {1},當接收來自帳戶{0}的電子郵件時,身份驗證失敗。從伺服器消息:{1} +Banner Image,橫幅圖片 +Custom Field,自定義欄位 +Please specify which date field must be checked,請指定必須檢查哪些日期欄位 +Set User Permissions,設定用戶權限 +Not allowed for {0} = {1},不允許{0} = {1} +Email Account Name,電子郵件帳戶名稱 +Something went wrong while generating dropbox access token. Please check error log for more details.,在生成dropbox訪問令牌時發生錯誤。請檢查錯誤日誌以獲取更多詳細信息。 +old_parent,old_parent, +"Newsletters to contacts, leads.",通訊,聯絡人,線索。 +"e.g. ""Support"", ""Sales"", ""Jerry Yang""",例如“支持“,”銷售“,”傑里楊“ +Incorrect Verification code,驗證碼不正確 +Repeat Header and Footer in PDF,重複頁眉和頁腳的PDF, +Is Default,是預設 +Connector Type,連接器類型 +Column Name cannot be empty,列名不能為空 +Error while connecting to email account {0},連接到電子郵件帳戶{0}時出錯 +fast-forward,快進 +Communication,通訊 +"Check columns to select, drag to set order.",檢查列選擇,拖放設置順序。 +This is PERMANENT action and you cannot undo. Continue?,這是永久性的行動,你不能撤消。繼續嗎? +Login and view in Browser,在瀏覽器中登錄和查看 +Every Day,每天 +Password for Base DN,密碼基礎DN, +Columns based on,基於列 +Enter keys to enable integration with Google GSuite,輸入密鑰以啟用與Google GSuite的集成 +move,舉 +Action Failed,操作失敗 +For User,對於用戶 +View log,查看日誌 +Assam,阿薩姆 +You have {0} days left in your subscription,您的訂閱還剩有{0}天 +Outgoing email account not correct,傳出的電子郵件帳戶不正確 +Chaining Hash,鏈接哈希 +Temperorily Disabled,Temperorily殘疾人 +Please set Email Address,請設置電子郵件地址 +Date and Number Format,日期和數字格式 +Checking one moment,檢查一個時刻 +Show Tags,顯示標籤 +HTML Editor,HTML編輯器 +"If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User",如果選中了“嚴格用戶權限”,並為用戶定義了“用戶權限”,則該鏈接的值為空的所有文檔將不會顯示給該用戶 +Billing,計費 +Not Sent,未發送 +align-justify,對齊對齊 +Middle Name (Optional),中間名(可選) +Not Permitted,不允許 +First Transaction,第一筆交易 +You do not have enough permissions to complete the action,您沒有足夠的權限來完成動作 +No Results,沒有結果 +Scheduled to send to {0} recipients,原定發送到{0}受助人 +Cut,切 +renamed from {0} to {1},從更名{0}到{1} +**Currency** Master,** 主要貨幣 ** +No of emails remaining to be synced,沒有剩餘的電子郵件進行同步 +Uploading,上傳 +Uploading,上傳 +Please save the document before assignment,請保存轉讓前的文件 +Click here to post bugs and suggestions,點擊這裡發布錯誤和建議 +Address and other legal information you may want to put in the footer.,地址和其他法律資訊,您可能要放在頁腳。 +Website Sidebar Item,網站側欄項目 +PayPal Settings,貝寶設置 +Select Document Type,選擇文件類型 +Cannot delete {0} as it has child nodes,無法刪除{0} ,因為它有子節點 +{0} minutes ago,{0}分鐘前 +lightblue,淺藍 +Same Field is entered more than once,相同字段不止一次輸入 +Every day events should finish on the same day.,每天的活動應該結束在同一天。 +Filter Values,過濾值 +User Tags,用戶標籤 +Fail,失敗 +download-alt,下載的Alt, +Pull Failed,拉失敗 +Feedback Request,反饋請求 +Import Data from CSV / Excel files.,從CSV / Excel文件導入數據。 +Main Section,主區塊 +Icon,圖標 +"Hint: Include symbols, numbers and capital letters in the password",提示:在密碼中加入符號,數字和大寫字母 +"Hint: Include symbols, numbers and capital letters in the password",提示:在密碼中加入符號,數字和大寫字母 +Allow in Quick Entry,允許快速輸入 +dd/mm/yyyy,dd/mm/yyyy, +GSuite script test,GSuite腳本測試 +Backups,備份 +Add Contact,增加聯繫人 +Optional: Always send to these ids. Each Email Address on a new row,可選:總是發送給這些ID。在新行的每個電子郵件地址 +Hide Details,隱藏詳情 +Page has expired!,頁已過期! +Tasks,任務 +Blog Settings,部落格設定 +You can also copy-paste this link in your browser,您也可以複製粘貼此鏈接到瀏覽器 +bullhorn,擴音器 +Target,目標 +Number of Backups,備份數量 +Copyright,版權 +Invalid,無效 +Hide Footer Signup,隱藏頁腳註冊 +Write a Python file in the same folder where this is saved and return column and result.,寫一個Python文件,在這個被保存在同一文件夾中,並返回列和結果。 +Sort Field,排序欄位 +Razorpay Settings,Razorpay設置 +Edit Filter,編輯過濾器 +Field {0} of type {1} cannot be mandatory,域{0}類型{1}不能強制 +Session Expiry Mobile,會話過期移動 +Incorrect User or Password,不正確的用戶或密碼 +Search results for,為。。。。尋找結果 +Please enter Access Token URL,請輸入訪問令牌URL, +Select To Download:,選擇要下載: +Slack,鬆弛 +If user is the owner,如果用戶是所有者 +Activity,活動 +"Help: To link to another record in the system, use ""#Form/Note/[Note Name]"" as the Link URL. (don't use ""http://"")",說明:要鏈接到另一筆在系統中的記錄,使用「#Form/Note/[Note Name]」建立鏈接。(不要使用的「http://」) +Allow,允許 +Let's avoid repeated words and characters,讓我們避免重複的字和字符 +Delayed,延遲 +List of backups available for download,可供下載的備份目錄 +Sign up,報名 +Row {0}: Not allowed to disable Mandatory for standard fields,行{0}:不允許禁用標準域的強制性 +Output,產量 +Set Property After Alert,警報後設置屬性 +Add fields to forms.,將欄位添加到表單。 +Looks like something is wrong with this site's Paypal configuration.,看起來這個網站的Paypal配置有問題。 +File Type,文件類型 +leaf,休假 +Portal Menu Item,門戶菜單項 +Email ID,電子郵件ID, +A list of resources which the Client App will have access to after the user allows it.
    e.g. project,資源的列表,它的客戶端應用程序必須將用戶允許後訪問。
    如項目 +Translated Text,翻譯文本 +Query Options,查詢選項 +Timestamp,時間戳 +Patch Log,補丁日誌 +Local Primary Key,本地主鍵 +Welcome to {0},歡迎{0} +Add,新增 +Profile,輪廓 +Sent or Received,發送或接收 +Reference Document,參考文獻 +Key,關鍵 +Contacts,往來 +Setup Complete,安裝完成 +Report of all document shares,所有的文件共享報告 +New Password,新密碼 +Filter {0} missing,過濾器{0}丟失 +Sorry! You cannot delete auto-generated comments,抱歉!不能刪除自動生成的註釋 +Style using CSS,使用CSS樣式 +Reference DocType,DocType參照 +System User,系統用戶 +Is Standard,為標準 +_report,_報告 +_report,_報告 +"Don't HTML Encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field",不要HTML編碼的HTML標籤,如<SCRIPT>或者就像字符<或>,因為他們可以在此字段中故意使用 +Specify a default value,指定一個預設值 +FavIcon,網站圖標 +At least one reply is mandatory before requesting feedback,至少有一個答复要求得到反饋前強制性 +Setup for,設置 +minus-sign,減號 +No {0} permission,無{0}的權限 +Export Custom Permissions,導出自定義權限 +Fields Multicheck,字段Multicheck, +Login,登入 +Hi {0},{0} +Enable Scheduled Jobs,啟用預定作業 +Notes:,注意事項: +Status: {0},狀態:{0} +Document Name,文件名稱 +Mark as Spam,標記為垃圾郵件 +Customize Form,自定義表單 +Entity Type,實體類型 +Mandatory field: set role for,必須填寫:用於設置角色 +Mapping Name,映射名稱 +A symbol for this currency. For e.g. $,這種貨幣的符號。例如$ +Successfully updated translations,成功更新翻譯 +Enable Automatic Backup,啟用自動備份 +Email Templates for common queries.,常見查詢的電子郵件模板。 +Permission Error,權限錯誤 +Name of {0} cannot be {1},{0}的名稱不能為{1} +From Date,從日期 +Feedback Request for {0} is sent to {1},反饋請求{0}被發送到{1} +Session Expired,會話已過期 +Session Expired,會話已過期 +Straight rows of keys are easy to guess,鍵的直排容易被猜中 +Phone No.,電話號碼 +fire,火 +; not allowed in condition,; 條件下不允許 +Async Task,異步任務 +picture,圖片 +Image Field,現場圖片 +Something went wrong during the token generation. Please request again an authorization code.,令牌生成過程中出現問題。請再次請求授權碼。 +Custom HTML Help,自定義HTML幫助 +See on Website,查看網站 +Next State,下一狀態 +Block Modules,封鎖模組 +Reverting length to {0} for '{1}' in '{2}'; Setting the length as {3} will cause truncation of data.,恢復長度{0}為“{1}”在“{2}”;設置長度為{3}將導致數據截斷。 +Custom CSS,自定義CSS, +Add a comment,新增評論 +Log of error on automated events (scheduler).,登錄自動化事件(調度)的錯誤。 +Not a valid Comma Separated Value (CSV File),不是一個有效的逗號分隔值( CSV文件) +Postal,郵政 +Default Incoming,預設傳入信箱 +repeat,重複 +Banner,橫幅 +"If disabled, this role will be removed from all users.",如果禁用了,這個角色將會從所有用戶中刪除。 +Help on Search,搜索幫助 +Registered but disabled,註冊但被禁用 +Hide Copy,隱藏副本 +{0} must be unique,{0}必須是獨特的 +Row,列 +"CC, BCC & Email Template",CC,BCC&電子郵件模板 +Local Fieldname,本地字段名稱 +Linked Doctypes,鏈接的文檔類型 +Track Changes,跟踪變化 +Check,查 +Offline,離線 +API Key,API密鑰 +Send unsubscribe message in email,發送電子郵件退訂消息 +Edit Title,編輯標題 +Install Apps,安裝應用程序 +Fieldname which will be the DocType for this link field.,字段名這將是在DOCTYPE這個鏈接字段。 +Documents assigned to you and by you.,分配給您和您的文檔。 +Email Signature,電子郵件簽名 +Google Analytics ID,Google Analytics(分析)的ID, +"For help see Client Script API and Examples","有關幫助,請參閱客戶端腳本API和示例" +Link to your Bootstrap theme,鏈接到你的引導主題 +Delete,刪除 +New {0},新的{0} +Default Inbox,預設收件匣 +Make a new,建立一個新的 +PDF Page Size,PDF頁面大小 +Attach file for Import,附加文件進行導入 +Recipient Unsubscribed,收件人取消訂閱 +Is Sent,已發送 +About,關於 +"For updating, you can update only selective columns.",對於更新,您可以更新只選擇列。 +Country,國家 +Attach Document Print,附加文件列印 +Field,領域 +"Trigger on valid methods like ""before_insert"", ""after_update"", etc (will depend on the DocType selected)",像“before_insert”,“after_update”等有效方法觸發(取決於所選的文檔類型) +Adding System Manager to this User as there must be atleast one System Manager,至少要有一名系統管理員,將該用戶設定成系統管理員 +URLs,網址 +Total Pages,總頁數 +Attach Image,附上圖片 +list-alt,列表ALT, +Password Updated,密碼更新 +Steps to verify your login,驗證您的登錄的步驟 +Password not found,密碼未找到 +Page Length,頁面長度 +Append To is mandatory for incoming mails,追加到是強制性的傳入郵件 +Salutation,招呼 +Rejected,拒絕 +Remove Tag,刪除標籤 +Admin,管理員 +Query Report,查詢報表 +Set New Password,設定新密碼 +"%s is not a valid report format. Report format should \ one of the following %s",%s不是一個有效的報告格式。報告格式應\下面%S之一 -apps/frappe/frappe/core/doctype/doctype/doctype.py +508,Fieldname {0} appears multiple times in rows {1},列{1}中多次出現欄位名稱{0} -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +559,{0} from {1} to {2} in row #{3},{0}從{1}到{2}中的行#{3} -DocType: Communication,Expired,過期 -apps/frappe/frappe/templates/pages/integrations/razorpay_checkout.py +34,Seems token you are using is invalid!,似乎你使用的令牌是無效的! -DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),對於一個場的列在網格數(在網格總列應小於11) -DocType: DocType,System,系統 -apps/frappe/frappe/www/login.html +76,Have an account? Login,有一個賬戶?登錄 -DocType: Workflow State,arrow-down,箭頭向下 -apps/frappe/frappe/model/delete_doc.py +171,User not allowed to delete {0}: {1},用戶不得刪除{0}:{1} -apps/frappe/frappe/templates/emails/recurring_document_failed.html +3,For,對於 -apps/frappe/frappe/public/js/frappe/list/list_renderer.js +376,{0} of {1},{1}的{0} -apps/frappe/frappe/public/js/frappe/model/model.js +21,Last Updated On,最後更新日期: -DocType: SMS Settings,Message Parameter,訊息參數 -DocType: Help Article,Likes,喜歡 -DocType: Website Settings,Top Bar,頂欄 -DocType: GSuite Settings,Script Code,腳本代碼 -apps/frappe/frappe/core/doctype/user/user.js +136,Create User Email,創建用戶電子郵件 -apps/frappe/frappe/core/doctype/user/user.js +136,Create User Email,創建用戶電子郵件 -apps/frappe/frappe/core/doctype/doctype/doctype.py +759,No Permissions Specified,未指定權限 -DocType: Custom Role,Custom Role,自定義角色 -apps/frappe/frappe/core/doctype/file/test_file.py +217,Home/Test Folder 2,首頁/測試文件夾2 -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +48,Please save the document before uploading.,請上傳之前保存文檔。 -apps/frappe/frappe/public/js/frappe/ui/messages.js +215,Enter your password,輸入密碼 -DocType: Dropbox Settings,Dropbox Access Secret,Dropbox的訪問秘密 -DocType: Social Login Key,Social Login Provider,社交登錄提供商 -apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,添加另一個評論 -apps/frappe/frappe/core/doctype/data_import/importer.py +81,No data found in the file. Please reattach the new file with data.,在文件中找不到數據。請用數據重新附加新文件。 -apps/frappe/frappe/public/js/frappe/form/toolbar.js +179,Edit DocType,編輯的DocType -apps/frappe/frappe/core/doctype/doctype/doctype.py +599,Fold must come before a Section Break,折疊一定要來一個分節符前 -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,正在開發中 -apps/frappe/frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py +25,Go to the document,轉到文檔 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +179,Customizations Reset,自定義重置 -DocType: Workflow State,hand-down,手向下 -DocType: Address,GST State,消費稅狀態 -apps/frappe/frappe/core/doctype/doctype/doctype.py +803,{0}: Cannot set Cancel without Submit,{0} :沒有提交便無法設為取消 -DocType: Website Theme,Theme,主題 -DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,重定向URI勢必授權碼 -DocType: DocType,Is Submittable,是可提交的 -apps/frappe/frappe/custom/doctype/property_setter/property_setter.js +7,Value for a check field can be either 0 or 1,一檢查字段值可以為0或1 -apps/frappe/frappe/core/doctype/data_import/exporter.py +268,Column Labels:,列標籤: -apps/frappe/frappe/model/naming.py +85,Naming Series mandatory,命名系列強制性 -DocType: Kanban Board Column,Red,紅 -DocType: Workflow State,Tag,標籤 -DocType: Custom Script,Script,腳本 -apps/frappe/frappe/core/doctype/data_import/log_details.html +30,Document can't saved.,文件無法保存。 -apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +28,My Settings,我的設定 -DocType: Website Theme,Text Color,文字顏色 -apps/frappe/frappe/desk/page/backups/backups.py +72,Backup job is already queued. You will receive an email with the download link,備份作業已經排隊。您將收到一封包含下載鏈接的電子郵件 -apps/frappe/frappe/auth.py +82,Invalid Request,無效請求 -apps/frappe/frappe/public/js/frappe/form/layout.js +28,This form does not have any input,這種形式沒有任何輸入 -apps/frappe/frappe/core/doctype/system_settings/system_settings.py +27,Session Expiry must be in format {0},會話到期格式必須是{0} -DocType: Chat Message,Group,組 -DocType: Footer Item,"Select target = ""_blank"" to open in a new page.","選擇target = ""_blank""以在新頁面中打開。" -apps/frappe/frappe/core/page/usage_info/usage_info.html +60,Database Size:,數據庫大小: -apps/frappe/frappe/public/js/frappe/social/social_home.js +67,Set Image,設置圖像 -apps/frappe/frappe/public/js/frappe/model/model.js +518,Permanently delete {0}?,永久刪除{0} ? -apps/frappe/frappe/core/doctype/file/file.py +195,Same file has already been attached to the record,相同的文件已經附加到記錄 -apps/frappe/frappe/model/workflow.py +126,{0} is not a valid Workflow State. Please update your Workflow and try again.,{0}不是有效的工作流程狀態。請更新您的工作流程,然後重試。 -DocType: Workflow State,wrench,扳手 -DocType: Website Settings,Disable Signup,禁止註冊 -DocType: Email Queue,Email Queue,電子郵件隊列 -apps/frappe/frappe/core/page/desktop/desktop.py +14,Add Employees to Manage Them,加入的員工來管理它們 -DocType: Address,Haryana,哈里亞納邦 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,角色可以從他們的用戶頁面的用戶進行設置。 -apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,添加評論 -DocType: DocField,Mandatory,強制性 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,模塊導出 -apps/frappe/frappe/core/doctype/doctype/doctype.py +771,{0}: No basic permissions set,{0} :無基本權限設定 -apps/frappe/frappe/limits.py +80,Your subscription will expire on {0}.,您的訂閱將在到期{0}。 -apps/frappe/frappe/utils/backups.py +166,Download link for your backup will be emailed on the following email address: {0},下載連接,您的備份將以電子郵件發送到以下電子郵件地址:{0} -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend",的含義提交,取消,修改 -apps/frappe/frappe/desk/doctype/todo/todo_list.js +9,To Do,待辦事項 -DocType: Test Runner,Module Path,模塊路徑 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +671,Then By (optional),再由(可選) -DocType: File,Preview HTML,預覽HTML -DocType: Desktop Icon,query-report,查詢的報告 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +101,Filters saved,過濾器保存 -DocType: DocField,Percent,百分比 -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +660,Please set filters,請設定篩選條件 -apps/frappe/frappe/public/js/frappe/form/linked_with.js +28,Linked With,連結到 -apps/frappe/frappe/templates/emails/auto_email_report.html +53,Edit Auto Email Report Settings,修改電子郵件報告設置 -DocType: Chat Room,Message Count,消息計數 -DocType: Workflow State,book,書 -DocType: Communication,Read by Recipient,由收件人閱讀 -DocType: Website Settings,Landing Page,著陸頁 -apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,錯誤自定義腳本 -apps/frappe/frappe/public/js/frappe/form/quick_entry.js +90,{0} Name,{0}名稱 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +171,No Permissions set for this criteria.,沒有權限設置此標準。 -DocType: Auto Email Report,Auto Email Report,自動電子郵件報告 -apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +663,Delete comment?,刪除評論? -DocType: Address Template,This format is used if country specific format is not found,此格式用於如果找不到特定國家的格式 -DocType: System Settings,Allow Login using Mobile Number,允許使用手機號登錄 -apps/frappe/frappe/public/js/frappe/request.js +137,You do not have enough permissions to access this resource. Please contact your manager to get access.,您沒有足夠的權限來訪問該資源。請聯繫您的經理,以獲得訪問權。 -DocType: Custom Field,Custom,自訂 -DocType: System Settings,"If enabled, users who login from Restricted IP Address, won't be prompted for Two Factor Auth",如果啟用,從限制IP地址登錄的用戶將不會被提示輸入雙因素身份驗證 -DocType: Auto Repeat,Get Contacts,獲取聯繫人 -DocType: Notification,Send alert if date matches this field's value,發送警示,如果日期匹配該欄位的值 -DocType: Workflow,Transitions,轉換 -DocType: User,Login After,登錄後 -DocType: Print Format,Monospace,等寬 -DocType: Letter Head,Printing,列印 -DocType: Workflow State,thumbs-up,豎起大拇指 -DocType: DocPerm,DocPerm,DocPerm -DocType: Print Settings,Fonts,字體 -apps/frappe/frappe/core/doctype/doctype/doctype.py +566,Precision should be between 1 and 6,精度應為1和6之間 -apps/frappe/frappe/templates/emails/auto_email_report.html +47,This report was generated on {0},此報告是在{0}上生成的 -DocType: Notification,Slack Channel,鬆弛頻道 -DocType: About Us Team Member,Image Link,圖片鏈接 -DocType: Auto Email Report,Report Filters,報告過濾器 -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +16,now,現在 -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 +259,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/core/doctype/data_import/exporter.py +67,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 +380,Unable to update event,無法更新事件 -apps/frappe/frappe/twofactor.py +213,Verification code has been sent to your registered email address.,驗證碼已發送到您註冊的電子郵件地址。 -apps/frappe/frappe/core/doctype/user/user.py +1027,Throttled,節流 -apps/frappe/frappe/utils/data.py +830,"Filter must have 4 values (doctype, fieldname, operator, value): {0}",過濾器必須有4個值(doctype,fieldname,operator,value):{0} -apps/frappe/frappe/utils/bot.py +89,show,顯示 -apps/frappe/frappe/utils/data.py +882,Invalid field name {0},字段名稱{0}無效 -DocType: Data Migration Plan Mapping,Data Migration Plan Mapping,數據遷移計劃映射 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +271,Starting Frappé ...,開始Frappé... -DocType: Web Form Field,Max Length,最長長度 -DocType: Workflow State,map-marker,地圖標記 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +39,Submit an Issue,提交問題 -DocType: Event,Repeat this Event,重複此事件 -DocType: Address,Maintenance User,維護用戶 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +664,Sorting Preferences,排序偏好設置 -apps/frappe/frappe/utils/password_strength.py +143,Avoid dates and years that are associated with you.,避免日期和與你相關的年。 -DocType: Custom DocPerm,Amend,修改 -DocType: File,Is Attachments Folder,是附件文件夾 -apps/frappe/frappe/public/js/frappe/views/treeview.js +75,Expand All,展開全部 -apps/frappe/frappe/public/js/frappe/chat.js +2180,Select a chat to start messaging.,選擇一個聊天開始消息。 -apps/frappe/frappe/public/js/frappe/form/controls/table.js +85,Processing,處理 -apps/frappe/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js +20,Please select Entity Type first,請先選擇實體類型 -apps/frappe/frappe/templates/includes/login/login.js +52,Valid Login id required.,有效的登錄ID必需的。 -apps/frappe/frappe/model/rename_doc.py +413,Please select a valid csv file with data,請選擇有合格資料的csv檔案 -apps/frappe/frappe/core/doctype/docshare/docshare.py +56,{0} un-shared this document with {1},{0}停止與{1}未共享這個文件 -DocType: DocType,"Make ""name"" searchable in Global Search",讓“名”在全球的搜索搜索 -apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically generated reply,這是一個自動生成的回复 -DocType: Help Category,Category Description,類別說明 -apps/frappe/frappe/model/document.py +634,Record does not exist,記錄不存在 -DocType: Help Category,Help Category,幫助分類 -apps/frappe/frappe/utils/oauth.py +240,User {0} is disabled,用戶{0}被禁用 -apps/frappe/frappe/www/404.html +21,Page missing or moved,頁面丟失或移動 -DocType: DocType,Route,路線 -apps/frappe/frappe/config/integrations.py +23,Razorpay Payment gateway settings,Razorpay支付網關設置 -apps/frappe/frappe/website/doctype/website_slideshow/website_slideshow.js +12,Fetch attached images from document,從文檔中獲取附加圖像 -DocType: Chat Room,Name,名稱 -DocType: Contact Us Settings,Skype,Skype的 -apps/frappe/frappe/limits.py +195,You have exceeded the max space of {0} for your plan. {1}.,您已超過{0}最大空間,為您的計劃。 {1}。 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +380,Search the docs,搜索文檔 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +380,Search the docs,搜索文檔 -apps/frappe/frappe/public/js/frappe/form/controls/link.js +16,Open Link,打開鏈接 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +357,Your Language,你的語言 -DocType: Tag Category,Doctypes,文檔類型 -apps/frappe/frappe/desk/query_report.py +52,Query must be a SELECT,查詢必須是一個SELECT -DocType: Data Export,Select DocType,選擇DocType -apps/frappe/frappe/public/js/frappe/request.js +148,File size exceeded the maximum allowed size of {0} MB,文件大小超過{0} MB的最大允許大小 -apps/frappe/frappe/email/doctype/notification/notification.js +33,Created On,創建於 -DocType: Workflow State,align-center,對準中心 -DocType: Feedback Request,Is Feedback request triggered manually ?,被反饋請求手動觸發? -DocType: Address,Lakshadweep Islands,Lakshadweep群島 -DocType: DocType,Allow events in timeline,允許時間軸中的事件 -apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write,可以寫 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",某些文件,如發票,一旦定稿後不應更改。對這類文件來說定稿稱為提交。您可以限制哪些角色可以提交。 -DocType: Newsletter,Test Email Address,測試電子郵件地址 -DocType: ToDo,Sender,寄件人 -apps/frappe/frappe/email/doctype/notification/notification.py +310,Error while evaluating Notification {0}. Please fix your template.,評估通知{0}時出錯。請修復您的模板。 -DocType: GSuite Settings,Google Apps Script,Google Apps腳本 -apps/frappe/frappe/templates/includes/comments/comments.html +27,Leave a Comment,發表評論 -DocType: Web Page,Description for search engine optimization.,說明搜索引擎優化。 -DocType: Web Form Field,Page Break,分頁符 -apps/frappe/frappe/core/doctype/data_import/data_import_list.js +11,Pending,擱置 -DocType: System Settings,Allow only one session per user,允許每個用戶只有一個會話 -apps/frappe/frappe/core/doctype/file/test_file.py +241,Home/Test Folder 1/Test Folder 3,首頁/測試文件夾1 /測試文件夾3 -apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +141,Select or drag across time slots to create a new event.,選擇或拖動整個時間條,以創建一個新的事件。 -DocType: DocField,In Filter,在過濾器 -DocType: DocType,Show in Module Section,在顯示模塊部分 -DocType: Website Theme,Footer Color,頁腳顏色 -apps/frappe/frappe/core/doctype/communication/communication.js +53,Relink,重新鏈接 -apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +77,Seems ldap is not installed on system.,似乎ldap沒有安裝在系統上。 -apps/frappe/frappe/www/feedback.py +39,Invalid Reference,參考無效 -apps/frappe/frappe/www/feedback.py +73,"Cannot submit feedback, please try again later",無法提交反饋,請稍後再試 -DocType: Web Page,"Page to show on the website +Fieldname {0} appears multiple times in rows {1},列{1}中多次出現欄位名稱{0} +{0} from {1} to {2} in row #{3},{0}從{1}到{2}中的行#{3} +Expired,過期 +Seems token you are using is invalid!,似乎你使用的令牌是無效的! +Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),對於一個場的列在網格數(在網格總列應小於11) +System,系統 +Have an account? Login,有一個賬戶?登錄 +arrow-down,箭頭向下 +User not allowed to delete {0}: {1},用戶不得刪除{0}:{1} +For,對於 +{0} of {1},{1}的{0} +Last Updated On,最後更新日期: +Message Parameter,訊息參數 +Likes,喜歡 +Top Bar,頂欄 +Script Code,腳本代碼 +Create User Email,創建用戶電子郵件 +Create User Email,創建用戶電子郵件 +No Permissions Specified,未指定權限 +Custom Role,自定義角色 +Home/Test Folder 2,首頁/測試文件夾2, +Please save the document before uploading.,請上傳之前保存文檔。 +Enter your password,輸入密碼 +Dropbox Access Secret,Dropbox的訪問秘密 +Social Login Provider,社交登錄提供商 +Add Another Comment,添加另一個評論 +No data found in the file. Please reattach the new file with data.,在文件中找不到數據。請用數據重新附加新文件。 +Edit DocType,編輯的DocType, +Fold must come before a Section Break,折疊一定要來一個分節符前 +Under Development,正在開發中 +Go to the document,轉到文檔 +Customizations Reset,自定義重置 +hand-down,手向下 +GST State,消費稅狀態 +{0}: Cannot set Cancel without Submit,{0} :沒有提交便無法設為取消 +Theme,主題 +Redirect URI Bound To Auth Code,重定向URI勢必授權碼 +Is Submittable,是可提交的 +Value for a check field can be either 0 or 1,一檢查字段值可以為0或1, +Column Labels:,列標籤: +Naming Series mandatory,命名系列強制性 +Red,紅 +Tag,標籤 +Script,腳本 +Document can't saved.,文件無法保存。 +My Settings,我的設定 +Text Color,文字顏色 +Backup job is already queued. You will receive an email with the download link,備份作業已經排隊。您將收到一封包含下載鏈接的電子郵件 +Invalid Request,無效請求 +This form does not have any input,這種形式沒有任何輸入 +Session Expiry must be in format {0},會話到期格式必須是{0} +Group,組 +"Select target = ""_blank"" to open in a new page.","選擇target = ""_blank""以在新頁面中打開。" +Database Size:,數據庫大小: +Set Image,設置圖像 +Permanently delete {0}?,永久刪除{0} ? +Same file has already been attached to the record,相同的文件已經附加到記錄 +{0} is not a valid Workflow State. Please update your Workflow and try again.,{0}不是有效的工作流程狀態。請更新您的工作流程,然後重試。 +wrench,扳手 +Disable Signup,禁止註冊 +Email Queue,電子郵件隊列 +Add Employees to Manage Them,加入的員工來管理它們 +Haryana,哈里亞納邦 +Roles can be set for users from their User page.,角色可以從他們的用戶頁面的用戶進行設置。 +Add Comment,添加評論 +Mandatory,強制性 +Module to Export,模塊導出 +{0}: No basic permissions set,{0} :無基本權限設定 +Your subscription will expire on {0}.,您的訂閱將在到期{0}。 +Download link for your backup will be emailed on the following email address: {0},下載連接,您的備份將以電子郵件發送到以下電子郵件地址:{0} +"Meaning of Submit, Cancel, Amend",的含義提交,取消,修改 +To Do,待辦事項 +Module Path,模塊路徑 +Then By (optional),再由(可選) +Preview HTML,預覽HTML, +query-report,查詢的報告 +Filters saved,過濾器保存 +Percent,百分比 +Please set filters,請設定篩選條件 +Linked With,連結到 +Edit Auto Email Report Settings,修改電子郵件報告設置 +Message Count,消息計數 +book,書 +Read by Recipient,由收件人閱讀 +Landing Page,著陸頁 +Error in Custom Script,錯誤自定義腳本 +{0} Name,{0}名稱 +No Permissions set for this criteria.,沒有權限設置此標準。 +Auto Email Report,自動電子郵件報告 +Delete comment?,刪除評論? +This format is used if country specific format is not found,此格式用於如果找不到特定國家的格式 +Allow Login using Mobile Number,允許使用手機號登錄 +You do not have enough permissions to access this resource. Please contact your manager to get access.,您沒有足夠的權限來訪問該資源。請聯繫您的經理,以獲得訪問權。 +Custom,自訂 +"If enabled, users who login from Restricted IP Address, won't be prompted for Two Factor Auth",如果啟用,從限制IP地址登錄的用戶將不會被提示輸入雙因素身份驗證 +Get Contacts,獲取聯繫人 +Send alert if date matches this field's value,發送警示,如果日期匹配該欄位的值 +Transitions,轉換 +Login After,登錄後 +Monospace,等寬 +Printing,列印 +thumbs-up,豎起大拇指 +DocPerm,DocPerm, +Fonts,字體 +Precision should be between 1 and 6,精度應為1和6之間 +This report was generated on {0},此報告是在{0}上生成的 +Slack Channel,鬆弛頻道 +Image Link,圖片鏈接 +Report Filters,報告過濾器 +now,現在 +step-backward,往後退 +{app_title},{ app_title } +Please set Dropbox access keys in your site config,請在您的網站配置設定Dropbox的存取碼 +Delete this record to allow sending to this email address,刪除此記錄允許發送此郵件地址 +Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,只有必填字段所必需的新記錄。如果你願意,你可以刪除非強制性列。 +Unable to update event,無法更新事件 +Verification code has been sent to your registered email address.,驗證碼已發送到您註冊的電子郵件地址。 +Throttled,節流 +"Filter must have 4 values (doctype, fieldname, operator, value): {0}",過濾器必須有4個值(doctype,fieldname,operator,value):{0} +show,顯示 +Invalid field name {0},字段名稱{0}無效 +Data Migration Plan Mapping,數據遷移計劃映射 +Starting Frappé ...,開始Frappé... +Max Length,最長長度 +map-marker,地圖標記 +Submit an Issue,提交問題 +Repeat this Event,重複此事件 +Maintenance User,維護用戶 +Sorting Preferences,排序偏好設置 +Avoid dates and years that are associated with you.,避免日期和與你相關的年。 +Amend,修改 +Is Attachments Folder,是附件文件夾 +Expand All,展開全部 +Select a chat to start messaging.,選擇一個聊天開始消息。 +Processing,處理 +Please select Entity Type first,請先選擇實體類型 +Valid Login id required.,有效的登錄ID必需的。 +Please select a valid csv file with data,請選擇有合格資料的csv檔案 +{0} un-shared this document with {1},{0}停止與{1}未共享這個文件 +"Make ""name"" searchable in Global Search",讓“名”在全球的搜索搜索 +This is an automatically generated reply,這是一個自動生成的回复 +Category Description,類別說明 +Record does not exist,記錄不存在 +Help Category,幫助分類 +User {0} is disabled,用戶{0}被禁用 +Page missing or moved,頁面丟失或移動 +Route,路線 +Razorpay Payment gateway settings,Razorpay支付網關設置 +Fetch attached images from document,從文檔中獲取附加圖像 +Name,名稱 +Skype,Skype的 +You have exceeded the max space of {0} for your plan. {1}.,您已超過{0}最大空間,為您的計劃。 {1}。 +Search the docs,搜索文檔 +Search the docs,搜索文檔 +Open Link,打開鏈接 +Your Language,你的語言 +Doctypes,文檔類型 +Query must be a SELECT,查詢必須是一個SELECT, +Select DocType,選擇DocType, +File size exceeded the maximum allowed size of {0} MB,文件大小超過{0} MB的最大允許大小 +Created On,創建於 +align-center,對準中心 +Is Feedback request triggered manually ?,被反饋請求手動觸發? +Lakshadweep Islands,Lakshadweep群島 +Allow events in timeline,允許時間軸中的事件 +Can Write,可以寫 +"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",某些文件,如發票,一旦定稿後不應更改。對這類文件來說定稿稱為提交。您可以限制哪些角色可以提交。 +Test Email Address,測試電子郵件地址 +Sender,寄件人 +Error while evaluating Notification {0}. Please fix your template.,評估通知{0}時出錯。請修復您的模板。 +Google Apps Script,Google Apps腳本 +Leave a Comment,發表評論 +Description for search engine optimization.,說明搜索引擎優化。 +Page Break,分頁符 +Pending,擱置 +Allow only one session per user,允許每個用戶只有一個會話 +Home/Test Folder 1/Test Folder 3,首頁/測試文件夾1 /測試文件夾3, +Select or drag across time slots to create a new event.,選擇或拖動整個時間條,以創建一個新的事件。 +In Filter,在過濾器 +Show in Module Section,在顯示模塊部分 +Footer Color,頁腳顏色 +Relink,重新鏈接 +Seems ldap is not installed on system.,似乎ldap沒有安裝在系統上。 +Invalid Reference,參考無效 +"Cannot submit feedback, please try again later",無法提交反饋,請稍後再試 +"Page to show on the website, ",頁面顯示網站 -DocType: Note,Seen By Table,通過看表 -apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +244,Select template,選擇模板 -apps/frappe/frappe/www/third_party_apps.html +47,Logged in,登錄 -apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +41,Incorrect UserId or Password,用戶ID不正確或密碼, -apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default Sending and Inbox,預設發送和收件匣 -DocType: System Settings,OTP App,OTP應用程序 -DocType: Dropbox Settings,Send Email for Successful Backup,發送電子郵件以成功備份 -apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,文件編號 -DocType: DocType,"Naming Options: +Seen By Table,通過看表 +Select template,選擇模板 +Logged in,登錄 +Incorrect UserId or Password,用戶ID不正確或密碼, +Default Sending and Inbox,預設發送和收件匣 +OTP App,OTP應用程序 +Send Email for Successful Backup,發送電子郵件以成功備份 +Document ID,文件編號 +"Naming Options:
    1. field:[fieldname] - By Field
    2. naming_series: - By Naming Series (field called naming_series must be present
    3. Prompt - Prompt user for a name
    4. [series] - Series by prefix (separated by a dot); for example PRE.#####
    5. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    ",命名選項:
    1. 字段:[fieldname] - 按字段
    2. naming_series: - 通過命名系列(必須存在名為naming_series的字段
    3. 提示 - 提示用戶輸入名稱
    4. [系列] - 前綴系列(以點分隔);例如PRE。#####
    5. 格式:示例 - {MM} morewords {fieldname1} - {fieldname2} - {#####} - 將所有支撐的單詞(字段名,日期字(DD,MM,YY),系列)替換為其值。在大括號外,可以使用任何字符。
    -apps/frappe/frappe/public/js/frappe/views/interaction.js +261,There were errors while creating the document. Please try again.,創建文檔時出錯。請再試一次。 -apps/frappe/frappe/core/doctype/doctype/doctype.py +654,Image field must be of type Attach Image,圖像字段的類型必須為附著圖像 -apps/frappe/frappe/desk/form/assign_to.py +81,Shared with user {0} with read access,與用戶{0}共享讀取權限 -DocType: GCalendar Account,Next Sync Token,下一個同步令牌 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +102,Reset Permissions for {0}?,對{0}重置權限? -DocType: S3 Backup Settings,S3 Backup Settings,S3備份設置 -apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Removed,刪除行 -apps/frappe/frappe/www/login.py +48,Mobile Number,手機號碼 -DocType: Communication,Attachment Removed,附件已刪除 -apps/frappe/frappe/utils/password_strength.py +132,Recent years are easy to guess.,近年來,很容易被猜到。 -DocType: Calendar View,Subject Field,主題字段 -apps/frappe/frappe/public/js/frappe/views/interaction.js +281,The document has been assigned to {0},該文檔已分配給{0} -DocType: System Settings,Show Full Error and Allow Reporting of Issues to the Developer,顯示完整錯誤並允許向開發人員報告問題 -apps/frappe/frappe/www/third_party_apps.html +38,Active Sessions,活動會話 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +274,Show a description below the field,顯示下面的字段描述 -DocType: DocType,ASC,ASC -DocType: Workflow State,align-left,靠左對齊 -DocType: User,Defaults,預設 -DocType: Feedback Request,Feedback Submitted,提交反饋 -apps/frappe/frappe/public/js/frappe/model/model.js +541,Merge with existing,合併與現有的 -DocType: Dynamic Link,Link Title,鏈接標題 -DocType: Address,Chandigarh,昌迪加爾 -DocType: DocShare,DocShare,DocShare -apps/frappe/frappe/public/js/frappe/form/quick_entry.js +216,Edit in full page,編輯在整頁 -DocType: Report,Add Total Row,新增總計行列 -apps/frappe/frappe/twofactor.py +210,Please check your registered email address for instructions on how to proceed. Do not close this window as you will have to return to it.,請查看您註冊的電子郵件地址以獲取有關如何繼續的說明。不要關閉這個窗口,因為你必須返回它。 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +19,For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment.,例如,如果你取消和修改INV004將成為一個新的文檔INV004-1。這可以幫助您跟踪每一項修正案。 -apps/frappe/frappe/core/doctype/data_export/data_export.js +40,Atleast one field of Parent Document Type is mandatory,家長文件類型的至少一個字段是強制性的 -apps/frappe/frappe/config/setup.py +178,Setup Reports to be emailed at regular intervals,設置報告到定期通過電子郵件發送 -DocType: Workflow Document State,0 - Draft; 1 - Submitted; 2 - Cancelled,0 - 草案; 1 - 已呈交; 2 - 已取消 -DocType: File,Attached To DocType,附加於 DocType -DocType: DocField,Int,詮釋 -DocType: Error Log,Title,標題 -apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +192,"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/templates/pages/integrations/gcalendar-success.html +11,Your connection request to Google Calendar was successfully accepted,您的Google日曆連接請求已成功接受 -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 +There were errors while creating the document. Please try again.,創建文檔時出錯。請再試一次。 +Image field must be of type Attach Image,圖像字段的類型必須為附著圖像 +Shared with user {0} with read access,與用戶{0}共享讀取權限 +Next Sync Token,下一個同步令牌 +Reset Permissions for {0}?,對{0}重置權限? +S3 Backup Settings,S3備份設置 +Rows Removed,刪除行 +Mobile Number,手機號碼 +Attachment Removed,附件已刪除 +Recent years are easy to guess.,近年來,很容易被猜到。 +Subject Field,主題字段 +The document has been assigned to {0},該文檔已分配給{0} +Show Full Error and Allow Reporting of Issues to the Developer,顯示完整錯誤並允許向開發人員報告問題 +Active Sessions,活動會話 +Show a description below the field,顯示下面的字段描述 +ASC,ASC, +align-left,靠左對齊 +Defaults,預設 +Feedback Submitted,提交反饋 +Merge with existing,合併與現有的 +Link Title,鏈接標題 +Chandigarh,昌迪加爾 +DocShare,DocShare, +Edit in full page,編輯在整頁 +Add Total Row,新增總計行列 +Please check your registered email address for instructions on how to proceed. Do not close this window as you will have to return to it.,請查看您註冊的電子郵件地址以獲取有關如何繼續的說明。不要關閉這個窗口,因為你必須返回它。 +For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment.,例如,如果你取消和修改INV004將成為一個新的文檔INV004-1。這可以幫助您跟踪每一項修正案。 +Atleast one field of Parent Document Type is mandatory,家長文件類型的至少一個字段是強制性的 +Setup Reports to be emailed at regular intervals,設置報告到定期通過電子郵件發送 +0 - Draft; 1 - Submitted; 2 - Cancelled,0 - 草案; 1 - 已呈交; 2 - 已取消 +Attached To DocType,附加於 DocType, +Int,詮釋 +Title,標題 +"Seems issue with server's razorpay config. Don't worry, in case of failure amount will get refunded to your account.",似乎與服務器的配置razorpay問題。別擔心,在失敗量情況將得到退還到您的帳戶。 +Customize,客製化 +View Permitted Documents,查看允許的文件 +Your connection request to Google Calendar was successfully accepted,您的Google日曆連接請求已成功接受 +Chain Integrity,鏈完整性 +Please give a detailed feebdack.,請給一個詳細的feebdack。 +"1 Currency = [?] Fraction, For e.g. 1 USD = 100 Cent",1 貨幣= [?] 如:1美元= 100美分 -apps/frappe/frappe/core/doctype/user/user.py +771,"Too many users signed up recently, so the registration is disabled. Please try back in an hour",太多用戶簽約近日,所以報名無效。請嘗試一小時後回來 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +368,Add New Permission Rule,添加新的權限規則 -apps/frappe/frappe/public/js/frappe/upload.js +299,"Only image extensions (.gif, .jpg, .jpeg, .tiff, .png, .svg) allowed",只有(.gif注意,.JPG,.JPEG,.TIFF,.PNG,.SVG)允許的圖片擴展 -DocType: Address,Manipur,曼尼普爾邦 -DocType: Web Form Field,Allow Read On All Link Options,允許讀取所有鏈接選項 -DocType: DocType,Database Engine,資料庫引擎 -DocType: Customize Form,"Fields separated by comma (,) will be included in the ""Search By"" list of Search dialog box",字段以逗號分隔(,)將被列入“通過搜索”的搜索對話框的列表 -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +35,Please Duplicate this Website Theme to customize.,請複製此網站主題以供客製化。 -apps/frappe/frappe/core/page/usage_info/usage_info.html +47,Space,空間 -DocType: Address,Meghalaya,梅加拉亞邦 -DocType: DocField,Text Editor,文字編輯器 -apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,設定關於我們頁面。 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +1,Recurring,經常性 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,編輯自定義HTML -DocType: Error Snapshot,Error Snapshot,錯誤快照 -DocType: Data Migration Mapping,Remote Primary Key,遠程主鍵 -DocType: Notification,Value Change,值變動 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +409,Showing only Numeric fields from Report,僅顯示報告中的數字字段 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +235,Width of the input box,寬度的輸入框的 -DocType: Address,Subsidiary,副 -DocType: System Settings,In Hours,以小時為單位 -apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +32,With Letterhead,與信 -apps/frappe/frappe/email/smtp.py +224,Invalid Outgoing Mail Server or Port,無效的發送郵件服務器或端口 -DocType: Custom DocPerm,Write,寫 -apps/frappe/frappe/core/doctype/report/report.py +37,Only Administrator allowed to create Query / Script Reports,只有管理員可以創建查詢/腳本的報告 -DocType: File,Preview,預覽 -apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.js +8,"Field ""value"" is mandatory. Please specify value to be updated",場“價值”是強制性的。請指定值進行更新 -DocType: Customize Form,Use this fieldname to generate title,使用該字段名來生成標題 -apps/frappe/frappe/email/doctype/email_group/email_group.js +13,Import Email From,輸入電子郵件從 -apps/frappe/frappe/contacts/doctype/contact/contact.js +20,Invite as User,邀請成為用戶 -DocType: Data Migration Run,Started,入門 -DocType: Data Migration Run,End Time,結束時間 -apps/frappe/frappe/public/js/frappe/views/interaction.js +83,Select Attachments,選擇附件 -apps/frappe/frappe/website/js/web_form.js +140,There were errors. Please report this.,有錯誤。請報告此。 -apps/frappe/frappe/public/js/legacy/form.js +173,You are not allowed to print this document,你不允許列印此文件 -apps/frappe/frappe/data_migration/doctype/data_migration_run/data_migration_run.js +11,Currently updating {0},當前正在更新{0} -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +124,Please set filters value in Report Filter table.,請設置在報告過濾表過濾器值。 -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +284,Loading Report,加載報表 -apps/frappe/frappe/limits.py +74,Your subscription will expire today.,您的訂閱今天將到期。 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +1100,Export All {0} rows?,導出所有{0}行? -DocType: Page,Standard,標準 -DocType: Data Migration Plan,Preprocess Method,預處理方法 -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,作業完成 -DocType: Deleted Document,New Name,新名稱 -DocType: System Settings,Is First Startup,是第一次啟動 -DocType: Communication,Email Status,電子郵件狀態 -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +111,Please save the document before removing assignment,請刪除分配之前保存的文檔 -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +49,Insert Above,插入以上 -apps/frappe/frappe/desk/form/utils.py +79,Comment can only be edited by the owner,評論只能由所有者進行編輯 -DocType: Data Import,Do not send Emails,不要發送電子郵件 -apps/frappe/frappe/utils/password_strength.py +191,Common names and surnames are easy to guess.,常見名字和姓氏很容易被猜到。 -apps/frappe/frappe/utils/password_strength.py +179,This is similar to a commonly used password.,這類似於一個通常使用的密碼。 -DocType: Auto Repeat,Reference Party Doctype,參考方Doctype -DocType: Success Action,Success Action,成功行動 -apps/frappe/frappe/public/js/frappe/model/indicator.js +19,Not Saved,未儲存 -DocType: Newsletter,Test,測試 -DocType: Custom Field,Default Value,預設值 -apps/frappe/frappe/public/js/frappe/ui/messages.js +230,Verify,確認 -DocType: Workflow Document State,Update Field,更新欄位 -DocType: Chat Profile,Enable Chat,啟用聊天 -DocType: LDAP Settings,Base Distinguished Name (DN),基本專有名稱(DN) -apps/frappe/frappe/integrations/doctype/google_maps_settings/google_maps_settings.py +22,Google Maps integration is not enabled,Google地圖集成未啟用 -apps/frappe/frappe/core/doctype/communication/email.py +151,Leave this conversation,離開這個談話 -apps/frappe/frappe/model/base_document.py +444,Options not set for link field {0},對於鏈接欄位沒有設置選項{0} -DocType: Customize Form,"Must be of type ""Attach Image""",類型必須為“附加圖片” -apps/frappe/frappe/core/doctype/data_import/data_import.js +220,Unselect All,全部取消選擇 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +208,You cannot unset 'Read Only' for field {0},你不能沒有設置'只讀'現場{0} -DocType: Auto Email Report,Zero means send records updated at anytime,零表示隨時更新發送記錄 -DocType: Auto Email Report,Zero means send records updated at anytime,零表示隨時更新發送記錄 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +55,Complete Setup,完成安裝 -DocType: Workflow State,asterisk,星號 -apps/frappe/frappe/core/doctype/data_import/exporter.py +63,Please do not change the template headings.,請不要更改模板標題。 -DocType: Activity Log,Linked,鏈接 -apps/frappe/frappe/config/desk.py +44,Activity log of all users.,所有用戶的活動日誌。 -DocType: Workflow State,shopping-cart,購物車 -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +144,Week,週 -apps/frappe/frappe/templates/includes/login/login.js +191,Not Allowed: Disabled User,不允許:禁用用戶 -DocType: Social Login Key,Google,Google -DocType: Email Domain,Example Email Address,例如電子郵件地址 -apps/frappe/frappe/www/login.html +84,Forgot Password,忘記密碼 -DocType: Dropbox Settings,Backup Frequency,備份頻率 -DocType: DocField,User permissions should not apply for this Link,用戶權限不應該申請這個鏈接 -apps/frappe/frappe/model/naming.py +113,Invalid naming series (. missing),無效的命名序列(失踪) -DocType: Web Form,Show Attachments,顯示附件 -DocType: Language,Language,語言 -apps/frappe/frappe/public/js/frappe/desk.js +17,Browser not supported,瀏覽器不支持 -apps/frappe/frappe/public/js/frappe/desk.js +17,Browser not supported,瀏覽器不支持 -DocType: Social Login Key,Client URLs,客戶端網址 -apps/frappe/frappe/public/js/frappe/views/interaction.js +245,{0} created successfully,{0}已成功創建 -apps/frappe/frappe/core/doctype/data_import/exporter.py +100,Leave blank for new records,留空新紀錄 -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/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 +69,Folder name should not include '/' (slash),文件夾名稱不應包含“/”(斜杠) -DocType: Note,Note,注釋 -apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,錯誤報告 -apps/frappe/frappe/config/setup.py +114,Export Data in CSV / Excel format.,以CSV / Excel格式導出數據。 -apps/frappe/frappe/www/qrcode.html +19,Authentication Apps you can use are: ,您可以使用的驗證應用程序是: -apps/frappe/frappe/public/js/frappe/form/controls/data.js +46,{0} already exists. Select another name,{0}已存在。選擇其他名稱 -apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +137,Feedback conditions do not match,反饋條件不匹配 -DocType: S3 Backup Settings,None,沒有 -apps/frappe/frappe/core/doctype/doctype/doctype.py +668,Timeline field must be a valid fieldname,時間軸場必須是有效的字段名 -DocType: GCalendar Account,Session Token,會話令牌 -DocType: Currency,Symbol,符號 -apps/frappe/frappe/model/base_document.py +515,Row #{0}:,列#{0}: -apps/frappe/frappe/core/doctype/user/user.py +157,New password emailed,新的密碼通過電子郵件發送 -apps/frappe/frappe/auth.py +286,Login not allowed at this time,在這個時候不允許登錄 -DocType: Data Migration Run,Current Mapping Action,當前映射行為 -DocType: Email Account,Email Sync Option,電子郵件同步選項 -apps/frappe/frappe/core/doctype/data_import/log_details.html +5,Row No,行號 -DocType: Async Task,Runtime,運行時 -DocType: Contact Us Settings,Introduction,介紹 -DocType: DocType,Permissions Settings,權限設置 -DocType: LDAP Settings,LDAP Email Field,LDAP電子郵件字段 -apps/frappe/frappe/www/list.html +4,{0} List,{0}目錄 -apps/frappe/frappe/desk/form/assign_to.py +49,Already in user's To Do list,已經在用戶的To Do列表 -DocType: User Email,Enable Outgoing,啟用外 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +4,This could be because of some invalid Email Addresses in the,這可能是因為一些無效的電子郵件地址 -DocType: Address,Fax,傳真 -apps/frappe/frappe/config/setup.py +268,Custom Tags,自定義標記 -DocType: Communication,Submitted,提交 -apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +401,In Valid Request,非法請求 -DocType: System Settings,Email Footer Address,電子郵件地址頁尾 -DocType: Activity Log,Timeline DocType,時間軸的DocType -DocType: Success Action,Action Timeout (Seconds),動作超時(秒) -apps/frappe/frappe/email/doctype/email_account/email_account_list.js +14,Default Sending,預設發送 -DocType: Workflow State,volume-off,體積過 -apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +184,Liked by {0},由喜歡{0} -DocType: Footer Item,Footer Item,頁腳項目 -,Download Backups,下載備份 -apps/frappe/frappe/core/doctype/file/test_file.py +202,Home/Test Folder 1,首頁/測試文件夾1 -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138,Assign to me,分配給我 -DocType: DocField,Dynamic Link,動態鏈接 -apps/frappe/frappe/core/page/background_jobs/background_jobs_outer.html +5,Show failed jobs,顯示失敗的作業 -apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +85,Details,詳細資訊 -DocType: Property Setter,DocType or Field,DocType或欄位 -DocType: Communication,Soft-Bounced,軟退回 -DocType: System Settings,"If enabled, all users can login from any IP Address using Two Factor Auth. This can also be set only for specific user(s) in User Page",如果啟用,所有用戶都可以使用雙因素身份驗證從任何IP地址登錄。這也可以只為用戶頁面中的特定用戶設置 -apps/frappe/frappe/integrations/doctype/stripe_settings/stripe_settings.py +44,Seems Publishable Key or Secret Key is wrong !!!,似乎可發布的密鑰或秘密密鑰錯誤! -apps/frappe/frappe/integrations/doctype/stripe_settings/stripe_settings.py +44,Seems Publishable Key or Secret Key is wrong !!!,似乎可發布的密鑰或秘密密鑰錯誤! -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +3,Quick Help for Setting Permissions,設定權限快速求助 -DocType: Tag Doc Category,Doctype to Assign Tags,文檔類型來分配標籤 -apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.js +9,Show Relapses,顯示復發 -apps/frappe/frappe/core/doctype/communication/communication.js +253,Email has been moved to trash,電子郵件已被移至垃圾桶 -DocType: Report,Report Builder,報表生成器 -DocType: Async Task,Task Name,任務名稱 -apps/frappe/frappe/app.py +152,"Your session has expired, please login again to continue.",您的會話已過期,請再次登錄以繼續。 -apps/frappe/frappe/app.py +152,"Your session has expired, please login again to continue.",您的會話已過期,請再次登錄以繼續。 -apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +362,Invalid Subscription,訂閱無效 -DocType: Website Settings,Welcome Message,歡迎消息 -DocType: Webhook,Webhook Headers,Webhook標題 -DocType: Workflow State,Upload,上載 -DocType: User Permission,Advanced Control,高級控制 -apps/frappe/frappe/website/doctype/blog_post/blog_post_list.js +7,Not Published,未發布 -apps/frappe/frappe/config/setup.py +231,"Actions for workflow (e.g. Approve, Cancel).",流程的操作(如批准、取消)。 -DocType: Data Import,Skip rows with errors,跳過有錯誤的行 -DocType: Workflow State,flag,旗標 -apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +57,Feedback Request is already sent to user,反饋請求已經發送到用戶 -DocType: Web Page,Text Align,文本對齊 -DocType: Contact Us Settings,Forward To Email Address,轉發到郵件地址 -DocType: Auto Email Report,Weekdays,平日 -apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,顯示所有數據 -apps/frappe/frappe/core/doctype/doctype/doctype.py +625,Title field must be a valid fieldname,標題字段必須是有效的字段名 -DocType: Post Comment,Post Comment,發表評論 -apps/frappe/frappe/config/core.py +7,Documents,文件 -DocType: Social Login Key,Custom Base URL,自定義基準網址 -apps/frappe/frappe/website/doctype/web_form/web_form.js +45,Get Fields,獲得領域 -apps/frappe/frappe/www/me.html +22,Edit Profile,編輯個人資料 -DocType: Kanban Board Column,Archived,存檔 -DocType: System Settings,Session Expiry in Hours e.g. 06:00,連線過期的小時,例如06:00 -DocType: Customize Form Field,"This field will appear only if the fieldname defined here has value OR the rules are true (examples): -myfield +"Too many users signed up recently, so the registration is disabled. Please try back in an hour",太多用戶簽約近日,所以報名無效。請嘗試一小時後回來 +Add New Permission Rule,添加新的權限規則 +"Only image extensions (.gif, .jpg, .jpeg, .tiff, .png, .svg) allowed",只有(.gif注意,.JPG,.JPEG,.TIFF,.PNG,.SVG)允許的圖片擴展 +Manipur,曼尼普爾邦 +Allow Read On All Link Options,允許讀取所有鏈接選項 +Database Engine,資料庫引擎 +"Fields separated by comma (,) will be included in the ""Search By"" list of Search dialog box",字段以逗號分隔(,)將被列入“通過搜索”的搜索對話框的列表 +Please Duplicate this Website Theme to customize.,請複製此網站主題以供客製化。 +Space,空間 +Meghalaya,梅加拉亞邦 +Text Editor,文字編輯器 +Settings for About Us Page.,設定關於我們頁面。 +Recurring,經常性 +Edit Custom HTML,編輯自定義HTML, +Error Snapshot,錯誤快照 +Remote Primary Key,遠程主鍵 +Value Change,值變動 +Showing only Numeric fields from Report,僅顯示報告中的數字字段 +Width of the input box,寬度的輸入框的 +Subsidiary,副 +In Hours,以小時為單位 +With Letterhead,與信 +Invalid Outgoing Mail Server or Port,無效的發送郵件服務器或端口 +Write,寫 +Only Administrator allowed to create Query / Script Reports,只有管理員可以創建查詢/腳本的報告 +Preview,預覽 +"Field ""value"" is mandatory. Please specify value to be updated",場“價值”是強制性的。請指定值進行更新 +Use this fieldname to generate title,使用該字段名來生成標題 +Import Email From,輸入電子郵件從 +Invite as User,邀請成為用戶 +Started,入門 +End Time,結束時間 +Select Attachments,選擇附件 +There were errors. Please report this.,有錯誤。請報告此。 +You are not allowed to print this document,你不允許列印此文件 +Currently updating {0},當前正在更新{0} +Please set filters value in Report Filter table.,請設置在報告過濾表過濾器值。 +Loading Report,加載報表 +Your subscription will expire today.,您的訂閱今天將到期。 +Export All {0} rows?,導出所有{0}行? +Standard,標準 +Preprocess Method,預處理方法 +Assignment Complete,作業完成 +New Name,新名稱 +Is First Startup,是第一次啟動 +Email Status,電子郵件狀態 +Please save the document before removing assignment,請刪除分配之前保存的文檔 +Insert Above,插入以上 +Comment can only be edited by the owner,評論只能由所有者進行編輯 +Do not send Emails,不要發送電子郵件 +Common names and surnames are easy to guess.,常見名字和姓氏很容易被猜到。 +This is similar to a commonly used password.,這類似於一個通常使用的密碼。 +Reference Party Doctype,參考方Doctype, +Success Action,成功行動 +Not Saved,未儲存 +Test,測試 +Default Value,預設值 +Verify,確認 +Update Field,更新欄位 +Enable Chat,啟用聊天 +Base Distinguished Name (DN),基本專有名稱(DN) +Google Maps integration is not enabled,Google地圖集成未啟用 +Leave this conversation,離開這個談話 +Options not set for link field {0},對於鏈接欄位沒有設置選項{0} +"Must be of type ""Attach Image""",類型必須為“附加圖片” +Unselect All,全部取消選擇 +You cannot unset 'Read Only' for field {0},你不能沒有設置'只讀'現場{0} +Zero means send records updated at anytime,零表示隨時更新發送記錄 +Zero means send records updated at anytime,零表示隨時更新發送記錄 +Complete Setup,完成安裝 +asterisk,星號 +Please do not change the template headings.,請不要更改模板標題。 +Linked,鏈接 +Activity log of all users.,所有用戶的活動日誌。 +shopping-cart,購物車 +Week,週 +Not Allowed: Disabled User,不允許:禁用用戶 +Google,Google, +Example Email Address,例如電子郵件地址 +Forgot Password,忘記密碼 +Backup Frequency,備份頻率 +User permissions should not apply for this Link,用戶權限不應該申請這個鏈接 +Invalid naming series (. missing),無效的命名序列(失踪) +Show Attachments,顯示附件 +Language,語言 +Browser not supported,瀏覽器不支持 +Browser not supported,瀏覽器不支持 +Client URLs,客戶端網址 +{0} created successfully,{0}已成功創建 +Leave blank for new records,留空新紀錄 +List of themes for Website.,主題的網站名單。 +Logout,登出 +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.,在更高級別的權限是現場級的權限。所有領域都對他們權限級別設置,並在該權限適用於該領域中定義的規則。要隱藏或使某些領域的只讀某些角色,這是在的情況下非常有用。 +"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)",在這裡輸入靜態URL參數(如稱發件人= ERPNext,用戶名= ERPNext,密碼= 1234等) +"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",如果這些指示沒有幫助,請加在GitHub Issues提出你的建議。 +bookmark,書籤 +Folder name should not include '/' (slash),文件夾名稱不應包含“/”(斜杠) +Note,注釋 +Error Report,錯誤報告 +Export Data in CSV / Excel format.,以CSV / Excel格式導出數據。 +Authentication Apps you can use are: ,您可以使用的驗證應用程序是: +{0} already exists. Select another name,{0}已存在。選擇其他名稱 +Feedback conditions do not match,反饋條件不匹配 +None,沒有 +Timeline field must be a valid fieldname,時間軸場必須是有效的字段名 +Session Token,會話令牌 +Symbol,符號 +Row #{0}:,列#{0}: +New password emailed,新的密碼通過電子郵件發送 +Login not allowed at this time,在這個時候不允許登錄 +Current Mapping Action,當前映射行為 +Email Sync Option,電子郵件同步選項 +Row No,行號 +Runtime,運行時 +Introduction,介紹 +Permissions Settings,權限設置 +LDAP Email Field,LDAP電子郵件字段 +{0} List,{0}目錄 +Already in user's To Do list,已經在用戶的To Do列表 +Enable Outgoing,啟用外 +This could be because of some invalid Email Addresses in the,這可能是因為一些無效的電子郵件地址 +Fax,傳真 +Custom Tags,自定義標記 +Submitted,提交 +In Valid Request,非法請求 +Email Footer Address,電子郵件地址頁尾 +Timeline DocType,時間軸的DocType, +Action Timeout (Seconds),動作超時(秒) +Default Sending,預設發送 +volume-off,體積過 +Liked by {0},由喜歡{0} +Footer Item,頁腳項目 +Download Backups,下載備份 +Home/Test Folder 1,首頁/測試文件夾1, +Assign to me,分配給我 +Dynamic Link,動態鏈接 +Show failed jobs,顯示失敗的作業 +Details,詳細資訊 +DocType or Field,DocType或欄位 +Soft-Bounced,軟退回 +"If enabled, all users can login from any IP Address using Two Factor Auth. This can also be set only for specific user(s) in User Page",如果啟用,所有用戶都可以使用雙因素身份驗證從任何IP地址登錄。這也可以只為用戶頁面中的特定用戶設置 +Seems Publishable Key or Secret Key is wrong !!!,似乎可發布的密鑰或秘密密鑰錯誤! +Seems Publishable Key or Secret Key is wrong !!!,似乎可發布的密鑰或秘密密鑰錯誤! +Quick Help for Setting Permissions,設定權限快速求助 +Doctype to Assign Tags,文檔類型來分配標籤 +Show Relapses,顯示復發 +Email has been moved to trash,電子郵件已被移至垃圾桶 +Report Builder,報表生成器 +Task Name,任務名稱 +"Your session has expired, please login again to continue.",您的會話已過期,請再次登錄以繼續。 +"Your session has expired, please login again to continue.",您的會話已過期,請再次登錄以繼續。 +Invalid Subscription,訂閱無效 +Welcome Message,歡迎消息 +Webhook Headers,Webhook標題 +Upload,上載 +Advanced Control,高級控制 +Not Published,未發布 +"Actions for workflow (e.g. Approve, Cancel).",流程的操作(如批准、取消)。 +Skip rows with errors,跳過有錯誤的行 +flag,旗標 +Feedback Request is already sent to user,反饋請求已經發送到用戶 +Text Align,文本對齊 +Forward To Email Address,轉發到郵件地址 +Weekdays,平日 +Show all data,顯示所有數據 +Title field must be a valid fieldname,標題字段必須是有效的字段名 +Post Comment,發表評論 +Documents,文件 +Custom Base URL,自定義基準網址 +Get Fields,獲得領域 +Edit Profile,編輯個人資料 +Archived,存檔 +Session Expiry in Hours e.g. 06:00,連線過期的小時,例如06:00, +"This field will appear only if the fieldname defined here has value OR the rules are true (examples): +myfield, eval:doc.myfield=='My Value' -eval:doc.age>18",該字段將顯示僅在此處定義的字段名具有值或規則是真實的(例子):MyField的EVAL:doc.myfield =='我的價值'的eval:doc.age> 18 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",一旦你設置這個,用戶將只能訪問有聯結的文檔(如博客文章)。 -DocType: Error Log,Log of Scheduler Errors,日程安排程序錯誤日誌 -DocType: User,Bio,生物 -DocType: OAuth Client,App Client Secret,應用程序客戶端密鑰 -apps/frappe/frappe/core/doctype/data_export/exporter.py +159,Parent is the name of the document to which the data will get added to.,Parent是將數據添加到的文檔的名稱。 -apps/frappe/frappe/desk/page/activity/activity.js +58,Show Likes,展會喜歡 -DocType: DocType,UPPER CASE,大寫字母 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +189,Custom HTML,自定義HTML -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +79,Enter folder name,輸入文件夾名稱 -apps/frappe/frappe/auth.py +233,Unknown User,未知用戶 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +55,Select Role,選擇角色 -DocType: Communication,Deleted,刪除 -DocType: Workflow State,adjust,調整 -DocType: Web Form,Sidebar Settings,側邊欄的設置 -DocType: Website Settings,Disable Customer Signup link in Login page,禁止客戶在登入頁面的註冊連結 -apps/frappe/frappe/desk/report/todo/todo.py +20,Assigned To/Owner,指派給/所有者 -DocType: Workflow State,arrow-left,箭頭左 -apps/frappe/frappe/templates/emails/feedback_request_url.html +8,1 star being lowest & 5 stars being highest rating,1星表示最低和5星為最高評價 -DocType: Notification,Value To Be Set,價值待定 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +530,Edit {0},編輯{0} -apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +11,First Level,第一級 -DocType: Workflow Document State,Represents the states allowed in one document and role assigned to change the state.,代表一個文檔和角色分配給改變國家允許的狀態。 -DocType: Data Migration Connector,Database Name,數據庫名稱 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,更新表格 -DocType: DocField,Select,選擇 -apps/frappe/frappe/utils/csvutils.py +29,File not attached,文件未附 -apps/frappe/frappe/public/js/frappe/dom.js +329,Connection lost. Some features might not work.,連接丟失。某些功能可能無法使用。 -apps/frappe/frappe/utils/password_strength.py +115,"Repeats like ""aaa"" are easy to guess",像“AAA”重複很容易被猜到 -DocType: Top Bar Item,"If you set this, this Item will come in a drop-down under the selected parent.",如果您設定此項,這個項目會存在於選定的父物件的下拉選單中。 -DocType: Print Format,Show Section Headings,顯示部分標題 -apps/frappe/frappe/www/printview.py +225,No template found at path: {0},沒有找到模板於路徑:{0} -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +168,No Email Account,沒有電子郵件帳戶 -DocType: Communication,Cancelled,註銷 -DocType: Chat Room,Avatar,頭像 -DocType: Social Login Key,Salesforce,銷售隊伍 -DocType: DocType,Has Web View,具有Web視圖 -apps/frappe/frappe/core/doctype/doctype/doctype.py +475,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",DocType的名稱應以字母開始,它只能由字母,數字,空格和下劃線組成。 -DocType: Communication,Spam,垃圾郵件 -DocType: Integration Request,Integration Request,集成請求 -apps/frappe/frappe/public/js/frappe/views/communication.js +637,Dear,親愛 -DocType: Address,Maharashtra,馬哈拉施特拉邦 -DocType: Address,Accounts User,會計人員 -DocType: Web Page,HTML for header section. Optional,標題區塊的HTML。可選 -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,This feature is brand new and still experimental,此功能是全新的,仍處於試驗階段 -apps/frappe/frappe/model/rename_doc.py +418,Maximum {0} rows allowed,最多允許{0}列 -DocType: Email Unsubscribe,Global Unsubscribe,全球退訂 -apps/frappe/frappe/utils/password_strength.py +177,This is a very common password.,這是一個非常普遍的密碼。 -apps/frappe/frappe/email/doctype/email_group/email_group.js +9,View,視圖 -DocType: Communication,Assigned,分配 -apps/frappe/frappe/public/js/frappe/views/communication.js +97,Select Print Format,選擇列印格式 -apps/frappe/frappe/utils/password_strength.py +90,Short keyboard patterns are easy to guess,短鍵盤模式容易被猜中 -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +342,Generate New Report,生成新報告 -DocType: Portal Settings,Portal Menu,門戶網站菜單 -apps/frappe/frappe/model/db_schema.py +124,Length of {0} should be between 1 and 1000,的{0}長度應介於1和1000之間 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +360,Search for anything,搜索任何內容 -DocType: Data Migration Connector,Hostname,主機名 -DocType: Data Migration Mapping,Condition Detail,狀況細節 -apps/frappe/frappe/integrations/doctype/stripe_settings/stripe_settings.py +53,"For currency {0}, the minimum transaction amount should be {1}",對於貨幣{0},最小交易金額應為{1} -DocType: DocField,Print Hide,列印隱藏 -apps/frappe/frappe/public/js/frappe/ui/messages.js +68,Enter Value,輸入值 -DocType: Web Page,Style,風格 -DocType: Prepared Report,Report End Time,報告結束時間 -apps/frappe/frappe/website/doctype/blog_post/blog_post.py +80,{0} comments,{0}評論 -DocType: Customize Form Field,Label and Type,標籤和類型 -DocType: Workflow State,forward,轉發 -apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +59,{0} edited this {1},{0}編輯此{1} -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +65,New Folder,新建文件夾 -DocType: Email Account,Uses the Email Address mentioned in this Account as the Sender for all emails sent using this Account. ,使用這個帳戶提到發件人使用此帳戶發送的所有電子郵件的電子郵件地址。 -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +58,Toggle Charts,切換圖表 -DocType: Website Settings,Sub-domain provided by erpnext.com,由erpnext.com提供的子網域 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +270,Setting up your system,設置您的系統 -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +21,Descendants Of,後裔 -DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy -apps/frappe/frappe/desk/query_report.py +162,Must have report permission to access this report.,必須具有報告權限訪問此報告。 -apps/frappe/frappe/core/doctype/system_settings/system_settings.py +19,Please select Minimum Password Score,請選擇最低密碼分數 -apps/frappe/frappe/core/doctype/system_settings/system_settings.py +19,Please select Minimum Password Score,請選擇最低密碼分數 -apps/frappe/frappe/core/page/usage_info/usage_info.html +7,You have subscribed for one user free plan,您已訂閱一個用戶免費計劃 -DocType: Auto Repeat,Half-yearly,每半年一次 -apps/frappe/frappe/templates/emails/upcoming_events.html +8,Daily Event Digest is sent for Calendar Events where reminders are set.,在日曆事件中被標註提醒的事件會列入每日事件摘要的郵件內。 -DocType: Braintree Settings,Header Image,標題圖像 -apps/frappe/frappe/website/doctype/website_settings/website_settings.js +3,View Website,查看網站 -DocType: Web Form,Message to be displayed on successful completion (only for Guest users),成功完成後顯示的消息(僅限訪客用戶) -DocType: Email Domain,If non standard port (e.g. 587),如果非標準端口(如587) -apps/frappe/frappe/public/js/frappe/form/toolbar.js +153,Reload,重新載入 -apps/frappe/frappe/config/setup.py +270,Add your own Tag Categories,添加您自己的標籤分類 -apps/frappe/frappe/desk/query_report.py +331,Total,總計 -DocType: Event,Participants,參與者 -DocType: Integration Request,Reference DocName,DocName參照 -DocType: Web Form,Success Message,成功的訊息 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,導出自定義 -apps/frappe/frappe/website/doctype/web_page/web_page.py +136,End Date cannot be before Start Date!,結束日期不能在開始日期之前! -DocType: DocType,User Cannot Search,無法搜尋使用者 -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +89,Invalid Output Format,無效的輸出格式 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.js +54,Restart,重新開始 -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 +422,Will be your login ID,將是您的登錄ID -,Lead Conversion Time,線索轉換時間 -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 +155,"{0} {1} does not exist, select a new target to merge","{0} {1} 不存在, 請選擇要合併的新目標" -DocType: Data Migration Connector,Python Module,Python模塊 -DocType: GSuite Settings,Google Credentials,Google憑據 -apps/frappe/frappe/www/qrcode.html +6,QR Code for Login Verification,用於登錄驗證的QR碼 -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +134,Add to To Do,添加到待辦事項 -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +49,Assigned To Me,指派給我 -apps/frappe/frappe/config/integrations.py +113,Google GSuite Templates to integration with DocTypes,Google GSuite模板與DocTypes集成 -DocType: User,Logout from all devices while changing Password,更改密碼時從所有設備註銷 -apps/frappe/frappe/public/js/frappe/ui/messages.js +230,Verify Password,確認密碼 -apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +133,There were errors,有錯誤 -apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,關閉 -apps/frappe/frappe/model/document.py +672,Cannot change docstatus from 0 to 2,不能改變docstatus 0-2 -DocType: File,Attached To Field,附在田地上 -DocType: User Permission for Page and Report,Roles Permission,角色權限 -DocType: Transaction Log,Transaction Hash,事務哈希 -DocType: Error Snapshot,Snapshot View,快照視圖 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +106,Please save the Newsletter before sending,請在發送之前保存信件 -apps/frappe/frappe/config/integrations.py +103,Configure accounts for google calendar,為Google日曆配置帳戶 -apps/frappe/frappe/core/doctype/doctype/doctype.py +526,Options must be a valid DocType for field {0} in row {1},選項必須是字段的有效的DocType {0}行{1} -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,編輯屬性 -DocType: Patch Log,List of patches executed,執行補丁列表 -apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0}已經退訂 -DocType: Data Import,Show only errors,只顯示錯誤 -DocType: Website Settings,Banner HTML,橫幅的HTML -DocType: Workflow,Send Email Alert,發送郵件提醒 -apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +92,Please select another payment method. Razorpay does not support transactions in currency '{0}',請選擇其他付款方式。 Razorpay不支持貨幣交易“{0}” -DocType: Data Import,In Progress,進行中 -apps/frappe/frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py +46,Queued for backup. It may take a few minutes to an hour.,排隊等待備份。這可能需要幾分鐘到一個小時。 -apps/frappe/frappe/core/doctype/user_permission/user_permission.py +20,User permission already exists,用戶權限已經存在 -apps/frappe/frappe/config/integrations.py +63,Register OAuth Client App,註冊OAuth客戶端應用程序 -DocType: Data Migration Connector,Authentication Credentials,身份驗證憑據 -DocType: Role,Two Factor Authentication,雙因素認證 -apps/frappe/frappe/templates/pages/integrations/braintree_checkout.html +29,Pay,付 -DocType: SMS Settings,SMS Gateway URL,短信閘道的URL -apps/frappe/frappe/model/base_document.py +519,"{0} {1} cannot be ""{2}"". It should be one of ""{3}""",{0} {1} 不能為“{2}”。它應該是“{3}”的其中一個 -apps/frappe/frappe/core/doctype/user/user.py +249,Password Update,密碼更新 -DocType: System Settings,Older backups will be automatically deleted,舊的備份將被自動刪除 -apps/frappe/frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py +34,Invalid Access Key ID or Secret Access Key.,無效的訪問密鑰ID或秘密訪問密鑰。 -DocType: Post,Is Globally Pinned,是全球固定的 -DocType: Workflow Transition,Conditions,條件 -DocType: Event,Leave blank to repeat always,保持空白以保持重複 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +198,Confirmed,確認 -DocType: Event,Ends on,結束於 -DocType: Payment Gateway,Gateway,網關 -apps/frappe/frappe/public/js/frappe/form/linked_with.js +104,Not enough permission to see links,沒有足夠的權限查看鏈接 -apps/frappe/frappe/public/js/frappe/form/linked_with.js +104,Not enough permission to see links,沒有足夠的權限查看鏈接 -apps/frappe/frappe/contacts/doctype/address/address.py +37,Address Title is mandatory.,地址標題是強制性的。 -DocType: Website Settings,"Added HTML in the <head> section of the web page, primarily used for website verification and SEO",在<head>添加HTML網頁的部分,主要用於網站的驗證和搜索引擎優化 -apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +9,Relapsed,復發 -apps/frappe/frappe/utils/nestedset.py +183,Item cannot be added to its own descendants,項目不能被添加到自己的後代 -DocType: System Settings,Expiry time of QR Code Image Page,QR碼圖像頁面的到期時間 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +614,Show Totals,顯示總計 -DocType: Error Snapshot,Relapses,復發 -DocType: Address,Preferred Shipping Address,偏好的送貨地址 -apps/frappe/frappe/public/js/frappe/form/print.js +284,With Letter head,隨著信頭 -apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +62,{0} created this {1},{0}新增此{1} -DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",如果選中此選項,將導入包含有效數據的行,並將無效行轉儲到新文件中以供稍後導入。 -apps/frappe/frappe/public/js/frappe/form/workflow.js +38,Document is only editable by users of role,文件只有通過編輯角色的用戶 -apps/frappe/frappe/desk/form/assign_to.py +161,"The task {0}, that you assigned to {1}, has been closed by {2}.",任務{0},您分配給{1},已被關閉{2}。 -DocType: Print Format,Show Line Breaks after Sections,章節後,顯示換行符 -DocType: Communication,Read by Recipient On,由收件人閱讀 -DocType: Blogger,Short Name,簡稱 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +110,Linked with {0},與{0}關聯 -apps/frappe/frappe/email/doctype/email_account/email_account.js +183,"You are selecting Sync Option as ALL, It will resync all \ +eval:doc.age>18",該字段將顯示僅在此處定義的字段名具有值或規則是真實的(例子):MyField的EVAL:doc.myfield =='我的價值'的eval:doc.age> 18, +"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",一旦你設置這個,用戶將只能訪問有聯結的文檔(如博客文章)。 +Log of Scheduler Errors,日程安排程序錯誤日誌 +Bio,生物 +App Client Secret,應用程序客戶端密鑰 +Parent is the name of the document to which the data will get added to.,Parent是將數據添加到的文檔的名稱。 +Show Likes,展會喜歡 +UPPER CASE,大寫字母 +Custom HTML,自定義HTML, +Enter folder name,輸入文件夾名稱 +Unknown User,未知用戶 +Select Role,選擇角色 +Deleted,刪除 +adjust,調整 +Sidebar Settings,側邊欄的設置 +Disable Customer Signup link in Login page,禁止客戶在登入頁面的註冊連結 +Assigned To/Owner,指派給/所有者 +arrow-left,箭頭左 +1 star being lowest & 5 stars being highest rating,1星表示最低和5星為最高評價 +Value To Be Set,價值待定 +Edit {0},編輯{0} +First Level,第一級 +Represents the states allowed in one document and role assigned to change the state.,代表一個文檔和角色分配給改變國家允許的狀態。 +Database Name,數據庫名稱 +Refresh Form,更新表格 +Select,選擇 +File not attached,文件未附 +Connection lost. Some features might not work.,連接丟失。某些功能可能無法使用。 +"Repeats like ""aaa"" are easy to guess",像“AAA”重複很容易被猜到 +"If you set this, this Item will come in a drop-down under the selected parent.",如果您設定此項,這個項目會存在於選定的父物件的下拉選單中。 +Show Section Headings,顯示部分標題 +No template found at path: {0},沒有找到模板於路徑:{0} +No Email Account,沒有電子郵件帳戶 +Cancelled,註銷 +Avatar,頭像 +Salesforce,銷售隊伍 +Has Web View,具有Web視圖 +"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",DocType的名稱應以字母開始,它只能由字母,數字,空格和下劃線組成。 +Spam,垃圾郵件 +Integration Request,集成請求 +Dear,親愛 +Maharashtra,馬哈拉施特拉邦 +Accounts User,會計人員 +HTML for header section. Optional,標題區塊的HTML。可選 +This feature is brand new and still experimental,此功能是全新的,仍處於試驗階段 +Maximum {0} rows allowed,最多允許{0}列 +Global Unsubscribe,全球退訂 +This is a very common password.,這是一個非常普遍的密碼。 +View,視圖 +Assigned,分配 +Select Print Format,選擇列印格式 +Short keyboard patterns are easy to guess,短鍵盤模式容易被猜中 +Generate New Report,生成新報告 +Portal Menu,門戶網站菜單 +Length of {0} should be between 1 and 1000,的{0}長度應介於1和1000之間 +Search for anything,搜索任何內容 +Hostname,主機名 +Condition Detail,狀況細節 +"For currency {0}, the minimum transaction amount should be {1}",對於貨幣{0},最小交易金額應為{1} +Print Hide,列印隱藏 +Enter Value,輸入值 +Style,風格 +Report End Time,報告結束時間 +{0} comments,{0}評論 +Label and Type,標籤和類型 +forward,轉發 +{0} edited this {1},{0}編輯此{1} +New Folder,新建文件夾 +Uses the Email Address mentioned in this Account as the Sender for all emails sent using this Account. ,使用這個帳戶提到發件人使用此帳戶發送的所有電子郵件的電子郵件地址。 +Toggle Charts,切換圖表 +Sub-domain provided by erpnext.com,由erpnext.com提供的子網域 +Setting up your system,設置您的系統 +Descendants Of,後裔 +dd-mm-yyyy,dd-mm-yyyy, +Must have report permission to access this report.,必須具有報告權限訪問此報告。 +Please select Minimum Password Score,請選擇最低密碼分數 +Please select Minimum Password Score,請選擇最低密碼分數 +You have subscribed for one user free plan,您已訂閱一個用戶免費計劃 +Half-yearly,每半年一次 +Daily Event Digest is sent for Calendar Events where reminders are set.,在日曆事件中被標註提醒的事件會列入每日事件摘要的郵件內。 +Header Image,標題圖像 +View Website,查看網站 +Message to be displayed on successful completion (only for Guest users),成功完成後顯示的消息(僅限訪客用戶) +If non standard port (e.g. 587),如果非標準端口(如587) +Reload,重新載入 +Add your own Tag Categories,添加您自己的標籤分類 +Total,總計 +Participants,參與者 +Reference DocName,DocName參照 +Success Message,成功的訊息 +Export Customizations,導出自定義 +End Date cannot be before Start Date!,結束日期不能在開始日期之前! +User Cannot Search,無法搜尋使用者 +Invalid Output Format,無效的輸出格式 +Restart,重新開始 +Cannot {0} {1},無法{0} {1} +Apply this rule if the User is the Owner,應用此規則如果用戶是業主 +Will be your login ID,將是您的登錄ID, +Lead Conversion Time,線索轉換時間 +Build Report,建立報告 +Notify users with a popup when they log in,通知用戶有一個彈出登錄時 +"{0} {1} does not exist, select a new target to merge","{0} {1} 不存在, 請選擇要合併的新目標" +Python Module,Python模塊 +Google Credentials,Google憑據 +QR Code for Login Verification,用於登錄驗證的QR碼 +Add to To Do,添加到待辦事項 +Assigned To Me,指派給我 +Google GSuite Templates to integration with DocTypes,Google GSuite模板與DocTypes集成 +Logout from all devices while changing Password,更改密碼時從所有設備註銷 +Verify Password,確認密碼 +There were errors,有錯誤 +Close,關閉 +Cannot change docstatus from 0 to 2,不能改變docstatus 0-2, +Attached To Field,附在田地上 +Roles Permission,角色權限 +Transaction Hash,事務哈希 +Snapshot View,快照視圖 +Please save the Newsletter before sending,請在發送之前保存信件 +Configure accounts for google calendar,為Google日曆配置帳戶 +Options must be a valid DocType for field {0} in row {1},選項必須是字段的有效的DocType {0}行{1} +Edit Properties,編輯屬性 +List of patches executed,執行補丁列表 +{0} already unsubscribed,{0}已經退訂 +Show only errors,只顯示錯誤 +Banner HTML,橫幅的HTML, +Send Email Alert,發送郵件提醒 +Please select another payment method. Razorpay does not support transactions in currency '{0}',請選擇其他付款方式。 Razorpay不支持貨幣交易“{0}” +In Progress,進行中 +Queued for backup. It may take a few minutes to an hour.,排隊等待備份。這可能需要幾分鐘到一個小時。 +User permission already exists,用戶權限已經存在 +Register OAuth Client App,註冊OAuth客戶端應用程序 +Authentication Credentials,身份驗證憑據 +Two Factor Authentication,雙因素認證 +Pay,付 +SMS Gateway URL,短信閘道的URL, +"{0} {1} cannot be ""{2}"". It should be one of ""{3}""",{0} {1} 不能為“{2}”。它應該是“{3}”的其中一個 +Password Update,密碼更新 +Older backups will be automatically deleted,舊的備份將被自動刪除 +Invalid Access Key ID or Secret Access Key.,無效的訪問密鑰ID或秘密訪問密鑰。 +Is Globally Pinned,是全球固定的 +Conditions,條件 +Leave blank to repeat always,保持空白以保持重複 +Confirmed,確認 +Ends on,結束於 +Gateway,網關 +Not enough permission to see links,沒有足夠的權限查看鏈接 +Not enough permission to see links,沒有足夠的權限查看鏈接 +Address Title is mandatory.,地址標題是強制性的。 +"Added HTML in the <head> section of the web page, primarily used for website verification and SEO",在<head>添加HTML網頁的部分,主要用於網站的驗證和搜索引擎優化 +Relapsed,復發 +Item cannot be added to its own descendants,項目不能被添加到自己的後代 +Expiry time of QR Code Image Page,QR碼圖像頁面的到期時間 +Show Totals,顯示總計 +Relapses,復發 +Preferred Shipping Address,偏好的送貨地址 +With Letter head,隨著信頭 +{0} created this {1},{0}新增此{1} +"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",如果選中此選項,將導入包含有效數據的行,並將無效行轉儲到新文件中以供稍後導入。 +Document is only editable by users of role,文件只有通過編輯角色的用戶 +"The task {0}, that you assigned to {1}, has been closed by {2}.",任務{0},您分配給{1},已被關閉{2}。 +Show Line Breaks after Sections,章節後,顯示換行符 +Read by Recipient On,由收件人閱讀 +Short Name,簡稱 +Linked with {0},與{0}關聯 +"You are selecting Sync Option as ALL, It will resync all \ read as well as unread message from server. This may also cause the duplication\ of Communication (emails).",你是所有選擇同步選項,它會重新同步所有\讀取以及未讀郵件從服務器。這也可能會導致通信(電子郵件)的重複數據刪除\。 -DocType: Workflow State,magnet,磁鐵 -apps/frappe/frappe/geo/doctype/currency/currency.js +7,This Currency is disabled. Enable to use in transactions,公司在以下倉庫失踪 -DocType: Desktop Icon,Blocked,受阻 -DocType: Contact Us Settings,"Default: ""Contact Us""",預設:“聯絡我們” -DocType: Contact,Purchase Manager,採購經理 -apps/frappe/frappe/public/js/frappe/ui/tags.js +109,toggle Tag,切換標籤 -DocType: Custom Script,Sample,樣品 -DocType: Braintree Settings,Private Key,私鑰 -DocType: Event,Every Week,每一周 -apps/frappe/frappe/limits.py +197,Click here to check your usage or upgrade to a higher plan,點擊此處查詢您的使用或升級到更高的計劃 -DocType: Custom Field,Is Mandatory Field,是必須填寫 -DocType: User,Website User,網站用戶 -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +11,Not equals,不等於 -DocType: Integration Request,Integration Request Service,集成請求服務 -DocType: Website Script,Script to attach to all web pages.,腳本安裝到所有網頁。 -DocType: Web Form,Allow Multiple,允許多個 -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +44,Assign,指派 -DocType: Auto Email Report,Only Send Records Updated in Last X Hours,只發送記錄在最後X小時更新 -DocType: Auto Email Report,Only Send Records Updated in Last X Hours,只發送記錄在最後X小時更新 -DocType: Communication,Feedback,反饋 -apps/frappe/frappe/public/js/frappe/form/controls/base_control.js +117,Open Translation,打開翻譯 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +11,This email is autogenerated,此電子郵件是自動生成的 -DocType: Workflow State,Icon will appear on the button,圖標將顯示在按鈕上 -apps/frappe/frappe/public/js/frappe/socketio_client.js +295,Socketio is not connected. Cannot upload,Socketio未連接。無法上傳 -DocType: Website Settings,Website Settings,網站設定 -DocType: Email Account,ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference,ProTip:添加Reference: {{ reference_doctype }} {{ reference_name }}發送文檔引用 -apps/frappe/frappe/modules/utils.py +204,App not found,未找到應用程式 -apps/frappe/frappe/core/doctype/communication/communication.py +71,Cannot create a {0} against a child document: {1},無法創建{0}針對兒童的文檔:{1} -DocType: Social Login Key,Social Login Key,社交登錄密鑰 -DocType: Portal Settings,Custom Sidebar Menu,自定義工具欄菜單 -DocType: Workflow State,pencil,鉛筆 -apps/frappe/frappe/config/desk.py +32,Chat messages and other notifications.,聊天訊息和其他通知。 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +84,Insert After cannot be set as {0},插入不能設定為後{0} -apps/frappe/frappe/public/js/frappe/desk.js +144,Email Account setup please enter your password for: ,電子郵件帳戶設置,請輸入您的密碼: -DocType: Workflow State,hand-up,手向上 -DocType: Blog Settings,Writers Introduction,作家簡介 -DocType: Address,Phone,電話 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +149,Select Document Type or Role to start.,選擇文件類型或角色開始。 -DocType: Contact,Passive,被動 -DocType: Contact,Accounts Manager,會計經理 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +723,Select File Type,選擇文件類型 -DocType: Help Article,Knowledge Base Editor,知識庫編輯器 -apps/frappe/frappe/public/js/frappe/views/container.js +57,Page not found,找不到網頁 -DocType: DocField,Precision,精確 -DocType: Website Slideshow,Slideshow Items,幻燈片項目 -apps/frappe/frappe/utils/password_strength.py +110,Try to avoid repeated words and characters,盡量避免重複的單詞和字符 -DocType: Workflow Action,Workflow State,工作流程狀態 -apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,成功!你很好去👍 -apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,成功!你很好去👍 -apps/frappe/frappe/www/me.html +3,My Account,我的帳戶 -DocType: ToDo,Allocated To,為了分配 -apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,請點擊以下鏈接來設置新密碼 -DocType: Newsletter,Receipient,RECEIPIENT -DocType: Contact Us Settings,Settings for Contact Us Page,設定「聯絡我們」的頁面 -DocType: Custom Script,Script Type,腳本類型 -DocType: Print Settings,Enable Print Server,啟用打印服務器 -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +53,{0} weeks ago,{0}週前 -DocType: Auto Repeat,Auto Repeat Schedule,自動重複時間表 -DocType: Email Account,Footer,頁腳 -apps/frappe/frappe/config/integrations.py +48,Authentication,認證 -apps/frappe/frappe/utils/verified_command.py +44,Invalid Link,鏈接無效 -DocType: Web Form,Client Script,客戶端腳本 -DocType: Web Page,Show Title,顯示標題 -DocType: Property Setter,Property Type,屬性類型 -DocType: Workflow State,screenshot,屏幕截圖 -apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,只有管理員可以保存一個標準的報告。請重新命名並保存。 -DocType: System Settings,Background Workers,背景工人 -apps/frappe/frappe/core/doctype/doctype/doctype.py +890,Fieldname {0} conflicting with meta object,字段名{0}與元對象衝突 -DocType: Deleted Document,Data,數據 -apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,文檔狀態 -apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},你已經做了{0} {1} -DocType: OAuth Authorization Code,OAuth Authorization Code,OAuth的授權碼 -apps/frappe/frappe/core/doctype/data_import/importer.py +324,Not allowed to Import,不允許輸入 -DocType: Deleted Document,Deleted DocType,刪除的DocType -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +22,Permission Levels,權限級別 -DocType: Tag Category,Tag Category,標籤分類 -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +788,"Ignoring Item {0}, because a group exists with the same name!",忽略項目{0} ,因為一組存在具有相同名字! -apps/frappe/frappe/core/doctype/data_import/data_import.js +67,Help,幫助 -DocType: User,Login Before,登錄前 -DocType: Web Page,Insert Style,插入樣式 -apps/frappe/frappe/config/setup.py +281,Application Installer,應用程式安裝器 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +788,New Report name,新的報告名稱 -apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +150,Hide Weekends,隱藏週末 -DocType: Workflow State,info-sign,資訊符號 -DocType: Currency,"How should this currency be formatted? If not set, will use system defaults",此貨幣使用何種格式?如果沒有設定,將使用系統預設值。 -apps/frappe/frappe/utils/response.py +151,You need to be logged in and have System Manager Role to be able to access backups.,您需要先登錄,並具有系統管理員角色才能夠訪問備份。 -apps/frappe/frappe/public/js/legacy/form.js +136,Please save before attaching.,請安裝前儲存。 -apps/frappe/frappe/public/js/frappe/form/link_selector.js +125,Added {0} ({1}),添加{0}({1}) -apps/frappe/frappe/website/doctype/website_theme/website_theme.js +20,Default theme is set in {0},默認主題是設置{0} -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +338,Fieldtype cannot be changed from {0} to {1} in row {2},列{2}的欄位類型不能從{0}改變為{1} -apps/frappe/frappe/public/js/frappe/roles_editor.js +194,Role Permissions,角色權限 -DocType: Help Article,Intermediate,中間 -apps/frappe/frappe/core/doctype/deleted_document/deleted_document.py +20,Cancelled Document restored as Draft,已取消的文檔已恢復為草稿 -DocType: Data Migration Run,Start Time,開始時間 -apps/frappe/frappe/model/delete_doc.py +259,Cannot delete or cancel because {0} {1} is linked with {2} {3} {4},由於{0} {1}與{2} {3} {4}鏈接,無法刪除或取消 -apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +5,Can Read,可閱讀 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +354,{0} Chart,{0}圖表 -DocType: Custom Role,Response,回應 -DocType: Workflow,Emails will be sent with next possible workflow actions,電子郵件將與下一個可能的工作流操作一起發送 -apps/frappe/frappe/public/js/frappe/form/workflow.js +43,Workflow will start after saving.,工作流程將在儲存之後啟動。 -apps/frappe/frappe/email/smtp.py +27,Invalid recipient address,無效的收件人地址 -DocType: Workflow State,step-forward,往前進 -DocType: System Settings,Allow Login After Fail,允許在失敗後登錄 -apps/frappe/frappe/limits.py +69,Your subscription has expired.,您的訂購已過期。 -DocType: Role Permission for Page and Report,Set Role For,集角色 -DocType: GCalendar Account,The name that will appear in Google Calendar,將顯示在Google日曆中的名稱 -apps/frappe/frappe/chat/doctype/chat_room/chat_room.py +65,Direct room with {0} already exists.,已存在{0}的直接房間。 -apps/frappe/frappe/core/doctype/user/user.js +67,Refreshing...,更新中... -DocType: Event,Starts on,開始於 -DocType: System Settings,System Settings,系統設置 -DocType: GCalendar Settings,Google API Credentials,Google API憑證 -apps/frappe/frappe/public/js/frappe/desk.js +36,Session Start Failed,會話開始失敗 -apps/frappe/frappe/public/js/frappe/desk.js +36,Session Start Failed,會話開始失敗 -apps/frappe/frappe/email/queue.py +515,This email was sent to {0} and copied to {1},此電子郵件發送到{0},並複製到{1} -DocType: Workflow State,th,日 -DocType: Social Login Key,Provider Name,提供者名稱 -apps/frappe/frappe/public/js/frappe/form/controls/link.js +172,Create a new {0},建立一個新的{0} -DocType: GCalendar Account,GCalendar Account,GCalendar帳戶 -DocType: Email Rule,Is Spam,是垃圾郵件 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +197,Report {0},報告{0} -apps/frappe/frappe/public/js/frappe/form/templates/form_links.html +13,Open {0},打開{0} -DocType: OAuth Client,Default Redirect URI,默認重定向URI -DocType: Auto Repeat,Recipients,受助人 -DocType: System Settings,Choose authentication method to be used by all users,選擇所有用戶使用的身份驗證方法 -DocType: Workflow State,ok-sign,OK符號 -apps/frappe/frappe/config/setup.py +146,Deleted Documents,已刪除的文件 -apps/frappe/frappe/public/js/frappe/form/grid.js +696,The CSV format is case sensitive,CSV格式區分大小寫 -apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +166,Desktop Icon already exists,桌面圖標已經存在 -apps/frappe/frappe/public/js/frappe/form/grid_row_form.js +55,Duplicate,複製 -DocType: Newsletter,Create and Send Newsletters,建立和發送簡訊 -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +303,From Date must be before To Date,起始日期必須早於終點日期 -DocType: Address,Andaman and Nicobar Islands,安達曼和尼科巴群島 -apps/frappe/frappe/email/doctype/notification/notification.py +35,Please specify which value field must be checked,請指定必須檢查哪些值欄位 -apps/frappe/frappe/core/doctype/data_import/exporter.py +71,"""Parent"" signifies the parent table in which this row must be added",“父項”表示在該行必須增加父表 -apps/frappe/frappe/email/queue.py +249,Cannot send this email. You have crossed the sending limit of {0} emails for this day.,無法發送此電子郵件。您已經超過了{0}個電子郵件的發送限制。 -DocType: Website Theme,Apply Style,應用樣式 -DocType: Feedback Request,Feedback Rating,反饋評級 -apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,隨著共享 -apps/frappe/frappe/website/doctype/website_slideshow/website_slideshow.js +7,Attach files / urls and add in table.,附加文件/網址並添加到表格中。 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.js +129,Message not setup,消息未設置 -DocType: Help Category,Help Articles,幫助文章 -apps/frappe/frappe/core/doctype/data_import/exporter.py +271,Type:,類型: -apps/frappe/frappe/templates/pages/integrations/payment-failed.html +11,Your payment has failed.,您的付款失敗。 -DocType: Address,Karnataka,卡納塔克邦 -apps/frappe/frappe/desk/moduleview.py +84,Module Not Found,模塊未找到 -apps/frappe/frappe/workflow/doctype/workflow_action/workflow_action.py +97,{0}: {1} is set to state {2},{0}:{1}設置為狀態{2} -,Permitted Documents For User,對於用戶的許可文件 -apps/frappe/frappe/core/doctype/docshare/docshare.py +40,"You need to have ""Share"" permission",你需要有“共享”權限 -DocType: Communication,Assignment Completed,轉讓完成 -apps/frappe/frappe/public/js/frappe/form/grid.js +692,Bulk Edit {0},批量編輯{0} -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +316,Download Report,下載報告 -apps/frappe/frappe/workflow/doctype/workflow/workflow_list.js +7,Not active,不活躍 -DocType: About Us Settings,Settings for the About Us Page,設置關於我們頁面 -apps/frappe/frappe/config/integrations.py +28,Stripe payment gateway settings,條紋支付網關設置 -apps/frappe/frappe/config/integrations.py +28,Stripe payment gateway settings,條紋支付網關設置 -DocType: User,Generate Keys,生成密鑰 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +245,Use the field to filter records,使用字段篩選記錄 -DocType: DocType,View Settings,視圖設置 -apps/frappe/frappe/core/page/desktop/desktop.py +15,"Add your Employees so you can manage leaves, expenses and payroll",新增員工,所以你可以管理的葉子,費用及工資 -DocType: Email Account,"If non standard port (e.g. 587). If on Google Cloud, try port 2525.",如果非標準端口(例如587)。如果在Google Cloud上,請嘗試使用端口2525。 -apps/frappe/frappe/website/doctype/web_page/web_page.py +143,"Clearing end date, as it cannot be in the past for published pages.",清除結束日期,因為發布的頁面不能在過去。 -DocType: User,Send Me A Copy of Outgoing Emails,給我發送電子郵件的副本 -DocType: System Settings,Scheduler Last Event,調度上次事件 -DocType: Website Settings,Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,新增 Google Analytics ID:如UA-89XXX57-1。請搜尋Google Analytics相關文件以獲取更多訊息。 -apps/frappe/frappe/utils/password.py +136,Password cannot be more than 100 characters long,密碼不能超過100個字符長 -DocType: OAuth Client,App Client ID,應用程序客戶端ID -DocType: Kanban Board,Kanban Board Name,看板名稱 -DocType: Notification Recipient,"Expression, Optional",表達,可選 -DocType: GSuite Settings,Copy and paste this code into and empty Code.gs in your project at script.google.com,將該代碼複製並粘貼到script.google.com中的項目中的Code.gs並將其清空 -apps/frappe/frappe/email/queue.py +517,This email was sent to {0},這封電子郵件被發送到{0} -DocType: System Settings,Hide footer in auto email reports,在自動電子郵件報告中隱藏頁腳 -DocType: DocField,Remember Last Selected Value,記得去年選定的值 -DocType: Email Account,Check this to pull emails from your mailbox,勾選此選項,則從你的郵箱取出電子郵件地址 -apps/frappe/frappe/limits.py +141,click here,點擊這裡 -apps/frappe/frappe/model/document.py +685,Cannot edit cancelled document,無法編輯已取消文件 -DocType: Transaction Log,Checksum Version,校驗版本 -DocType: Unhandled Email,Unhandled Email,未處理的郵件 -apps/frappe/frappe/utils/password_strength.py +92,Make use of longer keyboard patterns,利用較長的鍵盤模式 -apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js +33,Processing...,處理... -DocType: Data Import,Don't create new records,不要創建新的記錄 -apps/frappe/frappe/utils/nestedset.py +80,Nested set error. Please contact the Administrator.,嵌套組的錯誤。請聯絡管理員。 -apps/frappe/frappe/www/search_docs.py +13,"Documentation Results for ""{0}""",文檔“{0}”的結果 -DocType: Workflow State,envelope,信封 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,選項2 -apps/frappe/frappe/utils/print_format.py +128,Printing failed,打印失敗 -DocType: Feedback Trigger,Email Field,電子郵件字段 -apps/frappe/frappe/www/update-password.html +60,New Password Required.,需要新密碼 -apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0}與{1}共享這個文件 -apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",安裝程序的頂部導航欄,頁腳和徽標。 -apps/frappe/frappe/core/doctype/doctype/doctype.py +767,For {0} at level {1} in {2} in row {3},{0}在水平{1}的{2}行{3} -DocType: Auto Repeat,Preview Message,預覽消息 -DocType: User Social Login,User Social Login,用戶社交登錄 -DocType: Email Queue,Recipient,接受者 -DocType: Address,Sales User,銷售用戶 -apps/frappe/frappe/config/setup.py +195,Drag and Drop tool to build and customize Print Formats.,拖放工具來構建和定製列印格式。 -DocType: Address,Sikkim,錫金 -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +116,Set Chart,設置圖表 -apps/frappe/frappe/public/js/frappe/form/link_selector.js +142,Set,集合 -apps/frappe/frappe/desk/search.py +84,This query style is discontinued,此查詢樣式已停止 -DocType: Notification,Trigger Method,觸發方式 -apps/frappe/frappe/utils/data.py +843,Operator must be one of {0},運算符必須是{0} -DocType: Dropbox Settings,Dropbox Access Token,Dropbox訪問令牌 -DocType: Workflow State,align-right,靠右對齊 -DocType: Auto Email Report,Email To,發送電子郵件給 -apps/frappe/frappe/core/doctype/file/file.py +268,Folder {0} is not empty,文件夾{0}非空 -apps/frappe/frappe/model/base_document.py +409,Error: Value missing for {0}: {1},錯誤:{0}缺少值:{1} -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +157,Field {0} is not selectable.,欄位{0}是不可選擇的。 -DocType: Webhook,Webhook,網絡掛接 -DocType: System Settings,Session Expiry,連線過期 -DocType: Workflow State,ban-circle,禁令圈 -apps/frappe/frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py +40,Slack Webhook Error,Slack Webhook錯誤 -DocType: Email Flag Queue,Unread,未讀 -DocType: Auto Repeat,Desk,辦公桌 -apps/frappe/frappe/utils/data.py +823,Filter must be a tuple or list (in a list),過濾器必須是元組或列表(在列表中) -apps/frappe/frappe/core/doctype/report/report.js +8,Write a SELECT query. Note result is not paged (all data is sent in one go).,寫一個SELECT查詢。注結果不分頁(所有數據都一氣呵成發送)。 -DocType: Email Account,Attachment Limit (MB),附件限制(MB) -DocType: Address,Arunachal Pradesh,阿魯納恰爾邦 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +131,Setup Auto Email,設置自動電子郵件 -DocType: Chat Profile,Message Preview,消息預覽 -apps/frappe/frappe/utils/password_strength.py +173,This is a top-10 common password.,這是一個前10名的通用密碼。 -DocType: User,User Defaults,使用者預設 -apps/frappe/frappe/public/js/frappe/views/treeview.js +253,Create New,新建立 -DocType: Workflow State,chevron-down,人字形-下 -apps/frappe/frappe/public/js/frappe/views/communication.js +571,Email not sent to {0} (unsubscribed / disabled),電子郵件不會被發送到{0}(退訂/禁用) -DocType: Currency,Smallest Currency Fraction Value,最小的貨幣分數值 -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137,Assign To,指派給 -DocType: Workflow State,th-list,日列表 -DocType: Web Page,Enable Comments,啟用評論 -apps/frappe/frappe/desk/doctype/note/note_list.js +3,Notes,筆記 -DocType: User,Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),僅限此IP地址用戶。多個IP地址可以通過用逗號分隔的方式輸入。也接受部分的IP地址區段如(111.111.111) -DocType: Communication,From,從 -DocType: Website Theme,Google Font (Heading),谷歌字體(標題) -apps/frappe/frappe/public/js/frappe/views/treeview.js +234,Select a group node first.,首先選擇一組節點。 -DocType: OAuth Client,Implicit,含蓄 -DocType: Email Account,"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")",作為追加對通信本的DocType(必須有田,“狀態”,“主題”) -DocType: OAuth Client,"URIs for receiving authorization code once the user allows access, as well as failure responses. Typically a REST endpoint exposed by the Client App. -
    e.g. http://hostname//api/method/frappe.www.login.login_via_facebook",的URI,用於接收授權代碼一旦用戶允許訪問,以及失敗的響應。通常,REST端點的客戶端應用程序暴露出來。
    例如http://hostname//api/method/frappe.www.login.login_via_facebook -apps/frappe/frappe/model/base_document.py +586,Not allowed to change {0} after submission,不允許提交後更改{0} -DocType: Data Migration Mapping,Migration ID Field,遷移ID字段 -DocType: Communication,Comment Type,註釋類型 -DocType: OAuth Client,OAuth Client,OAuth客戶端 -DocType: Chat Room,Users,用戶 -DocType: Communication,Timeline field Name,時間軸場名稱 -DocType: Address,Odisha,奧里薩邦 -DocType: Report,Report Type,報告類型 -DocType: DocField,Signature,簽名 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +145,Loading,載入中 -apps/frappe/frappe/config/integrations.py +53,"Enter keys to enable login via Facebook, Google, GitHub.",Enter鍵啟用透過Facebook、Google、GitHub登錄。 -DocType: Event,Sent/Received Email,已發送/已接收電子郵件 -DocType: Data Import,Insert new records,插入新記錄 -apps/frappe/frappe/core/doctype/file/file.py +643,Unable to read file format for {0},無法讀取{0}的文件格式 -DocType: Auto Email Report,Filter Data,過濾數據 -apps/frappe/frappe/public/js/frappe/form/controls/select.js +61,Please attach a file first.,請先加上附檔。 -apps/frappe/frappe/model/naming.py +202,"There were some errors setting the name, please contact the administrator",有一些錯誤設定的名稱,請與管理員聯絡 -apps/frappe/frappe/email/doctype/email_domain/email_domain.py +41,Incoming email account not correct,收到的電子郵件帳戶不正確 -apps/frappe/frappe/templates/includes/contact.js +21,"You seem to have written your name instead of your email. \ +magnet,磁鐵 +This Currency is disabled. Enable to use in transactions,公司在以下倉庫失踪 +Blocked,受阻 +"Default: ""Contact Us""",預設:“聯絡我們” +Purchase Manager,採購經理 +toggle Tag,切換標籤 +Sample,樣品 +Private Key,私鑰 +Every Week,每一周 +Click here to check your usage or upgrade to a higher plan,點擊此處查詢您的使用或升級到更高的計劃 +Is Mandatory Field,是必須填寫 +Website User,網站用戶 +Not equals,不等於 +Integration Request Service,集成請求服務 +Script to attach to all web pages.,腳本安裝到所有網頁。 +Allow Multiple,允許多個 +Assign,指派 +Only Send Records Updated in Last X Hours,只發送記錄在最後X小時更新 +Only Send Records Updated in Last X Hours,只發送記錄在最後X小時更新 +Feedback,反饋 +Open Translation,打開翻譯 +This email is autogenerated,此電子郵件是自動生成的 +Icon will appear on the button,圖標將顯示在按鈕上 +Socketio is not connected. Cannot upload,Socketio未連接。無法上傳 +Website Settings,網站設定 +ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference,ProTip:添加Reference: {{ reference_doctype }} {{ reference_name }}發送文檔引用 +App not found,未找到應用程式 +Cannot create a {0} against a child document: {1},無法創建{0}針對兒童的文檔:{1} +Social Login Key,社交登錄密鑰 +Custom Sidebar Menu,自定義工具欄菜單 +pencil,鉛筆 +Chat messages and other notifications.,聊天訊息和其他通知。 +Insert After cannot be set as {0},插入不能設定為後{0} +Email Account setup please enter your password for: ,電子郵件帳戶設置,請輸入您的密碼: +hand-up,手向上 +Writers Introduction,作家簡介 +Phone,電話 +Select Document Type or Role to start.,選擇文件類型或角色開始。 +Passive,被動 +Accounts Manager,會計經理 +Select File Type,選擇文件類型 +Knowledge Base Editor,知識庫編輯器 +Page not found,找不到網頁 +Precision,精確 +Slideshow Items,幻燈片項目 +Try to avoid repeated words and characters,盡量避免重複的單詞和字符 +Workflow State,工作流程狀態 +Success! You are good to go 👍,成功!你很好去👍 +Success! You are good to go 👍,成功!你很好去👍 +My Account,我的帳戶 +Allocated To,為了分配 +Please click on the following link to set your new password,請點擊以下鏈接來設置新密碼 +Receipient,RECEIPIENT, +Settings for Contact Us Page,設定「聯絡我們」的頁面 +Script Type,腳本類型 +Enable Print Server,啟用打印服務器 +{0} weeks ago,{0}週前 +Auto Repeat Schedule,自動重複時間表 +Footer,頁腳 +Authentication,認證 +Invalid Link,鏈接無效 +Client Script,客戶端腳本 +Show Title,顯示標題 +Property Type,屬性類型 +screenshot,屏幕截圖 +Only Administrator can save a standard report. Please rename and save.,只有管理員可以保存一個標準的報告。請重新命名並保存。 +Background Workers,背景工人 +Fieldname {0} conflicting with meta object,字段名{0}與元對象衝突 +Data,數據 +Document Status,文檔狀態 +You have made {0} of {1},你已經做了{0} {1} +OAuth Authorization Code,OAuth的授權碼 +Not allowed to Import,不允許輸入 +Deleted DocType,刪除的DocType, +Permission Levels,權限級別 +Tag Category,標籤分類 +"Ignoring Item {0}, because a group exists with the same name!",忽略項目{0} ,因為一組存在具有相同名字! +Help,幫助 +Login Before,登錄前 +Insert Style,插入樣式 +Application Installer,應用程式安裝器 +New Report name,新的報告名稱 +Hide Weekends,隱藏週末 +info-sign,資訊符號 +"How should this currency be formatted? If not set, will use system defaults",此貨幣使用何種格式?如果沒有設定,將使用系統預設值。 +You need to be logged in and have System Manager Role to be able to access backups.,您需要先登錄,並具有系統管理員角色才能夠訪問備份。 +Please save before attaching.,請安裝前儲存。 +Added {0} ({1}),添加{0}({1}) +Default theme is set in {0},默認主題是設置{0} +Fieldtype cannot be changed from {0} to {1} in row {2},列{2}的欄位類型不能從{0}改變為{1} +Role Permissions,角色權限 +Intermediate,中間 +Cancelled Document restored as Draft,已取消的文檔已恢復為草稿 +Start Time,開始時間 +Cannot delete or cancel because {0} {1} is linked with {2} {3} {4},由於{0} {1}與{2} {3} {4}鏈接,無法刪除或取消 +Can Read,可閱讀 +{0} Chart,{0}圖表 +Response,回應 +Emails will be sent with next possible workflow actions,電子郵件將與下一個可能的工作流操作一起發送 +Workflow will start after saving.,工作流程將在儲存之後啟動。 +Invalid recipient address,無效的收件人地址 +step-forward,往前進 +Allow Login After Fail,允許在失敗後登錄 +Your subscription has expired.,您的訂購已過期。 +Set Role For,集角色 +The name that will appear in Google Calendar,將顯示在Google日曆中的名稱 +Direct room with {0} already exists.,已存在{0}的直接房間。 +Refreshing...,更新中... +Starts on,開始於 +System Settings,系統設置 +Google API Credentials,Google API憑證 +Session Start Failed,會話開始失敗 +Session Start Failed,會話開始失敗 +This email was sent to {0} and copied to {1},此電子郵件發送到{0},並複製到{1} +th,日 +Provider Name,提供者名稱 +Create a new {0},建立一個新的{0} +GCalendar Account,GCalendar帳戶 +Is Spam,是垃圾郵件 +Report {0},報告{0} +Open {0},打開{0} +Default Redirect URI,默認重定向URI, +Recipients,受助人 +Choose authentication method to be used by all users,選擇所有用戶使用的身份驗證方法 +ok-sign,OK符號 +Deleted Documents,已刪除的文件 +The CSV format is case sensitive,CSV格式區分大小寫 +Desktop Icon already exists,桌面圖標已經存在 +Duplicate,複製 +Create and Send Newsletters,建立和發送簡訊 +From Date must be before To Date,起始日期必須早於終點日期 +Andaman and Nicobar Islands,安達曼和尼科巴群島 +Please specify which value field must be checked,請指定必須檢查哪些值欄位 +"""Parent"" signifies the parent table in which this row must be added",“父項”表示在該行必須增加父表 +Cannot send this email. You have crossed the sending limit of {0} emails for this day.,無法發送此電子郵件。您已經超過了{0}個電子郵件的發送限制。 +Apply Style,應用樣式 +Feedback Rating,反饋評級 +Shared With,隨著共享 +Attach files / urls and add in table.,附加文件/網址並添加到表格中。 +Message not setup,消息未設置 +Help Articles,幫助文章 +Type:,類型: +Your payment has failed.,您的付款失敗。 +Karnataka,卡納塔克邦 +Module Not Found,模塊未找到 +{0}: {1} is set to state {2},{0}:{1}設置為狀態{2} +Permitted Documents For User,對於用戶的許可文件 +"You need to have ""Share"" permission",你需要有“共享”權限 +Assignment Completed,轉讓完成 +Bulk Edit {0},批量編輯{0} +Download Report,下載報告 +Not active,不活躍 +Settings for the About Us Page,設置關於我們頁面 +Stripe payment gateway settings,條紋支付網關設置 +Stripe payment gateway settings,條紋支付網關設置 +Generate Keys,生成密鑰 +Use the field to filter records,使用字段篩選記錄 +View Settings,視圖設置 +"Add your Employees so you can manage leaves, expenses and payroll",新增員工,所以你可以管理的葉子,費用及工資 +"If non standard port (e.g. 587). If on Google Cloud, try port 2525.",如果非標準端口(例如587)。如果在Google Cloud上,請嘗試使用端口2525。 +"Clearing end date, as it cannot be in the past for published pages.",清除結束日期,因為發布的頁面不能在過去。 +Send Me A Copy of Outgoing Emails,給我發送電子郵件的副本 +Scheduler Last Event,調度上次事件 +Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,新增 Google Analytics ID:如UA-89XXX57-1。請搜尋Google Analytics相關文件以獲取更多訊息。 +Password cannot be more than 100 characters long,密碼不能超過100個字符長 +App Client ID,應用程序客戶端ID, +Kanban Board Name,看板名稱 +"Expression, Optional",表達,可選 +Copy and paste this code into and empty Code.gs in your project at script.google.com,將該代碼複製並粘貼到script.google.com中的項目中的Code.gs並將其清空 +This email was sent to {0},這封電子郵件被發送到{0} +Hide footer in auto email reports,在自動電子郵件報告中隱藏頁腳 +Remember Last Selected Value,記得去年選定的值 +Check this to pull emails from your mailbox,勾選此選項,則從你的郵箱取出電子郵件地址 +click here,點擊這裡 +Cannot edit cancelled document,無法編輯已取消文件 +Checksum Version,校驗版本 +Unhandled Email,未處理的郵件 +Make use of longer keyboard patterns,利用較長的鍵盤模式 +Processing...,處理... +Don't create new records,不要創建新的記錄 +Nested set error. Please contact the Administrator.,嵌套組的錯誤。請聯絡管理員。 +"Documentation Results for ""{0}""",文檔“{0}”的結果 +envelope,信封 +Option 2,選項2, +Printing failed,打印失敗 +Email Field,電子郵件字段 +New Password Required.,需要新密碼 +{0} shared this document with {1},{0}與{1}共享這個文件 +"Setup of top navigation bar, footer and logo.",安裝程序的頂部導航欄,頁腳和徽標。 +For {0} at level {1} in {2} in row {3},{0}在水平{1}的{2}行{3} +Preview Message,預覽消息 +User Social Login,用戶社交登錄 +Recipient,接受者 +Sales User,銷售用戶 +Drag and Drop tool to build and customize Print Formats.,拖放工具來構建和定製列印格式。 +Sikkim,錫金 +Set Chart,設置圖表 +Set,集合 +This query style is discontinued,此查詢樣式已停止 +Trigger Method,觸發方式 +Operator must be one of {0},運算符必須是{0} +Dropbox Access Token,Dropbox訪問令牌 +align-right,靠右對齊 +Email To,發送電子郵件給 +Folder {0} is not empty,文件夾{0}非空 +Error: Value missing for {0}: {1},錯誤:{0}缺少值:{1} +Field {0} is not selectable.,欄位{0}是不可選擇的。 +Webhook,網絡掛接 +Session Expiry,連線過期 +ban-circle,禁令圈 +Slack Webhook Error,Slack Webhook錯誤 +Unread,未讀 +Desk,辦公桌 +Filter must be a tuple or list (in a list),過濾器必須是元組或列表(在列表中) +Write a SELECT query. Note result is not paged (all data is sent in one go).,寫一個SELECT查詢。注結果不分頁(所有數據都一氣呵成發送)。 +Attachment Limit (MB),附件限制(MB) +Arunachal Pradesh,阿魯納恰爾邦 +Setup Auto Email,設置自動電子郵件 +Message Preview,消息預覽 +This is a top-10 common password.,這是一個前10名的通用密碼。 +User Defaults,使用者預設 +Create New,新建立 +chevron-down,人字形-下 +Email not sent to {0} (unsubscribed / disabled),電子郵件不會被發送到{0}(退訂/禁用) +Smallest Currency Fraction Value,最小的貨幣分數值 +Assign To,指派給 +th-list,日列表 +Enable Comments,啟用評論 +Notes,筆記 +Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),僅限此IP地址用戶。多個IP地址可以通過用逗號分隔的方式輸入。也接受部分的IP地址區段如(111.111.111) +From,從 +Google Font (Heading),谷歌字體(標題) +Select a group node first.,首先選擇一組節點。 +Implicit,含蓄 +"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")",作為追加對通信本的DocType(必須有田,“狀態”,“主題”) +"URIs for receiving authorization code once the user allows access, as well as failure responses. Typically a REST endpoint exposed by the Client App. +
    e.g. http://hostname//api/method/frappe.www.login.login_via_facebook",的URI,用於接收授權代碼一旦用戶允許訪問,以及失敗的響應。通常,REST端點的客戶端應用程序暴露出來。
    例如http://hostname//api/method/frappe.www.login.login_via_facebook, +Not allowed to change {0} after submission,不允許提交後更改{0} +Migration ID Field,遷移ID字段 +Comment Type,註釋類型 +OAuth Client,OAuth客戶端 +Users,用戶 +Timeline field Name,時間軸場名稱 +Odisha,奧里薩邦 +Report Type,報告類型 +Signature,簽名 +Loading,載入中 +"Enter keys to enable login via Facebook, Google, GitHub.",Enter鍵啟用透過Facebook、Google、GitHub登錄。 +Sent/Received Email,已發送/已接收電子郵件 +Insert new records,插入新記錄 +Unable to read file format for {0},無法讀取{0}的文件格式 +Filter Data,過濾數據 +Please attach a file first.,請先加上附檔。 +"There were some errors setting the name, please contact the administrator",有一些錯誤設定的名稱,請與管理員聯絡 +Incoming email account not correct,收到的電子郵件帳戶不正確 +"You seem to have written your name instead of your email. \ Please enter a valid email address so that we can get back.",你似乎寫了你的名字,而不是你的電子郵件。 \請輸入有效的電子郵件地址,以便我們可以收回。 -DocType: Website Slideshow Item,Website Slideshow Item,網站幻燈片項目 -apps/frappe/frappe/model/workflow.py +76,Self approval is not allowed,不允許自我批准 -apps/frappe/frappe/integrations/doctype/oauth_client/oauth_client.py +19,Combination of Grant Type ({0}) and Response Type ({1}) not allowed,授予類型( {0} )和響應類型( {1} )的組合不允許 -apps/frappe/frappe/desk/form/assign_to.py +190,New Message from {0},來自{0}的新訊息 -DocType: Portal Settings,Default Role at Time of Signup,在註冊時間默認角色 -DocType: DocType,Title Case,標題案例 -apps/frappe/frappe/core/doctype/user/user.py +691,Enabled email inbox for user {0},已為用戶{0}啟用電子郵件收件箱 -DocType: Data Migration Run,Data Migration Run,數據遷移運行 -DocType: Blog Post,Email Sent,郵件發送 -DocType: DocField,Ignore XSS Filter,忽略XSS過濾器 -apps/frappe/frappe/config/integrations.py +38,Dropbox backup settings,Dropbox的備份設置 -DocType: Website Theme,Link Color,鏈接顏色 -apps/frappe/frappe/core/doctype/user/user.py +114,User {0} cannot be disabled,用戶{0}不能被禁用 -apps/frappe/frappe/templates/emails/administrator_logged_in.html +1,"Dear System Manager,",親愛的系統管理器, -apps/frappe/frappe/desk/doctype/todo/todo.py +21,{0} self assigned this task: {1},{0}自行分配此任務:{1} -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +388,Your Country,你的國家 -apps/frappe/frappe/core/doctype/doctype/doctype.js +39,In Grid View,在網格視圖 -apps/frappe/frappe/desk/doctype/calendar_view/calendar_view.js +10,Show Calendar,顯示日曆 -apps/frappe/frappe/config/integrations.py +58,LDAP Settings,LDAP設置 -apps/frappe/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js +15,Entity Name,實體名稱 -apps/frappe/frappe/public/js/frappe/form/save.js +14,Amending,修訂 -apps/frappe/frappe/config/integrations.py +18,PayPal payment gateway settings,貝寶支付網關設置 -apps/frappe/frappe/model/base_document.py +564,"{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}",{0}:“{1}”({3})將被截斷,因為允許的上限字符為{2} -DocType: OAuth Client,Response Type,響應類型 -DocType: Contact Us Settings,Send enquiries to this email address,發送諮詢到這個郵箱地址 -DocType: Letter Head,Letter Head Name,信頭名 -DocType: DocField,Number of columns for a field in a List View or a Grid (Total Columns should be less than 11),列數在列表視圖或網格場(合計列應小於11) -apps/frappe/frappe/config/website.py +18,User editable form on Website.,對網站的用戶可編輯的形式。 -apps/frappe/frappe/www/login.html +91,Back to Login,返回登陸 -DocType: Data Migration Mapping,Local DocType,本地DocType -apps/frappe/frappe/model/rename_doc.py +165,You need write permission to rename,您需要寫入權限才能重新命名 -DocType: Email Account,Use ASCII encoding for password,使用ASCII編碼作為密碼 -DocType: User,Karma,因果報應 -apps/frappe/frappe/website/doctype/web_form/web_form.py +410,You must login to submit this form,您必須登錄才能提交此表單 -DocType: User,Background Image,背景圖片 -apps/frappe/frappe/email/doctype/notification/notification.py +80,Cannot set Notification on Document Type {0},無法在文檔類型{0}上設置通知 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +386,"Select your Country, Time Zone and Currency",選擇國家時區和貨幣 -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +20,Between,之間 -DocType: Async Task,Queued,排隊 -apps/frappe/frappe/utils/goal.py +108,This month,這個月 -apps/frappe/frappe/public/js/frappe/form/print.js +102,New Custom Print Format,新自定義列印格式 -DocType: Custom DocPerm,Create,建立 -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +199,Invalid Filter: {0},無效的過濾器: {0} -DocType: Email Account,no failed attempts,沒有失敗的嘗試 -DocType: GSuite Settings,refresh_token,refresh_token -DocType: Dropbox Settings,App Access Key,應用程序訪問密鑰 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +3,An error occured while creating recurring,創建循環時出現錯誤 -DocType: Chat Room,Last Message,最後的消息 -DocType: OAuth Bearer Token,Access Token,存取 Token -DocType: About Us Settings,Org History,組織歷史 -apps/frappe/frappe/core/page/usage_info/usage_info.html +66,Backup Size:,備份大小: -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +339,Auto Repeat has been {0},自動重複已經{0} -DocType: Auto Repeat,Next Schedule Date,下一個附表日期 -DocType: Workflow,Workflow Name,工作流程名稱 -DocType: DocShare,Notify by Email,通過電子郵件通知 -DocType: DocField,In Standard Filter,在標準過濾器 -DocType: Web Form,Allow Edit,讓編輯 -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +58,Paste,粘貼 -DocType: Webhook,Doc Events,文件活動 -DocType: Auto Email Report,Based on Permissions For User,基於權限之和 -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +72,Cannot change state of Cancelled Document. Transition row {0},不能改變註銷文件的狀態。 -DocType: Workflow,"Rules for how states are transitions, like next state and which role is allowed to change state etc.",規則的狀態是如何過渡,例如下一個狀態以及何種角色允許改變狀態等。 -apps/frappe/frappe/desk/form/save.py +25,{0} {1} already exists,{0} {1}已經存在 -apps/frappe/frappe/email/doctype/email_account/email_account.py +87,Append To can be one of {0},追加到可以是一個{0} -DocType: DocType,Image View,圖像查看 -apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +231,"Looks like something went wrong during the transaction. Since we haven't confirmed the payment, Paypal will automatically refund you this amount. If it doesn't, please send us an email and mention the Correlation ID: {0}.",似乎發生在交易過程中錯誤的。因為我們還沒有確認付款,支付寶會自動退還你這一數額。如果沒有,請給我們發郵件並註明相關ID:{0}。 -apps/frappe/frappe/public/js/frappe/form/controls/password.js +46,"Include symbols, numbers and capital letters in the password",在密碼中加入符號,數字和大寫字母 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +80,"Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist",插入自定義字段“{0}”提到的後場“{1}”,標記為“{2}”不存在 -apps/frappe/frappe/www/search_docs.py +19,Docs Search,Google文檔搜索 -DocType: List Filter,List Filter,列表過濾器 -apps/frappe/frappe/core/doctype/doctype/doctype.py +528,Options {0} must be the same as doctype name {1} for the field {2},選項{0}必須與字段{2}的文檔類型名稱{1}相同 -DocType: Workflow State,signal,信號 -DocType: DocType,Show Print First,先顯示列印 -apps/frappe/frappe/public/js/frappe/form/link_selector.js +106,Make a new {0},建立一個新的{0} -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +169,New Email Account,新的電子郵件帳戶 -apps/frappe/frappe/core/doctype/deleted_document/deleted_document.py +30,Document Restored,文件恢復 -DocType: Data Export,Data Export,數據導出 -apps/frappe/frappe/public/js/frappe/form/print.js +110,Select Language...,選擇語言... -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +212,You can't set 'Options' for field {0},您不能為字段{0}設置“選項” -apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js +10,Resume Sending,發送簡歷 -apps/frappe/frappe/core/doctype/communication/communication.js +47,Reopen,重新打開 -DocType: Address,Purchase User,購買用戶 -DocType: Data Migration Run,Push Failed,推送失敗 -DocType: Workflow,"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.",本文件可存在的不同「狀態」。如「開啟」、「延後批准」等。 -apps/frappe/frappe/utils/verified_command.py +45,This link is invalid or expired. Please make sure you have pasted correctly.,此鏈接是無效或過期。請確保你已經正確粘貼。 -DocType: Web Page,Slideshow,連續播放 -apps/frappe/frappe/contacts/doctype/address_template/address_template.py +33,Default Address Template cannot be deleted,預設地址模板不能被刪除 -DocType: Contact,Maintenance Manager,維護經理 -apps/frappe/frappe/integrations/doctype/braintree_settings/braintree_settings.py +50,Please select another payment method. Stripe does not support transactions in currency '{0}',請選擇其他付款方式。 Stripe不支持貨幣“{0}”的交易 -apps/frappe/frappe/integrations/doctype/braintree_settings/braintree_settings.py +50,Please select another payment method. Stripe does not support transactions in currency '{0}',請選擇其他付款方式。 Stripe不支持貨幣“{0}”的交易 -apps/frappe/frappe/core/doctype/communication/communication.js +87,Move To Trash,移到廢紙簍 -DocType: Web Form,Web Form Fields,網頁表單欄位 -DocType: Website Theme,Top Bar Text Color,最上面一欄文字顏色 -DocType: Auto Repeat,Amended From,從修訂 -apps/frappe/frappe/public/js/frappe/model/meta.js +163,Warning: Unable to find {0} in any table related to {1},警告:無法找到{0}與任何表{1} -apps/frappe/frappe/model/document.py +1228,This document is currently queued for execution. Please try again,這份文件目前正在排隊等待執行。請再試一次 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411,Remove Section,刪除部分 -DocType: User,Change Password,更改密碼 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +398,X Axis Field,X軸場 -apps/frappe/frappe/public/js/frappe/form/controls/data.js +124,Invalid Email: {0},無效的電子郵件: {0} -apps/frappe/frappe/config/integrations.py +13,Braintree payment gateway settings,Braintree支付網關設置 -apps/frappe/frappe/desk/doctype/event/event.py +25,Event end must be after start,活動必須在開始後才能結束 -apps/frappe/frappe/www/third_party_apps.html +27,This will log out {0} from all other devices,這將從所有其他設備註銷{0} -apps/frappe/frappe/desk/query_report.py +26,You don't have permission to get a report on: {0},你無權得到一份報告:{0} -DocType: System Settings,Apply Strict User Permissions,應用嚴格的用戶權限 -DocType: DocField,Allow Bulk Edit,允許批量修改 -DocType: DocField,Allow Bulk Edit,允許批量修改 -DocType: Blog Post,Blog Post,網誌文章 -apps/frappe/frappe/public/js/frappe/form/controls/link.js +185,Advanced Search,高級搜索 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +115,You are not permitted to view the newsletter.,您不能查看簡報。 -apps/frappe/frappe/core/doctype/user/user.py +812,Password reset instructions have been sent to your email,密碼重置說明已發送到您的電子郵件 -apps/frappe/frappe/core/page/permission_manager/permission_manager.js +376,"Level 0 is for document level permissions, \ +Website Slideshow Item,網站幻燈片項目 +Self approval is not allowed,不允許自我批准 +Combination of Grant Type ({0}) and Response Type ({1}) not allowed,授予類型( {0} )和響應類型( {1} )的組合不允許 +New Message from {0},來自{0}的新訊息 +Default Role at Time of Signup,在註冊時間默認角色 +Title Case,標題案例 +Enabled email inbox for user {0},已為用戶{0}啟用電子郵件收件箱 +Data Migration Run,數據遷移運行 +Email Sent,郵件發送 +Ignore XSS Filter,忽略XSS過濾器 +Dropbox backup settings,Dropbox的備份設置 +Link Color,鏈接顏色 +User {0} cannot be disabled,用戶{0}不能被禁用 +"Dear System Manager,",親愛的系統管理器, +{0} self assigned this task: {1},{0}自行分配此任務:{1} +Your Country,你的國家 +In Grid View,在網格視圖 +Show Calendar,顯示日曆 +LDAP Settings,LDAP設置 +Entity Name,實體名稱 +Amending,修訂 +PayPal payment gateway settings,貝寶支付網關設置 +"{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}",{0}:“{1}”({3})將被截斷,因為允許的上限字符為{2} +Response Type,響應類型 +Send enquiries to this email address,發送諮詢到這個郵箱地址 +Letter Head Name,信頭名 +Number of columns for a field in a List View or a Grid (Total Columns should be less than 11),列數在列表視圖或網格場(合計列應小於11) +User editable form on Website.,對網站的用戶可編輯的形式。 +Back to Login,返回登陸 +Local DocType,本地DocType, +You need write permission to rename,您需要寫入權限才能重新命名 +Use ASCII encoding for password,使用ASCII編碼作為密碼 +Karma,因果報應 +You must login to submit this form,您必須登錄才能提交此表單 +Background Image,背景圖片 +Cannot set Notification on Document Type {0},無法在文檔類型{0}上設置通知 +"Select your Country, Time Zone and Currency",選擇國家時區和貨幣 +Between,之間 +Queued,排隊 +This month,這個月 +New Custom Print Format,新自定義列印格式 +Create,建立 +Invalid Filter: {0},無效的過濾器: {0} +no failed attempts,沒有失敗的嘗試 +refresh_token,refresh_token, +App Access Key,應用程序訪問密鑰 +An error occured while creating recurring,創建循環時出現錯誤 +Last Message,最後的消息 +Access Token,存取 Token, +Org History,組織歷史 +Backup Size:,備份大小: +Auto Repeat has been {0},自動重複已經{0} +Next Schedule Date,下一個附表日期 +Workflow Name,工作流程名稱 +Notify by Email,通過電子郵件通知 +In Standard Filter,在標準過濾器 +Allow Edit,讓編輯 +Paste,粘貼 +Doc Events,文件活動 +Based on Permissions For User,基於權限之和 +Cannot change state of Cancelled Document. Transition row {0},不能改變註銷文件的狀態。 +"Rules for how states are transitions, like next state and which role is allowed to change state etc.",規則的狀態是如何過渡,例如下一個狀態以及何種角色允許改變狀態等。 +{0} {1} already exists,{0} {1}已經存在 +Append To can be one of {0},追加到可以是一個{0} +Image View,圖像查看 +"Looks like something went wrong during the transaction. Since we haven't confirmed the payment, Paypal will automatically refund you this amount. If it doesn't, please send us an email and mention the Correlation ID: {0}.",似乎發生在交易過程中錯誤的。因為我們還沒有確認付款,支付寶會自動退還你這一數額。如果沒有,請給我們發郵件並註明相關ID:{0}。 +"Include symbols, numbers and capital letters in the password",在密碼中加入符號,數字和大寫字母 +"Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist",插入自定義字段“{0}”提到的後場“{1}”,標記為“{2}”不存在 +Docs Search,Google文檔搜索 +List Filter,列表過濾器 +Options {0} must be the same as doctype name {1} for the field {2},選項{0}必須與字段{2}的文檔類型名稱{1}相同 +signal,信號 +Show Print First,先顯示列印 +Make a new {0},建立一個新的{0} +New Email Account,新的電子郵件帳戶 +Document Restored,文件恢復 +Data Export,數據導出 +Select Language...,選擇語言... +You can't set 'Options' for field {0},您不能為字段{0}設置“選項” +Resume Sending,發送簡歷 +Reopen,重新打開 +Purchase User,購買用戶 +Push Failed,推送失敗 +"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.",本文件可存在的不同「狀態」。如「開啟」、「延後批准」等。 +This link is invalid or expired. Please make sure you have pasted correctly.,此鏈接是無效或過期。請確保你已經正確粘貼。 +Slideshow,連續播放 +Default Address Template cannot be deleted,預設地址模板不能被刪除 +Maintenance Manager,維護經理 +Please select another payment method. Stripe does not support transactions in currency '{0}',請選擇其他付款方式。 Stripe不支持貨幣“{0}”的交易 +Please select another payment method. Stripe does not support transactions in currency '{0}',請選擇其他付款方式。 Stripe不支持貨幣“{0}”的交易 +Move To Trash,移到廢紙簍 +Web Form Fields,網頁表單欄位 +Top Bar Text Color,最上面一欄文字顏色 +Amended From,從修訂 +Warning: Unable to find {0} in any table related to {1},警告:無法找到{0}與任何表{1} +This document is currently queued for execution. Please try again,這份文件目前正在排隊等待執行。請再試一次 +Remove Section,刪除部分 +Change Password,更改密碼 +X Axis Field,X軸場 +Invalid Email: {0},無效的電子郵件: {0} +Braintree payment gateway settings,Braintree支付網關設置 +Event end must be after start,活動必須在開始後才能結束 +This will log out {0} from all other devices,這將從所有其他設備註銷{0} +You don't have permission to get a report on: {0},你無權得到一份報告:{0} +Apply Strict User Permissions,應用嚴格的用戶權限 +Allow Bulk Edit,允許批量修改 +Allow Bulk Edit,允許批量修改 +Blog Post,網誌文章 +Advanced Search,高級搜索 +You are not permitted to view the newsletter.,您不能查看簡報。 +Password reset instructions have been sent to your email,密碼重置說明已發送到您的電子郵件 +"Level 0 is for document level permissions, \ higher levels for field level permissions.",級別0是用於文檔級別權限,\更高級別的字段級權限。 -apps/frappe/frappe/core/doctype/data_import/data_import.py +24,Can't save the form as data import is in progress.,數據導入過程中無法保存表單。 -DocType: Workflow,States,州 -DocType: Notification,Attach Print,附加列印 -apps/frappe/frappe/core/doctype/user/user.py +447,Suggested Username: {0},建議用戶名:{0} -,Modules,模塊 -apps/frappe/frappe/core/doctype/user/user.js +74,Set Desktop Icons,設置桌面圖標 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +163,No {0} mail,沒有{0}郵件 -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +106,Error in uploading files,上傳文件時出錯 -DocType: OAuth Bearer Token,Revoked,撤銷 -DocType: Web Page,Sidebar and Comments,邊欄和評論 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +18,"When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number.",當您修改一個文件後,取消和保存,它會得到一個新的數字,是一個版本的舊號碼。 -apps/frappe/frappe/email/doctype/notification/notification.py +215,"Not allowed to attach {0} document, +Can't save the form as data import is in progress.,數據導入過程中無法保存表單。 +States,州 +Attach Print,附加列印 +Suggested Username: {0},建議用戶名:{0} +Modules,模塊 +Set Desktop Icons,設置桌面圖標 +No {0} mail,沒有{0}郵件 +Error in uploading files,上傳文件時出錯 +Revoked,撤銷 +Sidebar and Comments,邊欄和評論 +"When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number.",當您修改一個文件後,取消和保存,它會得到一個新的數字,是一個版本的舊號碼。 +"Not allowed to attach {0} document, please enable Allow Print For {0} in Print Settings",不允許附加{0}文檔,請在打印設置中啟用允許打印{0} -apps/frappe/frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py +21,See the document at {0},請參閱{0}處的文檔 -DocType: Stripe Settings,Publishable Key,可發布密鑰 -DocType: Stripe Settings,Publishable Key,可發布密鑰 -apps/frappe/frappe/core/doctype/data_import/data_import.js +79,Start Import,開始導入 -DocType: Workflow State,circle-arrow-left,圓圈箭頭向左 -apps/frappe/frappe/sessions.py +139,Redis cache server not running. Please contact Administrator / Tech support,Redis的暫存服務器無法運行。請聯絡管理員/技術支持 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,Make a new record,建立新紀錄 -DocType: Currency,Fraction,分數 -DocType: LDAP Settings,LDAP First Name Field,LDAP名現場 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +6,for automatic creating of the recurring document to continue.,用於自動創建重複文檔以繼續。 -apps/frappe/frappe/public/js/frappe/form/controls/attach.js +58,Select from existing attachments,從現有的附件選擇 -DocType: Custom Field,Field Description,欄位說明 -apps/frappe/frappe/model/naming.py +276,Name not set via Prompt,名稱未通過設置提示 -DocType: User,"Enter default value fields (keys) and values. If you add multiple values for a field,the first one will be picked. These defaults are also used to set ""match"" permission rules. To see list of fields,go to ""Customize Form"".",輸入默認值字段(鍵)和值。如果為一個字段添加多個值,則會選取第一個值。這些默認值也用於設置“匹配”權限規則。要查看字段列表,請轉到“自定義表單”。 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +250,Email Inbox,電子郵件收件箱 -DocType: Auto Email Report,Filters Display,顯示過濾器 -DocType: Website Theme,Top Bar Color,頂欄顏色 -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} -DocType: DocType,Timeline Field,時間軸場 -DocType: Country,Time Zones,時區 -apps/frappe/frappe/core/page/permission_manager/permission_manager.py +91,There must be atleast one permission rule.,有至少要包含一個允許規則。 -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +67,Get Items,找項目 -DocType: Contact,Image,圖像 -DocType: Workflow State,remove-sign,刪除符號 -apps/frappe/frappe/printing/doctype/print_settings/print_settings.py +31,Failed to connect to server,無法連接服務器 -apps/frappe/frappe/core/doctype/data_export/exporter.py +100,There is no data to be exported,沒有要導出的數據 -apps/frappe/frappe/templates/includes/search_template.html +47,Type something in the search box to search,鍵入在搜索框中輸入一些搜索 -apps/frappe/frappe/config/setup.py +221,Define workflows for forms.,定義表單流程。 -apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py +26,Please enter Authorize URL,請輸入授權網址 -DocType: S3 Backup Settings,Access Key ID,訪問密鑰ID -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +162,Start new Format,開始新的格式 -DocType: Workflow State,font,字形 -apps/frappe/frappe/utils/password_strength.py +175,This is a top-100 common password.,這是一個頂100公共密碼。 -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +30,Please enable pop-ups,請啟用彈出窗口 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +62,End date must be greater than start date,結束日期必須大於開始日期 -DocType: Contact,Mobile No,手機號碼 -DocType: Communication,Text Content,文本內容 -DocType: Customize Form Field,Is Custom Field,是自定義字段 -DocType: Workflow,"If checked, all other workflows become inactive.",如果選中,所有其他的工作流程變得無效。 -apps/frappe/frappe/core/doctype/report/report.js +10,[Label]:[Field Type]/[Options]:[Width],[標籤]:[字段類型] / [選項]:[寬] -DocType: Workflow State,folder-close,文件夾閉 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +15,Report:,報告: -DocType: Print Settings,Print taxes with zero amount,打印零金額的稅 -apps/frappe/frappe/model/rename_doc.py +168,{0} not allowed to be renamed,{0}不允許改名 -DocType: Custom Script,Custom Script,自定義腳本 -DocType: Address,Reference,參考 -apps/frappe/frappe/public/js/frappe/model/model.js +26,Assigned To,指派給 -DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,數據遷移映射細節 -DocType: Data Import,Action,行動 -DocType: GSuite Settings,Script URL,腳本網址 -apps/frappe/frappe/www/update-password.html +111,Please enter the password,請輸入密碼 -apps/frappe/frappe/www/printview.py +83,Not allowed to print cancelled documents,不允許打印文件取消 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +61,You are not allowed to create columns,你無權來創建列 -DocType: Data Import,If you don't want to create any new records while updating the older records.,如果您不想在更新舊記錄時創建新記錄。 -apps/frappe/frappe/core/doctype/data_import/exporter.py +272,Info:,資訊: -DocType: Custom Field,Permission Level,權限級別 -DocType: User,Send Notifications for Transactions I Follow,發送通知進行交易我跟隨 -apps/frappe/frappe/core/doctype/doctype/doctype.py +806,"{0}: Cannot set Submit, Cancel, Amend without Write",{0} :沒有寫入則無法設定提交,取消,修改 -DocType: Google Maps Settings,Client Key,客戶端密鑰 -apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +78,Are you sure you want to delete the attachment?,您確定要刪除附件? -apps/frappe/frappe/__init__.py +1178,Thank you,謝謝 -apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,儲存中 -DocType: Print Settings,Print Style Preview,列印樣式預覽 -apps/frappe/frappe/core/doctype/file/test_file.py +249,Test_Folder,Test_Folder -apps/frappe/frappe/public/js/frappe/ui/toolbar/modules_select.js +50,Icons,圖標 -apps/frappe/frappe/website/doctype/web_form/web_form.py +366,You are not allowed to update this Web Form Document,你不允許更新此網頁表單文件 -apps/frappe/frappe/core/page/usage_info/usage_info.html +31,Emails,電子郵件 -apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +26,Please select Document Type first,請先選擇文件類型 -apps/frappe/frappe/integrations/oauth2.py +108,Please set Base URL in Social Login Key for Frappe,請在Frappe的社交登錄密鑰中設置基本網址 -DocType: About Us Settings,About Us Settings,關於我們的設置 -DocType: Website Settings,Website Theme,網站主題 -DocType: User,Api Access,Api訪問 -DocType: DocField,In List View,在列表視圖 -apps/frappe/frappe/email/smtp.py +24,Invalid login or password,無效的登錄名或密碼 -apps/frappe/frappe/core/doctype/data_import/data_import.js +72,Download Template,下載模板 -apps/frappe/frappe/config/setup.py +259,Add custom javascript to forms.,添加自定義的JavaScript到表單內。 -,Role Permissions Manager,角色權限管理 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +117,Name of the new Print Format,新列印格式的名稱 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +1040,Toggle Sidebar,切換邊欄 -DocType: Data Migration Run,Pull Insert,拉插入 -apps/frappe/frappe/core/doctype/data_import/exporter.py +270,Mandatory:,強制性: -DocType: Chat Profile,Conversation Tones,對話音 -DocType: Property Setter,New value to be set,被設定的新值 -DocType: Notification,Days Before or After,日前或後 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +75,Next Date's day and Repeat on Day of Month must be equal,下一個日期的一天,重複上月的天必須相等 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +34,Select Document Types to set which User Permissions are used to limit access.,選擇文件類型來設置該用戶的權限來限制訪問。 -DocType: Website Settings,HTML Header & Robots,HTML頁眉和機器人 -DocType: User Permission,User Permission,用戶權限 -apps/frappe/frappe/config/website.py +32,Blog,部落格 -apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +37,LDAP Not Installed,LDAP未安裝 -apps/frappe/frappe/core/doctype/data_import/data_import.js +204,Download with data,下載資料 -DocType: Workflow State,hand-right,手向右 -apps/frappe/frappe/config/integrations.py +68,Settings for OAuth Provider,對OAuth的提供商設置 -apps/frappe/frappe/public/js/frappe/form/workflow.js +37,Current status,現狀 -DocType: Web Form,Allow Delete,允許刪除 -DocType: Notification,Message Examples,訊息範例 -DocType: Web Form,Login Required,需要登錄 -apps/frappe/frappe/config/website.py +42,Write titles and introductions to your blog.,寫標題和介紹給你的博客。 -DocType: Email Account,Email Login ID,電子郵件登錄ID -DocType: Email Account,Email Login ID,電子郵件登錄ID -,Addresses And Contacts,地址和聯繫方式 -apps/frappe/frappe/core/doctype/data_import/data_import.js +99,Please select document type first.,請先選擇文件類型。 -apps/frappe/frappe/core/doctype/error_log/error_log_list.js +12,Clear Error Logs,清除錯誤日誌 -apps/frappe/frappe/templates/emails/feedback_request_url.html +2,Please select a rating,請選擇評分 -apps/frappe/frappe/core/doctype/user/user.js +103,Reset OTP Secret,重置OTP密碼 -DocType: Email Account,Notify if unreplied for (in mins),對於通知,如果沒有回复(以分鐘) -apps/frappe/frappe/config/website.py +47,Categorize blog posts.,分類博客文章。 -DocType: Workflow State,Time,時間 -DocType: DocField,Attach,附加檔案 -apps/frappe/frappe/core/doctype/doctype/doctype.py +637,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} 不是一個有效欄位名模式。它應該是{{FIELD_NAME}}。 -DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,發送反饋請求僅當有至少一個通信是可用於文檔。 -DocType: Custom Role,Permission Rules,權限規則 -DocType: Braintree Settings,Public Key,公鑰 -DocType: GSuite Settings,GSuite Settings,GSuite設置 -DocType: Address,Links,鏈接 -apps/frappe/frappe/core/doctype/data_export/data_export.js +38,Please select the Document Type.,請選擇文件類型。 -apps/frappe/frappe/public/js/frappe/views/treeview.js +183,Add Child,新增子項目 -apps/frappe/frappe/model/delete_doc.py +176,{0} {1}: Submitted Record cannot be deleted.,{0} {1}:已呈交的記錄不能被刪除。 -DocType: GSuite Templates,Template Name,模板名稱 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +133,new type of document,新類型的文件 -DocType: Communication,Read,閱讀 -DocType: Address,Chhattisgarh,恰蒂斯加爾邦 -DocType: Role Permission for Page and Report,Role Permission for Page and Report,角色權限頁和報告 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +460,Align Value,對齊值 -apps/frappe/frappe/www/update-password.html +14,Old Password,舊密碼 -apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",要格式化列,給列標籤在查詢中。 -apps/frappe/frappe/core/page/desktop/desktop.js +190,Hide,隱藏 -apps/frappe/frappe/www/login.html +55,Don't have an account? Sign up,還沒有帳號?註冊 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +682,Cannot remove ID field,無法刪除ID字段 -apps/frappe/frappe/core/doctype/doctype/doctype.py +831,{0}: Cannot set Assign Amend if not Submittable,{0} :如果不可提交的話,便無法設為指定修改 -DocType: Address,Bihar,比哈爾邦 -DocType: Activity Log,Link DocType,連接 DocType -apps/frappe/frappe/public/js/frappe/chat.js +1703,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,幻燈片放映名稱 -DocType: DocType,Allow Rename,允許重新命名 -apps/frappe/frappe/public/js/frappe/list/list_filter.js +102,Duplicate Filter Name,重複的過濾器名稱 -DocType: DocType,Child Tables are shown as a Grid in other DocTypes.,子表在其他文件類型中顯示為Grid。 -DocType: Chat Room User,Chat Room User,聊天室用戶 -apps/frappe/frappe/model/workflow.py +38,Workflow State not set,工作流程狀態未設置 -apps/frappe/frappe/www/404.html +23,The page you are looking for is missing. This could be because it is moved or there is a typo in the link.,您正在查找的頁已丟失。這可能是因為它被移動或有路段中的錯字。 -apps/frappe/frappe/www/404.html +26,Error Code: {0},錯誤代碼:{0} -DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)",說明列表頁面,在純文本中,只有幾行。 (最多140個字符) -DocType: Workflow,Allow Self Approval,允許自我批准 -DocType: Event,Event Category,活動類別 -DocType: DocType,Name Case,案例名稱 -apps/frappe/frappe/public/js/frappe/form/share.js +27,Shared with everyone,的所有人共享 -apps/frappe/frappe/model/base_document.py +402,Data missing in table,在表中的數據丟失 -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +29,Number of DB backups cannot be less than 1,數據庫備份數不能少於1 -DocType: Workflow Document State,Only Allow Edit For,只允許編輯 -apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +108,Mandatory field: {0},強制字段:{0} -apps/frappe/frappe/templates/includes/comments/comments.html +35,Your Name,你的名字 -apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html +3,Connection Success,連接成功 -DocType: DocType,InnoDB,InnoDB的 -DocType: File,Is Folder,在文件夾 -,Feedback Ratings,反饋評級 -DocType: DocType,DocType,DocType -DocType: Website Theme,"If image is selected, color will be ignored.",如果圖像被選擇時,顏色將被忽略。 -DocType: User,Mute Sounds,關閉聲音 -DocType: Top Bar Item,Top Bar Item,頂欄項目 -apps/frappe/frappe/utils/csvutils.py +53,"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.",未知文件編碼。嘗試UTF-8,windows-1250訪問,windows-1252訪問。 -apps/frappe/frappe/printing/doctype/print_style/print_style.py +15,Standard Print Style cannot be changed. Please duplicate to edit.,標準打印樣式無法更改。請重複編輯。 -DocType: Website Settings,Robots.txt,的robots.txt -apps/frappe/frappe/core/doctype/user/user.py +191,Sorry! Sharing with Website User is prohibited.,對不起!與網站用戶共享是禁止的。 -apps/frappe/frappe/public/js/frappe/roles_editor.js +30,Add all roles,選取所有角色 -DocType: Website Theme,Bootstrap Theme,引導主題 -apps/frappe/frappe/templates/includes/contact.js +15,"Please enter both your email and message so that we \ +See the document at {0},請參閱{0}處的文檔 +Publishable Key,可發布密鑰 +Publishable Key,可發布密鑰 +Start Import,開始導入 +circle-arrow-left,圓圈箭頭向左 +Redis cache server not running. Please contact Administrator / Tech support,Redis的暫存服務器無法運行。請聯絡管理員/技術支持 +Make a new record,建立新紀錄 +Fraction,分數 +LDAP First Name Field,LDAP名現場 +for automatic creating of the recurring document to continue.,用於自動創建重複文檔以繼續。 +Select from existing attachments,從現有的附件選擇 +Field Description,欄位說明 +Name not set via Prompt,名稱未通過設置提示 +"Enter default value fields (keys) and values. If you add multiple values for a field,the first one will be picked. These defaults are also used to set ""match"" permission rules. To see list of fields,go to ""Customize Form"".",輸入默認值字段(鍵)和值。如果為一個字段添加多個值,則會選取第一個值。這些默認值也用於設置“匹配”權限規則。要查看字段列表,請轉到“自定義表單”。 +Email Inbox,電子郵件收件箱 +Filters Display,顯示過濾器 +Top Bar Color,頂欄顏色 +Plant,廠 +Setup,設定 +Initial Sync Count,初始同步計數 +New comment on {0} {1},新評論{0} {1} +Timeline Field,時間軸場 +Time Zones,時區 +There must be atleast one permission rule.,有至少要包含一個允許規則。 +Get Items,找項目 +Image,圖像 +remove-sign,刪除符號 +Failed to connect to server,無法連接服務器 +There is no data to be exported,沒有要導出的數據 +Type something in the search box to search,鍵入在搜索框中輸入一些搜索 +Define workflows for forms.,定義表單流程。 +Please enter Authorize URL,請輸入授權網址 +Access Key ID,訪問密鑰ID, +Start new Format,開始新的格式 +font,字形 +This is a top-100 common password.,這是一個頂100公共密碼。 +Please enable pop-ups,請啟用彈出窗口 +End date must be greater than start date,結束日期必須大於開始日期 +Mobile No,手機號碼 +Text Content,文本內容 +Is Custom Field,是自定義字段 +"If checked, all other workflows become inactive.",如果選中,所有其他的工作流程變得無效。 +[Label]:[Field Type]/[Options]:[Width],[標籤]:[字段類型] / [選項]:[寬] +folder-close,文件夾閉 +Report:,報告: +Print taxes with zero amount,打印零金額的稅 +{0} not allowed to be renamed,{0}不允許改名 +Custom Script,自定義腳本 +Reference,參考 +Assigned To,指派給 +Data Migration Mapping Detail,數據遷移映射細節 +Action,行動 +Script URL,腳本網址 +Please enter the password,請輸入密碼 +Not allowed to print cancelled documents,不允許打印文件取消 +You are not allowed to create columns,你無權來創建列 +If you don't want to create any new records while updating the older records.,如果您不想在更新舊記錄時創建新記錄。 +Info:,資訊: +Permission Level,權限級別 +Send Notifications for Transactions I Follow,發送通知進行交易我跟隨 +"{0}: Cannot set Submit, Cancel, Amend without Write",{0} :沒有寫入則無法設定提交,取消,修改 +Client Key,客戶端密鑰 +Are you sure you want to delete the attachment?,您確定要刪除附件? +Thank you,謝謝 +Saving,儲存中 +Print Style Preview,列印樣式預覽 +Test_Folder,Test_Folder, +Icons,圖標 +You are not allowed to update this Web Form Document,你不允許更新此網頁表單文件 +Emails,電子郵件 +Please select Document Type first,請先選擇文件類型 +Please set Base URL in Social Login Key for Frappe,請在Frappe的社交登錄密鑰中設置基本網址 +About Us Settings,關於我們的設置 +Website Theme,網站主題 +Api Access,Api訪問 +In List View,在列表視圖 +Invalid login or password,無效的登錄名或密碼 +Download Template,下載模板 +Add custom javascript to forms.,添加自定義的JavaScript到表單內。 +Role Permissions Manager,角色權限管理 +Name of the new Print Format,新列印格式的名稱 +Toggle Sidebar,切換邊欄 +Pull Insert,拉插入 +Mandatory:,強制性: +Conversation Tones,對話音 +New value to be set,被設定的新值 +Days Before or After,日前或後 +Next Date's day and Repeat on Day of Month must be equal,下一個日期的一天,重複上月的天必須相等 +Select Document Types to set which User Permissions are used to limit access.,選擇文件類型來設置該用戶的權限來限制訪問。 +HTML Header & Robots,HTML頁眉和機器人 +User Permission,用戶權限 +Blog,部落格 +LDAP Not Installed,LDAP未安裝 +Download with data,下載資料 +hand-right,手向右 +Settings for OAuth Provider,對OAuth的提供商設置 +Current status,現狀 +Allow Delete,允許刪除 +Message Examples,訊息範例 +Login Required,需要登錄 +Write titles and introductions to your blog.,寫標題和介紹給你的博客。 +Email Login ID,電子郵件登錄ID, +Email Login ID,電子郵件登錄ID, +Addresses And Contacts,地址和聯繫方式 +Please select document type first.,請先選擇文件類型。 +Clear Error Logs,清除錯誤日誌 +Please select a rating,請選擇評分 +Reset OTP Secret,重置OTP密碼 +Notify if unreplied for (in mins),對於通知,如果沒有回复(以分鐘) +Categorize blog posts.,分類博客文章。 +Time,時間 +Attach,附加檔案 +{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} 不是一個有效欄位名模式。它應該是{{FIELD_NAME}}。 +Send Feedback Request only if there is at least one communication is available for the document.,發送反饋請求僅當有至少一個通信是可用於文檔。 +Permission Rules,權限規則 +Public Key,公鑰 +GSuite Settings,GSuite設置 +Links,鏈接 +Please select the Document Type.,請選擇文件類型。 +Add Child,新增子項目 +{0} {1}: Submitted Record cannot be deleted.,{0} {1}:已呈交的記錄不能被刪除。 +Template Name,模板名稱 +new type of document,新類型的文件 +Read,閱讀 +Chhattisgarh,恰蒂斯加爾邦 +Role Permission for Page and Report,角色權限頁和報告 +Align Value,對齊值 +Old Password,舊密碼 +"To format columns, give column labels in the query.",要格式化列,給列標籤在查詢中。 +Hide,隱藏 +Don't have an account? Sign up,還沒有帳號?註冊 +Cannot remove ID field,無法刪除ID字段 +{0}: Cannot set Assign Amend if not Submittable,{0} :如果不可提交的話,便無法設為指定修改 +Bihar,比哈爾邦 +Link DocType,連接 DocType, +You don't have any messages yet.,你還沒有任何消息。 +Remove all customizations?,刪除所有自定義? +Slideshow Name,幻燈片放映名稱 +Allow Rename,允許重新命名 +Duplicate Filter Name,重複的過濾器名稱 +Child Tables are shown as a Grid in other DocTypes.,子表在其他文件類型中顯示為Grid。 +Chat Room User,聊天室用戶 +Workflow State not set,工作流程狀態未設置 +The page you are looking for is missing. This could be because it is moved or there is a typo in the link.,您正在查找的頁已丟失。這可能是因為它被移動或有路段中的錯字。 +Error Code: {0},錯誤代碼:{0} +"Description for listing page, in plain text, only a couple of lines. (max 140 characters)",說明列表頁面,在純文本中,只有幾行。 (最多140個字符) +Allow Self Approval,允許自我批准 +Event Category,活動類別 +Name Case,案例名稱 +Shared with everyone,的所有人共享 +Data missing in table,在表中的數據丟失 +Number of DB backups cannot be less than 1,數據庫備份數不能少於1, +Only Allow Edit For,只允許編輯 +Mandatory field: {0},強制字段:{0} +Your Name,你的名字 +Connection Success,連接成功 +InnoDB,InnoDB的 +Is Folder,在文件夾 +Feedback Ratings,反饋評級 +DocType,DocType, +"If image is selected, color will be ignored.",如果圖像被選擇時,顏色將被忽略。 +Mute Sounds,關閉聲音 +Top Bar Item,頂欄項目 +"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.",未知文件編碼。嘗試UTF-8,windows-1250訪問,windows-1252訪問。 +Standard Print Style cannot be changed. Please duplicate to edit.,標準打印樣式無法更改。請重複編輯。 +Robots.txt,的robots.txt, +Sorry! Sharing with Website User is prohibited.,對不起!與網站用戶共享是禁止的。 +Add all roles,選取所有角色 +Bootstrap Theme,引導主題 +"Please enter both your email and message so that we \ can get back to you. Thanks!","請輸入您的電子郵件和訊息,我們 將盡快給您回覆。謝謝!" -apps/frappe/frappe/email/smtp.py +203,Could not connect to outgoing email server,無法連接到外發郵件服務器 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +168,Thank you for your interest in subscribing to our updates,感謝您的關注中訂閱我們的更新 -DocType: Braintree Settings,Payment Gateway Name,支付網關名稱 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +288,Custom Column,自定義列 -DocType: Workflow State,resize-full,調整大小-滿版 -DocType: Workflow State,off,關閉 -apps/frappe/frappe/desk/query_report.py +30,Report {0} is disabled,報告{0}無效 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +79,Set Permissions,設置權限 -DocType: DocField,Set non-standard precision for a Float or Currency field,設置非標精度浮點數或貨幣領域 -DocType: Email Account,Ignore attachments over this size,忽略附件超過此大小的 -DocType: Address,Preferred Billing Address,偏好的帳單地址 -apps/frappe/frappe/model/workflow.py +134,Workflow State {0} is not allowed,工作流程狀態{0}不被允許 -apps/frappe/frappe/database/database.py +246,Too many writes in one request. Please send smaller requests,太多的寫在一個請求。請將較小的請求 -DocType: Workflow State,arrow-up,向上箭頭 -DocType: OAuth Bearer Token,Expires In,過期日期在 -DocType: DocField,Allow on Submit,允許在提交 -DocType: Error Snapshot,Exception Type,異常類型 -DocType: Web Page,Add code as <script>,添加源碼為<script> -DocType: Webhook,Headers,頭 -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +35,Please enter values for App Access Key and App Secret Key,為App訪問鍵和App保密密鑰請輸入值 -apps/frappe/frappe/config/core.py +62,A log of request errors,日誌請求錯誤的 -DocType: Report,Letter Head,信頭 -DocType: DocType,Quick Entry,快速入門 -DocType: Web Form,Button Label,按鈕標籤 -DocType: Website Theme,UPPERCASE,大寫字母 -apps/frappe/frappe/public/js/frappe/list/list_view.js +892,{0} items selected,選擇{0}項目 -apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js +16,Suspend Sending,暫停發送 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html +3,Drag elements from the sidebar to add. Drag them back to trash.,從側邊欄拖動的元素添加。他們拖回到垃圾桶。 -DocType: Workflow State,resize-small,調整大小-小 -DocType: Address,Postal Code,郵政編碼 -apps/frappe/frappe/core/doctype/communication/communication.js +106,Relink Communication,重新鏈接通訊 -apps/frappe/frappe/www/third_party_apps.html +58,No Active Sessions,沒有活動會話 -DocType: Web Form,Route to Success Link,通往成功鏈接的路線 -DocType: Top Bar Item,Right,右邊 -DocType: User,User Type,用戶類型 -DocType: Prepared Report,Ref Report DocType,參考報告DocType -apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +65,Click table to edit,點擊表格編輯 -DocType: GCalendar Settings,Client ID,客戶端ID -DocType: Async Task,Reference Doc,參考文檔 -DocType: Communication,Keep a track of all communications,保持跟踪所有通信 -apps/frappe/frappe/desk/form/save.py +34,Did not save,尚未儲存 -DocType: Property Setter,Property,屬性 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +413,Chart Type,圖表類型 -DocType: Website Slideshow,"Note: For best results, images must be of the same size and width must be greater than height.",注意:為達到最佳效果,圖像必須具有相同的尺寸和寬度必須大於高度。 -DocType: DocType,Auto Name,自動名稱 -apps/frappe/frappe/utils/password_strength.py +125,Avoid sequences like abc or 6543 as they are easy to guess,避免像ABC或6543的序列,因為它們容易被猜中 -apps/frappe/frappe/public/js/frappe/request.js +144,Please try again,請再試一次 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 3,選項3 -DocType: Workflow State,Edit,編輯 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +229,Permissions can be managed via Setup > Role Permissions Manager,權限可以通過設置&gt進行管理;角色權限管理 -DocType: Website Settings,Chat Operators,聊天運營商 -DocType: Contact Us Settings,Pincode,PIN代碼 -apps/frappe/frappe/core/doctype/data_import/importer.py +106,Please make sure that there are no empty columns in the file.,請確保沒有空欄在文件中。 -apps/frappe/frappe/utils/oauth.py +184,Please ensure that your profile has an email address,請確保您的個人資料有一個電子郵件地址, -apps/frappe/frappe/public/js/frappe/model/create_new.js +288,You have unsaved changes in this form. Please save before you continue.,你在本表格未保存的更改。 -DocType: Address,Telangana,特蘭伽納 -apps/frappe/frappe/core/doctype/doctype/doctype.py +562,Default for {0} must be an option,預設為{0}必須是一種選項 -DocType: Tag Doc Category,Tag Doc Category,標籤單據類別 -DocType: User,User Image,使用者圖片 -apps/frappe/frappe/email/queue.py +345,Emails are muted,電子郵件是靜音模式 -apps/frappe/frappe/config/integrations.py +88,Google Services,Google服務 -DocType: Website Theme,Heading Style,標題樣式 -apps/frappe/frappe/utils/data.py +641,1 weeks ago,1週前 -DocType: Communication,Error,錯誤 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.js +129,Please setup a message first,請先設置一條消息 -DocType: Auto Repeat,End Date,結束日期 -DocType: Data Import,Ignore encoding errors,忽略編碼錯誤 -DocType: DocField,Column Break,分欄符 -apps/frappe/frappe/utils/response.py +162,You don't have permission to access this file,您沒有權限訪問該文件 -apps/frappe/frappe/core/doctype/user/user.js +201,Save API Secret: ,保存API密碼: -apps/frappe/frappe/model/document.py +753,Cannot link cancelled document: {0},無法鏈接取消文件:{0} -apps/frappe/frappe/core/doctype/report/report.py +30,Cannot edit a standard report. Please duplicate and create a new report,不能編輯標準的報告。請複製並創建一個新的報告 -apps/frappe/frappe/contacts/doctype/address/address.py +59,"Company is mandatory, as it is your company address",公司是強制性的,因為它是你的公司地址 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +600,Select Table Columns for {0},選擇表列{0} -DocType: Custom Field,Options Help,選項幫助 -DocType: Footer Item,Group Label,組標籤 -DocType: DocField,Report Hide,報告隱藏 -apps/frappe/frappe/public/js/frappe/views/treeview.js +17,Tree view not available for {0},不適用於樹視圖{0} -DocType: Domain,Domain,網域 -DocType: Custom Field,Label Help,標籤說明 -DocType: Workflow State,star-empty,明星空 -apps/frappe/frappe/public/js/frappe/form/workflow.js +41,Next actions,下一步行動 -apps/frappe/frappe/email/doctype/notification/notification.py +64,"Cannot edit Standard Notification. To edit, please disable this and duplicate it",無法編輯標准通知。要進行編輯,請禁用並複制它 -DocType: Workflow State,ok,好 -DocType: User,These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,這些值將在交易中自動更新,也將是有益的權限限制在含有這些值交易這個用戶。 -apps/frappe/frappe/twofactor.py +316,Verfication Code,驗證碼 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +10,for generating the recurring,用於生成循環 -DocType: Webhook,Webhook Request,Webhook請求 -apps/frappe/frappe/model/rename_doc.py +431,** Failed: {0} to {1}: {2},**失敗:{0}到 {1}:{2} -DocType: Data Migration Mapping,Mapping Type,映射類型 -apps/frappe/frappe/public/js/frappe/ui/upload.html +4,Browse,瀏覽 -apps/frappe/frappe/utils/password_strength.py +39,"No need for symbols, digits, or uppercase letters.",無需符號,數字和大寫字母。 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +58,Add custom field Auto Repeat in the doctype {0},在文檔類型{0}中添加自定義字段自動重複 -DocType: DocField,Currency,貨幣 -apps/frappe/frappe/templates/includes/comments/comments.py +50,View it in your browser,在瀏覽器查看 -DocType: Async Task,Running,運行 -DocType: DocType,Track Views,跟踪視圖 -apps/frappe/frappe/core/doctype/user/user.js +94,Reset Password,重設密碼 -apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,請升級增加超過{0}用戶 -DocType: Workflow State,hand-left,手向左 -DocType: Data Import,If you are updating/overwriting already created records.,如果您正在更新/覆蓋已經創建的記錄。 -apps/frappe/frappe/public/js/frappe/list/list_filter.js +35,Is Global,是全球性的 -apps/frappe/frappe/public/js/frappe/views/interaction.js +287,The document could not be correctly assigned,無法正確分配文檔 -apps/frappe/frappe/public/js/frappe/form/layout.js +508,"Invalid ""depends_on"" expression",“depends_on”表達式無效 -apps/frappe/frappe/public/js/frappe/chat.js +1624,Group Name,團隊名字 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,選擇編輯的列印格式 -DocType: Address,Shipping,航運 -DocType: Workflow State,circle-arrow-down,圓圈箭頭向下 -apps/frappe/frappe/config/desk.py +38,Private and public Notes.,私人和公共的注意事項。 -DocType: DocField,Datetime,日期時間 -apps/frappe/frappe/www/feedback.py +45,Expired link,過期鏈接 -apps/frappe/frappe/templates/includes/login/login.js +187,Not a valid user,不是有效的用戶 -apps/frappe/frappe/templates/includes/comments/comments.html +101,Please enter a valid email address.,請輸入有效的電子郵件地址。 -DocType: Workflow State,arrow-right,箭頭向右 -DocType: Workflow State,Workflow state represents the current state of a document.,工作流狀態表示文檔的當前狀態。 -apps/frappe/frappe/utils/oauth.py +173,Token is missing,令牌丟失 -apps/frappe/frappe/www/update-password.html +9,Set Password,設置密碼 -apps/frappe/frappe/public/js/frappe/misc/utils.js +535,Note: Changing the Page Name will break previous URL to this page.,注意:更改頁面名稱將會破壞此頁面的上一個URL。 -apps/frappe/frappe/core/doctype/file/file.py +221,Removed {0},刪除{0} -DocType: SMS Settings,SMS Settings,簡訊設定 -DocType: Company History,Highlight,突出 -DocType: DocField,Fold,折 -apps/frappe/frappe/printing/doctype/print_format/print_format.py +19,Standard Print Format cannot be updated,標準列印格式不能被更新 -apps/frappe/frappe/public/js/frappe/model/model.js +585,Please specify,請註明 -DocType: Communication,Bot,博特 -DocType: Help Article,Help Article,幫助文章 -DocType: Page,Page Name,網頁名稱 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +206,Help: Field Properties,幫助:字段屬性 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +672,Also adding the dependent currency field {0},還要添加從屬貨幣字段{0} -apps/frappe/frappe/core/doctype/file/file.js +27,Unzip,拉開拉鍊 -apps/frappe/frappe/model/document.py +1090,Incorrect value in row {0}: {1} must be {2} {3},不正確的值在列{0} : {1}必須是{2} {3} -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +75,Submitted Document cannot be converted back to draft. Transition row {0},提交的文件不能被轉換回起草。 -apps/frappe/frappe/config/integrations.py +98,Configure your google calendar integration,配置你的谷歌日曆集成 -apps/frappe/frappe/desk/reportview.py +226,Deleting {0},刪除{0} -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html +2,Select an existing format to edit or start a new format.,選擇現有格式來編輯或開始一個新的格式。 -DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,繞過受限制的IP地址檢查如果雙因素驗證啟用 -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +41,Created Custom Field {0} in {1},創建自定義欄位{0} {1} -DocType: System Settings,Time Zone,時區 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +51,Special Characters are not allowed,特殊字符是不允許 -DocType: Communication,Relinked,重新鏈接 -DocType: Print Settings,Compact Item Print,緊湊型項目打印 -DocType: SMS Settings,Enter url parameter for receiver nos,輸入URL參數的接收器號 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +6,and uncheck Disabled in the Auto Repeat document,並在自動重複文檔中取消選中已禁用 -DocType: Chat Profile,Online,線上 -apps/frappe/frappe/email/doctype/email_queue/email_queue.py +26,Only Administrator can delete Email Queue,只有管理員可以刪除郵件隊列 -apps/frappe/frappe/contacts/doctype/address_template/address_template.py +22,Setting this Address Template as default as there is no other default,設置此地址模板為預設當沒有其它的預設值 -DocType: Workflow State,Home,家 -DocType: OAuth Provider Settings,Auto,汽車 -DocType: System Settings,User can login using Email id or User Name,用戶可以使用電子郵件ID或用戶名登錄 -DocType: Workflow State,question-sign,問號 -apps/frappe/frappe/core/doctype/doctype/doctype.py +165,"Field ""route"" is mandatory for Web Views",Web視圖必須使用字段“路由” -DocType: Dropbox Settings,Number of DB Backups,數據庫備份數 -DocType: Email Account,Add Signature,添加簽名 -apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +38,Left this conversation,離開了這個談話 -,Background Jobs,後台作業 -DocType: ToDo,ToDo,待辦事項 -DocType: DocField,No Copy,沒有複製 -DocType: Workflow State,qrcode,QRcode -DocType: Data Import,Submit after importing,導入後提交 -apps/frappe/frappe/www/login.html +33,Login with LDAP,與LDAP登錄 -DocType: Web Form,Breadcrumbs,麵包屑 -apps/frappe/frappe/core/doctype/doctype/doctype.py +779,If Owner,如果業主 -DocType: Data Migration Mapping,Push,推 -DocType: OAuth Authorization Code,Expiration time,到期時間 -DocType: Web Page,Website Sidebar,網站邊欄 -DocType: Web Form,Show Sidebar,顯示側邊欄 -apps/frappe/frappe/website/doctype/web_form/web_form.py +130,You need to be logged in to access this {0}.,您需要登錄才能訪問此{0}。 -apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +142,Complete By,完成 -apps/frappe/frappe/templates/includes/comments/comments.py +48,{0} by {1},{0}by {1} -apps/frappe/frappe/utils/password_strength.py +198,All-uppercase is almost as easy to guess as all-lowercase.,全大寫幾乎一樣容易猜到全部小寫。 -DocType: Feedback Trigger,Email Fieldname,電子郵件字段名 -DocType: Website Settings,Top Bar Items,頂欄項目 -DocType: Notification,Print Settings,列印設置 -DocType: Page,Yes,是的 -apps/frappe/frappe/integrations/doctype/google_maps_settings/google_maps_settings.py +16,Client key is required,客戶端密鑰是必需的 -DocType: Calendar View,End Date Field,結束日期字段 -DocType: Desktop Icon,Page,頁面 -apps/frappe/frappe/config/website.py +93,Knowledge Base,知識庫 -apps/frappe/frappe/model/document.py +500,Value cannot be changed for {0},值不能被改變為{0} -DocType: Feedback Request,Is Manual,為手動 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +290,Please find attached {0} #{1},隨函附上{0}#{1} -DocType: Workflow State,"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange",風格代表按鈕的顏色:成功 - 綠色,危險 - 紅,逆 - 黑色,主要 - 深藍色,資訊 - 淺藍,警告 - 橙 -apps/frappe/frappe/core/doctype/data_import/log_details.html +6,Row Status,行狀態 -DocType: Workflow Transition,Workflow Transition,工作流程轉換 -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,{0} months ago,{0}個月前 -apps/frappe/frappe/public/js/frappe/model/model.js +18,Created By,建立者 -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +335,Dropbox Setup,Dropbox的設置 -DocType: Workflow State,resize-horizontal,調整大小-水平 -DocType: Chat Message,Content,內容 -apps/frappe/frappe/public/js/frappe/views/treeview.js +294,Group Node,組節點 -DocType: DocType,Document,文件 -apps/frappe/frappe/core/doctype/doctype/doctype.py +249,Series {0} already used in {1},系列{0}已經被應用在{1} -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,頁腳文本顏色 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +24,"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.",0級權限是文檔級的權限,也就是說,它們是主要用於訪問文件。 -DocType: Auto Repeat,Print Format,列印格式 -apps/frappe/frappe/public/js/frappe/views/file/file_view.js +83,Toggle Grid View,切換網格視圖 -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +514,Make Chart,製作圖表 -apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +134,Invalid payment gateway credentials,無效的支付網關憑據 -DocType: Data Import,This is the template file generated with only the rows having some error. You should use this file for correction and import.,這是只有有一些錯誤的行生成的模板文件。您應該使用此文件進行更正和導入。 -apps/frappe/frappe/config/setup.py +37,Set Permissions on Document Types and Roles,在文件類型和角色設置權限 -DocType: Data Migration Run,Remote ID,遠程ID -apps/frappe/frappe/model/meta.py +204,No Label,無標籤 -DocType: System Settings,Use socketio to upload file,使用socketio上傳文件 -apps/frappe/frappe/public/js/frappe/list/list_view.js +285,Refreshing,清爽 -DocType: About Us Settings,"""Company History""",“公司歷史” -apps/frappe/frappe/www/confirm_workflow_action.html +8,This document has been modified after the email was sent.,發送電子郵件後,此文檔已被修改。 -apps/frappe/frappe/core/doctype/prepared_report/prepared_report.js +34,Show Report,顯示報告 -DocType: Address,Tamil Nadu,泰米爾納德邦 -DocType: Email Rule,Email Rule,電子郵件規則 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +5,"To stop sending repetitive error notifications from the system, we have checked Disabled field in the Auto Repeat document",要停止從系統發送重複性錯誤通知,我們在自動重複文檔中選中了“禁用”字段 -apps/frappe/frappe/core/doctype/docshare/docshare.py +47,{0} shared this document with everyone,{0}與每個人共享該文件 -apps/frappe/frappe/desk/page/activity/activity_row.html +17,Commented on {0}: {1},評論{0}:{1} -apps/frappe/frappe/templates/pages/integrations/braintree_checkout.py +33,Looks like someone sent you to an incomplete URL. Please ask them to look into it.,貌似有人送你一個不完整的URL。請讓他們尋找到它。 -apps/frappe/frappe/templates/pages/integrations/stripe_checkout.html +51,Your payment has been successfully registered.,您的付款已成功註冊。 -DocType: Stripe Settings,Secret Key,密鑰 -DocType: Stripe Settings,Secret Key,密鑰 -apps/frappe/frappe/public/js/frappe/views/translation_manager.js +11,Translate {0},翻譯{0} -DocType: Notification,Send alert if this field's value changes,發送警示,如果這個欄位的值改變 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +108,Select a DocType to make a new format,選擇一個DOCTYPE做出新的格式 -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +46,just now,剛剛 -apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +28,Apply,應用 -apps/frappe/frappe/integrations/utils.py +80,{0} Settings not found,{0}沒有找到設置 -DocType: Module Def,Module Def,模組定義 -DocType: Data Migration Plan,Data Migration Plan,數據遷移計劃 -apps/frappe/frappe/config/core.py +22,Pages in Desk (place holders),在台頁面(佔位符) -DocType: DocField,Collapsible Depends On,可折疊取決於 -DocType: Print Style,Print Style Name,打印樣式名稱 -apps/frappe/frappe/website/doctype/blog_post/templates/blog_post.html +12,By,通過 -DocType: Print Settings,Allow page break inside tables,允許在表格分頁符 -DocType: Email Account,SMTP Server,SMTP服務器 -DocType: Print Format,Print Format Help,列印格式求助 -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +822,With Groups,與團體 -apps/frappe/frappe/chat/doctype/chat_room/chat_room.py +59,{0} room must have atmost one user.,{0}會議室必須至少有一個用戶。 -apps/frappe/frappe/public/js/frappe/ui/toolbar/modules_select.js +27,Limit icon choices for all users.,限制所有用戶的圖標選擇。 -apps/frappe/frappe/core/doctype/deleted_document/deleted_document.py +24,restored {0} as {1},恢復{0}為{1} -apps/frappe/frappe/core/doctype/data_import/exporter.py +72,"If you are updating, please select ""Overwrite"" else existing rows will not be deleted.",如果要更新,請選擇“覆蓋”其他現有行不會被刪除。 -DocType: DocField,Translatable,可翻譯 -DocType: Letter Head,Letter Head in HTML,信頭中的HTML -DocType: Web Form,Web Form,網頁表單 -apps/frappe/frappe/public/js/frappe/form/controls/date.js +132,Date {0} must be in format: {1},日期{0}必須採用格式:{1} -DocType: About Us Settings,Org History Heading,組織歷史航向 -apps/frappe/frappe/core/doctype/user/user.py +483,Sorry. You have reached the maximum user limit for your subscription. You can either disable an existing user or buy a higher subscription plan.,抱歉。您已經達到了您訂閱的最大用戶限制。您可以禁用現有用戶或購買更高的訂閱計劃。 -DocType: Print Settings,Allow Print for Cancelled,允許打印為已取消 -DocType: Communication,Integrations can use this field to set email delivery status,整合可以使用此欄位來設定郵件發送狀態 -DocType: Web Form,Web Page Link Text,網頁鏈接文本 -DocType: Page,System Page,系統頁面 -DocType: Page,System Page,系統頁面 -apps/frappe/frappe/config/setup.py +200,"Set default format, page size, print style etc.",設置預設格式,頁面大小,列印樣式等。 -apps/frappe/frappe/modules/utils.py +73,Customizations for {0} exported to:
    {1},{0}的自定義已導出到:
    {1} -DocType: Website Settings,Include Search in Top Bar,包括在頂欄搜索 -DocType: GSuite Settings,Allow GSuite access,允許GSuite訪問 -apps/frappe/frappe/core/doctype/data_import/data_import.js +211,Select All,全選 -apps/frappe/frappe/config/setup.py +252,Custom Translations,翻譯定制 -apps/frappe/frappe/public/js/frappe/socketio_client.js +46,Progress,進展 -apps/frappe/frappe/public/js/frappe/form/workflow.js +34, by Role ,依角色 -apps/frappe/frappe/public/js/frappe/form/save.js +157,Missing Fields,丟失的字段 -apps/frappe/frappe/core/doctype/doctype/doctype.py +228,Invalid fieldname '{0}' in autoname,在自動命名無效字段名“{0}” -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136,Search in a document type,對文檔類型搜索 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +261,Allow field to remain editable even after submission,讓外地甚至提交後仍然可編輯 -DocType: Custom DocPerm,Role and Level,角色和級別 -DocType: File,Thumbnail URL,縮略圖網址 -apps/frappe/frappe/desk/moduleview.py +37,Custom Reports,自定義報告 -DocType: Website Script,Website Script,網站腳本 -DocType: GSuite Settings,If you aren't using own publish Google Apps Script webapp you can use the default https://script.google.com/macros/s/AKfycbxIFOx3301xwtF2IFPJ4pUQGqkNF3hBiBebppWkeKn6fKZRQvk/exec ,如果您沒有使用自己的發布Google Apps Script webapp,您可以使用默認的https://script.google.com/macros/s/AKfycbxIFOx3301xwtF2IFPJ4pUQGqkNF3hBiBebppWkeKn6fKZRQvk/exec -apps/frappe/frappe/config/setup.py +205,Customized HTML Templates for printing transactions.,定製列印交易用之 HTML 模板。 -DocType: Workflow,Is Active,啟用 -apps/frappe/frappe/desk/form/utils.py +114,No further records,沒有進一步的記錄 -DocType: DocField,Long Text,長文本 -DocType: Workflow State,Primary,主要的 -apps/frappe/frappe/core/doctype/data_import/importer.py +77,Please do not change the rows above {0},請不要更改上面的{0}列 -DocType: Web Form,Go to this URL after completing the form (only for Guest users),完成表單後轉到此網址(僅限訪客用戶) -DocType: Contact,More Information,更多訊息 -DocType: Data Migration Mapping,Field Maps,現場地圖 -DocType: Desktop Icon,Desktop Icon,桌面圖標 -apps/frappe/frappe/public/js/frappe/views/pageview.js +112,Sorry! You are not permitted to view this page.,對不起!你不允許查看此頁面。 -apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +16,Tip: Double click cell to edit,提示:雙擊單元格以編輯 -DocType: Workflow State,bell,鐘 -apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +39,Share this document with,分享這個文件 -apps/frappe/frappe/utils/nestedset.py +252,{0} {1} cannot be a leaf node as it has children,{0} {1}不能是一個葉節點,因為它有子節點 -DocType: Communication,Info,資訊 -apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py +34,Please enter Client Secret before social login is enabled,在啟用社交登錄之前,請輸入客戶端密碼 -DocType: Communication,Email,電子郵件 -apps/frappe/frappe/templates/includes/contact.js +34,Thank you for your message,謝謝您的留言 -apps/frappe/frappe/public/js/frappe/views/communication.js +93,Send Read Receipt,發送閱讀回執 -DocType: Stripe Settings,Stripe Settings,條紋設置 -DocType: Stripe Settings,Stripe Settings,條紋設置 -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 +214,Discard,丟棄 -apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,1小時前 -DocType: Website Settings,Home Page,首頁 -DocType: Error Snapshot,Parent Error Snapshot,家長錯誤快照 -DocType: Prepared Report,Filters,篩選器 -DocType: Workflow State,share-alt,股份ALT -apps/frappe/frappe/utils/background_jobs.py +216,Queue should be one of {0},隊列應該是{0} -DocType: Address Template,"

    Default Template

    +Could not connect to outgoing email server,無法連接到外發郵件服務器 +Thank you for your interest in subscribing to our updates,感謝您的關注中訂閱我們的更新 +Payment Gateway Name,支付網關名稱 +Custom Column,自定義列 +resize-full,調整大小-滿版 +off,關閉 +Report {0} is disabled,報告{0}無效 +Set Permissions,設置權限 +Set non-standard precision for a Float or Currency field,設置非標精度浮點數或貨幣領域 +Ignore attachments over this size,忽略附件超過此大小的 +Preferred Billing Address,偏好的帳單地址 +Workflow State {0} is not allowed,工作流程狀態{0}不被允許 +Too many writes in one request. Please send smaller requests,太多的寫在一個請求。請將較小的請求 +arrow-up,向上箭頭 +Expires In,過期日期在 +Allow on Submit,允許在提交 +Exception Type,異常類型 +Add code as <script>,添加源碼為<script> +Headers,頭 +Please enter values for App Access Key and App Secret Key,為App訪問鍵和App保密密鑰請輸入值 +A log of request errors,日誌請求錯誤的 +Letter Head,信頭 +Quick Entry,快速入門 +Button Label,按鈕標籤 +UPPERCASE,大寫字母 +{0} items selected,選擇{0}項目 +Suspend Sending,暫停發送 +Drag elements from the sidebar to add. Drag them back to trash.,從側邊欄拖動的元素添加。他們拖回到垃圾桶。 +resize-small,調整大小-小 +Postal Code,郵政編碼 +Relink Communication,重新鏈接通訊 +No Active Sessions,沒有活動會話 +Route to Success Link,通往成功鏈接的路線 +Right,右邊 +User Type,用戶類型 +Ref Report DocType,參考報告DocType, +Click table to edit,點擊表格編輯 +Client ID,客戶端ID, +Reference Doc,參考文檔 +Keep a track of all communications,保持跟踪所有通信 +Did not save,尚未儲存 +Property,屬性 +Chart Type,圖表類型 +"Note: For best results, images must be of the same size and width must be greater than height.",注意:為達到最佳效果,圖像必須具有相同的尺寸和寬度必須大於高度。 +Auto Name,自動名稱 +Avoid sequences like abc or 6543 as they are easy to guess,避免像ABC或6543的序列,因為它們容易被猜中 +Please try again,請再試一次 +Option 3,選項3, +Edit,編輯 +Permissions can be managed via Setup > Role Permissions Manager,權限可以通過設置&gt進行管理;角色權限管理 +Chat Operators,聊天運營商 +Pincode,PIN代碼 +Please make sure that there are no empty columns in the file.,請確保沒有空欄在文件中。 +Please ensure that your profile has an email address,請確保您的個人資料有一個電子郵件地址, +You have unsaved changes in this form. Please save before you continue.,你在本表格未保存的更改。 +Telangana,特蘭伽納 +Default for {0} must be an option,預設為{0}必須是一種選項 +Tag Doc Category,標籤單據類別 +User Image,使用者圖片 +Emails are muted,電子郵件是靜音模式 +Google Services,Google服務 +Heading Style,標題樣式 +1 weeks ago,1週前 +Error,錯誤 +Please setup a message first,請先設置一條消息 +End Date,結束日期 +Ignore encoding errors,忽略編碼錯誤 +Column Break,分欄符 +You don't have permission to access this file,您沒有權限訪問該文件 +Save API Secret: ,保存API密碼: +Cannot link cancelled document: {0},無法鏈接取消文件:{0} +Cannot edit a standard report. Please duplicate and create a new report,不能編輯標準的報告。請複製並創建一個新的報告 +"Company is mandatory, as it is your company address",公司是強制性的,因為它是你的公司地址 +Select Table Columns for {0},選擇表列{0} +Options Help,選項幫助 +Group Label,組標籤 +Report Hide,報告隱藏 +Tree view not available for {0},不適用於樹視圖{0} +Domain,網域 +Label Help,標籤說明 +star-empty,明星空 +Next actions,下一步行動 +"Cannot edit Standard Notification. To edit, please disable this and duplicate it",無法編輯標准通知。要進行編輯,請禁用並複制它 +ok,好 +These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,這些值將在交易中自動更新,也將是有益的權限限制在含有這些值交易這個用戶。 +Verfication Code,驗證碼 +for generating the recurring,用於生成循環 +Webhook Request,Webhook請求 +** Failed: {0} to {1}: {2},**失敗:{0}到 {1}:{2} +Mapping Type,映射類型 +Browse,瀏覽 +"No need for symbols, digits, or uppercase letters.",無需符號,數字和大寫字母。 +Add custom field Auto Repeat in the doctype {0},在文檔類型{0}中添加自定義字段自動重複 +Currency,貨幣 +View it in your browser,在瀏覽器查看 +Running,運行 +Track Views,跟踪視圖 +Reset Password,重設密碼 +Please Upgrade to add more than {0} subscribers,請升級增加超過{0}用戶 +hand-left,手向左 +If you are updating/overwriting already created records.,如果您正在更新/覆蓋已經創建的記錄。 +Is Global,是全球性的 +The document could not be correctly assigned,無法正確分配文檔 +"Invalid ""depends_on"" expression",“depends_on”表達式無效 +Group Name,團隊名字 +Select Print Format to Edit,選擇編輯的列印格式 +Shipping,航運 +circle-arrow-down,圓圈箭頭向下 +Private and public Notes.,私人和公共的注意事項。 +Datetime,日期時間 +Expired link,過期鏈接 +Not a valid user,不是有效的用戶 +Please enter a valid email address.,請輸入有效的電子郵件地址。 +arrow-right,箭頭向右 +Workflow state represents the current state of a document.,工作流狀態表示文檔的當前狀態。 +Token is missing,令牌丟失 +Set Password,設置密碼 +Note: Changing the Page Name will break previous URL to this page.,注意:更改頁面名稱將會破壞此頁面的上一個URL。 +Removed {0},刪除{0} +SMS Settings,簡訊設定 +Highlight,突出 +Fold,折 +Standard Print Format cannot be updated,標準列印格式不能被更新 +Please specify,請註明 +Bot,博特 +Help Article,幫助文章 +Page Name,網頁名稱 +Help: Field Properties,幫助:字段屬性 +Also adding the dependent currency field {0},還要添加從屬貨幣字段{0} +Unzip,拉開拉鍊 +Incorrect value in row {0}: {1} must be {2} {3},不正確的值在列{0} : {1}必須是{2} {3} +Submitted Document cannot be converted back to draft. Transition row {0},提交的文件不能被轉換回起草。 +Configure your google calendar integration,配置你的谷歌日曆集成 +Deleting {0},刪除{0} +Select an existing format to edit or start a new format.,選擇現有格式來編輯或開始一個新的格式。 +Bypass restricted IP Address check If Two Factor Auth Enabled,繞過受限制的IP地址檢查如果雙因素驗證啟用 +Created Custom Field {0} in {1},創建自定義欄位{0} {1} +Time Zone,時區 +Special Characters are not allowed,特殊字符是不允許 +Relinked,重新鏈接 +Compact Item Print,緊湊型項目打印 +Enter url parameter for receiver nos,輸入URL參數的接收器號 +and uncheck Disabled in the Auto Repeat document,並在自動重複文檔中取消選中已禁用 +Online,線上 +Only Administrator can delete Email Queue,只有管理員可以刪除郵件隊列 +Setting this Address Template as default as there is no other default,設置此地址模板為預設當沒有其它的預設值 +Home,家 +Auto,汽車 +User can login using Email id or User Name,用戶可以使用電子郵件ID或用戶名登錄 +question-sign,問號 +"Field ""route"" is mandatory for Web Views",Web視圖必須使用字段“路由” +Number of DB Backups,數據庫備份數 +Add Signature,添加簽名 +Left this conversation,離開了這個談話 +Background Jobs,後台作業 +ToDo,待辦事項 +No Copy,沒有複製 +qrcode,QRcode, +Submit after importing,導入後提交 +Login with LDAP,與LDAP登錄 +Breadcrumbs,麵包屑 +If Owner,如果業主 +Push,推 +Expiration time,到期時間 +Website Sidebar,網站邊欄 +Show Sidebar,顯示側邊欄 +You need to be logged in to access this {0}.,您需要登錄才能訪問此{0}。 +Complete By,完成 +{0} by {1},{0}by {1} +All-uppercase is almost as easy to guess as all-lowercase.,全大寫幾乎一樣容易猜到全部小寫。 +Email Fieldname,電子郵件字段名 +Top Bar Items,頂欄項目 +Print Settings,列印設置 +Yes,是的 +Client key is required,客戶端密鑰是必需的 +End Date Field,結束日期字段 +Page,頁面 +Knowledge Base,知識庫 +Value cannot be changed for {0},值不能被改變為{0} +Is Manual,為手動 +Please find attached {0} #{1},隨函附上{0}#{1} +"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange",風格代表按鈕的顏色:成功 - 綠色,危險 - 紅,逆 - 黑色,主要 - 深藍色,資訊 - 淺藍,警告 - 橙 +Row Status,行狀態 +Workflow Transition,工作流程轉換 +{0} months ago,{0}個月前 +Created By,建立者 +Dropbox Setup,Dropbox的設置 +resize-horizontal,調整大小-水平 +Content,內容 +Group Node,組節點 +Document,文件 +Series {0} already used in {1},系列{0}已經被應用在{1} +Code,源碼 +"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“取消” +Footer Text Color,頁腳文本顏色 +"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.",0級權限是文檔級的權限,也就是說,它們是主要用於訪問文件。 +Print Format,列印格式 +Toggle Grid View,切換網格視圖 +Make Chart,製作圖表 +Invalid payment gateway credentials,無效的支付網關憑據 +This is the template file generated with only the rows having some error. You should use this file for correction and import.,這是只有有一些錯誤的行生成的模板文件。您應該使用此文件進行更正和導入。 +Set Permissions on Document Types and Roles,在文件類型和角色設置權限 +Remote ID,遠程ID, +No Label,無標籤 +Use socketio to upload file,使用socketio上傳文件 +Refreshing,清爽 +"""Company History""",“公司歷史” +This document has been modified after the email was sent.,發送電子郵件後,此文檔已被修改。 +Show Report,顯示報告 +Tamil Nadu,泰米爾納德邦 +Email Rule,電子郵件規則 +"To stop sending repetitive error notifications from the system, we have checked Disabled field in the Auto Repeat document",要停止從系統發送重複性錯誤通知,我們在自動重複文檔中選中了“禁用”字段 +{0} shared this document with everyone,{0}與每個人共享該文件 +Commented on {0}: {1},評論{0}:{1} +Looks like someone sent you to an incomplete URL. Please ask them to look into it.,貌似有人送你一個不完整的URL。請讓他們尋找到它。 +Your payment has been successfully registered.,您的付款已成功註冊。 +Secret Key,密鑰 +Secret Key,密鑰 +Translate {0},翻譯{0} +Send alert if this field's value changes,發送警示,如果這個欄位的值改變 +Select a DocType to make a new format,選擇一個DOCTYPE做出新的格式 +just now,剛剛 +Apply,應用 +{0} Settings not found,{0}沒有找到設置 +Module Def,模組定義 +Data Migration Plan,數據遷移計劃 +Pages in Desk (place holders),在台頁面(佔位符) +Collapsible Depends On,可折疊取決於 +Print Style Name,打印樣式名稱 +By,通過 +Allow page break inside tables,允許在表格分頁符 +SMTP Server,SMTP服務器 +Print Format Help,列印格式求助 +With Groups,與團體 +{0} room must have atmost one user.,{0}會議室必須至少有一個用戶。 +Limit icon choices for all users.,限制所有用戶的圖標選擇。 +restored {0} as {1},恢復{0}為{1} +"If you are updating, please select ""Overwrite"" else existing rows will not be deleted.",如果要更新,請選擇“覆蓋”其他現有行不會被刪除。 +Translatable,可翻譯 +Letter Head in HTML,信頭中的HTML, +Web Form,網頁表單 +Date {0} must be in format: {1},日期{0}必須採用格式:{1} +Org History Heading,組織歷史航向 +Sorry. You have reached the maximum user limit for your subscription. You can either disable an existing user or buy a higher subscription plan.,抱歉。您已經達到了您訂閱的最大用戶限制。您可以禁用現有用戶或購買更高的訂閱計劃。 +Allow Print for Cancelled,允許打印為已取消 +Integrations can use this field to set email delivery status,整合可以使用此欄位來設定郵件發送狀態 +Web Page Link Text,網頁鏈接文本 +System Page,系統頁面 +System Page,系統頁面 +"Set default format, page size, print style etc.",設置預設格式,頁面大小,列印樣式等。 +Customizations for {0} exported to:
    {1},{0}的自定義已導出到:
    {1} +Include Search in Top Bar,包括在頂欄搜索 +Allow GSuite access,允許GSuite訪問 +Select All,全選 +Custom Translations,翻譯定制 +Progress,進展 + by Role ,依角色 +Missing Fields,丟失的字段 +Invalid fieldname '{0}' in autoname,在自動命名無效字段名“{0}” +Search in a document type,對文檔類型搜索 +Allow field to remain editable even after submission,讓外地甚至提交後仍然可編輯 +Role and Level,角色和級別 +Thumbnail URL,縮略圖網址 +Custom Reports,自定義報告 +Website Script,網站腳本 +If you aren't using own publish Google Apps Script webapp you can use the default https://script.google.com/macros/s/AKfycbxIFOx3301xwtF2IFPJ4pUQGqkNF3hBiBebppWkeKn6fKZRQvk/exec ,如果您沒有使用自己的發布Google Apps Script webapp,您可以使用默認的https://script.google.com/macros/s/AKfycbxIFOx3301xwtF2IFPJ4pUQGqkNF3hBiBebppWkeKn6fKZRQvk/exec, +Customized HTML Templates for printing transactions.,定製列印交易用之 HTML 模板。 +Is Active,啟用 +No further records,沒有進一步的記錄 +Long Text,長文本 +Primary,主要的 +Please do not change the rows above {0},請不要更改上面的{0}列 +Go to this URL after completing the form (only for Guest users),完成表單後轉到此網址(僅限訪客用戶) +More Information,更多訊息 +Field Maps,現場地圖 +Desktop Icon,桌面圖標 +Sorry! You are not permitted to view this page.,對不起!你不允許查看此頁面。 +Tip: Double click cell to edit,提示:雙擊單元格以編輯 +bell,鐘 +Share this document with,分享這個文件 +{0} {1} cannot be a leaf node as it has children,{0} {1}不能是一個葉節點,因為它有子節點 +Info,資訊 +Please enter Client Secret before social login is enabled,在啟用社交登錄之前,請輸入客戶端密碼 +Email,電子郵件 +Thank you for your message,謝謝您的留言 +Send Read Receipt,發送閱讀回執 +Stripe Settings,條紋設置 +Stripe Settings,條紋設置 +Data Migration Mapping,數據遷移映射 +Invalid Login Token,無效的登錄令牌 +Discard,丟棄 +1 hour ago,1小時前 +Home Page,首頁 +Parent Error Snapshot,家長錯誤快照 +Filters,篩選器 +share-alt,股份ALT, +Queue should be one of {0},隊列應該是{0} +"

    Default Template

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    {{ address_line1 }}<br>
     {% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
    @@ -2657,406 +2657,406 @@ DocType: Address Template,"

    Default Template

    {%,如果傳真%}傳真:{{傳真}}&LT; BR&GT; {%ENDIF - %} {%,如果email_id%}電子郵件:{{email_id}}&LT; BR&GT {%ENDIF - %} " -DocType: Calendar View,Start Date Field,開始日期字段 -DocType: Role,Role Name,角色名稱 -apps/frappe/frappe/templates/includes/navbar/navbar_login.html +23,Switch To Desk,切換到台 -apps/frappe/frappe/config/core.py +27,Script or Query reports,腳本或查詢報告 -DocType: Workflow Document State,Workflow Document State,工作流程文件狀態 -apps/frappe/frappe/core/doctype/user/user.py +491,Email Account added multiple times,電子郵件帳戶多次添加 -DocType: Payment Gateway,Payment Gateway,支付網關 -DocType: Portal Settings,Hide Standard Menu,隱藏標準菜單 -apps/frappe/frappe/config/setup.py +163,Add / Manage Email Domains.,添加/管理電子郵件域。 -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +78,Cannot cancel before submitting. See Transition {0},可以在提交之前不會取消。 -apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,列印格式{0}被禁用 -,Address and Contacts,地址和聯絡方式 -DocType: Notification,Send days before or after the reference date,之前或基準日後發送天 -DocType: User,Allow user to login only after this hour (0-24),允許用戶在幾小時後登入(0 - 24) -DocType: Integration Request,Subscription Notification,訂閱通知 -DocType: Auto Repeat,Start Date,開始日期 -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +171,Click here to verify,點擊這裡核實 -apps/frappe/frappe/utils/password_strength.py +202,Predictable substitutions like '@' instead of 'a' don't help very much.,可預見的替換像'@'而不是'一'不要太大幫助。 -apps/frappe/frappe/desk/doctype/todo/todo_list.js +22,Assigned By Me,指定由我 -apps/frappe/frappe/core/doctype/doctype/doctype.py +102,Not in Developer Mode! Set in site_config.json or make 'Custom' DocType.,不是在開發模式!坐落在site_config.json或進行“自定義”的DocType。 -DocType: Workflow State,globe,地球 -DocType: System Settings,dd.mm.yyyy,dd.mm.yyyy -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +253,Hide field in Standard Print Format,標準列印格式中的隱藏欄位 -DocType: ToDo,Priority,優先 -DocType: Email Queue,Unsubscribe Param,退訂參數 -DocType: Auto Repeat,Weekly,每週 -DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,例如:。 smsgateway.com / API / send_sms.cgi -DocType: DocType,Allow Import (via Data Import Tool),允許導入(通過數據導入工具) -apps/frappe/frappe/templates/print_formats/standard_macros.html +39,Sr,序號 -DocType: DocField,Float,浮動 -DocType: Print Settings,Page Settings,頁面設置 -DocType: Auto Repeat,Submit on creation,提交關於創建 -apps/frappe/frappe/www/update-password.html +71,Invalid Password,無效的密碼 -DocType: Contact,Purchase Master Manager,採購主檔經理 -DocType: Module Def,Module Name,模塊名稱 -DocType: DocType,DocType is a Table / Form in the application.,DOCTYPE是一應用程式中的表格/表單。 -DocType: Social Login Key,Authorize URL,授權URL -DocType: Email Account,GMail,GMail的 -DocType: Address,Party GSTIN,派對GSTIN -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +112,{0} Report,{0}報告 -apps/frappe/frappe/website/doctype/website_slideshow/website_slideshow.js +14,Fetch Images,獲取圖像 -DocType: DocType,Web View,Web視圖 -apps/frappe/frappe/public/js/frappe/form/print.js +216,Warning: This Print Format is in old style and cannot be generated via the API.,警告:此列印格式是舊式的,不能透過API生成。 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +856,Totals,總計 -DocType: DocField,Print Width,列印寬度 -,Setup Wizard,設置嚮導 -DocType: Address,GST State Number,GST州號 -DocType: Chat Message,Visitor,遊客 -DocType: User,Allow user to login only before this hour (0-24),允許用戶在幾小時前登入(0 - 24) -DocType: Social Login Key,Access Token URL,訪問令牌URL -apps/frappe/frappe/www/contact.py +57,New Message from Website Contact Page,從網站的聯繫頁面新消息 -DocType: Notification,Reference Date,參考日期 -apps/frappe/frappe/core/doctype/sms_settings/sms_settings.py +28,Please enter valid mobile nos,請輸入有效的手機號 -apps/frappe/frappe/public/js/frappe/desk.js +18,Some of the features might not work in your browser. Please update your browser to the latest version.,您的瀏覽器中的某些功能可能無法正常工作。請將您的瀏覽器更新到最新版本。 -apps/frappe/frappe/public/js/frappe/desk.js +18,Some of the features might not work in your browser. Please update your browser to the latest version.,您的瀏覽器中的某些功能可能無法正常工作。請將您的瀏覽器更新到最新版本。 -apps/frappe/frappe/utils/bot.py +185,"Don't know, ask 'help'",不知道,問'幫助' -DocType: DocType,Comments and Communications will be associated with this linked document,評論與通訊將與此鏈接的文檔關聯 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_sidebar.html +3,Filter...,過濾器... -DocType: Workflow State,bold,粗體 -DocType: Chat Profile,Status,狀態 -DocType: GCalendar Settings,Client Secret,客戶秘密 -DocType: Company History,Year,年結 -DocType: OAuth Client, Advanced Settings,高級設置 -apps/frappe/frappe/integrations/doctype/gsuite_settings/gsuite_settings.js +22,Please enter values for GSuite Access Key and GSuite Access Secret,請輸入GSuite Access Key和GSuite Access Secret的值 -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +34,{0} does not exist in row {1},{0}不存在的行中{1} -apps/frappe/frappe/core/doctype/sms_settings/sms_settings.py +64,Please Update SMS Settings,請更新簡訊設定 -DocType: Event,Event Type,事件類型 -DocType: User,Last Known Versions,最後已知版本 -apps/frappe/frappe/config/setup.py +158,Add / Manage Email Accounts.,新增 / 管理電子郵件帳戶。 -DocType: Newsletter,Published,已發行 -apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,感謝您的電子郵件 -DocType: DocField,Small Text,小文 -DocType: Workflow,Allow approval for creator of the document,允許批准文檔的創建者 -DocType: Social Login Key,API Endpoint Args,API端點參數 -apps/frappe/frappe/core/doctype/user/user.py +913,Administrator accessed {0} on {1} via IP Address {2}.,管理員訪問{0}在{1}通過IP地址{2}。 -apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +370,Failed while amending subscription,修改訂閱時失敗 -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +10,Equals,等號 -apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',選擇“動態鏈接”類型的字段都必須指向另一個鏈接字段的選項為'的DocType“ -DocType: About Us Settings,Team Members Heading,小組成員標題 -apps/frappe/frappe/utils/csvutils.py +37,Invalid CSV Format,CSV格式無效。 -apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,設置備份數量 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +6,Please correct the,請更正 -DocType: DocField,Do not allow user to change after set the first time,在首次設定後不允許用戶更改 -apps/frappe/frappe/utils/data.py +649,1 year ago,1年以前 -DocType: Contact,Contact,聯絡人 -DocType: User,Third Party Authentication,第三方認證 -DocType: Website Settings,Banner is above the Top Menu Bar.,橫幅位於選單欄上方。 -DocType: User,API Secret,API揭秘 -apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +29,{0} Calendar,{0}日曆 -apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +840,Export Report: ,導出報告: -apps/frappe/frappe/templates/emails/recurring_document_failed.html +10,in the Auto Repeat document,在“自動重複”文檔中 -DocType: Print Format,Arial,Arial -apps/frappe/frappe/auth.py +201,Incomplete login details,登錄詳細信息不完整 -apps/frappe/frappe/config/core.py +12,Models (building blocks) of the Application,該應用程序的模型(積木) -DocType: Website Slideshow,Slideshow like display for the website,幻燈片一樣顯示的網站 -apps/frappe/frappe/config/setup.py +168,Setup Notifications based on various criteria.,基於各種標準的設置通知。 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +105,Select Module,選擇模塊 -apps/frappe/frappe/public/js/frappe/chat.js +1598,Search or Create a New Chat,搜索或創建一個新的聊天 -apps/frappe/frappe/sessions.py +29,Cache Cleared,快取已清除 -apps/frappe/frappe/public/js/frappe/views/communication.js +15,New Email,新的電子郵件 -DocType: Custom DocPerm,Export,出口 -DocType: Dropbox Settings,Dropbox Settings,Dropbox的設置 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat.py +184,Recurring document creation failure,重複出現文檔創建失敗 -DocType: About Us Settings,More content for the bottom of the page.,更多的內容的頁面的底部。 -DocType: Workflow,DocType on which this Workflow is applicable.,DocType文檔類型上這個工作流是適用的。 -DocType: Feedback Trigger,Enabled,啟用 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +222,Failed to complete setup,無法完成設置 -DocType: Tag Category,Category Name,分類名稱 -apps/frappe/frappe/email/doctype/email_group/email_group.js +11,Import Subscribers,進口認購 -DocType: Print Settings,PDF Settings,PDF設置 -DocType: Language,Based On,基於 -apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,設為默認 -apps/frappe/frappe/core/doctype/doctype/doctype.py +587,Fieldtype {0} for {1} cannot be indexed,FIELDTYPE {0} {1}不能進行索引 -DocType: Communication,Email Account,電子郵件帳戶 -DocType: Workflow State,Download,下載 -DocType: Blog Post,Blog Intro,部落格介紹 -DocType: Async Task,Result,成績 -DocType: System Settings,Allow Login using User Name,允許使用用戶名登錄 -apps/frappe/frappe/core/doctype/report/report.js +37,Enable Report,啟用報告 -DocType: DocField,Display Depends On,顯示的內容取決於 -DocType: Social Login Key,API Endpoint,API端點 -DocType: Web Page,Insert Code,插入源碼 -DocType: Data Migration Run,Current Mapping Type,當前映射類型 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,您可以通過使用Jinja模板從添加文件動態特性。 -apps/frappe/frappe/commands/site.py +465,Invalid limit {0},無效限制{0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +134,List a document type,列出的文件類型 -apps/frappe/frappe/core/doctype/data_import/exporter.py +65,"If you are uploading new records, leave the ""name"" (ID) column blank.",如果您上傳新的記錄,留下了“名”(ID)欄為空白。 -DocType: Data Migration Run,Current Mapping Delete Start,當前映射刪除開始 -apps/frappe/frappe/config/core.py +47,Errors in Background Events,在後台活動錯誤 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +399,No of Columns,無柱 -DocType: Workflow State,Calendar,日曆 -apps/frappe/frappe/client.py +53,No document found for given filters,沒有找到給定過濾器的文檔 -apps/frappe/frappe/model/rename_doc.py +162,"Another {0} with name {1} exists, select another name",另一{0}名{1}存在,選擇另一個名字 -DocType: DocType,Custom?,自定義? -DocType: Website Settings,Website Theme Image,網站主題形象 -DocType: LDAP Settings,Organizational Unit,組織單位 -DocType: User,Timezone,時區 -apps/frappe/frappe/public/js/frappe/model/model.js +119,Unable to load: {0},無法載入: {0} -apps/frappe/frappe/config/integrations.py +33,Backup,備用 -DocType: DocField,Read Only,只讀 -apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,新的通訊 -DocType: Print Settings,Send Print as PDF,發送列印為PDF -DocType: Web Form,Amount,量 -DocType: Workflow Transition,Allowed,允許的 -apps/frappe/frappe/core/doctype/doctype/doctype.py +594,There can be only one Fold in a form,只能有一個折疊的形式 -apps/frappe/frappe/core/doctype/file/file.py +255,Unable to write file format for {0},無法寫入{0}的文件格式 -apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +20,Restore to default settings?,恢復到默認設置? -apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,無效的主頁 -apps/frappe/frappe/templates/includes/login/login.js +222,Invalid Login. Try again.,登錄無效。再試一次。 -apps/frappe/frappe/core/doctype/doctype/doctype.py +520,Options required for Link or Table type field {0} in row {1},行{1}中鏈接或表類型字段{0}所需的選項 -apps/frappe/frappe/core/doctype/doctype/doctype.py +520,Options required for Link or Table type field {0} in row {1},行{1}中鏈接或表類型字段{0}所需的選項 -DocType: Auto Email Report,Send only if there is any data,僅發送,如果有任何數據 -apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +169,Reset Filters,重設過濾器 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +848,Totals Row,總計行 -apps/frappe/frappe/core/doctype/doctype/doctype.py +796,{0}: Permission at level 0 must be set before higher levels are set,{0} :權限在0水平必須於更高級別前設定 -apps/frappe/frappe/desk/doctype/todo/todo.py +34,Assignment closed by {0},指派作業由 {0} 結案 -DocType: Integration Request,Remote,遠程 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,計算 -apps/frappe/frappe/printing/doctype/print_format/print_format.js +28,Please select DocType first,請首先選擇的DocType -apps/frappe/frappe/email/doctype/newsletter/newsletter.py +179,Confirm Your Email,確認您的電子郵件 -apps/frappe/frappe/www/login.html +41,Or login with,或登錄 -DocType: Error Snapshot,Locals,當地人 -apps/frappe/frappe/desk/page/activity/activity_row.html +19,Communicated via {0} on {1}: {2},通過傳達{0}在{1} {2} -apps/frappe/frappe/model/naming.py +48,{0} is required,{0}是必需的 -DocType: Newsletter,Send Attachements,發送附著物 -DocType: Transaction Log,Transaction Log,事務日誌 -DocType: DocField,Perm Level,權限等級 -apps/frappe/frappe/www/confirm_workflow_action.html +12,View document,查看文檔 -apps/frappe/frappe/desk/doctype/event/event.py +121,Events In Today's Calendar,活動在今天的日曆 -DocType: Web Page,Web Page,網頁 -DocType: Workflow Document State,Next Action Email Template,下一行動電子郵件模板 -DocType: Blog Category,Blogger,部落格 -apps/frappe/frappe/core/doctype/doctype/doctype.py +548,'In Global Search' not allowed for type {0} in row {1},行{1}中的類型{0}不允許“全局搜索” -apps/frappe/frappe/core/doctype/doctype/doctype.py +548,'In Global Search' not allowed for type {0} in row {1},在行 {1} 中不允許類型 {0} 的全域搜索中 -DocType: Workflow,Don't Override Status,不要覆蓋狀態 -apps/frappe/frappe/www/feedback.html +90,Please give a rating.,請給予評級。 -apps/frappe/frappe/public/js/frappe/feedback.js +47,{0} Feedback Request,{0}反饋請求 -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +26,Search term,搜索詞 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +415,The First User: You,第一個用戶:您 -DocType: Prepared Report,Report Start Time,報告開始時間 -apps/frappe/frappe/config/setup.py +112,Export Data,導出數據 -apps/frappe/frappe/core/doctype/data_import/data_import.js +172,Select Columns,選擇列 -apps/frappe/frappe/www/login.py +80,Missing parameters for login,缺少參數登錄 -DocType: Workflow State,folder-open,文件夾打開 -apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +1,Search Application,搜索應用程式 -apps/frappe/frappe/config/website.py +37,Single Post (article).,單個帖子(文章)。 -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,報告 -DocType: Page,No,無 -DocType: Property Setter,Set Value,設定值 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +249,Hide field in form,隱藏表單域 -DocType: Webhook,Webhook Data,Webhook數據 -apps/frappe/frappe/public/js/frappe/views/treeview.js +269,Creating {0},創建{0} -apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +336,Illegal Access Token. Please try again,非法訪問令牌。請再試一次 -apps/frappe/frappe/public/js/frappe/desk.js +99,"The application has been updated to a new version, please refresh this page",該應用程序已被更新到新版本,請刷新本頁面 -apps/frappe/frappe/core/doctype/communication/communication.js +35,Resend,重發 -DocType: Feedback Trigger,Optional: The alert will be sent if this expression is true,可選:警報會在這個表達式為true發送 -DocType: Data Migration Plan,Plan Name,計劃名稱 -DocType: Print Settings,Print with letterhead,打印信頭 -DocType: Unhandled Email,Raw Email,原始電子郵件 -apps/frappe/frappe/public/js/frappe/list/bulk_operations.js +105,Select records for assignment,用於分配選擇記錄 -DocType: ToDo,Assigned By,由....指派 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +27,You can use Customize Form to set levels on fields.,您可以使用自定義表格中的字段設置的水平。 -apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +384,Select Your Region,選擇您的地區 -DocType: Dropbox Settings,Limit Number of DB Backups,限制數據庫備份數量 -DocType: Custom DocPerm,Level,級別 -DocType: Custom DocPerm,Report,報告 -apps/frappe/frappe/website/doctype/web_form/web_form.py +61,Amount must be greater than 0.,量必須大於0。 -apps/frappe/frappe/desk/reportview.py +110,{0} is saved,{0}已儲存 -apps/frappe/frappe/core/doctype/user/user.py +339,User {0} cannot be renamed,用戶{0}無法重命名 -apps/frappe/frappe/model/db_schema.py +116,Fieldname is limited to 64 characters ({0}),字段名被限制為64個字符({0}) -apps/frappe/frappe/config/desk.py +59,Email Group List,電子郵件組列表 -DocType: Website Settings,An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org],一個圖標文件擴展名為.ico。應為16×16像素。使用圖標生成器生成。 [favicon-generator.org] -DocType: Email Account,Email Addresses,電子郵件地址 -DocType: Web Form,Allow saving if mandatory fields are not filled,允許保存如果必填字段未填寫 -DocType: Kanban Board Column,Order,訂購 -DocType: Report,Ref DocType,參考的DocType -apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py +32,Please enter Client ID before social login is enabled,在啟用社交登錄之前,請輸入客戶端ID -apps/frappe/frappe/www/feedback.py +42,Please add a rating,請添加評分 -apps/frappe/frappe/core/doctype/doctype/doctype.py +808,{0}: Cannot set Amend without Cancel,{0} :如果沒有取消便無法設為修改 -apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +25,Full Page,全頁 -DocType: DocType,Is Child Table,是子表 -apps/frappe/frappe/utils/csvutils.py +132,{0} must be one of {1},{0}必須是{1} 之一 -apps/frappe/frappe/public/js/frappe/form/form_viewers.js +35,{0} is currently viewing this document,{0}正在查看該文檔 -apps/frappe/frappe/config/core.py +52,Background Email Queue,背景電子郵件佇列 -apps/frappe/frappe/core/doctype/user/user.py +245,Password Reset,密碼重置 -DocType: Communication,Opened,開業 -DocType: Workflow State,chevron-left,人字形-左 -DocType: Communication,Sending,發出 -apps/frappe/frappe/auth.py +272,Not allowed from this IP Address,不接受來自此IP地址 -DocType: Website Slideshow,This goes above the slideshow.,這正好幻燈片上面。 -apps/frappe/frappe/config/setup.py +282,Install Applications.,安裝應用程式。 -apps/frappe/frappe/email/doctype/notification/notification.js +107,No alerts for today,沒有警報今天 -DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),發送郵件列印附件為PDF格式(推薦) -DocType: Web Page,Left,左 -apps/frappe/frappe/integrations/utils.py +98,Looks like something is wrong with this site's payment gateway configuration. No payment has been made.,看起來像是不對這個網站的支付網關的配置。沒有已經付款。 -DocType: GCalendar Settings,State,狀態 -DocType: Workflow Action,Workflow Action,工作流程執行 -DocType: DocType,"Image Field (Must of type ""Attach Image"")",圖像字段(類型的“附加圖像”必須) -apps/frappe/frappe/utils/bot.py +43,I found these: ,我發現這些: -DocType: Event,Send an email reminder in the morning,在早上發送電子郵件提醒 -DocType: Blog Post,Published On,發表於 -DocType: Contact,Gender,性別 -apps/frappe/frappe/website/doctype/web_form/web_form.py +350,Mandatory Information missing:,強制性信息丟失: -apps/frappe/frappe/core/doctype/doctype/doctype.py +584,Field '{0}' cannot be set as Unique as it has non-unique values,欄位“{0}”不能設定為唯一的,因為它具有非唯一值 -apps/frappe/frappe/integrations/doctype/webhook/webhook.py +37,Check Request URL,檢查請求URL -apps/frappe/frappe/client.py +160,Only 200 inserts allowed in one request,只有200將允許一個請求 -DocType: Footer Item,URL,網址 -apps/frappe/frappe/www/qrcode.html +15,Return to the Verification screen and enter the code displayed by your authentication app,返回驗證屏幕,並輸入您的身份驗證應用程序顯示的代碼 -DocType: ToDo,Reference Type,參考類型 -apps/frappe/frappe/data_migration/doctype/data_migration_connector/data_migration_connector.py +36,Please enable developer mode to create new connection,請啟用開發人員模式以創建新的連接 -DocType: Event,Repeat On,重複在 -DocType: SMS Parameter,SMS Parameter,短信參數 -apps/frappe/frappe/templates/emails/recurring_document_failed.html +5,for the,為了 -DocType: Communication,Marked As Spam,標記為垃圾郵件 -apps/frappe/frappe/core/doctype/file/file.py +388,There is some problem with the file url: {0},有一些問題與文件的URL:{0} -apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +26,Tree,樹 -apps/frappe/frappe/public/js/frappe/views/treeview.js +319,You are not allowed to print this report,您不允許打印此報告 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30,User Permissions,用戶權限 -DocType: Workflow State,warning-sign,警告符號 -DocType: Prepared Report,Prepared Report,準備報告 -DocType: Workflow State,User,使用者 -DocType: Website Settings,"Show title in browser window as ""Prefix - title""",標題顯示在瀏覽器窗口中的“前綴 - 標題” -DocType: Payment Gateway,Gateway Settings,網關設置 -apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +137,text in document type,在文件類型的文本 -apps/frappe/frappe/core/doctype/test_runner/test_runner.js +7,Run Tests,運行測試 -DocType: System Settings,User can login using Email id or Mobile number,用戶可以使用電子郵件ID或手機號登錄 -apps/frappe/frappe/core/doctype/communication/communication.js +73,Mark as {0},標記為{0} -apps/frappe/frappe/model/rename_doc.py +26,Please select a new name to rename,請選擇一個新名稱進行重命名 -apps/frappe/frappe/model/rename_doc.py +26,Please select a new name to rename,請選擇一個新名稱進行重命名 -apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +274,Invalid column,無效的列 -DocType: Data Migration Connector,Data Migration,數據遷移 -DocType: User,API Key cannot be regenerated,API密鑰無法重新生成 -apps/frappe/frappe/public/js/frappe/request.js +169,Something went wrong,出了些問題 -apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +186,Only {0} entries shown. Please filter for more specific results.,只顯示{0}條目。請過濾更具體的結果。 -DocType: System Settings,Number Format,數字格式 -DocType: Event,Event Participants,活動參與者 -DocType: Auto Repeat,Frequency,頻率 -DocType: Custom Field,Insert After,於後方插入 -DocType: Prepared Report,Report Name,報告名稱 -DocType: Desktop Icon,Reverse Icon Color,反向圖標顏色 -DocType: Notification,Save,儲存 -apps/frappe/frappe/desk/doctype/auto_repeat/auto_repeat_schedule.html +6,Next Scheduled Date,下一個預定日期 -apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +405,Section Heading,標題節 -DocType: Website Settings,Title Prefix,標題前綴 -DocType: Email Account,Notifications and bulk mails will be sent from this outgoing server.,通知和大宗郵件將從此傳出服務器發送。 -DocType: Workflow State,cog,COG -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +90,Sync on Migrate,同步上遷移 -DocType: DocField,Default,預設 -apps/frappe/frappe/public/js/frappe/form/link_selector.js +151,{0} added,{0}已增加 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save the report first,請先保存報表 -apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0}用戶已新增 -DocType: Workflow State,star,星號 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +241,Hub,樞紐 -apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +282,values separated by commas,用逗號分隔的值 -apps/frappe/frappe/core/doctype/doctype/doctype.py +540,Max width for type Currency is 100px in row {0},{0}列內的貨幣類型的最大寬度為100px -apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},請分享您的反饋{0} -apps/frappe/frappe/config/website.py +13,Content web page.,內容的網頁。 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,添加新角色 -DocType: Deleted Document,Deleted Document,刪除的文檔 -apps/frappe/frappe/templates/includes/login/login.js +223,Oops! Something went wrong,糟糕!出事了 -DocType: Help Article,Category,類別 -apps/frappe/frappe/desk/doctype/event/event.js +26,Add Contacts,添加聯繫人 -apps/frappe/frappe/config/core.py +37,Client side script extensions in Javascript,在JavaScript客戶端腳本擴展 -apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +79,Guidelines to install ldap dependancies and python,要求安裝LDAP依賴關係和python -apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html +2,Records for following doctypes will be filtered,以下文檔類型的記錄將被過濾 -DocType: Blog Settings,Blog Introduction,部落格簡介 -DocType: Address,Office,辦公室 -apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js +255,This Kanban Board will be private,這看板私會 -apps/frappe/frappe/desk/moduleview.py +94,Standard Reports,標準報告 -DocType: User,Email Settings,電子郵件設定 -apps/frappe/frappe/public/js/frappe/desk.js +406,Please Enter Your Password to Continue,請輸入您的密碼以繼續 -apps/frappe/frappe/public/js/frappe/desk.js +406,Please Enter Your Password to Continue,請輸入您的密碼以繼續 -apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +116,Not a valid LDAP user,不是有效的LDAP用戶 -apps/frappe/frappe/workflow/doctype/workflow/workflow.py +65,{0} not a valid State,{0}不是有效的國家 -apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +101,Please select another payment method. PayPal does not support transactions in currency '{0}',請選擇其他付款方式。貝寶不支持貨幣交易“{0}” -apps/frappe/frappe/core/doctype/doctype/doctype.py +617,Search field {0} is not valid,搜索欄{0}無效 -DocType: Workflow State,ok-circle,OK-圈 -apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',你可以通過問“找到橙客戶找東西 -apps/frappe/frappe/core/doctype/user/user.py +189,Sorry! User should have complete access to their own record.,對不起!用戶應該擁有完全訪問他們自己的紀錄。 -apps/frappe/frappe/templates/pages/integrations/razorpay_checkout.py +33,Invalid Token,令牌無效 -DocType: Email Account,Email Server,電子郵件伺服器 -DocType: Data Import,Document Type,文件類型 -apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +24,Label is mandatory,標籤是強制性的 -DocType: PayPal Settings,API Username,API用戶名 -DocType: Communication,Communication Type,通信類型 -DocType: DocField,Unique,獨特 -DocType: Email Account,Service,服務 -apps/frappe/frappe/core/doctype/data_import/importer.py +512,Did not find {0} for {0} ({1}),沒有找到{0} {0} ( {1} ) -apps/frappe/frappe/utils/bot.py +176,"Oops, you are not allowed to know that",哎呀,你不能知道 -apps/frappe/frappe/public/js/frappe/ui/slides.js +324,Next,下一個 -apps/frappe/frappe/public/js/frappe/views/interaction.js +15,New Activity,新活動 -apps/frappe/frappe/handler.py +94,You have been successfully logged out,您已成功退出 -DocType: Calendar View,Calendar View,日曆視圖 -apps/frappe/frappe/printing/doctype/print_format/print_format.js +26,Edit Format,編輯格式 -apps/frappe/frappe/core/doctype/user/user.py +264,Complete Registration,完成註冊 -DocType: GCalendar Settings,Enable,啟用 -DocType: Google Maps Settings,Home Address,家庭地址 -apps/frappe/frappe/public/js/frappe/form/toolbar.js +197,New {0} (Ctrl+B),新{0}(按Ctrl + B) -apps/frappe/frappe/website/doctype/website_theme/website_theme.py +40,Top Bar Color and Text Color are the same. They should be have good contrast to be readable.,頂欄顏色和文本顏色是相同的。他們應該具有良好的對比度是可讀的。 -apps/frappe/frappe/core/doctype/data_import/exporter.py +69,You can only upload upto 5000 records in one go. (may be less in some cases),你一次只能上最多5000條記錄。 (在某些情況下可能更少) -apps/frappe/frappe/model/document.py +184,Insufficient Permission for {0},{0}的權限不足 -apps/frappe/frappe/model/document.py +184,Insufficient Permission for {0},{0}的權限不足 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +775,Report was not saved (there were errors),報告沒有被保存(有錯誤) -apps/frappe/frappe/core/doctype/data_import/importer.py +304,Cannot change header content,無法更改標題內容 -DocType: Print Settings,Print Style,列印樣式 -apps/frappe/frappe/public/js/frappe/form/linked_with.js +52,Not Linked to any record,未鏈接到任何記錄 -apps/frappe/frappe/public/js/frappe/form/linked_with.js +52,Not Linked to any record,未鏈接到任何記錄 -DocType: Custom DocPerm,Import,輸入 -DocType: User,Social Logins,社交登錄 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +180,Row {0}: Not allowed to enable Allow on Submit for standard fields,行{0}:不允許啟用允許對提交的標準字段 -apps/frappe/frappe/core/doctype/role/role.py +12,Standard roles cannot be renamed,標準的角色不能被重命名 -DocType: SMS Settings,Static Parameters,靜態參數 -DocType: Chat Message,Room,房間 -DocType: Portal Settings,Custom Menu Items,自定義菜單項 -apps/frappe/frappe/website/doctype/website_slideshow/website_slideshow.py +27,All Images attached to Website Slideshow should be public,所有連接到網站幻燈片的圖片應該是公開的 -DocType: Workflow State,chevron-right,人字形-右 -apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +218,"Change type of field. (Currently, Type change is \ +Start Date Field,開始日期字段 +Role Name,角色名稱 +Switch To Desk,切換到台 +Script or Query reports,腳本或查詢報告 +Workflow Document State,工作流程文件狀態 +Email Account added multiple times,電子郵件帳戶多次添加 +Payment Gateway,支付網關 +Hide Standard Menu,隱藏標準菜單 +Add / Manage Email Domains.,添加/管理電子郵件域。 +Cannot cancel before submitting. See Transition {0},可以在提交之前不會取消。 +Print Format {0} is disabled,列印格式{0}被禁用 +Address and Contacts,地址和聯絡方式 +Send days before or after the reference date,之前或基準日後發送天 +Allow user to login only after this hour (0-24),允許用戶在幾小時後登入(0 - 24) +Subscription Notification,訂閱通知 +Start Date,開始日期 +Click here to verify,點擊這裡核實 +Predictable substitutions like '@' instead of 'a' don't help very much.,可預見的替換像'@'而不是'一'不要太大幫助。 +Assigned By Me,指定由我 +Not in Developer Mode! Set in site_config.json or make 'Custom' DocType.,不是在開發模式!坐落在site_config.json或進行“自定義”的DocType。 +globe,地球 +dd.mm.yyyy,dd.mm.yyyy, +Hide field in Standard Print Format,標準列印格式中的隱藏欄位 +Priority,優先 +Unsubscribe Param,退訂參數 +Weekly,每週 +Eg. smsgateway.com/api/send_sms.cgi,例如:。 smsgateway.com / API / send_sms.cgi, +Allow Import (via Data Import Tool),允許導入(通過數據導入工具) +Sr,序號 +Float,浮動 +Page Settings,頁面設置 +Submit on creation,提交關於創建 +Invalid Password,無效的密碼 +Purchase Master Manager,採購主檔經理 +Module Name,模塊名稱 +DocType is a Table / Form in the application.,DOCTYPE是一應用程式中的表格/表單。 +Authorize URL,授權URL, +GMail,GMail的 +Party GSTIN,派對GSTIN, +{0} Report,{0}報告 +Fetch Images,獲取圖像 +Web View,Web視圖 +Warning: This Print Format is in old style and cannot be generated via the API.,警告:此列印格式是舊式的,不能透過API生成。 +Totals,總計 +Print Width,列印寬度 +Setup Wizard,設置嚮導 +GST State Number,GST州號 +Visitor,遊客 +Allow user to login only before this hour (0-24),允許用戶在幾小時前登入(0 - 24) +Access Token URL,訪問令牌URL, +New Message from Website Contact Page,從網站的聯繫頁面新消息 +Reference Date,參考日期 +Please enter valid mobile nos,請輸入有效的手機號 +Some of the features might not work in your browser. Please update your browser to the latest version.,您的瀏覽器中的某些功能可能無法正常工作。請將您的瀏覽器更新到最新版本。 +Some of the features might not work in your browser. Please update your browser to the latest version.,您的瀏覽器中的某些功能可能無法正常工作。請將您的瀏覽器更新到最新版本。 +"Don't know, ask 'help'",不知道,問'幫助' +Comments and Communications will be associated with this linked document,評論與通訊將與此鏈接的文檔關聯 +Filter...,過濾器... +bold,粗體 +Status,狀態 +Client Secret,客戶秘密 +Year,年結 + Advanced Settings,高級設置 +Please enter values for GSuite Access Key and GSuite Access Secret,請輸入GSuite Access Key和GSuite Access Secret的值 +{0} does not exist in row {1},{0}不存在的行中{1} +Please Update SMS Settings,請更新簡訊設定 +Event Type,事件類型 +Last Known Versions,最後已知版本 +Add / Manage Email Accounts.,新增 / 管理電子郵件帳戶。 +Published,已發行 +Thank you for your email,感謝您的電子郵件 +Small Text,小文 +Allow approval for creator of the document,允許批准文檔的創建者 +API Endpoint Args,API端點參數 +Administrator accessed {0} on {1} via IP Address {2}.,管理員訪問{0}在{1}通過IP地址{2}。 +Failed while amending subscription,修改訂閱時失敗 +Equals,等號 +Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',選擇“動態鏈接”類型的字段都必須指向另一個鏈接字段的選項為'的DocType“ +Team Members Heading,小組成員標題 +Invalid CSV Format,CSV格式無效。 +Set Number of Backups,設置備份數量 +Please correct the,請更正 +Do not allow user to change after set the first time,在首次設定後不允許用戶更改 +1 year ago,1年以前 +Contact,聯絡人 +Third Party Authentication,第三方認證 +Banner is above the Top Menu Bar.,橫幅位於選單欄上方。 +API Secret,API揭秘 +{0} Calendar,{0}日曆 +Export Report: ,導出報告: +in the Auto Repeat document,在“自動重複”文檔中 +Arial,Arial, +Incomplete login details,登錄詳細信息不完整 +Models (building blocks) of the Application,該應用程序的模型(積木) +Slideshow like display for the website,幻燈片一樣顯示的網站 +Setup Notifications based on various criteria.,基於各種標準的設置通知。 +Select Module,選擇模塊 +Search or Create a New Chat,搜索或創建一個新的聊天 +Cache Cleared,快取已清除 +New Email,新的電子郵件 +Export,出口 +Dropbox Settings,Dropbox的設置 +Recurring document creation failure,重複出現文檔創建失敗 +More content for the bottom of the page.,更多的內容的頁面的底部。 +DocType on which this Workflow is applicable.,DocType文檔類型上這個工作流是適用的。 +Enabled,啟用 +Failed to complete setup,無法完成設置 +Category Name,分類名稱 +Import Subscribers,進口認購 +PDF Settings,PDF設置 +Based On,基於 +Make Default,設為默認 +Fieldtype {0} for {1} cannot be indexed,FIELDTYPE {0} {1}不能進行索引 +Email Account,電子郵件帳戶 +Download,下載 +Blog Intro,部落格介紹 +Result,成績 +Allow Login using User Name,允許使用用戶名登錄 +Enable Report,啟用報告 +Display Depends On,顯示的內容取決於 +API Endpoint,API端點 +Insert Code,插入源碼 +Current Mapping Type,當前映射類型 +You can add dynamic properties from the document by using Jinja templating.,您可以通過使用Jinja模板從添加文件動態特性。 +Invalid limit {0},無效限制{0} +List a document type,列出的文件類型 +"If you are uploading new records, leave the ""name"" (ID) column blank.",如果您上傳新的記錄,留下了“名”(ID)欄為空白。 +Current Mapping Delete Start,當前映射刪除開始 +Errors in Background Events,在後台活動錯誤 +No of Columns,無柱 +Calendar,日曆 +No document found for given filters,沒有找到給定過濾器的文檔 +"Another {0} with name {1} exists, select another name",另一{0}名{1}存在,選擇另一個名字 +Custom?,自定義? +Website Theme Image,網站主題形象 +Organizational Unit,組織單位 +Timezone,時區 +Unable to load: {0},無法載入: {0} +Backup,備用 +Read Only,只讀 +New Newsletter,新的通訊 +Send Print as PDF,發送列印為PDF, +Amount,量 +Allowed,允許的 +There can be only one Fold in a form,只能有一個折疊的形式 +Unable to write file format for {0},無法寫入{0}的文件格式 +Restore to default settings?,恢復到默認設置? +Invalid Home Page,無效的主頁 +Invalid Login. Try again.,登錄無效。再試一次。 +Options required for Link or Table type field {0} in row {1},行{1}中鏈接或表類型字段{0}所需的選項 +Options required for Link or Table type field {0} in row {1},行{1}中鏈接或表類型字段{0}所需的選項 +Send only if there is any data,僅發送,如果有任何數據 +Reset Filters,重設過濾器 +Totals Row,總計行 +{0}: Permission at level 0 must be set before higher levels are set,{0} :權限在0水平必須於更高級別前設定 +Assignment closed by {0},指派作業由 {0} 結案 +Remote,遠程 +Calculate,計算 +Please select DocType first,請首先選擇的DocType, +Confirm Your Email,確認您的電子郵件 +Or login with,或登錄 +Locals,當地人 +Communicated via {0} on {1}: {2},通過傳達{0}在{1} {2} +{0} is required,{0}是必需的 +Send Attachements,發送附著物 +Transaction Log,事務日誌 +Perm Level,權限等級 +View document,查看文檔 +Events In Today's Calendar,活動在今天的日曆 +Web Page,網頁 +Next Action Email Template,下一行動電子郵件模板 +Blogger,部落格 +'In Global Search' not allowed for type {0} in row {1},行{1}中的類型{0}不允許“全局搜索” +'In Global Search' not allowed for type {0} in row {1},在行 {1} 中不允許類型 {0} 的全域搜索中 +Don't Override Status,不要覆蓋狀態 +Please give a rating.,請給予評級。 +{0} Feedback Request,{0}反饋請求 +Search term,搜索詞 +The First User: You,第一個用戶:您 +Report Start Time,報告開始時間 +Export Data,導出數據 +Select Columns,選擇列 +Missing parameters for login,缺少參數登錄 +folder-open,文件夾打開 +Search Application,搜索應用程式 +Single Post (article).,單個帖子(文章)。 +Reports,報告 +No,無 +Set Value,設定值 +Hide field in form,隱藏表單域 +Webhook Data,Webhook數據 +Creating {0},創建{0} +Illegal Access Token. Please try again,非法訪問令牌。請再試一次 +"The application has been updated to a new version, please refresh this page",該應用程序已被更新到新版本,請刷新本頁面 +Resend,重發 +Optional: The alert will be sent if this expression is true,可選:警報會在這個表達式為true發送 +Plan Name,計劃名稱 +Print with letterhead,打印信頭 +Raw Email,原始電子郵件 +Select records for assignment,用於分配選擇記錄 +Assigned By,由....指派 +You can use Customize Form to set levels on fields.,您可以使用自定義表格中的字段設置的水平。 +Select Your Region,選擇您的地區 +Limit Number of DB Backups,限制數據庫備份數量 +Level,級別 +Report,報告 +Amount must be greater than 0.,量必須大於0。 +{0} is saved,{0}已儲存 +User {0} cannot be renamed,用戶{0}無法重命名 +Fieldname is limited to 64 characters ({0}),字段名被限制為64個字符({0}) +Email Group List,電子郵件組列表 +An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org],一個圖標文件擴展名為.ico。應為16×16像素。使用圖標生成器生成。 [favicon-generator.org] +Email Addresses,電子郵件地址 +Allow saving if mandatory fields are not filled,允許保存如果必填字段未填寫 +Order,訂購 +Ref DocType,參考的DocType, +Please enter Client ID before social login is enabled,在啟用社交登錄之前,請輸入客戶端ID, +Please add a rating,請添加評分 +{0}: Cannot set Amend without Cancel,{0} :如果沒有取消便無法設為修改 +Full Page,全頁 +Is Child Table,是子表 +{0} must be one of {1},{0}必須是{1} 之一 +{0} is currently viewing this document,{0}正在查看該文檔 +Background Email Queue,背景電子郵件佇列 +Password Reset,密碼重置 +Opened,開業 +chevron-left,人字形-左 +Sending,發出 +Not allowed from this IP Address,不接受來自此IP地址 +This goes above the slideshow.,這正好幻燈片上面。 +Install Applications.,安裝應用程式。 +No alerts for today,沒有警報今天 +Send Email Print Attachments as PDF (Recommended),發送郵件列印附件為PDF格式(推薦) +Left,左 +Looks like something is wrong with this site's payment gateway configuration. No payment has been made.,看起來像是不對這個網站的支付網關的配置。沒有已經付款。 +State,狀態 +Workflow Action,工作流程執行 +"Image Field (Must of type ""Attach Image"")",圖像字段(類型的“附加圖像”必須) +I found these: ,我發現這些: +Send an email reminder in the morning,在早上發送電子郵件提醒 +Published On,發表於 +Gender,性別 +Mandatory Information missing:,強制性信息丟失: +Field '{0}' cannot be set as Unique as it has non-unique values,欄位“{0}”不能設定為唯一的,因為它具有非唯一值 +Check Request URL,檢查請求URL, +Only 200 inserts allowed in one request,只有200將允許一個請求 +URL,網址 +Return to the Verification screen and enter the code displayed by your authentication app,返回驗證屏幕,並輸入您的身份驗證應用程序顯示的代碼 +Reference Type,參考類型 +Please enable developer mode to create new connection,請啟用開發人員模式以創建新的連接 +Repeat On,重複在 +SMS Parameter,短信參數 +for the,為了 +Marked As Spam,標記為垃圾郵件 +There is some problem with the file url: {0},有一些問題與文件的URL:{0} +Tree,樹 +You are not allowed to print this report,您不允許打印此報告 +User Permissions,用戶權限 +warning-sign,警告符號 +Prepared Report,準備報告 +User,使用者 +"Show title in browser window as ""Prefix - title""",標題顯示在瀏覽器窗口中的“前綴 - 標題” +Gateway Settings,網關設置 +text in document type,在文件類型的文本 +Run Tests,運行測試 +User can login using Email id or Mobile number,用戶可以使用電子郵件ID或手機號登錄 +Mark as {0},標記為{0} +Please select a new name to rename,請選擇一個新名稱進行重命名 +Please select a new name to rename,請選擇一個新名稱進行重命名 +Invalid column,無效的列 +Data Migration,數據遷移 +API Key cannot be regenerated,API密鑰無法重新生成 +Something went wrong,出了些問題 +Only {0} entries shown. Please filter for more specific results.,只顯示{0}條目。請過濾更具體的結果。 +Number Format,數字格式 +Event Participants,活動參與者 +Frequency,頻率 +Insert After,於後方插入 +Report Name,報告名稱 +Reverse Icon Color,反向圖標顏色 +Save,儲存 +Next Scheduled Date,下一個預定日期 +Section Heading,標題節 +Title Prefix,標題前綴 +Notifications and bulk mails will be sent from this outgoing server.,通知和大宗郵件將從此傳出服務器發送。 +cog,COG, +Sync on Migrate,同步上遷移 +Default,預設 +{0} added,{0}已增加 +Please save the report first,請先保存報表 +{0} subscribers added,{0}用戶已新增 +star,星號 +Hub,樞紐 +values separated by commas,用逗號分隔的值 +Max width for type Currency is 100px in row {0},{0}列內的貨幣類型的最大寬度為100px, +Please share your feedback for {0},請分享您的反饋{0} +Content web page.,內容的網頁。 +Add a New Role,添加新角色 +Deleted Document,刪除的文檔 +Oops! Something went wrong,糟糕!出事了 +Category,類別 +Add Contacts,添加聯繫人 +Client side script extensions in Javascript,在JavaScript客戶端腳本擴展 +Guidelines to install ldap dependancies and python,要求安裝LDAP依賴關係和python, +Records for following doctypes will be filtered,以下文檔類型的記錄將被過濾 +Blog Introduction,部落格簡介 +Office,辦公室 +This Kanban Board will be private,這看板私會 +Standard Reports,標準報告 +Email Settings,電子郵件設定 +Please Enter Your Password to Continue,請輸入您的密碼以繼續 +Please Enter Your Password to Continue,請輸入您的密碼以繼續 +Not a valid LDAP user,不是有效的LDAP用戶 +{0} not a valid State,{0}不是有效的國家 +Please select another payment method. PayPal does not support transactions in currency '{0}',請選擇其他付款方式。貝寶不支持貨幣交易“{0}” +Search field {0} is not valid,搜索欄{0}無效 +ok-circle,OK-圈 +You can find things by asking 'find orange in customers',你可以通過問“找到橙客戶找東西 +Sorry! User should have complete access to their own record.,對不起!用戶應該擁有完全訪問他們自己的紀錄。 +Invalid Token,令牌無效 +Email Server,電子郵件伺服器 +Document Type,文件類型 +Label is mandatory,標籤是強制性的 +API Username,API用戶名 +Communication Type,通信類型 +Unique,獨特 +Service,服務 +Did not find {0} for {0} ({1}),沒有找到{0} {0} ( {1} ) +"Oops, you are not allowed to know that",哎呀,你不能知道 +Next,下一個 +New Activity,新活動 +You have been successfully logged out,您已成功退出 +Calendar View,日曆視圖 +Edit Format,編輯格式 +Complete Registration,完成註冊 +Enable,啟用 +Home Address,家庭地址 +New {0} (Ctrl+B),新{0}(按Ctrl + B) +Top Bar Color and Text Color are the same. They should be have good contrast to be readable.,頂欄顏色和文本顏色是相同的。他們應該具有良好的對比度是可讀的。 +You can only upload upto 5000 records in one go. (may be less in some cases),你一次只能上最多5000條記錄。 (在某些情況下可能更少) +Insufficient Permission for {0},{0}的權限不足 +Insufficient Permission for {0},{0}的權限不足 +Report was not saved (there were errors),報告沒有被保存(有錯誤) +Cannot change header content,無法更改標題內容 +Print Style,列印樣式 +Not Linked to any record,未鏈接到任何記錄 +Not Linked to any record,未鏈接到任何記錄 +Import,輸入 +Social Logins,社交登錄 +Row {0}: Not allowed to enable Allow on Submit for standard fields,行{0}:不允許啟用允許對提交的標準字段 +Standard roles cannot be renamed,標準的角色不能被重命名 +Static Parameters,靜態參數 +Room,房間 +Custom Menu Items,自定義菜單項 +All Images attached to Website Slideshow should be public,所有連接到網站幻燈片的圖片應該是公開的 +chevron-right,人字形-右 +"Change type of field. (Currently, Type change is \ allowed among 'Currency and Float')","更改字段的類型。(目前,類型變化\ 允許中“貨幣和浮動”)" -apps/frappe/frappe/website/doctype/web_form/web_form.py +37,You need to be in developer mode to edit a Standard Web Form,你需要在開發模式編輯標準Web窗體 -DocType: Payment Gateway,Gateway Controller,網關控制器 -DocType: Website Theme,Link to Bootstrap CSS,鏈接來引導CSS -DocType: Workflow State,camera,相機 -DocType: Website Settings,Brand HTML,品牌的HTML -DocType: Desktop Icon,_doctype,_文件格式 -DocType: Email Template,Email Template,電子郵件模板 -DocType: Web Page,Header and Description,標題和描述 -apps/frappe/frappe/templates/includes/login/login.js +24,Both login and password required,需要登錄名稱和密碼 -apps/frappe/frappe/model/document.py +648,Please refresh to get the latest document.,請更新以取得最新的文檔。 -DocType: User,Security Settings,安全設置 -DocType: Website Settings,Operators,運營商 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +867,Add Column,添加欄 -apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +738,Export Report: {0},出口報告:{0} -DocType: Auto Email Report,Filter Meta,過濾元 -DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,要顯示的文本鏈接網頁,如果這種形式有一個網頁。線路路由會自動生成基於`page_name`和`parent_website_route` -DocType: Feedback Request,Feedback Trigger,反饋觸發 -apps/frappe/frappe/permissions.py +226,Not allowed for {0} = {1} in Row {2},對於{2}行中的{0} = {1}不允許 -DocType: S3 Backup Settings,Backup Limit,備份限制 -DocType: Unhandled Email,Message-id,郵件ID -DocType: Patch Log,Patch,補丁 -DocType: Activity Log,Failed,失敗 -DocType: Web Form,Allow Comments,允許評論 -DocType: User,Background Style,背景樣式 -DocType: System Settings,Bypass Two Factor Auth for users who login from restricted IP Address,為受限IP地址登錄的用戶繞過雙因素身份驗證 -apps/frappe/frappe/email/queue.py +277,{0} to stop receiving emails of this type,{0}停止接收此類型的電子郵件 -apps/frappe/frappe/www/qrcode.html +13,Open your authentication app on your mobile phone.,在您的手機上打開您的認證應用程序。 -apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},{0}合併為{1} -DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy -apps/frappe/frappe/data_migration/doctype/data_migration_connector/data_migration_connector.js +7,New Connection,新的連接 -apps/frappe/frappe/chat/__init__.py +10,"Sorry, you're not authorized.",對不起,你沒有授權。 -apps/frappe/frappe/core/doctype/activity_log/feed.py +51,{0} logged in,{0}已登入 -apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,您的登錄ID是 -DocType: OAuth Client,Skip Authorization,跳過授權 -DocType: Web Form,Amount Field,金額字段 -DocType: Dropbox Settings,Send Notifications To,發送通知給 -DocType: Bulk Update,Max 500 records at a time,最大500條記錄在一個時間 -DocType: Translation,"If your data is in HTML, please copy paste the exact HTML code with the tags.",如果你的數據是HTML,請複製粘貼的標籤準確的HTML代碼。 -DocType: Communication,Meeting,會議 -apps/frappe/frappe/utils/csvutils.py +37,Unable to open attached file. Did you export it as CSV?,無法打開附加的文件。你導出為CSV? -DocType: DocField,Ignore User Permissions,忽略用戶權限 -apps/frappe/frappe/core/doctype/user/user.py +797,Please ask your administrator to verify your sign-up,請向管理員詢問,以確認您的註冊 -DocType: Domain Settings,Active Domains,活動域 -apps/frappe/frappe/public/js/integrations/razorpay.js +21,Show Log,顯示日誌 +You need to be in developer mode to edit a Standard Web Form,你需要在開發模式編輯標準Web窗體 +Gateway Controller,網關控制器 +Link to Bootstrap CSS,鏈接來引導CSS, +camera,相機 +Brand HTML,品牌的HTML, +_doctype,_文件格式 +Email Template,電子郵件模板 +Header and Description,標題和描述 +Both login and password required,需要登錄名稱和密碼 +Please refresh to get the latest document.,請更新以取得最新的文檔。 +Security Settings,安全設置 +Operators,運營商 +Add Column,添加欄 +Export Report: {0},出口報告:{0} +Filter Meta,過濾元 +Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,要顯示的文本鏈接網頁,如果這種形式有一個網頁。線路路由會自動生成基於`page_name`和`parent_website_route` +Feedback Trigger,反饋觸發 +Not allowed for {0} = {1} in Row {2},對於{2}行中的{0} = {1}不允許 +Backup Limit,備份限制 +Message-id,郵件ID, +Patch,補丁 +Failed,失敗 +Allow Comments,允許評論 +Background Style,背景樣式 +Bypass Two Factor Auth for users who login from restricted IP Address,為受限IP地址登錄的用戶繞過雙因素身份驗證 +{0} to stop receiving emails of this type,{0}停止接收此類型的電子郵件 +Open your authentication app on your mobile phone.,在您的手機上打開您的認證應用程序。 +merged {0} into {1},{0}合併為{1} +mm-dd-yyyy,mm-dd-yyyy, +New Connection,新的連接 +"Sorry, you're not authorized.",對不起,你沒有授權。 +{0} logged in,{0}已登入 +Your login id is,您的登錄ID是 +Skip Authorization,跳過授權 +Amount Field,金額字段 +Send Notifications To,發送通知給 +Max 500 records at a time,最大500條記錄在一個時間 +"If your data is in HTML, please copy paste the exact HTML code with the tags.",如果你的數據是HTML,請複製粘貼的標籤準確的HTML代碼。 +Meeting,會議 +Unable to open attached file. Did you export it as CSV?,無法打開附加的文件。你導出為CSV? +Ignore User Permissions,忽略用戶權限 +Please ask your administrator to verify your sign-up,請向管理員詢問,以確認您的註冊 +Active Domains,活動域 +Show Log,顯示日誌 diff --git a/frappe/utils/telemetry.py b/frappe/utils/telemetry.py index 4042c0b65e..b5bc13dd57 100644 --- a/frappe/utils/telemetry.py +++ b/frappe/utils/telemetry.py @@ -40,8 +40,8 @@ def init_telemetry(): frappe.local.posthog = Posthog(posthog_project_id, host=posthog_host) -def capture(event, app): +def capture(event, app, **kwargs): init_telemetry() ph: Posthog = getattr(frappe.local, "posthog", None) with suppress(Exception): - ph and ph.capture(frappe.local.site, f"{app}_{event}") + ph and ph.capture(distinct_id=frappe.local.site, event=f"{app}_{event}", **kwargs) diff --git a/frappe/website/page_renderers/template_page.py b/frappe/website/page_renderers/template_page.py index 84d376feb4..77e14a3803 100644 --- a/frappe/website/page_renderers/template_page.py +++ b/frappe/website/page_renderers/template_page.py @@ -50,7 +50,7 @@ class TemplatePage(BaseTemplatePage): and /templates/pages folders and sets path if match is found """ folders = get_start_folders() - for app in frappe.get_installed_apps(frappe_last=True): + for app in reversed(frappe.get_installed_apps()): app_path = frappe.get_app_path(app) for dirname in folders: