📄 mesg_it.js
字号:
/* mesg_it.js "charset=utf-8"{{IS_NOTE Purpose: Locale dependent message Description: History: Aug 10, 2006, Created by Matteo Barbieri}}IS_NOTECopyright (C) 2006 Potix Corporation. All Rights Reserved.{{IS_RIGHT This program is distributed under GPL Version 2.0 in the hope that it will be useful, but WITHOUT ANY WARRANTY.}}IS_RIGHT*/mesg = {};mesg.NOT_FOUND = "Non trovato: ";mesg.UNSUPPORTED = "Non ancora supportato: ";mesg.FAILED_TO_SEND = "Invio della richiesta al server fallito: ";mesg.FAILED_TO_RESPONSE = "Il server ha fallito nel elaborare la tua richiesta: ";mesg.UNSUPPORTED_BROWSER = "Browser non supportato: ";mesg.ILLEGAL_RESPONSE = "Risposta sconosciuta inviata dal server. Per favore ricarica la pagina e riprova.\n";mesg.FAILED_TO_PROCESS = "Errore nell'elaborazione di ";mesg.UUID_REQUIRED = "L'UUID è obbligatorio";mesg.INVALID_STRUCTURE = "Struttura errata: ";mesg.COMP_OR_UUID_REQUIRED = "Il componente od il suo UUID sono obbligatori";mesg.NUMBER_REQUIRED = "Devi inserire un numero al posto di ";mesg.INTEGER_REQUIRED = "Devi inserire un intero al posto di ";mesg.EMPTY_NOT_ALLOWED = "Non è permesso il campo vuoto.\nNon puoi neanche inserire solamente spazi.";mesg.GOTO_ERROR_FIELD = "Arrivato al campo sbagliato";mesg.PLEASE_WAIT = "Attendere...";mesg.FILE_SIZE = "Dimensione file: ";mesg.KBYTES = "KB";mesg.CANCEL="Annulla";mesg.FAILED_TO_LOAD="Failed to load ";mesg.FAILED_TO_LOAD_DETAIL="It may be caused by bad traffic. You could reload this page and try again.";mesg.CAUSE="Cause: ";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -