datas/langs : add more translations
This commit is contained in:
parent
0fd1c60b95
commit
8fc48bc11a
4 changed files with 6 additions and 0 deletions
|
@ -2,4 +2,6 @@ return {
|
||||||
["exit"] = "Exit",
|
["exit"] = "Exit",
|
||||||
["back"] = "Back",
|
["back"] = "Back",
|
||||||
["options"] = "Options",
|
["options"] = "Options",
|
||||||
|
['true'] = "True",
|
||||||
|
["false"] = "False",
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,4 +7,5 @@ return {
|
||||||
["fullscreen"] = "Fullscreen",
|
["fullscreen"] = "Fullscreen",
|
||||||
["borders"] = "Borders",
|
["borders"] = "Borders",
|
||||||
["vsync"] = "V-Sync",
|
["vsync"] = "V-Sync",
|
||||||
|
["back"] = "Back",
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,6 @@ return {
|
||||||
["exit"] = "Quitter",
|
["exit"] = "Quitter",
|
||||||
["back"] = "Retour",
|
["back"] = "Retour",
|
||||||
["options"] = "Paramètres",
|
["options"] = "Paramètres",
|
||||||
|
['true'] = "Vrai",
|
||||||
|
["false"] = "Faux",
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,4 +7,5 @@ return {
|
||||||
["fullscreen"] = "Plein Ecran",
|
["fullscreen"] = "Plein Ecran",
|
||||||
["borders"] = "Bordures",
|
["borders"] = "Bordures",
|
||||||
["vsync"] = "Sync Vert.",
|
["vsync"] = "Sync Vert.",
|
||||||
|
["back"] = "Retour",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue