Browse Source

New translations help.lang.json (Romanian)

tags/v1.1.0-rc1
Daniel Oaks 5 years ago
parent
commit
8fcec48616
1 changed files with 12 additions and 12 deletions
  1. 12
    12
      languages/ro-RO-help.lang.json

+ 12
- 12
languages/ro-RO-help.lang.json View File

@@ -15,26 +15,26 @@
15 15
   "DEBUG <option>\n\nPrints debug information about the IRCd. <option> can be one of:\n\n* GCSTATS: Garbage control statistics.\n* NUMGOROUTINE: Number of goroutines in use.\n* STARTCPUPROFILE: Starts the CPU profiler.\n* STOPCPUPROFILE: Stops the CPU profiler.\n* PROFILEHEAP: Writes out the CPU profiler info.": "",
16 16
   "DLINE [ANDKILL] [MYSELF] [duration] <ip>/<net> [ON <server>] [reason [| oper reason]]\nDLINE LIST\n\nBans an IP address or network from connecting to the server. If the duration is\ngiven then only for that long. The reason is shown to the user themselves, but\neveryone else will see a standard message. The oper reason is shown to\noperators getting info about the DLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the DLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to DLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"DLINE LIST\" is sent, the server sends back a list of our current DLINEs.": "",
17 17
   "HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
18
-  "HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
18
+  "HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "HELPOP <argument>\n\nAfișează o explicație pentru <argument>, sau \"index\" pentru o listă cu tematica de ajutor disponibilă.",
19 19
   "HISTORY <target> [limit]\n\nReplay message history. <target> can be a channel name, \"me\" to replay direct\nmessage history, or a nickname to replay another client's direct message\nhistory (they must be logged into the same account as you). At most [limit]\nmessages will be replayed.": "HISTORY <țintă> [limită]\n\nRedă istoricul mesajelor. <țintă> poate fi un nume de canal, \"me\" pentru a reda\nistoricul direct al mesajelor, sau un pseudonim, pentru a reda istoricul direct de mesaje\nal unui alt client (ce trebuie să fie autentificat la același cont ca și tine). Mesajele vor\nfi redate în cadrul [limită].",
20 20
   "HOSTSERV <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "HOSTSERV <comandă> [parametri]\n\nServiciul HostServ îți permite administrarea de gazde virtuale (un șir de caractere, afișat\nîn locul gazdei inițiale, setate de IRCd).",
21 21
   "HS <command> [params]\n\nHostServ lets you manage your vhost (a string displayed in place of your\nreal hostname).": "HS <comandă> [parametri]\n\nServiciul HostServ îți permite administrarea de gazde virtuale (un șir de caractere, afișat\nîn locul gazdei inițiale, setate de IRCd).",
22
-  "INFO\n\nSends information about the server, developers, etc.": "",
23
-  "INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
24
-  "ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
22
+  "INFO\n\nSends information about the server, developers, etc.": "INFO\n\nAfișează informații despre server, dezvoltatori etc.",
23
+  "INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "INVITE <pseudonim> <canal>\n\nInvită utilizatorul pe canalul precizat, doar dacă ai privilegiile necesare.",
24
+  "ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "ISON <pseudonim>{ <pseudonim>}\n\nAfișează starea utilizatorilor, dacă sunt conectați la rețea.",
25 25
   "JOIN <channel>{,<channel>} [<key>{,<key>}]\n\nJoins the given channels with the matching keys.": "",
26 26
   "KICK <channel> <user> [reason]\n\nRemoves the user from the given channel, so long as you have the appropriate\nchannel privs.": "",
27 27
   "KILL <nickname> [reason]\n\nRemoves the given user from the network, showing them the reason if it is\nsupplied.": "",
28 28
   "KLINE [ANDKILL] [MYSELF] [duration] <mask> [ON <server>] [reason [| oper reason]]\nKLINE LIST\n\nBans a mask from connecting to the server. If the duration is given then only for that\nlong. The reason is shown to the user themselves, but everyone else will see a standard\nmessage. The oper reason is shown to operators getting info about the KLINEs that exist.\n\nBans are saved across subsequent launches of the server.\n\n\"ANDKILL\" means that all matching clients are also removed from the server.\n\n\"MYSELF\" is required when the KLINE matches the address the person applying it is connected\nfrom. If \"MYSELF\" is not given, trying to KLINE yourself will result in an error.\n\n[duration] can be of the following forms:\n\t1y 12mo 31d 10h 8m 13s\n\n<mask> is specified in typical IRC format. For example:\n\tdan\n\tdan!5*@127.*\n\nON <server> specifies that the ban is to be set on that specific server.\n\n[reason] and [oper reason], if they exist, are separated by a vertical bar (|).\n\nIf \"KLINE LIST\" is sent, the server sends back a list of our current KLINEs.": "",
29
-  "LANGUAGE <code>{ <code>}\n\nSets your preferred languages to the given ones.": "",
29
+  "LANGUAGE <code>{ <code>}\n\nSets your preferred languages to the given ones.": "LANGUAGE <cod>{ <cod>}\n\nSetează preferințele lingvistice la cele precizate.",
30 30
   "LIST [<channel>{,<channel>}] [<elistcond>{,<elistcond>}]\n\nShows information on the given channels (or if none are given, then on all\nchannels). <elistcond>s modify how the channels are selected.": "",
31 31
   "LUSERS [<mask> [<server>]]\n\nShows statistics about the size of the network. If <mask> is given, only\nreturns stats for servers matching the given mask.  If <server> is given, the\ncommand is processed by that server.": "",
32 32
   "MODE <target> [<modestring> [<mode arguments>...]]\n\nSets and removes modes from the given target. For more specific information on\nmode characters, see the help for \"modes\".": "",
33 33
   "MONITOR <subcmd>\n\nAllows the monitoring of nicknames, for alerts when they are online and\noffline. The subcommands are:\n\n    MONITOR + target{,target}\nAdds the given names to your list of monitored nicknames.\n\n    MONITOR - target{,target}\nRemoves the given names from your list of monitored nicknames.\n\n    MONITOR C\nClears your list of monitored nicknames.\n\n    MONITOR L\nLists all the nicknames you are currently monitoring.\n\n    MONITOR S\nLists whether each nick in your MONITOR list is online or offline.": "",
34
-  "MOTD [server]\n\nReturns the message of the day for this, or the given, server.": "",
34
+  "MOTD [server]\n\nReturns the message of the day for this, or the given, server.": "MOTD [server]\n\nDacă este folosită fără argument, afișează mesajul zilei pentru serverul curent.\nFolosită cu argument, afișează mesajul zilei pentru serverul precizat.",
35 35
   "NAMES [<channel>{,<channel>}]\n\nViews the clients joined to a channel and their channel membership prefixes. To\nview the channel membership prefixes supported by this server, see the help for\n\"PREFIX\".": "",
36
-  "NICK <newnick>\n\nSets your nickname to the new given one.": "",
37
-  "NICKSERV <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",
36
+  "NICK <newnick>\n\nSets your nickname to the new given one.": "NICK <pseudonim nou>\n\nÎți modifică pseudonimul actual, în cel precizat, dacă nu este utilizat de către altcineva.",
37
+  "NICKSERV <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "NICKSERV <subcomandă> [parametri]\n\nNickServ administrează conturile și înregistrările utilizatorilor.",
38 38
   "NOTICE <target>{,<target>} <text to be sent>\n\nSends the text to the given targets as a NOTICE.": "",
39 39
   "NPC <target> <sourcenick> <text to be sent>\n\t\t\nThe NPC command is used to send a message to the target as the source.\n\nRequires the roleplay mode (+E) to be set on the target.": "",
40 40
   "NPCA <target> <sourcenick> <text to be sent>\n\t\t\nThe NPC command is used to send an action to the target as the source.\n\nRequires the roleplay mode (+E) to be set on the target.": "",
@@ -53,11 +53,11 @@
53 53
   "RPL_ISUPPORT PREFIX\n\nOragono supports the following channel membership prefixes:\n\n  +q (~)  |  Founder channel mode.\n  +a (&)  |  Admin channel mode.\n  +o (@)  |  Operator channel mode.\n  +h (%)  |  Halfop channel mode.\n  +v (+)  |  Voice channel mode.": "",
54 54
   "SAJOIN [nick] #channel{,#channel}\n\nForcibly joins a user to a channel, ignoring restrictions like bans, user limits\nand channel keys. If [nick] is omitted, it defaults to the operator.": "SAJOIN [pseudonim] #canal{,#canal}\n\nPermite alăturarea unui utilizator, în mod forțat, pe un canal, ignorând anumite restricții,\nprecum ban, limitări de utilizatori, sau chei de canal. Dacă [pseudonim] este omis,\ncomanda va funcționa, implicit, pentru operator.",
55 55
   "SAMODE <target> [<modestring> [<mode arguments>...]]\n\nForcibly sets and removes modes from the given target -- only available to\nopers. For more specific information on mode characters, see the help for\n\"cmode\" and \"umode\".": "",
56
-  "SANICK <currentnick> <newnick>\n\nGives the given user a new nickname.": "",
57
-  "SCENE <target> <text to be sent>\n\nThe SCENE command is used to send a scene notification to the given target.": "",
56
+  "SANICK <currentnick> <newnick>\n\nGives the given user a new nickname.": "SANICK <pseudonim_actual> <pseudonim_nou>\n\nModifică pseudonimul pentru un utilizator.",
57
+  "SCENE <target> <text to be sent>\n\nThe SCENE command is used to send a scene notification to the given target.": "SCENE <țintă> <text de expediat>\n\nComanda SCENE este utilizată pentru a expedia o notificare scenică unei ținte precizate.",
58 58
   "SETNAME <realname>\n\nThe SETNAME command updates the realname to be the newly-given one.": "SETNAME <nume real>\n\nComanda SETNAME actualizează numele real la cel furnizat recent.",
59
-  "TIME [server]\n\nShows the time of the current, or the given, server.": "",
60
-  "TOPIC <channel> [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "",
59
+  "TIME [server]\n\nShows the time of the current, or the given, server.": "TIME [server]\n\nAfișează ora serverului la care te-ai conectat, dacă este folosită fără argumente,\nsau ora serverului precizat ca și argument.",
60
+  "TOPIC <channel> [topic]\n\nIf [topic] is given, sets the topic in the channel to that. If [topic] is not\ngiven, views the current topic on the channel.": "TOPIC <canal> [temă de discuție]\n\nDacă este furnizat argumentul [temă de discuție], setează topica pentru canal.\nDacă argumentul [temă de discuție] este omis, afișează topica existentă pe\ncanal.",
61 61
   "UNDLINE <ip>/<net>\n\nRemoves an existing ban on an IP address or a network.\n\n<net> is specified in typical CIDR notation. For example:\n\t127.0.0.1/8\n\t8.8.8.8/24": "",
62 62
   "UNKLINE <mask>\n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "",
63 63
   "USER <username> 0 * <realname>\n\nUsed in connection registration, sets your username and realname to the given\nvalues (though your username may also be looked up with Ident).": "",

Loading…
Cancel
Save