Selaa lähdekoodia

Add very initial French translation, contributed by @joshk0

tags/v0.11.0-beta
Daniel Oaks 6 vuotta sitten
vanhempi
commit
b3e1e3c258
4 muutettua tiedostoa jossa 219 lisäystä ja 0 poistoa
  1. 1
    0
      CHANGELOG.md
  2. 65
    0
      languages/fr_FR-help.lang.json
  3. 148
    0
      languages/fr_FR-irc.lang.json
  4. 5
    0
      languages/fr_FR.lang.yaml

+ 1
- 0
CHANGELOG.md Näytä tiedosto

@@ -12,6 +12,7 @@ New release of Oragono!
12 12
 ### Security
13 13
 
14 14
 ### Added
15
+* Added new French translation (thanks to [Joshua](https://github.com/joshk0)!).
15 16
 * Added new Turkish translation (thanks to [Yaser](https://crowdin.com/profile/Apsimati)!).
16 17
 * Added proposed IRCv3 capability [`draft/languages`](https://gist.github.com/DanielOaks/8126122f74b26012a3de37db80e4e0c6).
17 18
 * Added proposed IRCv3 capability [`draft/resume`](https://github.com/ircv3/ircv3-specifications/pull/306).

+ 65
- 0
languages/fr_FR-help.lang.json Näytä tiedosto

@@ -0,0 +1,65 @@
1
+{
2
+  "= Help Topics =\n\nCommands:\n%s\n\nRPL_ISUPPORT Tokens:\n%s\n\nInformation:\n%s": "",
3
+  "== Channel Modes ==\n\nOragono supports the following channel modes:\n\n  +b  |  Client masks that are banned from the channel (e.g. *!*@127.0.0.1)\n  +e  |  Client masks that are exempted from bans.\n  +I  |  Client masks that are exempted from the invite-only flag.\n  +i  |  Invite-only mode, only invited clients can join the channel.\n  +k  |  Key required when joining the channel.\n  +l  |  Client join limit for the channel.\n  +m  |  Moderated mode, only privileged clients can talk on the channel.\n  +n  |  No-outside-messages mode, only users that are on the channel can send\n      |  messages to it.\n  +r  |  Only registered users can talk in the channel.\n  +s  |  Secret mode, channel won't show up in /LIST or whois replies.\n  +t  |  Only channel opers can modify the topic.\n\n= 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.": "",
4
+  "== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n  a  |  Local announcements.\n  c  |  Local client connections.\n  j  |  Local channel actions.\n  k  |  Local kills.\n  n  |  Local nick changes.\n  o  |  Local oper actions.\n  q  |  Local quits.\n  t  |  Local /STATS usage.\n  u  |  Local client account actions.\n  x  |  Local X-lines (DLINE/KLINE/etc).\n\nTo set a snomask, do this with your nickname:\n\n  /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n  /MODE dan +s koux": "",
5
+  "== User Modes ==\n\nOragono supports the following user modes:\n\n  +a  |  User is marked as being away. This mode is set with the /AWAY command.\n  +i  |  User is marked as invisible (their channels are hidden from whois replies).\n  +o  |  User is an IRC operator.\n  +R  |  User only accepts messages from other registered users. \n  +s  |  Server Notice Masks (see help with /HELPOP snomasks).\n  +Z  |  User is connected via TLS.": "",
6
+  "@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
7
+  "ACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
8
+  "AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
9
+  "AUTHENTICATE\n\nUsed during SASL authentication. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/extensions/sasl-3.1.html": "",
10
+  "AWAY [message]\n\nIf [message] is sent, marks you away. If [message] is not sent, marks you no\nlonger away.": "",
11
+  "CAP <subcommand> [:<capabilities>]\n\nUsed in capability negotiation. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/core/capability-negotiation-3.1.html\nhttp://ircv3.net/specs/core/capability-negotiation-3.2.html": "",
12
+  "CHANSERV <subcommand> [params]\n\nChanServ controls channel registrations.": "",
13
+  "CS <subcommand> [params]\n\nChanServ controls channel registrations.": "",
14
+  "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.": "",
15
+  "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.": "",
16
+  "HELP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
17
+  "HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
18
+  "INFO\n\nSends information about the server, developers, etc.": "",
19
+  "INVITE <nickname> <channel>\n\nInvites the given user to the given channel, so long as you have the\nappropriate channel privs.": "",
20
+  "ISON <nickname>{ <nickname>}\n\nReturns whether the given nicks exist on the network.": "",
21
+  "JOIN <channel>{,<channel>} [<key>{,<key>}]\n\nJoins the given channels with the matching keys.": "",
22
+  "KICK <channel> <user> [reason]\n\nRemoves the user from the given channel, so long as you have the appropriate\nchannel privs.": "",
23
+  "KILL <nickname> [reason]\n\nRemoves the given user from the network, showing them the reason if it is\nsupplied.": "",
24
+  "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.": "",
25
+  "LANGUAGE <code>{ <code>}\n\nSets your preferred languages to the given ones.": "",
26
+  "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.": "",
27
+  "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.": "",
28
+  "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\".": "",
29
+  "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.": "",
30
+  "MOTD [server]\n\nReturns the message of the day for this, or the given, server.": "",
31
+  "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\".": "",
32
+  "NICK <newnick>\n\nSets your nickname to the new given one.": "",
33
+  "NICKSERV <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",
34
+  "NOTICE <target>{,<target>} <text to be sent>\n\nSends the text to the given targets as a NOTICE.": "",
35
+  "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.": "",
36
+  "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.": "",
37
+  "NS <subcommand> [params]\n\nNickServ controls accounts and user registrations.": "",
38
+  "OPER <name> <password>\n\nIf the correct details are given, gives you IRCop privs.": "",
39
+  "PART <channel>{,<channel>} [reason]\n\nLeaves the given channels and shows people the given reason.": "",
40
+  "PASS <password>\n\nWhen the server requires a connection password to join, used to send us the\npassword.": "",
41
+  "PING <args>...\n\nRequests a PONG. Used to check link connectivity.": "",
42
+  "PONG <args>...\n\nReplies to a PING. Used to check link connectivity.": "",
43
+  "PRIVMSG <target>{,<target>} <text to be sent>\n\nSends the text to the given targets as a PRIVMSG.": "",
44
+  "PROXY TCP4/6 <sourceip> <destip> <sourceport> <destport>\n\nUsed by haproxy's PROXY v1 protocol, to allow for alternate TLS support:\nhttp://www.haproxy.org/download/1.8/doc/proxy-protocol.txt": "",
45
+  "QUIT [reason]\n\nIndicates that you're leaving the server, and shows everyone the given reason.": "",
46
+  "REHASH\n\nReloads the config file and updates TLS certificates on listeners": "",
47
+  "RENAME <channel> <newname> [<reason>]\n\nRenames the given channel with the given reason, if possible.\n\nFor example:\n\tRENAME #ircv2 #ircv3 :Protocol upgrades!": "",
48
+  "RESUME <oldnick> [timestamp]\n\nSent before registration has completed, this indicates that the client wants to\nresume their old connection <oldnick>.": "",
49
+  "RPL_ISUPPORT CASEMAPPING\n\nOragono supports an experimental unicode casemapping designed for extended\nUnicode support. This casemapping is based off RFC 7613 and the draft rfc7613\ncasemapping spec here: https://oragono.io/specs.html": "",
50
+  "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.": "",
51
+  "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\".": "",
52
+  "SANICK <currentnick> <newnick>\n\nGives the given user a new nickname.": "",
53
+  "SCENE <target> <text to be sent>\n\nThe SCENE command is used to send a scene notification to the given target.": "",
54
+  "TIME [server]\n\nShows the time of the current, or the given, server.": "",
55
+  "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.": "",
56
+  "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": "",
57
+  "UNKLINE <mask>\n\nRemoves an existing ban on a mask.\n\nFor example:\n\tdan\n\tdan!5*@127.*": "",
58
+  "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).": "",
59
+  "USERHOST <nickname>{ <nickname>}\n\t\t\nShows information about the given users. Takes up to 10 nicknames.": "",
60
+  "VERSION [server]\n\nViews the version of software and the RPL_ISUPPORT tokens for the given server.": "",
61
+  "WEBIRC <password> <gateway> <hostname> <ip> [:<flags>]\n\nUsed by web<->IRC gateways and bouncers, the WEBIRC command allows gateways to\npass-through the real IP addresses of clients:\nircv3.net/specs/extensions/webirc.html\n\n<flags> is a list of space-separated strings indicating various details about\nthe connection from the client to the gateway, such as:\n\n- tls: this flag indicates that the client->gateway connection is secure": "",
62
+  "WHO <name> [o]\n\nReturns information for the given user.": "",
63
+  "WHOIS <client>{,<client>}\n\nReturns information for the given user(s).": "",
64
+  "WHOWAS <nickname>\n\nReturns historical information on the last user with the given nickname.": ""
65
+}

+ 148
- 0
languages/fr_FR-irc.lang.json Näytä tiedosto

@@ -0,0 +1,148 @@
1
+{
2
+  "%d IRC Operators online": "%d opérateurs IRC en ligne",
3
+  "%d channels formed": "%d chaînes crées",
4
+  "*** Could not find your username": "",
5
+  "*** Found your username": "",
6
+  "*** Got a malformed username, ignoring": "",
7
+  "*** Looking up your username": "",
8
+  "- %s Message of the day - ": "- %s Message du jour - ",
9
+  "Account already exists": "",
10
+  "Account created": "",
11
+  "Account name is not valid": "",
12
+  "Account registration is disabled": "",
13
+  "Actual user@host, Actual IP": "Utilise vraiment l'addresse",
14
+  "Added D-Line for %s": "",
15
+  "Added K-Line for %s": "",
16
+  "Added temporary (%[1]s) D-Line for %[2]s": "",
17
+  "Added temporary (%[1]s) K-Line for %[2]s": "",
18
+  "Authentication successful": "",
19
+  "Ban - %[1]s - added by %[2]s - %[3]s": "",
20
+  "Ban - %s - added by %s - %s": "",
21
+  "Callback namespace is not supported": "",
22
+  "Can't change modes for other users": "Impossible de modifier la mode des autres clients",
23
+  "Can't view modes for other users": "Impossible d'afficher la mode des autres clients",
24
+  "Cannot join channel (+%s)": "Impossible de joindre (+%s)",
25
+  "Cannot resume connection, connection registration has already been completed": "",
26
+  "Cannot resume connection, old and new clients must be logged into the same account": "",
27
+  "Cannot resume connection, old and new clients must have TLS": "",
28
+  "Cannot resume connection, old client not found": "",
29
+  "Cannot resume connection, old nickname contains spaces": "",
30
+  "Cannot send to channel": "Impossible d'envoyer à la chaîne",
31
+  "Channel %s successfully registered": "",
32
+  "Channel doesn't have roleplaying mode available": "",
33
+  "Channel list is full": "Vous êtes dans trop de chaînes",
34
+  "Channel name is not valid": "",
35
+  "Channel registration is not enabled": "",
36
+  "Channel renamed: %s": "",
37
+  "Client reconnected": "",
38
+  "Contributors and Former Developers:": "",
39
+  "Core Developers:": "",
40
+  "Could not apply mode changes: +%s": "",
41
+  "Could not parse IP address or CIDR network": "",
42
+  "Could not register": "",
43
+  "Could not remove ban [%s]": "",
44
+  "Could not set or change nickname: %s": "",
45
+  "Could not successfully save new D-LINE: %s": "",
46
+  "Could not successfully save new K-LINE: %s": "",
47
+  "Credential type is not supported": "",
48
+  "End of /HELPOP": "Fin de /HELPOP",
49
+  "End of /INFO": "Fin de liste /INFO",
50
+  "End of /WHOIS list": "Fin de liste /WHOIS",
51
+  "End of LIST": "Fin de /LIST",
52
+  "End of MOTD command": "Fin de commande /MOTD",
53
+  "End of NAMES list": "",
54
+  "End of WHO list": "Fin de liste /WHO",
55
+  "End of WHOWAS": "Fin de WHOWAS",
56
+  "End of list": "",
57
+  "Erroneous nickname": "Nom inapproprié",
58
+  "Fake source must be a valid nickname": "",
59
+  "First param must be a mask or channel": "",
60
+  "HELPOP <argument>\n\nGet an explanation of <argument>, or \"index\" for a list of help topics.": "",
61
+  "Help not found": "Ce renseignement n'existe pas",
62
+  "I have %[1]d clients and %[2]d servers": "J'ai %[1]d clients et %[2]d serveurs",
63
+  "Insufficient oper privs": "",
64
+  "Invalid CAP subcommand": "",
65
+  "JOIN 0 is not allowed": "",
66
+  "Language preferences have been set": "",
67
+  "Languages are not supported by this server": "",
68
+  "MOTD File is missing": "Fichier de message du jour manquant",
69
+  "Malformed username": "",
70
+  "Mask isn't valid": "",
71
+  "NickServ is not yet implemented, sorry! To register an account, check /HELPOP REG": "",
72
+  "Nickname is already in use": "Ce nom est déjà utilisé",
73
+  "No DLINEs have been set!": "",
74
+  "No command given": "",
75
+  "No masks given": "",
76
+  "No nickname given": "Aucun nom donné",
77
+  "No such channel": "Aucune chaîne",
78
+  "No such nick": "Aucun(e) client/chaîne",
79
+  "No such server": "",
80
+  "No topic is set": "Il n'y a pas de sujet",
81
+  "Not enough parameters": "Pas assez de paramètres",
82
+  "Only channel founders can change registered channels": "",
83
+  "Oragono is released under the MIT license.": "",
84
+  "PROXY command is not usable from your address": "",
85
+  "Password incorrect": "Faux mot de passe",
86
+  "Permission Denied": "",
87
+  "Permission Denied - You're not an IRC operator": "Vous n'avez pas ce droit puisque vous n'êtes pas un opérateur",
88
+  "Proxied IP address is not valid: [%s]": "",
89
+  "Received malformed line": "",
90
+  "Rehashing": "Le serveur relit le fichier de configuration",
91
+  "Remote servers not yet supported": "",
92
+  "Removed D-Line for %s": "",
93
+  "Removed K-Line for %s": "",
94
+  "SASL authentication aborted": "",
95
+  "SASL authentication failed": "",
96
+  "SASL authentication failed, you are not connecting with a certificate": "",
97
+  "SASL authentication failed: Bad account name": "",
98
+  "SASL authentication failed: Invalid auth blob": "",
99
+  "SASL authentication failed: Invalid b64 encoding": "",
100
+  "SASL authentication failed: Passphrase too long": "",
101
+  "SASL authentication failed: authcid and authzid should be the same": "",
102
+  "SASL authentication successful": "",
103
+  "SASL message too long": "",
104
+  "Server notice masks": "",
105
+  "Sorry, I don't know that command": "",
106
+  "Syntax: REGISTER <channel>": "",
107
+  "Thanks to Jeremy Latt for founding Ergonomadic, the project this is based on": "",
108
+  "There are %[1]d users and %[2]d invisible on %[3]d server(s)": "Il y a %[1]d clients et %[2]d invisibles sur %[3]d serveurs",
109
+  "There was no such nickname": "Il n'y avait pas un tel nom",
110
+  "They aren't on that channel": "Il n'est pas sur cette chaîne",
111
+  "This ban matches you. To DLINE yourself, you must use the command:  /DLINE MYSELF <arguments>": "",
112
+  "This ban matches you. To KLINE yourself, you must use the command:  /KLINE MYSELF <arguments>": "",
113
+  "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "",
114
+  "This server was created %s": "Ce serveur a été crée %s",
115
+  "Timestamp is not in 2006-01-02T15:04:05.999Z format, ignoring it": "",
116
+  "Unknown command": "Commande inconnue",
117
+  "Unknown subcommand": "Sous-commande inconnue",
118
+  "User doesn't have roleplaying mode enabled": "",
119
+  "VERIFY is not yet implemented": "",
120
+  "WEBIRC command is not usable from your address or incorrect password given": "",
121
+  "Welcome to the Internet Relay Network %s": "",
122
+  "You are banned from this server (%s)": "Vous êtes interdit d'utiliser ce serveur (%s)",
123
+  "You are no longer marked as being away": "Vous n'êtes plus marqué 'absent'",
124
+  "You are not using a TLS certificate": "",
125
+  "You are now an IRC operator": "Vous êtes maintenant un opérateur IRC",
126
+  "You are now logged in as %s": "",
127
+  "You have been banned from this server (%s)": "Vous avez été interdit d'utiliser ce serveur (%s)",
128
+  "You have been marked as being away": "Vous êtes maintenant marqué 'absent'",
129
+  "You may not reregister": "Vous ne pouvez pas vous enregistrer à nouveau",
130
+  "You must be an oper on the channel to register it": "",
131
+  "You must be logged in to register a channel": "",
132
+  "You need to register before you can use that command": "Vous ne vous êtes pas enregistré",
133
+  "You need to run a command": "",
134
+  "You specified too many languages": "",
135
+  "You're already logged into an account": "",
136
+  "You're already opered-up!": "",
137
+  "You're not a channel operator": "Vous n'avez pas assez de pouvoir dans cette chaîne IRC pour faire ça",
138
+  "You're not on that channel": "Vous n'êtes pas sur cette chaîne",
139
+  "Your host is %[1]s, running version %[2]s": "Votre serveur est %[1]s, version %[2]s",
140
+  "are supported by this server": "sont supportés par ce serveur",
141
+  "can speak these languages": "",
142
+  "has client certificate fingerprint %s": "",
143
+  "is a $bBot$b on %s": "",
144
+  "is an unknown mode character to me": "m'est inconnu",
145
+  "is logged in as": "",
146
+  "is using a secure connection": "",
147
+  "seconds idle, signon time": ""
148
+}

+ 5
- 0
languages/fr_FR.lang.yaml Näytä tiedosto

@@ -0,0 +1,5 @@
1
+---
2
+name: "Français"
3
+code: "fr_FR"
4
+contributors: "Joshua Kwan <joshk@triplehelix.org>"
5
+incomplete: true

Loading…
Peruuta
Tallenna