Skip to content

Commit fd4916d

Browse files
authored
Polish Quartz Bot, Auto Clicker and Clicks per second translations + Credits for the translator (FireMario211#158)
* add Quartz Bot translations (thanks Pan Polak) * add Pan Polak to credits menu * add Pan Polak * add Pan Polak * change "Polskie" to "Polski" because apparently it is incorrect * add Auto Clicker translations (thanks Pan Polak) * fix mistake Clicks per second description
1 parent ff75815 commit fd4916d

File tree

5 files changed

+79
-1
lines changed

5 files changed

+79
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Press on the circle button located on the left corner, or press `Tab` to open th
6262
* [RzaIX](https://twitter.com/RzaIX_) - Translations for Indonesian
6363
* KONDIROTSU - Translations for Polish
6464
* olaf_294 - Translations for Polish
65+
* Pan Polak - Translations for Polish
6566
* hori - Translations for Malay
6667
* slideglide - Translations for Turkish
6768
* DarkKing - Proofreading for Turkish

about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Press on the circle button located on the left corner, or press `Tab` to open th
4343
* [RzaIX](https://twitter.com/RzaIX_) - Translations for Indonesian
4444
* KONDIROTSU - Translations for Polish
4545
* olaf_294 - Translations for Polish
46+
* Pan Polak - Translations for Polish
4647
* hori - Translations for Malay
4748
* slideglide - Translations for Turkish
4849
* DarkKing - Proofreading for Turkish

resources/hacks/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"desc": "Sets the language for Prism Menu!",
2121
"type": "dropdown",
2222
"default": 0,
23-
"values": ["English", "Français", "Português (Brasil)", "Deutsch", "Русский", "Čeština", "Indonesia", "Español", "Polskie", "Melayu", "Türkçe", "Tieng Viet", "Українська","Italiano","Română"],
23+
"values": ["English", "Français", "Português (Brasil)", "Deutsch", "Русский", "Čeština", "Indonesia", "Español", "Polski", "Melayu", "Türkçe", "Tieng Viet", "Українська","Italiano","Română"],
2424
"todovalues": ["Ελληνική","日本語"]
2525
},
2626
{

resources/langs/polish.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"name": "« Edytor"
2020
}
2121
},
22+
{
23+
"¦ Quartz Bot": {
24+
"name": "¦ Quartz Bot"
25+
}
26+
},
2227
{
2328
"··· Misc": {
2429
"name": "··· Inne"
@@ -508,5 +513,65 @@
508513
"name": "Samobójstwo",
509514
"desc": "Zabija gracza bez przerywania."
510515
}
516+
},
517+
{
518+
"Macro": {
519+
"name": "Makro",
520+
"desc": "Wybierz Makro Które chcesz Nagrać Lub Odtworzyć!"
521+
}
522+
},
523+
{
524+
"Record": {
525+
"name": "Nagraj",
526+
"desc": "Nagrywa Rozrywkę Którą potem możesz odtworzyć (To Zresetuje Wejścia Jeśli wejdziesz w poziom i masz wybrane makro)"
527+
}
528+
},
529+
{
530+
"Playback": {
531+
"name": "Odtwórz",
532+
"desc": "Odtwarza Makro Spowrotem"
533+
}
534+
},
535+
{
536+
"Macro Editor": {
537+
"name": "Edytor Makro",
538+
"desc": "Wejdź w Edytor Makra. (Nie Będzie dobrze działać jeśli masz włączone nagrywanie makra)"
539+
}
540+
},
541+
{
542+
"Frame Fix": {
543+
"name": "Naprawa Klatek",
544+
"desc": "Nagrywa Każdy ruch gracza, łącznie z pozycją jeśli nagrywasz i odtwarzasz makro spowrotem. Ale może to zwiększyć rozmiar makra podczas nagrywania"
545+
}
546+
},
547+
{
548+
"Fixed FPS": {
549+
"name": "Naprawione Klatki",
550+
"desc": "Blokuje Klatki do Celowanej liczby klatek na sekundę makra. To może wyglądać jak \"smooth fix\" opcja jest włączona jeśli gra się zacina"
551+
}
552+
},
553+
{
554+
"Import Macro": {
555+
"name": "Importuj Makro",
556+
"desc": "Importuje Makro"
557+
}
558+
},
559+
{
560+
"Save Macro": {
561+
"name": "Zapisz Makro",
562+
"desc": "Zapisuje Makro"
563+
}
564+
},
565+
{
566+
"Auto Clicker": {
567+
"name": "Automatyczny klikacz",
568+
"desc": "Automatycznie Klika za ciebie"
569+
}
570+
},
571+
{
572+
"Clicks per second": {
573+
"name": "Kliknięcia na sekundę",
574+
"desc": " Liczba kliknięć Którą auto clicker ma kliknąć na sekundę"
575+
}
511576
}
512577
]

src/UI/CreditsMenu.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,17 @@ std::vector<CreditUser> users = {
358358
true,
359359
"",
360360
28982364
361+
},
362+
{
363+
"Pan Polak",
364+
379,
365+
"Translator (PL)",
366+
{ 255, 255, 255 },
367+
{ 0, 255, 255 },
368+
{ 255, 255, 255 },
369+
true,
370+
"",
371+
20527327
361372
}
362373
};
363374

0 commit comments

Comments
 (0)