Skip to content

Commit 1625cd3

Browse files
committed
Better formatting for our glossary (avoid *italics* (in italics)).
1 parent dbac1cf commit 1625cd3

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

README.rst

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -156,34 +156,37 @@ For consistency in our translations, here are some propositions and
156156
reminders for frequent terms you'll have to translate, don't hesitate
157157
to open an issue if you disagree.
158158

159-
- -like: *-compatible* (when appropriate)
160-
- abstract data type: *type abstrait*
161-
- argument: *argument* (Don't mix with parameter)
162-
- backslash: *antislash*, *backslash* (in italics)
163-
- bound: *lier*
164-
- bug: *bogue*, *bug* (in italics)
165-
- built-in: *primitive*, *native*
166-
- debugging: *débogage*
167-
- double quote: *guillemet*
168-
- identifier: *identifiant*
169-
- immutable: *immuable*
170-
- interpreter: *interpréteur*
171-
- library: *bibliothèque*
172-
- list compréhension: *liste en compréhension*
173-
- little-endian, big-endian: `petit-boutise, gros-boutiste
174-
<https://fr.wikipedia.org/wiki/Endianness>`_
175-
- mutable: *variable*
176-
- parameter: *paramètre*
177-
- prompt: *invite*
178-
- regular expression: *expression rationnelle*, *expression régulière*
179-
- return: Renvoie, ou parfois donne. On évite "retourne" qui pourrait
180-
porter à confusion.
181-
- simple quote: *guillemet simple*, *apostrophe* (*apostrophe* is to
182-
glue, *guillemet* is to surround, use when appropriate)
183-
- socket: *socket* (in italics)
184-
- statement: *instruction*
185-
- underscore: *tiret bas*, *underscore* (in italics)
186-
159+
========================== ===========================================
160+
Term Proposed Translation
161+
========================== ===========================================
162+
-like -compatible
163+
abstract data type type abstrait
164+
argument argument (Don't mix with parameter)
165+
backslash antislash, *backslash*
166+
bound lier
167+
bug bogue, *bug*
168+
built-in primitive, native
169+
debugging débogage
170+
double quote guillemet
171+
identifier identifiant
172+
immutable immuable
173+
interpreter interpréteur
174+
library bibliothèque
175+
list compréhension liste en compréhension
176+
little-endian, big-endian `petit-boutiste, gros-boutiste
177+
<https://fr.wikipedia.org/wiki/Endianness>`_
178+
mutable variable
179+
parameter paramètre
180+
prompt invite
181+
regular expression expression rationnelle, expression régulière
182+
return Renvoie, ou parfois donne. On évite
183+
"retourne" qui pourrait porter à confusion.
184+
simple quote guillemet simple, apostrophe (apostrophe
185+
is to glue, guillemet is to surround)
186+
socket *socket*
187+
statement instruction
188+
underscore tiret bas, *underscore*
189+
========================== ===========================================
187190

188191
Project History
189192
---------------

0 commit comments

Comments
 (0)