diff --git a/languages/af-ZA.lang.yaml b/languages/af-ZA.lang.yaml index f52e17c4..75bd8fd8 100644 --- a/languages/af-ZA.lang.yaml +++ b/languages/af-ZA.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Afrikaans" +#code - this is what the language will be referred to in our list of languages code: "af" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/ar-SA.lang.yaml b/languages/ar-SA.lang.yaml index cec6d0d7..55fb375d 100644 --- a/languages/ar-SA.lang.yaml +++ b/languages/ar-SA.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "العربية" +#code - this is what the language will be referred to in our list of languages code: "ar" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/bs-BA.lang.yaml b/languages/bs-BA.lang.yaml index 972c4cc9..74b2436f 100644 --- a/languages/bs-BA.lang.yaml +++ b/languages/bs-BA.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Bosanski" +#code - this is what the language will be referred to in our list of languages code: "bs" +#contributors - people who have contributed to this translation contributors: "Elvedin Husic " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/ca-ES.lang.yaml b/languages/ca-ES.lang.yaml index 151a3b74..75cbfcee 100644 --- a/languages/ca-ES.lang.yaml +++ b/languages/ca-ES.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Català" +#code - this is what the language will be referred to in our list of languages code: "ca" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/cs-CZ.lang.yaml b/languages/cs-CZ.lang.yaml index c87ab5b2..8272269e 100644 --- a/languages/cs-CZ.lang.yaml +++ b/languages/cs-CZ.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Čeština" +#code - this is what the language will be referred to in our list of languages code: "cs" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/da-DK.lang.yaml b/languages/da-DK.lang.yaml index 9f8a7ccf..ecd218ab 100644 --- a/languages/da-DK.lang.yaml +++ b/languages/da-DK.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Dansk" +#code - this is what the language will be referred to in our list of languages code: "da" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/de-DE.lang.yaml b/languages/de-DE.lang.yaml index f329cefa..8fb26ad5 100644 --- a/languages/de-DE.lang.yaml +++ b/languages/de-DE.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Deutsch" +#code - this is what the language will be referred to in our list of languages code: "de" +#contributors - people who have contributed to this translation contributors: "streaps" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/el-GR.lang.yaml b/languages/el-GR.lang.yaml index fe1ec7ad..c56539fa 100644 --- a/languages/el-GR.lang.yaml +++ b/languages/el-GR.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Ελληνικά" +#code - this is what the language will be referred to in our list of languages code: "el" +#contributors - people who have contributed to this translation contributors: "Nicholas Kyriakides (Shillos) " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/en-AU.lang.yaml b/languages/en-AU.lang.yaml index 419ca2ff..7c94001f 100644 --- a/languages/en-AU.lang.yaml +++ b/languages/en-AU.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Aussie" +#code - this is what the language will be referred to in our list of languages code: "en-AU" +#contributors - people who have contributed to this translation contributors: "Daniel Oaks " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/fi-FI.lang.yaml b/languages/fi-FI.lang.yaml index e7b7a8f6..9089e94e 100644 --- a/languages/fi-FI.lang.yaml +++ b/languages/fi-FI.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Suomalainen" +#code - this is what the language will be referred to in our list of languages code: "fi" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/he-IL.lang.yaml b/languages/he-IL.lang.yaml index 926bf357..9e6f8178 100644 --- a/languages/he-IL.lang.yaml +++ b/languages/he-IL.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "עִברִית" +#code - this is what the language will be referred to in our list of languages code: "he" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/hu-HU.lang.yaml b/languages/hu-HU.lang.yaml index 7ab9b332..b4ed2a90 100644 --- a/languages/hu-HU.lang.yaml +++ b/languages/hu-HU.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Magyar" +#code - this is what the language will be referred to in our list of languages code: "hu" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/it-IT-chanserv.lang.json b/languages/it-IT-chanserv.lang.json index 21d7aead..0bf696c6 100644 --- a/languages/it-IT-chanserv.lang.json +++ b/languages/it-IT-chanserv.lang.json @@ -15,12 +15,12 @@ "Syntax $bSET #channel $b\n\nSET modifies a channel's settings. The following settings are available:": "Sintassi $bSET #canale $b\n\nSET modifica le impostazioni di un canale. Sono disponibili le seguenti impostazioni:", "Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "Sintassi: $INFO #canale$b\n\nINFO mostra le informazioni di un canale.", "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "Sintassi: $bAMODE #canale [cambio mode] [account]$b\n\nAMODE elenca o modifica le impostazioni in modo persistente che influenzano i utenti del canale.\nPer esempio, $bAMODE #canale +o dan$b permette al proprietario dell'account \"dan\" la modalità +o ogni volta che entra nel #canale. Per elencare gli attuali accounts e modalità, usa $bAMODE #canale$b. Nota che gli utenti sono sempre referenziati dai nomi dei loro account registrati, non dai loro nickname.", - "Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "", - "Syntax: $bGET #channel $b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "", - "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "", - "Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "", - "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "", - "Syntax: $bTRANSFER [accept] #channel user [code]$b\n\nTRANSFER transfers ownership of a channel from one user to another.\nTo prevent accidental transfers, a verification code is required. For\nexample, $bTRANSFER #channel alice$b displays the required confirmation\ncode, then $bTRANSFER #channel alice 2930242125$b initiates the transfer.\nUnless you are an IRC operator with the correct permissions, alice must\nthen accept the transfer, which she can do with $bTRANSFER accept #channel$b.\nTo cancel a pending transfer, transfer the channel to yourself.": "", - "Syntax: $bUNPURGE #channel$b\n\nUNPURGE removes any blacklisting of a channel that was previously\nset using PURGE.": "", - "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": "" + "Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "Sintassi: $bCLEAR #canale target$b\n\nCLEAR rimuove utenti o impostazioni da un canale. Precisamente:\n\n$bCLEAR #canale users$b kicka tutti gli utenti dal canale tranne te.\n$bCLEAR #canale access$b resetta tutti i ban, inviti, eccezioni al ban,\ne permessi persistenti degli utenti fatti con CS AMODE.", + "Syntax: $bGET #channel $b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "Sintassi: $bGET #canale $b\n\nGET interroga i valori attuali delle impostazioni del canale. Per ulteriori informazioni\nsulle impostazioni e i loro possibili valori, vedi HELP SET.", + "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "Sintassi: $bOP #canale [nickname]$b\n\nOP fa diventare il nick specificato, o te stesso, un operatore del canale. Puoi usare \nquesto comando solo se sei il fondatore del canale.", + "Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "Sintassi: $bPURGE #canale [motivo]$b\n\nPURGE mette in lista nera un canale del server, rendendo impossibile entrare\no altrimenti interagire col canale. Se sono presenti utenti nel canale, verranno kickati da esso. \nPURGE può essere preventivamente applicato a\\ncanali che non hanno utenti al momento.", + "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Sintassi: $bREGISTER #canale$b\n\nREGISTER permette di possedere il canale specificato. Se rientri nel canale, \nti verranno dati privilegi di amministratore in esso. Le impostazioni del canale ed il topic verranno memorizzati.", + "Syntax: $bTRANSFER [accept] #channel user [code]$b\n\nTRANSFER transfers ownership of a channel from one user to another.\nTo prevent accidental transfers, a verification code is required. For\nexample, $bTRANSFER #channel alice$b displays the required confirmation\ncode, then $bTRANSFER #channel alice 2930242125$b initiates the transfer.\nUnless you are an IRC operator with the correct permissions, alice must\nthen accept the transfer, which she can do with $bTRANSFER accept #channel$b.\nTo cancel a pending transfer, transfer the channel to yourself.": "Sintassi: $bTRANSFER [accept] #canale utente [codice]$b\n\nTRANSFER trasferisce la proprietà di un canale da un utente ad un'altro.\nPer prevenire trasferimenti accidentali, è richiesto un codice di verifica. \nPer esempio, $bTRANSFER #canale alice$b mostra il codice di verifica richiesto, \npoi $bTRANSFER #canale alice 2930242125$b inizia il trasferimento.\nA meno che tu non sia un IRCOp con i permessi corretti, alice deve poi accettare il trasferimento, che può fare con $bTRANSFER accept #canale$b.\nPer cancellare un trasferimento in sospeso, trasferisci il canale a te stesso.", + "Syntax: $bUNPURGE #channel$b\n\nUNPURGE removes any blacklisting of a channel that was previously\nset using PURGE.": "Sintassi: $bUNPURGE #canale$b\n\nUNPURGE rimuove un canale dalla lista nera impostato precedentemente\nusando PURGE.", + "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": "Sintassi: $bUNREGISTER #canale [codice]$b\n\nUNREGISTER cancella la registrazione di un canale, permettendo a chiunque di registrarlo.\nPer prevenire cancellazioni impreviste, è richiesto un codice di verifica;\nusare il comando senza un codice, mostrerà il codice di verifica richiesto." } diff --git a/languages/it-IT-hostserv.lang.json b/languages/it-IT-hostserv.lang.json index 40bfbb50..e56d69a1 100644 --- a/languages/it-IT-hostserv.lang.json +++ b/languages/it-IT-hostserv.lang.json @@ -1,7 +1,7 @@ { - "$bAPPROVE$b approves a user's vhost request.": "", - "$bDEL$b deletes a user's vhost.": "", - "$bFORBID$b prevents a user from using vhosts.": "", + "$bAPPROVE$b approves a user's vhost request.": "$bAPPROVE$b approva la richiesta vhost di un utente.", + "$bDEL$b deletes a user's vhost.": "$bDEL$b cancella il vhost di un utente.", + "$bFORBID$b prevents a user from using vhosts.": "$bFORBID$b proibisce ad un utente di usare vhosts.", "$bOFF$b disables your vhost, if you have one approved.": "", "$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "", "$bON$b enables your vhost, if you have one approved.": "", diff --git a/languages/it-IT-nickserv.lang.json b/languages/it-IT-nickserv.lang.json index 63a6a973..8392adca 100644 --- a/languages/it-IT-nickserv.lang.json +++ b/languages/it-IT-nickserv.lang.json @@ -1,16 +1,16 @@ { - "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "", - "Syntax: $bDROP [nickname]$b\n\nDROP de-links the given (or your current) nickname from your user account.": "", - "Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "", - "Syntax: $bGHOST $b\n\nGHOST disconnects the given user from the network if they're logged in with the\nsame user account, letting you reclaim your nickname.": "", - "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "", - "Syntax: $bIDENTIFY [password]$b\n\nIDENTIFY lets you login to the given username using either password auth, or\ncertfp (your client certificate) if a password is not given.": "", - "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "", - "Syntax: $bPASSWD $b\nOr: $bPASSWD $b\n\nPASSWD lets you change your account password. You must supply your current\npassword and confirm the new one by typing it twice. If you're an IRC operator\nwith the correct permissions, you can use PASSWD to reset someone else's\npassword by supplying their username and then the desired password.": "", - "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "", - "Syntax: $bSADROP $b\n\nSADROP forcibly de-links the given nickname from the attached user account.": "", - "Syntax: $bSAREGISTER $b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "", - "Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's bouncer functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "", - "Syntax: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "", - "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "" + "NickServ lets you register and login to an account.\n\nTo see in-depth help for a specific NickServ command, try:\n $b/NS HELP $b\n\nHere are the commands you can use:\n%s": "NickServ permette di registrare ed accedere ad un account.\n\nPer vedere la guida di un comando NickServ specifico, prova:\n$b/NS HELP $b\n\nEcco i comandi che puoi usare:\n%s", + "Syntax: $bDROP [nickname]$b\n\nDROP de-links the given (or your current) nickname from your user account.": "Sintassi: $bDROP [nickname]$b\n\nDROP scollega il nickname specificato (o il tuo nick attuale) dal tuo account utente.", + "Syntax: $bENFORCE [method]$b\n\nENFORCE lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none' [no enforcement, overriding the server default]\n2. 'timeout' [anyone using the nick must authenticate before a deadline,\n or else they will be renamed]\n3. 'strict' [you must already be authenticated to use the nick]\n4. 'default' [use the server default]\nWith no arguments, queries your current enforcement status.": "Sintassi: $bENFORCE [metodo]$b\nENFORCE permette di impostare un metodo di sicurezza per i tuoi nickname registrati. Le tue opzioni sono:\n1. 'none' [nessuna sicurezza, sovrascrive le impostazioni di default del server]\n2. 'timeout' [chiunque usi questo nick deve essere autenticato entro una scadenza,\no essi verranno rinominati]\n3. 'strict' [devi essere autenticato per usare questo nick]\n4. 'default' [usa l'impostazione di default del server]\nSenza argomenti, interroga l'attuale stato del metodo di sicurezza.", + "Syntax: $bGHOST $b\n\nGHOST disconnects the given user from the network if they're logged in with the\nsame user account, letting you reclaim your nickname.": "Sintassi: $bGHOST $b\n\nGHOST disconnette il nickname specificato dalla rete se è loggato con lo \nstesso account utente, permettendoti di rivendicare il nickname.", + "Syntax: $bGROUP$b\n\nGROUP links your current nickname with your logged-in account, so other people\nwill not be able to use it.": "Sintassi: $bGROUP$b\n\nGROUP collega il tuo nickname attuale con il tuo account loggato, quindi altre persone \nnon potranno usarlo.", + "Syntax: $bIDENTIFY [password]$b\n\nIDENTIFY lets you login to the given username using either password auth, or\ncertfp (your client certificate) if a password is not given.": "Sintassi: $bIDENTIFY [password]$b\n\nIDENTIFY consente di accedere al nome utente indicato utilizzando la password, oppure\ncertfp (certificato del client) se non viene data una password.", + "Syntax: $bINFO [username]$b\n\nINFO gives you information about the given (or your own) user account.": "Sintassi: $bINFO [username]$b\n\nINFO da informazioni riguardanti l'utente specificato (o il proprio) account utente.", + "Syntax: $bPASSWD $b\nOr: $bPASSWD $b\n\nPASSWD lets you change your account password. You must supply your current\npassword and confirm the new one by typing it twice. If you're an IRC operator\nwith the correct permissions, you can use PASSWD to reset someone else's\npassword by supplying their username and then the desired password.": "Sintassi: $bPASSWD $b\nOppure: $bPASSWD $b\n\nPASSWD permette di cambiare la password del tuo account. Devi fornire la tua password attuale e confermare la nuova inserendola due volte. Se sei un IRCOpcon i permessi attuali, \npuoi usare PASSWD per resettare la password di qualcun'altro fornendo il loro username e la password desiderata.", + "Syntax: $bREGISTER [password]$b\n\nREGISTER lets you register a user account. If the server allows anonymous\nregistration, you can send an asterisk (*) as the email address.\n\nIf the password is left out, your account will be registered to your TLS client\ncertificate (and you will need to use that certificate to login in future).": "Sintassi: $bREGISTER [password]$b\n\nREGISTER permette di registrare un account utente. Se il server permette la registrazione anonima, \npuoi usare un asterisco (*) come indirizzo email.\n\nSe la password viene tralasciata, il tuo account verrà registrato con il certificato TLS\ndel client (e dovrai usare quel certificato per accedere in futuro).", + "Syntax: $bSADROP $b\n\nSADROP forcibly de-links the given nickname from the attached user account.": "Sintassi: $bSADROP $b\n\nSADROP scollega forzatamente il nickname specificato dal suo account utente.", + "Syntax: $bSAREGISTER $b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "Sintassi: $bSAREGISTER $b\n\nSAREGISTER registra un account a nome di qualcun'altro.\nQuesto è per l'uso in configurazioni che richiedono la SASL per tutte le connessioni;\nun amministratore può impostare l'uso di questo comando per impostare gli account utente.", + "Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's bouncer functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "Sintassi: $bSESSIONS [nickname]$b\n\nSESSIONS elenca le informazioni sulle sessioni attive, con la funzionalità del bouncer del server, \nal tuo nickname. Un amministratore può usare questo comando per elencare le sessioni di un'altro utente.", + "Syntax: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Sintassi: $bUNREGISTER [codice]$b\n\nUNREGISTER permette di cancellare il tuo account utente (o quello di qualcun'altro, \nse sei un IRCOp con i permessi corretti). Per prevenire cancellazioni accidentali, \nè richiesto un codice di verifica; usare il comando senza un codice, visualizzerà il codice di verifica richiesto.", + "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Sintassi: $bVERIFY $b\n\nVERIFY permette di completare la registrazione di un account, se il server richiede la verifica via email\n o un altro tipo di verifica." } diff --git a/languages/it-IT.lang.yaml b/languages/it-IT.lang.yaml index e76cc6b0..17ce2183 100644 --- a/languages/it-IT.lang.yaml +++ b/languages/it-IT.lang.yaml @@ -1,4 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Italiano" +#code - this is what the language will be referred to in our list of languages code: "it" +#contributors - people who have contributed to this translation +contributors: "Vegax87 " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/ja-JP.lang.yaml b/languages/ja-JP.lang.yaml index ff041aa0..8b1c6ef5 100644 --- a/languages/ja-JP.lang.yaml +++ b/languages/ja-JP.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "日本語" +#code - this is what the language will be referred to in our list of languages code: "ja-JP" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/ko-KR.lang.yaml b/languages/ko-KR.lang.yaml index ef6d46d0..40bf4e32 100644 --- a/languages/ko-KR.lang.yaml +++ b/languages/ko-KR.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "한국어" +#code - this is what the language will be referred to in our list of languages code: "ko" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/nl-NL.lang.yaml b/languages/nl-NL.lang.yaml index 08c171a5..0f8c96c2 100644 --- a/languages/nl-NL.lang.yaml +++ b/languages/nl-NL.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Nederlands" +#code - this is what the language will be referred to in our list of languages code: "nl" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/no-NO.lang.yaml b/languages/no-NO.lang.yaml index 133df035..1f6cb5f2 100644 --- a/languages/no-NO.lang.yaml +++ b/languages/no-NO.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Norsk" +#code - this is what the language will be referred to in our list of languages code: "no" +#contributors - people who have contributed to this translation contributors: "Morten " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/pl-PL.lang.yaml b/languages/pl-PL.lang.yaml index 403ca7c9..28b3ef6f 100644 --- a/languages/pl-PL.lang.yaml +++ b/languages/pl-PL.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Polski" +#code - this is what the language will be referred to in our list of languages code: "pl" +#contributors - people who have contributed to this translation contributors: "Sebastian Korotkiewicz (modinfi)" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/pt-BR.lang.yaml b/languages/pt-BR.lang.yaml index 4171d6d4..0fdbb3bc 100644 --- a/languages/pt-BR.lang.yaml +++ b/languages/pt-BR.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Português (Brasil)" +#code - this is what the language will be referred to in our list of languages code: "pt-BR" +#contributors - people who have contributed to this translation contributors: "Alexandre Oliveira " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/pt-PT.lang.yaml b/languages/pt-PT.lang.yaml index 19cbc65b..193f5414 100644 --- a/languages/pt-PT.lang.yaml +++ b/languages/pt-PT.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Português" +#code - this is what the language will be referred to in our list of languages code: "pt" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/ro-RO.lang.yaml b/languages/ro-RO.lang.yaml index f6132683..16b87023 100644 --- a/languages/ro-RO.lang.yaml +++ b/languages/ro-RO.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Română" +#code - this is what the language will be referred to in our list of languages code: "ro" +#contributors - people who have contributed to this translation contributors: "Bogdan Mințoi " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/ru-RU.lang.yaml b/languages/ru-RU.lang.yaml index b9e808a1..0a21c2de 100644 --- a/languages/ru-RU.lang.yaml +++ b/languages/ru-RU.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Русский" +#code - this is what the language will be referred to in our list of languages code: "ru" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/sr-SP.lang.yaml b/languages/sr-SP.lang.yaml index 44679652..7ebc2bcb 100644 --- a/languages/sr-SP.lang.yaml +++ b/languages/sr-SP.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Српски" +#code - this is what the language will be referred to in our list of languages code: "sr" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/sv-SE.lang.yaml b/languages/sv-SE.lang.yaml index eeec6122..9f176567 100644 --- a/languages/sv-SE.lang.yaml +++ b/languages/sv-SE.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Svenska" +#code - this is what the language will be referred to in our list of languages code: "sv" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/tr-TR.lang.yaml b/languages/tr-TR.lang.yaml index 59092c05..112786eb 100644 --- a/languages/tr-TR.lang.yaml +++ b/languages/tr-TR.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Türkçe" +#code - this is what the language will be referred to in our list of languages code: "tr-TR" +#contributors - people who have contributed to this translation contributors: "Apsimati " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/uk-UA.lang.yaml b/languages/uk-UA.lang.yaml index 5ab41663..18e50ba0 100644 --- a/languages/uk-UA.lang.yaml +++ b/languages/uk-UA.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Українська" +#code - this is what the language will be referred to in our list of languages code: "uk" +#contributors - people who have contributed to this translation contributors: "Example Person " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/vi-VN.lang.yaml b/languages/vi-VN.lang.yaml index 3403f336..5bedf65c 100644 --- a/languages/vi-VN.lang.yaml +++ b/languages/vi-VN.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "Tiếng Việt" +#code - this is what the language will be referred to in our list of languages code: "vi" +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/zh-CN.lang.yaml b/languages/zh-CN.lang.yaml index ac247b51..bc79662a 100644 --- a/languages/zh-CN.lang.yaml +++ b/languages/zh-CN.lang.yaml @@ -1,5 +1,15 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "简体中文" +#code - this is what the language will be referred to in our list of languages code: "zh-CN" +#contributors - people who have contributed to this translation contributors: "Tony Chen \nRemini " +#incomplete - whether to mark this language as incomplete incomplete: true diff --git a/languages/zh-TW.lang.yaml b/languages/zh-TW.lang.yaml index 0e37b429..d56515f1 100644 --- a/languages/zh-TW.lang.yaml +++ b/languages/zh-TW.lang.yaml @@ -1,4 +1,13 @@ --- +#translation info file for our example language +#languages are made up of a few different files: +#.lang.yaml - general info about the translation +#-irc.lang.json - IRC strings to be translated +#-help.lang.json - help entries to be translated +#we split up translations in this way so that they can be displayed more nicely on CrowdIn +#name - this is the 'nice' or 'full' name of the language name: "語言" +#code - this is what the language will be referred to in our list of languages code: "zh-TW" +#incomplete - whether to mark this language as incomplete incomplete: true