mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 04:25:42 +02:00
doc: update italian translations and docs
This commit is contained in:
committed by
Sebastien Helleu
parent
fb78fe4e44
commit
07727a97c9
@@ -1,33 +1,33 @@
|
||||
[[command_alias_alias]]
|
||||
[command]*`alias`* crea un alias per un comando::
|
||||
........................................
|
||||
/alias [-completion <completion>] <alias> [<command> [;<command>...]]
|
||||
/alias [-completion <completamento>] <alias> [<comando> [;<comando>...]]
|
||||
|
||||
completion: completion for alias (optional, by default completion is done with target command)
|
||||
alias: name of alias (can start or end with "*" for alias listing)
|
||||
command: command name with arguments (many commands can be separated by semicolons)
|
||||
completamento: completamento per l'alias (opzionale, per default il completamento viene eseguito con il comando di destinazione)
|
||||
alias: nome dell'alias (può iniziare o terminare con "*" per elencare gli alias)
|
||||
comando: nome del comando (comandi multipli vanno separati da punto e virgola)
|
||||
|
||||
Without argument, this command lists all defined alias.
|
||||
Senza argomento, questo comando elenca tutti gli alias definiti.
|
||||
|
||||
Note: in command, special variables are replaced:
|
||||
$n: argument 'n' (between 1 and 9)
|
||||
$-m: arguments from 1 to 'm'
|
||||
$n-: arguments from 'n' to last
|
||||
$n-m: arguments from 'n' to 'm'
|
||||
$*: all arguments
|
||||
$~: last argument
|
||||
$nick: current nick
|
||||
$channel: current channel
|
||||
$server: current server
|
||||
Nota: nel comando, vengono sostituite le variabili speciali:
|
||||
$n: argomento 'n' (tra 1 e 9)
|
||||
$-m: argomenti da 1 a 'm'
|
||||
$n-: argomenti da 'n' all'ultimo
|
||||
$n-m: argomenti da 'n' a 'm'
|
||||
$*: tutti gli argomenti
|
||||
$~: l'ultimo argomento
|
||||
$nick: nick corrente
|
||||
$channel: canale corrente
|
||||
$server: server corrente
|
||||
|
||||
To remove an alias, use command /unalias.
|
||||
Per rimuovere un alias, usare il comando /unalias.
|
||||
|
||||
Examples:
|
||||
alias /split to split window horizontally:
|
||||
Esempi:
|
||||
alias /split per dividere la finestra orizzontalmente:
|
||||
/alias split /window splith
|
||||
alias /hello to say "hello" on all channels but not on #weechat:
|
||||
/alias hello /allchan -exclude=#weechat msg * hello
|
||||
alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin:
|
||||
alias /ciao per dire "ciao" su tutti i canali tranne #weechat:
|
||||
/alias ciao /allchan -exclude=#weechat msg * ciao
|
||||
alias /forcejoin per inviare il comando IRC "forcejoin" con il completamento di /sajoin:
|
||||
/alias -completion %%sajoin forcejoin /quote forcejoin
|
||||
........................................
|
||||
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
disable
|
||||
addword [<lingua>] <parola>
|
||||
|
||||
dictlist: show installed dictionaries
|
||||
enable: enable aspell on current buffer
|
||||
disable: disable aspell on current buffer
|
||||
addword: add a word in your personal aspell dictionary
|
||||
dictlist: mostra i dizionari installati
|
||||
enable: abilita aspell sul buffer corrente
|
||||
disable: disabilita aspell sul buffer corrente
|
||||
addword: aggiunge una parola nel dizionario personale aspell
|
||||
|
||||
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
|
||||
La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi (consultare /set aspell.check.commands).
|
||||
|
||||
To enable aspell on all buffers, use option "default_dict", for example:
|
||||
/set aspell.check.default_dict "en"
|
||||
Per abilitare aspell su tutti i buffer, usare l'opzione "default_dict", ad esempio:
|
||||
/set aspell.check.default_dict "it"
|
||||
........................................
|
||||
|
||||
|
||||
@@ -55,27 +55,27 @@ Senza argomento, il comando mostra la lista dei ban per il canale corrente.
|
||||
[[command_irc_connect]]
|
||||
[command]*`connect`* connette ad uno o più server IRC::
|
||||
........................................
|
||||
/connect <server> [<server>...] [-<option>[=<value>]] [-no<option>] [-nojoin] [-switch]
|
||||
/connect <server> [<server>...] [-<opzione>[=<valore>]] [-no<option>] [-nojoin] [-switch]
|
||||
-all|-open [-nojoin] [-switch]
|
||||
|
||||
server: server name, which can be:
|
||||
- internal server name (created by /server add, recommended usage)
|
||||
- hostname/port or IP/port (this will create a TEMPORARY server), port is 6667 by default
|
||||
- URL with format: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]]
|
||||
option: set option for server (for boolean option, value can be omitted)
|
||||
nooption: set boolean option to 'off' (for example: -nossl)
|
||||
-all: connect to all servers defined in configuration
|
||||
-open: connect to all opened servers that are not currently connected
|
||||
-nojoin: do not join any channel (even if autojoin is enabled on server)
|
||||
-switch: switch to next server address
|
||||
server: nome del server, che può essere:
|
||||
- nome interno del server (creato da /server add, uso raccomandato)
|
||||
- nome host/porta o IP/porta (in questo modo viene creato un server
|
||||
TEMPORANEO), la porta 6667 è la predefinita
|
||||
- URL con il formato: irc[6][s]://[nick[:password]@]irc.esempio.org[:porta][/#canale1][,#canale2[...]]
|
||||
opzione: imposta opzione per il server (per un'opzione bool, il valore può essere omesso)
|
||||
nooption: imposta un'opzione bool su 'off' (ad esempio: -nossl)
|
||||
-all: connette a tutti i server definiti nella configurazione
|
||||
-open: connette a tutti i server aperti a cui non si è connessi
|
||||
-nojoin: non entra su nessun canale (anche se l'ingresso automatico è attivo sul server)
|
||||
-switch: passa al successivo indirizzo del server
|
||||
|
||||
Examples:
|
||||
Esempi:
|
||||
/connect freenode
|
||||
/connect irc.oftc.net/6667
|
||||
/connect irc6.oftc.net/6667 -ipv6
|
||||
/connect irc6.oftc.net/6697 -ipv6 -ssl
|
||||
/connect my.server.org/6697 -ssl -password=test
|
||||
/connect irc://nick@irc.oftc.net/#channel
|
||||
/connect mio.server.org/6697 -ssl -password=test
|
||||
/connect -switch
|
||||
........................................
|
||||
|
||||
@@ -308,7 +308,7 @@ messaggio: messaggio da inviare
|
||||
[[command_irc_mode]]
|
||||
[command]*`mode`* cambia modalità canale o utente::
|
||||
........................................
|
||||
/mode [<channel>] [+|-]o|p|s|i|t|n|m|l|b|e|v|k [<arguments>]
|
||||
/mode [<canale>] [+|-]o|p|s|i|t|n|m|l|b|e|v|k [<arguments>]
|
||||
<nick> [+|-]i|s|w|o
|
||||
|
||||
modalità canale:
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `red`)
|
||||
|
||||
* [[option_irc.color.mirc_remap]] *irc.color.mirc_remap*
|
||||
** descrizione: `remap mirc colors in messages using a hashtable: keys are "fg,bg" as integers between -1 (not specified) and 15, values are WeeChat color names or numbers (format is: "1,-1:color1;2,7:color2"), example: "1,-1:darkgray;1,2:white,blue" to remap black on any bg to "darkgray" and black on blue to "white,blue"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** descrizione: `riordina i colori mirc nei messaggi usando una tabella hash: le chiavi sono "fg,bg" come interi tra -1 (non specificato) e 15, i valori sono i numeri oppure i nomi dei colori di WeeChat (il formato è: "1,-1:colore1;2,7:colore2"), esempio: "1,-1":darkgray;1,2:white,blue" per riordinare dal nero su qualsiasi colore di sfondo a "darkgray" e dal nero su blu a "white,blue"; i colori predefiniti di WeeChat per i codici IRC: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"1,-1:darkgray"`)
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -264,7 +264,7 @@
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `default`)
|
||||
|
||||
* [[option_weechat.completion.base_word_until_cursor]] *weechat.completion.base_word_until_cursor*
|
||||
** descrizione: `if enabled, the base word to complete ends at char before cursor; otherwise the base word ends at first space after cursor`
|
||||
** descrizione: `se abilitata, la parola base da completare termina al carattere prima del cursore; altrimenti la parola base termina al primo spazio dopo il cursore`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
** valori: 0 .. 2147483647 (valore predefinito: `5`)
|
||||
|
||||
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
|
||||
** descrizione: `maximum number of minutes in history per buffer (0 = unlimited, examples: 1440 = one day, 10080 = one week, 43200 = one month, 525600 = one year)`
|
||||
** descrizione: `numero massimo di minuti nella cronologia per buffer (0 = nessun limite, esempi: 1440 = un giorno, 10000 = una settimana; 43200 = un mese, 525600 = un anno)`
|
||||
** tipo: intero
|
||||
** valori: 0 .. 2147483647 (valore predefinito: `0`)
|
||||
|
||||
@@ -729,7 +729,7 @@
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* [[option_weechat.plugin.extension]] *weechat.plugin.extension*
|
||||
** descrizione: `comma separated list of file name extensions for plugins`
|
||||
** descrizione: `elenco separato da virgole di estensioni dei nomi file per i plugin`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `".so,.dll"`)
|
||||
|
||||
|
||||
@@ -288,9 +288,8 @@ tali problemi, è necessario disabilitare questa opzione.
|
||||
|
||||
Una soluzione alternativa è l'uso di uno dei seguenti script:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
urlserver.py::
|
||||
shorten URLs with HTTP server in script
|
||||
abbrevia gli URL con il server HTTP nello script
|
||||
|
||||
urlbar.py::
|
||||
visualizza URL in una barra
|
||||
|
||||
@@ -17,9 +17,8 @@ Introduzione
|
||||
WeeChat (Wee Enhanced Environment for Chat) è un client di chat libero,
|
||||
veloce e leggero, realizzato per molti sistemi operativi.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
This manual documents way to write scripts for WeeChat, using one of supported
|
||||
script languages:
|
||||
Questo manuale documenta come scrivere script per WeeChat, usando uno dei
|
||||
linguaggi di scripting supportati:
|
||||
|
||||
* python
|
||||
* perl
|
||||
@@ -72,11 +71,10 @@ Tcl
|
||||
Guile (scheme)
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
// TRANSLATION MISSING
|
||||
* Functions are called with `(weechat:xxx arg1 arg2 ...)`
|
||||
* Following functions take one list of arguments (instead of many arguments
|
||||
for other functions), because number of arguments exceed number of allowed
|
||||
arguments in Guile:
|
||||
* Le funzioni sono chiamate con `(weechat:xxx arg1 arg2 ...)`
|
||||
* Le seguenti funzioni prendono un elenco di argomenti (invece di più argomenti
|
||||
come per le altre funzioni), poiché il numero di argomenti eccede il numero
|
||||
di argomenti consentiti in Guile:
|
||||
** config_new_section
|
||||
** config_new_option
|
||||
** bar_new
|
||||
|
||||
@@ -537,8 +537,7 @@ Tasti per buffer / finestre
|
||||
| @k(A-)@k(z) | Ingrandimento sulla finestra attiva (@k(A-)@k(z) di nuovo: ripristina lo stato iniziale della finestra, prima dell'ingrandimento) | /window zoom
|
||||
| @k(A-)@k(<) | Passa al buffer precedente nella lista dei buffer visitati | /input jump_previously_visited_buffer
|
||||
| @k(A-)@k(>) | Passa al buffer successivo nella lista dei buffer visitati | /input jump_next_visited_buffer
|
||||
// TRANSLATION MISSING
|
||||
| @k(A-)@k(/) | Switch to last buffer displayed (before last jump to a buffer) | /input jump_last_buffer_displayed
|
||||
| @k(A-)@k(/) | Passa all'ultimo buffer mostrato (prima dell'ultimo passaggio ad un buffer) | /input jump_last_buffer_displayed
|
||||
| @k(A-)@k(=) | Attiva/disattiva filtri | /filter toggle
|
||||
|========================================
|
||||
|
||||
@@ -826,9 +825,8 @@ e "a tutti" in rosso chiaro sottolineato:
|
||||
^Cc12^Cbciao ^Cb^Cc04^Cua tutti^Cu^Cc !
|
||||
----------------------------------------
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[NOTE]
|
||||
In irc plugin, you can remap these colors using option
|
||||
Nel plugin irc, si possono riorganizzare i colori usando l'opzione
|
||||
<<option_irc.color.mirc_remap,irc.color.mirc_remap>>.
|
||||
|
||||
[[colors]]
|
||||
|
||||
Reference in New Issue
Block a user