mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge #5738
5738: Update french.txt r=def- a=archimede67 <!-- What is the motivation for the changes of this pull request --> ## Checklist - [ ] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test (especially base/) or added coverage to integration test - [ ] Considered possible null pointers and out of bounds array indexing - [ ] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) Co-authored-by: archimede67 <archi0670@gmail.com>
This commit is contained in:
commit
8d873d82bb
|
@ -23,6 +23,7 @@
|
|||
# Nouaa 2022-05-14 23:00:00
|
||||
# Chairn 2022-06-16 19:00:00
|
||||
# Sucre 2022-07-19 20:36:00
|
||||
# archimede67 2022-08-15 13:02:00
|
||||
|
||||
##### /authors #####
|
||||
|
||||
|
@ -1517,64 +1518,64 @@ Loading sound files
|
|||
== Chargement des fichiers sonores
|
||||
|
||||
Preparing demo playback
|
||||
==
|
||||
== Préparation de la lecture de la demo
|
||||
|
||||
Loading map file from storage
|
||||
==
|
||||
== Chargement de la map depuis le stockage
|
||||
|
||||
Why are you slowmo replaying to read this?
|
||||
==
|
||||
== Pourquoi rejoues-tu en slow-motion pour lire ça?
|
||||
|
||||
Initializing components
|
||||
==
|
||||
== Initialisation des composants
|
||||
|
||||
Initializing map logic
|
||||
==
|
||||
== Initialisation de la logique de la map
|
||||
|
||||
Sending initial client info
|
||||
==
|
||||
== Envoi des informations initiales du client
|
||||
|
||||
Uploading map data to GPU
|
||||
==
|
||||
== Transfert des données de la map vers le GPU
|
||||
|
||||
Loading menu images
|
||||
==
|
||||
== Chargement des images de menu
|
||||
|
||||
Loading demo files
|
||||
==
|
||||
== Chargement des fichiers de demo
|
||||
|
||||
Loading ghost files
|
||||
==
|
||||
== Chargement des fichiers de fantôme
|
||||
|
||||
Name Plate
|
||||
==
|
||||
== Plaque de nom
|
||||
|
||||
Hook Collisions
|
||||
==
|
||||
== Collisions du grappin
|
||||
|
||||
Show client IDs in scoreboard
|
||||
==
|
||||
== Afficher les IDs des clients dans le tableau des scores
|
||||
|
||||
Show hook strength indicator
|
||||
==
|
||||
== Afficher l'indicateur de force du grappin
|
||||
|
||||
Hook collision line width
|
||||
==
|
||||
== Largeur de la ligne de collision du grappin
|
||||
|
||||
Hook collision line opacity
|
||||
==
|
||||
== Opacité de la ligne de collision du grappin
|
||||
|
||||
Colors of the hook collision line, in case of a possible collision with:
|
||||
==
|
||||
== Couleurs de la ligne de collision du grappin, dans le cas d'une collision possible avec :
|
||||
|
||||
Your movements are not taken into account when calculating the line colors
|
||||
==
|
||||
== Vos mouvements ne sont pas pris en compte lors du calcul des couleurs de la ligne
|
||||
|
||||
Nothing hookable
|
||||
==
|
||||
== Rien d'accrochable
|
||||
|
||||
Something hookable
|
||||
==
|
||||
== Quelque chose d'accrochable
|
||||
|
||||
Loading race demo files
|
||||
==
|
||||
== Chargement des fichiers de demo de course
|
||||
|
|
Loading…
Reference in a new issue