Skip to content

Commit c45ee15

Browse files
authored
Merge pull request #7 from NYSHUN/patch-1
Create pl.json
2 parents e097049 + d7082b1 commit c45ee15

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

modules/toplists/lang/pl.json

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"top.clantag": "TOP{0} |",
3+
4+
"top.menu.main.title": "Toplisty",
5+
6+
"ranktop.invalid.count": "Nieprawidłowa liczba graczy. Używanie domyślnej ({0}).",
7+
"ranktop.no.data": "Brak danych o rankingu.",
8+
"ranktop.player.entry.center": "#{0} {1}: <font color=\"#f5a142\">{2} punktów</font>",
9+
"ranktop.player.entry.chat": "#{0} {1}: {2} punktów",
10+
11+
"timetop.invalid.count": "Nieprawidłowa liczba graczy. Używanie domyślnej ({0}).",
12+
"timetop.category.menu.title": "Wybierz kategorię czasu gry",
13+
"timetop.category.TotalPlaytime": "Całkowity czas gry",
14+
"timetop.category.TerroristPlaytime": "Czas gry jako T",
15+
"timetop.category.CounterTerroristPlaytime": "Czas gry jako CT",
16+
"timetop.category.SpectatorPlaytime": "Czas gry jako obserwator",
17+
"timetop.category.AlivePlaytime": "Czas gry jako żywy",
18+
"timetop.category.DeadPlaytime": "Czas gry jako nieżywy",
19+
"timetop.no.data": "Brak danych o czasie gry.",
20+
21+
"top.menu.title": "Top {0} graczy",
22+
23+
"timetop.player.entry.center": "#{0} {1}: <font color=\"#f5a142\">{2}</font>",
24+
"timetop.player.entry.chat": "#{0} {1}: {2}",
25+
"timetop.time.format": "{0}d {1}h {2}m",
26+
27+
"statstop.invalid.count": "Nieprawidłowa liczba graczy. Używanie domyślnej ({0}).",
28+
"statstop.category.menu.title": "Wybierz kategorię statystyk",
29+
"statstop.no.data": "Brak danych o statystykach.",
30+
"statstop.player.entry.center": "#{0} {1}: <font color=\"#f5a142\">{2}</font>",
31+
"statstop.player.entry.chat": "#{0} {1}: {2}",
32+
"statstop.category.ChestHits": "Strzały w klatkę piersiową",
33+
"statstop.category.MVP": "MVP",
34+
"statstop.category.HitsGiven": "Oddane strzały",
35+
"statstop.category.HostageKilled": "Zabici zakładnicy",
36+
"statstop.category.FirstBlood": "Pierwsza krew",
37+
"statstop.category.Assists": "Asysty",
38+
"statstop.category.FlashedKill": "Zabójstwa po oślepieniu",
39+
"statstop.category.RoundWin": "Wygrane rundy",
40+
"statstop.category.Shoots": "Oddane strzały",
41+
"statstop.category.GameLose": "Przegrane gry",
42+
"statstop.category.RightLegHits": "Strzały w prawą nogę",
43+
"statstop.category.NoScopeKill": "Zabójstwa bez celownika",
44+
"statstop.category.RoundsT": "Rundy T",
45+
"statstop.category.BombDefused": "Rozbrojone bomby",
46+
"statstop.category.UnusedHits": "Niezużyte strzały",
47+
"statstop.category.Headshots": "Strzały w głowę",
48+
"statstop.category.HeadHits": "Oddane strzały w głowę",
49+
"statstop.category.HitsTaken": "Zatrzymane strzały",
50+
"statstop.category.HostageRescued": "Uratowani zakładnicy",
51+
"statstop.category.RoundsOverall": "Całkowita liczba rund",
52+
"statstop.category.GameWin": "Wygrane gry",
53+
"statstop.category.LeftArmHits": "Strzały w lewą rękę",
54+
"statstop.category.RevengeKill": "Zabójstwa zemsty",
55+
"statstop.category.AssistFlash": "Asysty oślepiające",
56+
"statstop.category.GearHits": "Strzały w wyposażenie",
57+
"statstop.category.StomachHits": "Strzały w brzuch",
58+
"statstop.category.RoundsCT": "Rundy CT",
59+
"statstop.category.RoundLose": "Przegrane rundy",
60+
"statstop.category.RightArmHits": "Strzały w prawą rękę",
61+
"statstop.category.BombPlanted": "Podłożone bomby",
62+
"statstop.category.Kills": "Zabójstwa",
63+
"statstop.category.NeckHits": "Strzały w szyję",
64+
"statstop.category.ThruSmokeKill": "Zabójstwa przez dym",
65+
"statstop.category.DominatedKill": "Zabójstwa dominacyjne",
66+
"statstop.category.LeftLegHits": "Strzały w lewą nogę",
67+
"statstop.category.Grenades": "Rzuty granatami",
68+
"statstop.category.PenetratedKill": "Zabójstwa przez penetrację",
69+
"statstop.category.Deaths": "Śmierci",
70+
"statstop.category.SpecialHits": "Specjalne trafienia",
71+
72+
"top.menu.rank": "Ranking Toplista",
73+
"top.menu.time": "Toplista Czasu",
74+
"top.menu.stats": "Toplista Statystyk"
75+
}

0 commit comments

Comments
 (0)