mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
25 lines
791 B
JSON
25 lines
791 B
JSON
{
|
|
"minutes_plural" : "$0 minutes",
|
|
"minutes_singular" : "$0 minute",
|
|
"seconds_plural" : "$0 secondes",
|
|
"seconds_singular" : "$0 seconde",
|
|
"input_button_a": "le bouton A",
|
|
"input_button_b": "le bouton B",
|
|
"input_button_c": "le bouton C",
|
|
"input_button_l": "le bouton L",
|
|
"input_button_r": "le bouton R",
|
|
"input_button_z": "le bouton Z",
|
|
"input_button_c_up": "C Haut",
|
|
"input_button_c_down": "C Bas",
|
|
"input_button_c_left": "C Gauche",
|
|
"input_button_c_right": "C Droit",
|
|
"input_analog_stick": "le Stick Analogique",
|
|
"input_d_pad": "D-Pad",
|
|
"input_d_pad_up": "D-Pad Haut",
|
|
"input_d_pad_down": "D-Pad Bas",
|
|
"input_d_pad_left": "D-Pad Gauche",
|
|
"input_d_pad_right": "D-Pad Droit",
|
|
"yes": "Oui",
|
|
"no": "Non"
|
|
}
|