From c84944f3e1d1e2ece337a5d9200718af0b3ba90a Mon Sep 17 00:00:00 2001 From: Laze <19431478+laazzee@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:29:06 +0200 Subject: [PATCH 1/2] Ukrainian translation - !course and !end phrases (#269) --- translations/cs2kz-commands.phrases.txt | 2 ++ translations/cs2kz-course.phrases.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/translations/cs2kz-commands.phrases.txt b/translations/cs2kz-commands.phrases.txt index e46ee30e..ce691be1 100644 --- a/translations/cs2kz-commands.phrases.txt +++ b/translations/cs2kz-commands.phrases.txt @@ -533,6 +533,7 @@ "Command Description - kz_end" { "en" "Teleport to the end." + "ua" "Телепортуватися до кінця." } "Command Description - kz_hideweapon" { @@ -781,5 +782,6 @@ "Command Description - kz_course" { "en" "Display the current course and the list of all courses in the map." + "ua" "Показати поточний курс, а також список всіх доступних курсів на мапі." } } diff --git a/translations/cs2kz-course.phrases.txt b/translations/cs2kz-course.phrases.txt index 59af11a8..caa29cd1 100644 --- a/translations/cs2kz-course.phrases.txt +++ b/translations/cs2kz-course.phrases.txt @@ -3,14 +3,17 @@ "No Current Course" { "en" "{grey}You have no current course. Check console for list of available courses!" + "ua" "{grey}У вас немає поточного курсу. Перевірте в консолі список доступних курсів!" } "Current Course" { "#format" "course:s" "en" "{grey}Your current course is {default}{course}{grey}. Check console for list of available courses!" + "ua" "{grey}Ваш поточний курс це {default}{course}{grey}. Перевірте в консолі список доступних курсів!" } "Course List Header" { "en" "List of available courses (use kz_r to teleport to course):" + "ua" "Список доступних курсів (використовуйте kz_r <назва курсу> для телепортації до курсу):" } } From ac475ad48df63e7623ec2d032aae02668152d6b5 Mon Sep 17 00:00:00 2001 From: jaakko <120755650+jakkekz@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:43:42 +0200 Subject: [PATCH 2/2] Update swedish translations (#270) * Update cs2kz-course.phrases.txt * Update cs2kz-commands.phrases.txt * Update cs2kz-course.phrases.txt * Update cs2kz-course.phrases.txt * Update cs2kz-commands.phrases.txt * Update cs2kz-course.phrases.txt --- translations/cs2kz-commands.phrases.txt | 2 ++ translations/cs2kz-course.phrases.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/translations/cs2kz-commands.phrases.txt b/translations/cs2kz-commands.phrases.txt index ce691be1..86170c59 100644 --- a/translations/cs2kz-commands.phrases.txt +++ b/translations/cs2kz-commands.phrases.txt @@ -533,6 +533,7 @@ "Command Description - kz_end" { "en" "Teleport to the end." + "sv" "Teleportera till slutet." "ua" "Телепортуватися до кінця." } "Command Description - kz_hideweapon" @@ -782,6 +783,7 @@ "Command Description - kz_course" { "en" "Display the current course and the list of all courses in the map." + "sv" "Visa tillfälliga banan och lista alla tillgängliga banor på kartan." "ua" "Показати поточний курс, а також список всіх доступних курсів на мапі." } } diff --git a/translations/cs2kz-course.phrases.txt b/translations/cs2kz-course.phrases.txt index caa29cd1..4975223f 100644 --- a/translations/cs2kz-course.phrases.txt +++ b/translations/cs2kz-course.phrases.txt @@ -3,17 +3,20 @@ "No Current Course" { "en" "{grey}You have no current course. Check console for list of available courses!" + "sv" "{grey}Du har inte valt en bana. Kolla konsolen för en lista av tillgängliga banor!" "ua" "{grey}У вас немає поточного курсу. Перевірте в консолі список доступних курсів!" } "Current Course" { "#format" "course:s" "en" "{grey}Your current course is {default}{course}{grey}. Check console for list of available courses!" + "sv" "{grey}Din nuvarande bana är {default}{course}{grey}. Kolla konsolen för en lista av tillgängliga banor!" "ua" "{grey}Ваш поточний курс це {default}{course}{grey}. Перевірте в консолі список доступних курсів!" } "Course List Header" { "en" "List of available courses (use kz_r to teleport to course):" + "sv" "Lista av möjliga banor (använd kz_r för att teleportera till banan):" "ua" "Список доступних курсів (використовуйте kz_r <назва курсу> для телепортації до курсу):" } }