From d014cd7b550082851fec51e5cdabf7fde258d5fc Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Fri, 24 Dec 2021 17:35:21 +0100 Subject: [feat] adding Northstar custom texts french translation file --- .../mod/resource/northstar_custom_french.txt | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 Northstar.Custom/mod/resource/northstar_custom_french.txt diff --git a/Northstar.Custom/mod/resource/northstar_custom_french.txt b/Northstar.Custom/mod/resource/northstar_custom_french.txt new file mode 100644 index 00000000..8ecafc4a --- /dev/null +++ b/Northstar.Custom/mod/resource/northstar_custom_french.txt @@ -0,0 +1,69 @@ +"lang" +{ + "Language" "french" + "Tokens" + { + "PL_sbox" "Bac à sable" + "PL_sbox_lobby" "Lobby: Bac à sable" + "PL_sbox_desc" "GMod, mais en pire..." + "PL_sbox_abbr" "SBOX" + "GAMEMODE_SBOX" "Bac à sable" + + "PL_gg" "Gun game" + "PL_gg_lobby" "Lobby: Gun game" + "PL_gg_desc" "Tuez un pilote avec chaque arme pour gagner." + "PL_gg_abbr" "GG" + "GAMEMODE_GG" "Gun game" + + "PL_tt" "Titan tag" + "PL_tt_lobby" "Lobby: Titan tag" + "PL_tt_desc" "Gagnez des points lorsque vous êtes dans votre titan. Détruisez un titan pour obtenir le vôtre." + "PL_tt_abbr" "TT" + "GAMEMODE_TT" "Titan tag" + + "PL_inf" "Infection" + "PL_inf_lobby" "Lobby: Infection" + "PL_inf_desc" "Les pilotes survivants deviennent infectés lorsque tués." + "PL_inf_abbr" "INF" + "GAMEMODE_INF" "Infection" + "INFECTION_YOU_ARE_INFECTED" "Vous avez été infecté !" + "INFECTION_KILL_SURVIVORS" "Contaminez tous les survivants restants." + "INFECTION_FIRST_INFECTED" "%s1 est le premier infecté." + "INFECTION_LAST_SURVIVOR" "%s1 est le dernier survivant !" + "INFECTION_KILL_LAST_SURVIVOR" "Contaminez-le avant que le temps ne soit écoulé !" + "INFECTION_YOU_ARE_LAST_SURVIVOR" "Vous êtes le dernier survivant !" + "INFECTION_SURVIVE_LAST_SURVIVOR" "Survivez." + + // these are defined in r1_english but titan war is a shit name so i'm changing it to another one that was referenced in development + "GAMEMODE_fw" "Guerre pour la Frontière" + "PL_fw" "Guerre pour la Frontière" + "PL_fw_lobby" "Lobby: Guerre pour la Frontière" + "PL_fw_desc" "Détruisez le collecteur ennemi et protégez le vôtre." + "PL_fw_abbr" "FW" + + "GAMEMODE_kr" "Course aux frags" + "PL_kr" "Course aux frags" + "PL_kr_lobby" "Lobby: Course aux frags" + "PL_kr_desc" "Capturez le drapeau pour devenir le prédateur. Faites des victimes pour établir un nouveau record de frags. Le pilote ayant le plus de frags à la fin de la partie l'emporte." + "PL_kr_abbr" "KR" + "SCOREBOARD_KR_RECORD" "Record de frags" + "KR_NEW_RACER" "%s1 est le nouveau prédateur" + "KR_YOU_ARE_NEW_RACER" "Vous êtes le prédateur" + "KR_YOU_SET_NEW_RECORD" "Etablissez un nouveau record de frags !" + "KR_FLAG_INCOMING" "Drapeau en cours de réapparition" + "KR_COLLECT_FLAG" "Capturez-le pour devenir le prédateur !" + "KR_ENEMY_KILLRACE_OVER" "La course de %s1 est terminée" + "KR_YOUR_KILLRACE_OVER" "Votre course est terminée" + "KR_YOUR_KILLRACE_SCORE" "Vous avez obtenu %s1 frags." + + "GAMEMODE_fastball" "Fastball" + "PL_fastball" "Fastball" + "PL_fastball_lobby" "Lobby: Fastball" + "PL_fastball_desc" "Mort permanente. Piratez les panneaux de contrôle pour gagner la manche et faire réapparaître vos équipiers." + "PL_fastball_abbr" "FB" + "FASTBALL_PANEL_CAPTURED" "%s1 a piraté le panneau de contrôle %s2 !" + "SCOREBOARD_FASTBALL_HACKS" "Panneaux de contrôle capturés." + + "GAMEMODE_ctf_comp" "Capture de drapeau - Compétition" + } +} -- cgit v1.2.3 From 5690bde05a91f842614a59522864211c159b0da5 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Fri, 24 Dec 2021 17:57:33 +0100 Subject: [feat] adding client french localisation --- .../resource/northstar_client_localisation_french.txt | Bin 0 -> 18454 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Northstar.Client/mod/resource/northstar_client_localisation_french.txt diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt new file mode 100644 index 00000000..ce261c41 Binary files /dev/null and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From 4fa9bbfbcde315b7a99261d8e0b9b40991fbb100 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Sat, 25 Dec 2021 21:22:26 +0100 Subject: [feat] adding some client translations --- .../northstar_client_localisation_french.txt | Bin 18454 -> 18580 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index ce261c41..23ae403d 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From adb66dc1c54911f04a698786f5a2edaa684aed04 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Sat, 25 Dec 2021 21:29:43 +0100 Subject: [refactor] transfering custom translation into client files --- .../northstar_client_localisation_french.txt | Bin 18580 -> 19572 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index 23ae403d..e88df4ba 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From 9cbc6fef9311a015b7aa67a1294b1ea5d79548c5 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Sat, 25 Dec 2021 21:40:30 +0100 Subject: [feat] adding translations for hide&seek mode --- .../northstar_client_localisation_french.txt | Bin 19572 -> 19940 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index e88df4ba..8359557e 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From e537870c5be75288b047c2215d3269c45e57cac3 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Sat, 25 Dec 2021 22:02:14 +0100 Subject: [feat] adding bleedout feature translations --- .../northstar_client_localisation_french.txt | Bin 19940 -> 20278 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index 8359557e..52fe0aed 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From 9c680573eb90136f47f90886bbf86eb46b394c37 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Sat, 25 Dec 2021 22:31:55 +0100 Subject: [feat] adding SP levels translations --- .../northstar_client_localisation_french.txt | Bin 20278 -> 20570 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index 52fe0aed..4a1d1e26 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From 75bfb3492f46b34df376686e69da371ef3448af3 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Sat, 25 Dec 2021 22:34:53 +0100 Subject: [feat] adding SP coop translations --- .../northstar_client_localisation_french.txt | Bin 20570 -> 20478 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index 4a1d1e26..5603bdb5 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From 73361b7f534130cf02dcb5ef5d0c40a91450f491 Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Sat, 25 Dec 2021 23:12:51 +0100 Subject: [fix] some translations are shortened Some French translations were too big and overlapping input fields in map settings. --- .../northstar_client_localisation_french.txt | Bin 20478 -> 20220 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index 5603bdb5..0d037514 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From e93893cc0083c94044048f920a34fb46bc448b9a Mon Sep 17 00:00:00 2001 From: Remy Raes Date: Sat, 25 Dec 2021 23:41:35 +0100 Subject: [feat] translating Coliseum --- .../northstar_client_localisation_french.txt | Bin 20220 -> 20224 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index 0d037514..fc8f8a05 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3 From 0c1bd9bffa92bff56f9d3f4d81174c9e4a463658 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Sun, 26 Dec 2021 12:05:04 +0100 Subject: [fix] adding details to gungame translation --- .../northstar_client_localisation_french.txt | Bin 20224 -> 20392 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt index fc8f8a05..6d902e61 100644 Binary files a/Northstar.Client/mod/resource/northstar_client_localisation_french.txt and b/Northstar.Client/mod/resource/northstar_client_localisation_french.txt differ -- cgit v1.2.3