Antonio Nardella
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    // File Creation: 18/05/2022 09:51:16, ©2021 Silicon Droid Inc. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // ____ ___ _ ___ ____ ___ _ _ ____ ____ ___ ___ ____ // // / ___|_ _| | |_ _/ ___/ _ \| \ | | | _ \| _ \ / _ \_ _| _ \ // // \___ \| || | | | | | | | | \| | | | | | |_) | | | | || | | | // // ___) | || |___ | | |__| |_| | |\ | | |_| | _ <| |_| | || |_| | // // |____/___|_____|___\____\___/|_| \_| |____/|_| \_\\___/___|____/ // // // /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef DEF_SD_Object_Language_en #define DEF_SD_Object_Language_en #include "SD_Defines.h" #include "SD_Object_LanguageData.h" //----------------------------------------------------------------------------------------------------------------------------- // ITALIAN //----------------------------------------------------------------------------------------------------------------------------- PROGMEM const char IT_LW_ABOUT[] = {"info"};//THIS GOES ON BUTTON THAT GIVES INFO ABOUT ADDRESS INDEXES PROGMEM const char IT_LW_ADD[] = {"aggiungi"};//add PROGMEM const char IT_LW_ADDRESS[] = {"indirizzo"};//address PROGMEM const char IT_LW_ADDRESSES[] = {"indirizzi"};//addresses PROGMEM const char IT_LW_ADDRESSESCANTCREATE[] = {"non è stato possibile creare l'indirizzo per l'indice"};//the address could not be created for index PROGMEM const char IT_LW_ADDRESSESCREATED[] = {"l'indirizzo è stato creato per l'indice"};//the address has been created for index PROGMEM const char IT_LW_ADDRESSESDELETED[] = {"l'indirizzo è stato cancellato per l'indice"};//the address has been deleted for index PROGMEM const char IT_LW_ADDRESSESEMPTY[] = {"non hai ancora creato nessun indirizzo"};//you have not created any addresses yet PROGMEM const char IT_LW_ADDRESSESENTER[] = {"inserire un indice di indirizzo compreso tra 0 e"};//enter an address index between 0 and PROGMEM const char IT_LW_ADDRESSESFULL[] = {"hai creato gli indirizzi massimi consentiti"};//you have created the maximum allowed addresses PROGMEM const char IT_LW_ADDRESS_ABOUT[] = {"gli indici di indirizzi dispari sono indirizzi interni in firefly. Anche gli indici di indirizzi sono indirizzi pubblici in firefly."};//Odd address indexes are internal addresses in firefly. Even address indexes are public addresses in firefly. PROGMEM const char IT_LW_ADDRESS_FROM[] = {"indirizzo da"};//address from PROGMEM const char IT_LW_ADDRESS_TO[] = {"indirizzo a"};//address to PROGMEM const char IT_LW_AMOUNT[] = {"importo"};//amount PROGMEM const char IT_LW_APPS[] = {"app"};//apps PROGMEM const char IT_LW_AUTHORIZATION[] = {"autorizzazione"};//authorization PROGMEM const char IT_LW_BALANCE[] = {"saldo"};//balance PROGMEM const char IT_LW_BALANCE_INSUFICCIENT[] = {"saldo insufficiente"};//insufficient balance PROGMEM const char IT_LW_BALANCE_NEW[] = {"nuovo saldo"};//new balance PROGMEM const char IT_LW_BALANCE_OLD[] = {"vecchio saldo"};//old balance PROGMEM const char IT_LW_BRIGHTNESS[] = {"luminosità"};//brightness PROGMEM const char IT_LW_CALCULATOR[] = {"calcolatrice"};//calculator PROGMEM const char IT_LW_CALENDAR[] = {"calendario"};//calendar PROGMEM const char IT_LW_CLOCK[] = {"orologio"};//clock PROGMEM const char IT_LW_COLOR[] = {"colore"};//color PROGMEM const char IT_LW_CONTACT_NOTFOUND[] = {"errore, impossibile trovare il contatto per il nome"};//error, could not find the contact for name PROGMEM const char IT_LW_CONTACTADD_BADCHARCOUNT[] = {"il conteggio dei caratteri previsto è"};//expected character count is PROGMEM const char IT_LW_CONTACTADD_BADPREFIX[] = {"il prefisso dell'indirizzo previsto è"};//expected address prefix is PROGMEM const char IT_LW_CONTACTADD_EMPTYNAME[] = {"il nome del contatto non può essere vuoto"};//contact name cannot be empty PROGMEM const char IT_LW_CONTACTADD_NOTALPHANUM[] = {"contiene un carattere non alfanumerico"};//contains a none alpha numeric character PROGMEM const char IT_LW_CONTACTADD_VALID[] = {"questo nome è stato aggiunto ai tuoi contatti"};//this name has been added to your contacts PROGMEM const char IT_LW_CONTACTDEL_GOOD[] = {"questo nome è stato rimosso dai tuoi contatti"};//this name has been removed from your contacts PROGMEM const char IT_LW_CONTACTDEL_FAIL[] = {"errore, questo nome non può essere rimosso dai tuoi contatti"};//error, this name could not be removed from your contacts PROGMEM const char IT_LW_CONTACTEDIT_GOOD[] = {"il nome del contatto è stato cambiato in"};//the contact name has been changed to PROGMEM const char IT_LW_CONTACTS[] = {"contatti"};//contacts PROGMEM const char IT_LW_CONTACTS_EMPTY[] = {"non hai ancora creato nessun contatto"};//you have not created any contacts yet PROGMEM const char IT_LW_CONTACTS_FULL[] = {"hai già il numero massimo di contatti"};//you already have the maximum number of contacts PROGMEM const char IT_LW_CONFIRM[] = {"conferma"};//confirm PROGMEM const char IT_LW_CREATE[] = {"crea"};//create PROGMEM const char IT_LW_DATE[] = {"data"};//date PROGMEM const char IT_LW_DATE_YMD[] = {"amg"};//ymd PROGMEM const char IT_LW_DATE_YQMWD[] = {"ATMSG"};//YQMWD PROGMEM const char IT_LW_DAYLETTERS[] = {"dlmmgvs"};//smtwtfs PROGMEM const char IT_LW_DAY_SUN[] = {"dom"};//sun PROGMEM const char IT_LW_DAY_MON[] = {"lun"};//mon PROGMEM const char IT_LW_DAY_TUE[] = {"mar"};//tue PROGMEM const char IT_LW_DAY_WED[] = {"mer"};//wed PROGMEM const char IT_LW_DAY_THU[] = {"gio"};//thu PROGMEM const char IT_LW_DAY_FRI[] = {"ven"};//fri PROGMEM const char IT_LW_DAY_SAT[] = {"sab"};//sat PROGMEM const char IT_LW_DEFAULT_MSG[] = {"inserisci un messaggio predefinito per le tue transazioni di invio"};//enter a default message for your send transactions PROGMEM const char IT_LW_DEFAULT_TAG[] = {"inserisci un tag identificativo predefinito per le tue transazioni di invio"};//enter a default identifier tag for your send transactions PROGMEM const char IT_LW_DELETE[] = {"eliminare"};//delete PROGMEM const char IT_LW_DELETECONFIRM[] = {"sei sicuro di voler eliminare questo portafoglio? puoi ripristinare un portafoglio cancellato solo se hai la tua frase di 24 parole!"};//are you sure you want to delete this wallet? you can only restore a deleted wallet if you have your 24 word phrase! PROGMEM const char IT_LW_DICE[] = {"dado"};//dice PROGMEM const char IT_LW_EDIT[] = {"modifi"};//edit PROGMEM const char IT_LW_ENABLE[] = {"abilitare"};//enable PROGMEM const char IT_LW_ENTER[] = {"invio"};//enter PROGMEM const char IT_LW_ENTERADDRESS[] = {"inserire indirizzo"};//enter address PROGMEM const char IT_LW_ENTERNAME[] = {"inser il nome"};//enter name PROGMEM const char IT_LW_ENTERNOW[] = {"inser ora"};//enter now PROGMEM const char IT_LW_ENTERWORD[] = {"inser parola"};//enter word PROGMEM const char IT_LW_ERROR[] = {"errore"};//error PROGMEM const char IT_LW_FIAT[] = {"fiat"};//fiat PROGMEM const char IT_LW_FIATCHANGED[] = {"il tipo di valuta fiat è stato cambiato in"};//fiat money type has been changed to PROGMEM const char IT_LW_FLASHLIGHT[] = {"torcia"};//flashlight PROGMEM const char IT_LW_GAMES[] = {"giochi"};//games PROGMEM const char IT_LW_GAME_1[] = {"gioco 1"};//game 1 PROGMEM const char IT_LW_GAME_2[] = {"gioco 2"};//game 2 PROGMEM const char IT_LW_GAME_3[] = {"gioco 3"};//game 3 PROGMEM const char IT_LW_GAME_4[] = {"gioco 4"};//game 4 PROGMEM const char IT_LW_HOST[] = {"ospite"};//host PROGMEM const char IT_LW_INDEX[] = {"indice"};//index PROGMEM const char IT_LW_IOTAINVALIDADDRESS[] = {"indirizzo iota non valido"};//invalid iota address PROGMEM const char IT_LW_IOTANODE[] = {"nodo iota"};//iota node PROGMEM const char IT_LW_LANGUAGE[] = {"lingua"};//language PROGMEM const char IT_LW_LANGUAGE_SELF[] = {"italiano"};//italian PROGMEM const char IT_LW_MAINMENU[] = {"menu principale"};//main menu PROGMEM const char IT_LW_MESSAGE[] = {"messaggio"};//message PROGMEM const char IT_LW_MESSAGEID[] = {"id messaggio"};//message id PROGMEM const char IT_LW_MON_LETTERS[] = {"gen,feb,mar,apr,mag,giu,lug,ago,set,ott,nov,dic"};//jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec PROGMEM const char IT_LW_MON_JAN[] = {"gen"};//jan PROGMEM const char IT_LW_MON_FEB[] = {"feb"};//feb PROGMEM const char IT_LW_MON_MAR[] = {"mar"};//mar PROGMEM const char IT_LW_MON_APR[] = {"apr"};//apr PROGMEM const char IT_LW_MON_MAY[] = {"mag"};//may PROGMEM const char IT_LW_MON_JUN[] = {"giu"};//jun PROGMEM const char IT_LW_MON_JUL[] = {"lug"};//jul PROGMEM const char IT_LW_MON_AUG[] = {"ago"};//aug PROGMEM const char IT_LW_MON_SEP[] = {"set"};//sep PROGMEM const char IT_LW_MON_OCT[] = {"ott"};//oct PROGMEM const char IT_LW_MON_NOV[] = {"nov"};//nov PROGMEM const char IT_LW_MON_DEC[] = {"dic"};//dec PROGMEM const char IT_LW_NAME[] = {"nome"};//name PROGMEM const char IT_LW_NETWORK[] = {"rete"};//network PROGMEM const char IT_LW_NIGHTMODE[] = {"modalità notturna"};//night mode PROGMEM const char IT_LW_NODATA[] = {"nessun dato"};//no data PROGMEM const char IT_LW_NODEINFO[] = {"info sul nodo"};//node info PROGMEM const char IT_LW_NOITEMS[] = {"nessun oggetto"};//no items PROGMEM const char IT_LW_OPERATIONERROR[] = {"l'operazione eseguita con un errore"};//the operation executed with an error PROGMEM const char IT_LW_OPERATIONSUCCESSFUL[] = {"l'operazione è stata eseguita correttamente"};//the operation was executed successfully PROGMEM const char IT_LW_PINCHANGE[] = {"cambia pin"};//change pin PROGMEM const char IT_LW_PINCHANGED[] = {"il codice pin è stato modificato correttamente"};//the pin code has been changed successfully PROGMEM const char IT_LW_PINENTER[] = {"inserisci pin"};//enter pin PROGMEM const char IT_LW_PINOLD[] = {"vecchio pin"};//old pin PROGMEM const char IT_LW_PINNEW[] = {"nuovo pin"};//new pin PROGMEM const char IT_LW_PINSET[] = {"impostare pin"};//set pin PROGMEM const char IT_LW_PINUSE[] = {"usa il pin "};//use pin PROGMEM const char IT_LW_PINWRONG[] = {"pin sbagliato"};//wrong pin PROGMEM const char IT_LW_PINWRONG_LEN[] = {"il codice pin deve avere una lunghezza compresa tra 4 e 8 cifre!"};//the pin code must be between 4 and 8 digits in length! PROGMEM const char IT_LW_PINWRONG_NUM[] = {"il codice pin che hai inserito non è corretto!"};//the pin code you entered is not correct! PROGMEM const char IT_LW_PORT[] = {"porta"};//port PROGMEM const char IT_LW_NOTIMPLEMENTED[] = {"non implementato"};//not implemented PROGMEM const char IT_LW_PASSWORD[] = {"parola d'ordine"};//password PROGMEM const char IT_LW_PHONEAPP[] = {"app per tele"};//phone app PROGMEM const char IT_LW_POWERCABLE[] = {"questa funzione richiede il collegamento del cavo di ricarica!"};//this function requires the charge cable to be plugged in! PROGMEM const char IT_LW_POWERCYCLE[] = {"riavviare"};//reboot PROGMEM const char IT_LW_POWERMETER[] = {"potenza"};//power meter PROGMEM const char IT_LW_POWEROFF[] = {"spegni"};//power off PROGMEM const char IT_LW_QRCODE[] = {"qr code"};//qr code PROGMEM const char IT_LW_RECEIVE[] = {"ricevere"};//receive PROGMEM const char IT_LW_RECIPIENT[] = {"destinatario"};//recipient PROGMEM const char IT_LW_RESET[] = {"ripristina"};//reset PROGMEM const char IT_LW_RESETSURE[] = {"questo cancellerà tutti i tuoi dati memorizzati! sei sicuro di volerlo fare?"};//this will erase all of your stored data! are you sure you want to do this? PROGMEM const char IT_LW_RESULT[] = {"risultato"};//result PROGMEM const char IT_LW_SEEDSAFETY[] = {"non dare mai le tue parole seme a nessuno! se lo fai, i tuoi token IOTA potranno essere rubati."};//never give your seed words to anybody! if you do your iota can be stolen. PROGMEM const char IT_LW_SEEDWORDS[] = {"parole seme"};//seed words PROGMEM const char IT_LW_SELECT[] = {"seleziona"};//select PROGMEM const char IT_LW_SELFTEST[] = {"self test"};//self test PROGMEM const char IT_LW_SEND[] = {"invia"};//send PROGMEM const char IT_LW_SENDTOSAMEADDRESS[] = {"gli indirizzi di origine e di destinazione sono gli stessi"};//the source and destination addresses are the same PROGMEM const char IT_LW_SENT[] = {"inviato"};//sent PROGMEM const char IT_LW_SETTINGS[] = {"impostazioni"};//settings PROGMEM const char IT_LW_SHOWBALANCE[] = {"mostra saldo"};//show balance PROGMEM const char IT_LW_SHOWSEED[] = {"mostra seme"};//show seed PROGMEM const char IT_LW_SLEEPDEEP[] = {"sonno profondo"};//deep sleep PROGMEM const char IT_LW_SLEEPLIGHT[] = {"sonno leggero"};//light sleep PROGMEM const char IT_LW_SPIRITLEVEL[] = {"livella a bolla"};//spirit level PROGMEM const char IT_LW_STATUS[] = {"stato"};//status PROGMEM const char IT_LW_SUCCESSFUL[] = {"successo"};//successful PROGMEM const char IT_LW_SUFFIX[] = {"suffisso"};//suffix PROGMEM const char IT_LW_SYSINFO[] = {"sysinfo"};//sysinfo PROGMEM const char IT_LW_THERMOMETER[] = {"termometro"};//thermometer PROGMEM const char IT_LW_TAG[] = {"etichetta"};//tag PROGMEM const char IT_LW_TIME[] = {"tempo"};//time PROGMEM const char IT_LW_TIME_HMS[] = {"oms"};//hms PROGMEM const char IT_LW_TIMESYNCH[] = {"tempo di sync"};//synch time PROGMEM const char IT_LW_TIMESYNCH_NO[] = {"problema di sincronizzazione del tempo con l'host remoto."};//problem synchronising time to remote host. PROGMEM const char IT_LW_TIMESYNCH_OK[] = {"l'ora è stata sincronizzata correttamente con l'host remoto."};//time has been succesfully synchronized to remote host. PROGMEM const char IT_LW_TOCONTACT[] = {"per contat"};//to contact PROGMEM const char IT_LW_TOSELF[] = {"a sé"};//to self PROGMEM const char IT_LW_TOTAL[] = {"totale"};//total PROGMEM const char IT_LW_TRANSACTION[] = {"transazione"};//transaction PROGMEM const char IT_LW_TRANSACTIONID[] = {"id transazione"};//transaction id PROGMEM const char IT_LW_TRANSFER[] = {"trasferimento"};//transfer PROGMEM const char IT_LW_TURNOFF[] = {"spegni"};//turn off PROGMEM const char IT_LW_UNDEFINED[] = {"non definito"};//undefined PROGMEM const char IT_LW_UPDATE[] = {"aggiorna"};//update PROGMEM const char IT_LW_UPDATE_AVAILABLE[] = {"aggiorna il tuo firmware dal numero di build"};//update your firmware from build number PROGMEM const char IT_LW_UPDATE_FAILED[] = {"l'aggiornamento del firmware non è riuscito, riprova più tardi"};//the firmware update failed, please try again later PROGMEM const char IT_LW_UPDATE_NOTNEEDED[] = {"hai già l'ultimo numero di build del firmware"};//you already have the latest firmware build number PROGMEM const char IT_LW_USER[] = {"utente"};//user PROGMEM const char IT_LW_USERNAME[] = {"nome utente"};//user name PROGMEM const char IT_LW_VIEW[] = {"visualizza"};//view PROGMEM const char IT_LW_VOLUME[] = {"volume"};//volume PROGMEM const char IT_LW_WAIT[] = {"aspettare"};//wait PROGMEM const char IT_LW_WALLET[] = {"portafoglio"};//wallet PROGMEM const char IT_LW_WALLET_CREATE[] = {"crea portafoglio"};//create wallet PROGMEM const char IT_LW_WALLET_DELETED[] = {"il portafoglio è stato eliminato"};//wallet has been deleted PROGMEM const char IT_LW_WALLET_RESTORE[] = {"ripristina wallet"};//restore wallet PROGMEM const char IT_LW_WATCH[] = {"orologio"};//watch PROGMEM const char IT_LW_WIFI[] = {"wifi"};//wifi PROGMEM const char IT_LW_WIFI_DISCONNECTED[] = {"wifi disconnesso"};//wifi disconnected PROGMEM const char IT_LW_WIFI_REQUIRED[] = {"per questa funzione è necessaria una connessione wifi funzionante, abilita e configura il tuo wifi nel menu delle impostazioni."};//a working wifi connection is required for this function, enable and configure your wifi in the settings menu. PROGMEM const char IT_LW_WORD[] = {"parola"};//word PROGMEM const char IT_LW_WORDLIST[] = {"elenco parole"};//word list PROGMEM const char IT_LW_WORDLIST_ENTERWRONG[] = {"hai inserito una parola non valida."};//you entered an invalid word. PROGMEM const char IT_LW_WORDLIST_RESTORE[] = {"inserisci le parole dal tuo elenco di parole scritto."};//enter the words from your written down word list. PROGMEM const char IT_LW_WORDLIST_VALIDATE[] = {"ora verificheremo che tu abbia scritto correttamente la tua lista di parole."};//now we will check that you have written your word list correctly. PROGMEM const char IT_LW_WORDLIST_VALIDATED[] = {"hai scritto correttamente la tua lista di parole, conservala in un luogo sicuro, non dire mai le tue parole a un'altra persona."};//you have written your word list correctly, store it in a safe place, never tell your words to another person. PROGMEM const char IT_LW_WORDLIST_WRITEDOWN[] = {"annota il seguente elenco di parole."};//write down the following word list.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully