-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add French translation to Mesecon #675
Changes from 34 commits
dce38b3
66bf04b
00f0164
567d480
9ffae94
21b45b7
01c62f4
ce8212b
cd751d3
1e620bb
dc79ae3
11b620c
9e40281
65a165f
d64b224
b67d16f
eea7e52
f59e348
40d1da1
74698b9
bc58d38
cbc49fd
a7d5a45
bf7afc7
934e252
be40a3b
7d2f90b
f772d5d
0cdf84d
337ef42
9e6683f
7bcc829
ae4872b
75b5c3e
b48c439
071f392
bcdedf3
be96b51
7d7b736
7d45b62
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons | ||
|
||
### oldwires.lua ### | ||
Mesecons=Mesecons |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_blinkyplant | ||
|
||
### init.lua ### | ||
Blinky Plant=Plante clignotante |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_button | ||
|
||
### init.lua ### | ||
Button=Bouton |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# textdomain: mesecons_commandblock | ||
|
||
### init.lua ### | ||
Say <text> as the server=Dis <text> au serveur | ||
Say <text> to <name> privately=Dis <text> à <name> en privé | ||
Set health of <name> to <value> hitpoints=Défini la vie de <name> sur <value> cœurs | ||
Command Block=Bloc de commandes |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_delayer | ||
|
||
### init.lua ### | ||
Delayer=Retardateur | ||
You hacker you=Vous êtes un pirate informatique | ||
Bebibio marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_detector | ||
|
||
### init.lua ### | ||
Player Detector=Détecteur de joueur | ||
Node Detector=Détecteur de bloc |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# textdomain: mesecons_extrawires | ||
|
||
### corner.lua ### | ||
Insulated Mesecon Corner=Coin de Mesecon isolé | ||
|
||
### crossover.lua ### | ||
Insulated Mesecon Crossover=Croisement de Mesecon isolé | ||
You hacker you!=Tu es un pirate informatique ! | ||
Bebibio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### doublecorner.lua ### | ||
Insulated Mesecon Double Corner=Double coin de Mesecon isolé | ||
|
||
### mesewire.lua ### | ||
Mese Wire=Câble de Mesecon | ||
|
||
### tjunction.lua ### | ||
Insulated Mesecon T-junction=Croisement en T de Mesecon isolé | ||
|
||
### vertical.lua ### | ||
Vertical Mesecon=Mesecon vertical |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# textdomain: mesecons_fpga | ||
|
||
### init.lua ### | ||
FPGA=Circuit logique programmable (FPGA) | ||
|
||
### tool.lua ### | ||
FPGA Programmer=Programmateur de circuit logique |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
# textdomain: mesecons_hydroturbine | ||||||
|
||||||
### init.lua ### | ||||||
Water Turbine=Turbine aquatique | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is actually a sensor so « Détecteur » is better.
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_insulated | ||
|
||
### init.lua ### | ||
Straight Insulated Mesecon=Mesecon isolé droit |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_lamp | ||
|
||
### init.lua ### | ||
Mesecon Lamp=Lampe de Mesecon |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# textdomain: mesecons_lightstone | ||
|
||
### init.lua ### | ||
Red Lightstone=Pierre lumineuse rouge | ||
Green Lightstone=Pierre lumineuse verte | ||
Blue Lightstone=Pierre lumineuse bleue | ||
Grey Lightstone=Pierre lumineuse grise | ||
Dark Grey Lightstone=Pierre lumineuse gris foncée | ||
Yellow Lightstone=Pierre lumineuse jaune | ||
Orange Lightstone=Pierre lumineuse orange | ||
White Lightstone=Pierre lumineuse blanche | ||
Pink Lightstone=Pierre lumineuse rose | ||
Magenta Lightstone=Pierre lumineuse magenta | ||
Cyan Lightstone=Pierre lumineuse bleu clair | ||
Violet Lightstone=Pierre lumineuse violette |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_luacontroller | ||
|
||
### init.lua ### | ||
Luacontroller=Programmateur LUA |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# textdomain: mesecons_materials | ||
|
||
### init.lua ### | ||
Glue=Colle | ||
Fiber=Fibre | ||
Silicon=Silicone |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_microcontroller | ||
|
||
### init.lua ### | ||
Microcontroller=Micro-controlleur |
Original file line number | Diff line number | Diff line change | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,7 @@ | ||||||||||||||||||
# textdomain: mesecons_movestones | ||||||||||||||||||
|
||||||||||||||||||
### init.lua ### | ||||||||||||||||||
Movestone=Pierre bougeante | ||||||||||||||||||
Sticky Movestone=Pierre collante bougeante | ||||||||||||||||||
Vertical Movestone=Pierre bougeant verticalement | ||||||||||||||||||
Vertical Sticky Movestone=Pierre collante bougeant verticalement | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you, this word bothered me but I didn't know what to put in its place |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_noteblock | ||
|
||
### init.lua ### | ||
Noteblock=Bloc de musique |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# textdomain: mesecons_pistons | ||
|
||
### init.lua ### | ||
Piston=Piston | ||
Activated Piston Base=Base de piston activé | ||
Piston Pusher=Bras de piston | ||
Sticky Piston=Piston collant | ||
Activated Sticky Piston Base=Base de piston collant activé | ||
Sticky Piston Pusher=Bras de piston collant |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
# textdomain: mesecons_powerplant | ||||||
|
||||||
### init.lua ### | ||||||
Power Plant=Centrale électrique | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's not really creating energy as in technic. I've suggested the « Plante active » string, but not sure.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not sure of your translation. Something is bothering me but I don't know what... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The power plant just produces a Mesecon signal |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_pressureplates | ||
|
||
### init.lua ### | ||
Wooden Pressure Plate=Plaque de pression en bois | ||
Stone Pressure Plate=Plaque de pression en pierre |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_random | ||
|
||
### init.lua ### | ||
Removestone=Pierre de suppression | ||
Ghoststone=Pierre fantôme |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,4 @@ | ||||||
# textdomain: mesecons_solarpanel | ||||||
|
||||||
### init.lua ### | ||||||
Solar Panel=Panneau solaire | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again it's a detector, not a generator.
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_stickyblocks | ||
|
||
### init.lua ### | ||
Sticky Block=Bloc collant |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_switch | ||
|
||
### init.lua ### | ||
Switch=Commutateur |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_torch | ||
|
||
### init.lua ### | ||
Mesecon Torch=Torche de Mesecon |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_walllever | ||
|
||
### init.lua ### | ||
Lever=Levier |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_wires | ||
|
||
### init.lua ### | ||
Mesecon=Mesecon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better is to use non-conjugated verbs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not what I wanted to do o_O. But you understood it :)