Compare commits

..

2 commits

Author SHA1 Message Date
ChillerDragon 7ffdc63fb7 Use arrays for snap strings 2024-07-19 11:08:05 +08:00
ChillerDragon bee2526a9c More detailed snapshot debug dump
The method CSnapShot::DebugDump() used to print just the raw snap items.
Without item names or field names:

```
2024-04-07 09:10:01 I snapshot: data_size=356 num_items=10
2024-04-07 09:10:01 I snapshot:         type=0 id=32767
2024-04-07 09:10:01 I snapshot:                   0  -1824658838        933dea6a
2024-04-07 09:10:01 I snapshot:                   1   -629591830        da7930ea
2024-04-07 09:10:01 I snapshot:                   2  -1450210576        a98f8af0
2024-04-07 09:10:01 I snapshot:                   3    914991429        3689a945
2024-04-07 09:10:01 I snapshot:         type=0 id=32766
2024-04-07 09:10:01 I snapshot:                   0    583701389        22ca938d
2024-04-07 09:10:01 I snapshot:                   1    327171627        13803e2b
2024-04-07 09:10:01 I snapshot:                   2  -1636052395        9e7bd255
2024-04-07 09:10:01 I snapshot:                   3  -1901674991        8ea6be11
2024-04-07 09:10:01 I snapshot:         type=0 id=32765
2024-04-07 09:10:01 I snapshot:                   0   1993229659        76ce455b
2024-04-07 09:10:01 I snapshot:                   1   -102024632        f9eb3a48
2024-04-07 09:10:01 I snapshot:                   2  -1378361269        add7e04b
2024-04-07 09:10:01 I snapshot:                   3  -1810037668        941d045c
2024-04-07 09:10:01 I snapshot:         type=6 id=0
2024-04-07 09:10:01 I snapshot:                   0            0        00000000
2024-04-07 09:10:01 I snapshot:                   1            0        00000000
2024-04-07 09:10:01 I snapshot:                   2            0        00000000
2024-04-07 09:10:01 I snapshot:                   3            0        00000000
2024-04-07 09:10:01 I snapshot:                   4            0        00000000
2024-04-07 09:10:01 I snapshot:                   5            0        00000000
2024-04-07 09:10:01 I snapshot:                   6            0        00000000
2024-04-07 09:10:01 I snapshot:                   7            1        00000001
2024-04-07 09:10:01 I snapshot:         type=32767 id=0
2024-04-07 09:10:01 I snapshot:                   0    247983155        0ec7ec33
2024-04-07 09:10:01 I snapshot:                   1            9        00000009
2024-04-07 09:10:01 I snapshot:                   2           64        00000040
2024-04-07 09:10:01 I snapshot:         type=11 id=0
2024-04-07 09:10:01 I snapshot:                   0  -1008145940        c3e8e9ec
2024-04-07 09:10:01 I snapshot:                   1   -320474428        ece5f2c4
2024-04-07 09:10:01 I snapshot:                   2   -220076049        f2e1e7ef
2024-04-07 09:10:01 I snapshot:                   3   -293568512        ee808000
2024-04-07 09:10:01 I snapshot:                   4  -1330727040        b0aeb780
2024-04-07 09:10:01 I snapshot:                   5  -2139062144        80808080
2024-04-07 09:10:01 I snapshot:                   6  -2139062272        80808000
2024-04-07 09:10:01 I snapshot:                   7           64        00000040
2024-04-07 09:10:01 I snapshot:                   8   -403511835        e7f2e5e5
2024-04-07 09:10:01 I snapshot:                   9   -286001183        eef3f7e1
2024-04-07 09:10:01 I snapshot:                  10   -219905920        f2e48080
2024-04-07 09:10:01 I snapshot:                  11  -2139062144        80808080
2024-04-07 09:10:01 I snapshot:                  12  -2139062144        80808080
2024-04-07 09:10:01 I snapshot:                  13  -2139062272        80808000
2024-04-07 09:10:01 I snapshot:                  14            0        00000000
2024-04-07 09:10:01 I snapshot:                  15      7199301        006dda45
2024-04-07 09:10:01 I snapshot:                  16      2345678        0023cace
2024-04-07 09:10:01 I snapshot:         type=10 id=0
2024-04-07 09:10:01 I snapshot:                   0            1        00000001
2024-04-07 09:10:01 I snapshot:                   1            0        00000000
2024-04-07 09:10:01 I snapshot:                   2            0        00000000
2024-04-07 09:10:01 I snapshot:                   3        -9999        ffffd8f1
2024-04-07 09:10:01 I snapshot:                   4            0        00000000
2024-04-07 09:10:01 I snapshot:         type=32766 id=0
2024-04-07 09:10:01 I snapshot:                   0            1        00000001
2024-04-07 09:10:01 I snapshot:                   1            0        00000000
2024-04-07 09:10:01 I snapshot:         type=9 id=0
2024-04-07 09:10:01 I snapshot:                   0          438        000001b6
2024-04-07 09:10:01 I snapshot:                   1         1968        000007b0
2024-04-07 09:10:01 I snapshot:                   2          913        00000391
2024-04-07 09:10:01 I snapshot:                   3            0        00000000
2024-04-07 09:10:01 I snapshot:                   4            0        00000000
2024-04-07 09:10:01 I snapshot:                   5            0        00000000
2024-04-07 09:10:01 I snapshot:                   6            0        00000000
2024-04-07 09:10:01 I snapshot:                   7            0        00000000
2024-04-07 09:10:01 I snapshot:                   8           -1        ffffffff
2024-04-07 09:10:01 I snapshot:                   9            0        00000000
2024-04-07 09:10:01 I snapshot:                  10            0        00000000
2024-04-07 09:10:01 I snapshot:                  11         1968        000007b0
2024-04-07 09:10:01 I snapshot:                  12          913        00000391
2024-04-07 09:10:01 I snapshot:                  13            0        00000000
2024-04-07 09:10:01 I snapshot:                  14            0        00000000
2024-04-07 09:10:01 I snapshot:                  15            1        00000001
2024-04-07 09:10:01 I snapshot:                  16           10        0000000a
2024-04-07 09:10:01 I snapshot:                  17           10        0000000a
2024-04-07 09:10:01 I snapshot:                  18            0        00000000
2024-04-07 09:10:01 I snapshot:                  19            1        00000001
2024-04-07 09:10:01 I snapshot:                  20            5        00000005
2024-04-07 09:10:01 I snapshot:                  21            0        00000000
2024-04-07 09:10:01 I snapshot:         type=32765 id=0
2024-04-07 09:10:01 I snapshot:                   0        49152        0000c000
2024-04-07 09:10:01 I snapshot:                   1            0        00000000
2024-04-07 09:10:01 I snapshot:                   2            2        00000002
2024-04-07 09:10:01 I snapshot:                   3            0        00000000
2024-04-07 09:10:01 I snapshot:                   4            0        00000000
2024-04-07 09:10:01 I snapshot:                   5            0        00000000
2024-04-07 09:10:01 I snapshot:                   6            0        00000000
2024-04-07 09:10:01 I snapshot:                   7            0        00000000
2024-04-07 09:10:01 I snapshot:                   8            1        00000001
2024-04-07 09:10:01 I snapshot:                   9            0        00000000
```

Now there is also `CNetObjHandler::DebugDumpSnapshot(const CSnapshot *pSnap)`
which prints the name of the snap item and also the names of all fields:

```
2024-04-07 09:21:42 I snapshot: data_size=356 num_items=10
2024-04-07 09:21:42 I snapshot:         EX/UUID type=0 id=32767 size=16
2024-04-07 09:21:42 I snapshot:                   0  -1824658838        933dea6a
2024-04-07 09:21:42 I snapshot:                   1   -629591830        da7930ea
2024-04-07 09:21:42 I snapshot:                   2  -1450210576        a98f8af0
2024-04-07 09:21:42 I snapshot:                   3    914991429        3689a945
2024-04-07 09:21:42 I snapshot:         EX/UUID type=0 id=32766 size=16
2024-04-07 09:21:42 I snapshot:                   0    583701389        22ca938d
2024-04-07 09:21:42 I snapshot:                   1    327171627        13803e2b
2024-04-07 09:21:42 I snapshot:                   2  -1636052395        9e7bd255
2024-04-07 09:21:42 I snapshot:                   3  -1901674991        8ea6be11
2024-04-07 09:21:42 I snapshot:         EX/UUID type=0 id=32765 size=16
2024-04-07 09:21:42 I snapshot:                   0   1993229659        76ce455b
2024-04-07 09:21:42 I snapshot:                   1   -102024632        f9eb3a48
2024-04-07 09:21:42 I snapshot:                   2  -1378361269        add7e04b
2024-04-07 09:21:42 I snapshot:                   3  -1810037668        941d045c
2024-04-07 09:21:42 I snapshot:         GameInfo type=6 id=0 size=32
2024-04-07 09:21:42 I snapshot:                   0            0        00000000        m_GameFlags=0 (min=0 max=256)
2024-04-07 09:21:42 I snapshot:                   1            0        00000000        m_GameStateFlags=0 (min=0 max=256)
2024-04-07 09:21:42 I snapshot:                   2            0        00000000        m_RoundStartTick=0 (NetTick)
2024-04-07 09:21:42 I snapshot:                   3            0        00000000        m_WarmupTimer=0 (min=min_int(-2147483648) max=max_int(2147483647))
2024-04-07 09:21:42 I snapshot:                   4            0        00000000        m_ScoreLimit=0 (min=0 max=max_int(2147483647))
2024-04-07 09:21:42 I snapshot:                   5            0        00000000        m_TimeLimit=0 (min=0 max=max_int(2147483647))
2024-04-07 09:21:42 I snapshot:                   6            0        00000000        m_RoundNum=0 (min=0 max=max_int(2147483647))
2024-04-07 09:21:42 I snapshot:                   7            1        00000001        m_RoundCurrent=1 (min=0 max=max_int(2147483647))
2024-04-07 09:21:42 I snapshot:         (out of range) type=32767 id=0 size=12
2024-04-07 09:21:42 I snapshot:                   0    247983155        0ec7ec33
2024-04-07 09:21:42 I snapshot:                   1            9        00000009
2024-04-07 09:21:42 I snapshot:                   2           64        00000040
2024-04-07 09:21:42 I snapshot:         ClientInfo type=11 id=0 size=68
2024-04-07 09:21:42 I snapshot:                   0  -1008145940        c3e8e9ec        m_Name0=-1008145940     IntsToStr: Chil
2024-04-07 09:21:42 I snapshot:                   1   -320474428        ece5f2c4        m_Name1=-320474428      IntsToStr: lerD
2024-04-07 09:21:42 I snapshot:                   2   -220076049        f2e1e7ef        m_Name2=-220076049      IntsToStr: rago
2024-04-07 09:21:42 I snapshot:                   3   -293568512        ee808000        m_Name3=-293568512      IntsToStr: n
2024-04-07 09:21:42 I snapshot:                   4  -1330727040        b0aeb780        m_Clan0=-1330727040     IntsToStr: 0.7
2024-04-07 09:21:42 I snapshot:                   5  -2139062144        80808080        m_Clan1=-2139062144     IntsToStr:
2024-04-07 09:21:42 I snapshot:                   6  -2139062272        80808000        m_Clan2=-2139062272     IntsToStr:
2024-04-07 09:21:42 I snapshot:                   7           64        00000040        m_Country=64
2024-04-07 09:21:42 I snapshot:                   8   -403511835        e7f2e5e5        m_Skin0=-403511835      IntsToStr: gree
2024-04-07 09:21:42 I snapshot:                   9   -286001183        eef3f7e1        m_Skin1=-286001183      IntsToStr: nswa
2024-04-07 09:21:42 I snapshot:                  10   -219905920        f2e48080        m_Skin2=-219905920      IntsToStr: rd
2024-04-07 09:21:42 I snapshot:                  11  -2139062144        80808080        m_Skin3=-2139062144     IntsToStr:
2024-04-07 09:21:42 I snapshot:                  12  -2139062144        80808080        m_Skin4=-2139062144     IntsToStr:
2024-04-07 09:21:42 I snapshot:                  13  -2139062272        80808000        m_Skin5=-2139062272     IntsToStr:
2024-04-07 09:21:42 I snapshot:                  14            0        00000000        m_UseCustomColor=0 (min=0 max=1)
2024-04-07 09:21:42 I snapshot:                  15      7199301        006dda45        m_ColorBody=7199301
2024-04-07 09:21:42 I snapshot:                  16      2345678        0023cace        m_ColorFeet=2345678
2024-04-07 09:21:42 I snapshot:         PlayerInfo type=10 id=0 size=20
2024-04-07 09:21:42 I snapshot:                   0            1        00000001        m_Local=1 (min=0 max=1)
2024-04-07 09:21:42 I snapshot:                   1            0        00000000        m_ClientId=0 (min=0 max=MAX_CLIENTS-1(63))
2024-04-07 09:21:42 I snapshot:                   2            0        00000000        m_Team=0 (min=TEAM_SPECTATORS(-1) max=TEAM_BLUE(1))
2024-04-07 09:21:42 I snapshot:                   3        -9999        ffffd8f1        m_Score=-9999
2024-04-07 09:21:42 I snapshot:                   4            0        00000000        m_Latency=0
2024-04-07 09:21:42 I snapshot:         (out of range) type=32766 id=0 size=8
2024-04-07 09:21:42 I snapshot:                   0            1        00000001
2024-04-07 09:21:42 I snapshot:                   1            0        00000000
2024-04-07 09:21:42 I snapshot:         Character type=9 id=0 size=88
2024-04-07 09:21:42 I snapshot:                   0          176        000000b0        m_Tick=176
2024-04-07 09:21:42 I snapshot:                   1         1968        000007b0        m_X=1968
2024-04-07 09:21:42 I snapshot:                   2          913        00000391        m_Y=913
2024-04-07 09:21:42 I snapshot:                   3            0        00000000        m_VelX=0
2024-04-07 09:21:42 I snapshot:                   4            0        00000000        m_VelY=0
2024-04-07 09:21:42 I snapshot:                   5            0        00000000        m_Angle=0
2024-04-07 09:21:42 I snapshot:                   6            0        00000000        m_Direction=0 (min=-1 max=1)
2024-04-07 09:21:42 I snapshot:                   7            0        00000000        m_Jumped=0 (min=0 max=3)
2024-04-07 09:21:42 I snapshot:                   8           -1        ffffffff        m_HookedPlayer=-1 (min=-1 max=MAX_CLIENTS-1(63))
2024-04-07 09:21:42 I snapshot:                   9            0        00000000        m_HookState=0 (min=-1 max=5)
2024-04-07 09:21:42 I snapshot:                  10            0        00000000        m_HookTick=0 (NetTick)
2024-04-07 09:21:42 I snapshot:                  11         1968        000007b0        m_HookX=1968
2024-04-07 09:21:42 I snapshot:                  12          913        00000391        m_HookY=913
2024-04-07 09:21:42 I snapshot:                  13            0        00000000        m_HookDx=0
2024-04-07 09:21:42 I snapshot:                  14            0        00000000        m_HookDy=0
2024-04-07 09:21:42 I snapshot:                  15            1        00000001        m_PlayerFlags=1 (min=0 max=256)
2024-04-07 09:21:42 I snapshot:                  16           10        0000000a        m_Health=10 (min=0 max=10)
2024-04-07 09:21:42 I snapshot:                  17           10        0000000a        m_Armor=10 (min=0 max=10)
2024-04-07 09:21:42 I snapshot:                  18            0        00000000        m_AmmoCount=0 (min=0 max=10)
2024-04-07 09:21:42 I snapshot:                  19            1        00000001        m_Weapon=1 (min=0 max=NUM_WEAPONS-1(5))
2024-04-07 09:21:42 I snapshot:                  20            5        00000005        m_Emote=5 (min=0 max=6)
2024-04-07 09:21:42 I snapshot:                  21            0        00000000        m_AttackTick=0 (min=0 max=max_int(2147483647))
2024-04-07 09:21:42 I snapshot:         (out of range) type=32765 id=0 size=40
2024-04-07 09:21:42 I snapshot:                   0        49152        0000c000
2024-04-07 09:21:42 I snapshot:                   1            0        00000000
2024-04-07 09:21:42 I snapshot:                   2            2        00000002
2024-04-07 09:21:42 I snapshot:                   3            0        00000000
2024-04-07 09:21:42 I snapshot:                   4            0        00000000
2024-04-07 09:21:42 I snapshot:                   5            0        00000000
2024-04-07 09:21:42 I snapshot:                   6            0        00000000
2024-04-07 09:21:42 I snapshot:                   7            0        00000000
2024-04-07 09:21:42 I snapshot:                   8            1        00000001
2024-04-07 09:21:42 I snapshot:                   9            0        00000000
```
2024-07-19 11:08:01 +08:00
377 changed files with 3244 additions and 12809 deletions

View file

@ -121,6 +121,8 @@ CheckOptions:
value: ms_ value: ms_
- key: readability-identifier-naming.StaticVariablePrefix - key: readability-identifier-naming.StaticVariablePrefix
value: s_ value: s_
- key: readability-identifier-naming.StaticVariableIgnoredRegexp
value: '^(NullAddr$|aDummyNameBuf$|aModifier$|EXPLANATION$|LocalClientId$|Dir$|LOCATION_NAMES$|EditorHotkeyWasPressed$|EditorHotKeyChecktime$|FrictionFraction$|LastTime$|SkidSoundTime$|NewVal$|aRotated$).*'
- key: readability-identifier-naming.ClassMethodCase - key: readability-identifier-naming.ClassMethodCase
value: CamelCase value: CamelCase
- key: readability-identifier-naming.ClassCase - key: readability-identifier-naming.ClassCase

1
.github/CODEOWNERS vendored
View file

@ -1 +0,0 @@
src/game/editor/mapitems/map_io.cpp @Patiga

View file

@ -91,7 +91,7 @@ jobs:
if: contains(matrix.os, 'macOS') if: contains(matrix.os, 'macOS')
run: | run: |
brew update || true brew update || true
brew install pkg-config sdl2 ffmpeg ninja molten-vk vulkan-headers glslang spirv-tools rust || true brew install pkg-config sdl2 ffmpeg ninja molten-vk vulkan-headers glslang spirv-tools || true
brew upgrade freetype brew upgrade freetype
pip3 install --break-system-packages dmgbuild pip3 install --break-system-packages dmgbuild
echo /Library/Frameworks/Python.framework/Versions/3.12/bin >> $GITHUB_PATH echo /Library/Frameworks/Python.framework/Versions/3.12/bin >> $GITHUB_PATH

View file

@ -40,8 +40,6 @@ jobs:
run: scripts/fix_style.py --dry-run run: scripts/fix_style.py --dry-run
- name: Check header guards - name: Check header guards
run: scripts/check_header_guards.py run: scripts/check_header_guards.py
- name: Validate Languages
run: scripts/languages/validate.py
- name: Check languages - name: Check languages
run: scripts/languages/update_all.py run: scripts/languages/update_all.py
- name: Check dilated images - name: Check dilated images

View file

@ -40,9 +40,7 @@ else()
set(TARGET_BITS "64") set(TARGET_BITS "64")
endif() endif()
if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "arm" if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "arm" OR "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "aarch64")
OR "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "aarch64"
OR "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "ARM64")
if(TARGET_BITS STREQUAL "32") if(TARGET_BITS STREQUAL "32")
set(TARGET_CPU_ARCHITECTURE "arm") set(TARGET_CPU_ARCHITECTURE "arm")
else() else()
@ -1388,12 +1386,10 @@ set(EXPECTED_DATA
countryflags/ZW.png countryflags/ZW.png
countryflags/default.png countryflags/default.png
countryflags/index.txt countryflags/index.txt
deadtee.png
debug_font.png debug_font.png
editor/audio_source.png editor/audio_source.png
editor/automap/basic_freeze.rules editor/automap/basic_freeze.rules
editor/automap/ddmax_freeze.rules editor/automap/ddmax_freeze.rules
editor/automap/ddnet_grass.rules
editor/automap/ddnet_tiles.rules editor/automap/ddnet_tiles.rules
editor/automap/ddnet_walls.rules editor/automap/ddnet_walls.rules
editor/automap/desert_main.rules editor/automap/desert_main.rules
@ -1402,6 +1398,7 @@ set(EXPECTED_DATA
editor/automap/generic_unhookable.rules editor/automap/generic_unhookable.rules
editor/automap/generic_unhookable_0.7.rules editor/automap/generic_unhookable_0.7.rules
editor/automap/grass_main.rules editor/automap/grass_main.rules
editor/automap/grass_main_0.7.rules
editor/automap/jungle_main.rules editor/automap/jungle_main.rules
editor/automap/jungle_midground.rules editor/automap/jungle_midground.rules
editor/automap/round_tiles.rules editor/automap/round_tiles.rules
@ -1489,7 +1486,6 @@ set(EXPECTED_DATA
mapres/bg_cloud2.png mapres/bg_cloud2.png
mapres/bg_cloud3.png mapres/bg_cloud3.png
mapres/ddmax_freeze.png mapres/ddmax_freeze.png
mapres/ddnet_grass.png
mapres/ddnet_start.png mapres/ddnet_start.png
mapres/ddnet_tiles.png mapres/ddnet_tiles.png
mapres/ddnet_walls.png mapres/ddnet_walls.png
@ -1703,130 +1699,6 @@ set(EXPECTED_DATA
skins/whis.png skins/whis.png
skins/x_ninja.png skins/x_ninja.png
skins/x_spec.png skins/x_spec.png
skins7/beaver.json
skins7/bluekitty.json
skins7/bluestripe.json
skins7/body/bat.png
skins7/body/bear.png
skins7/body/beaver.png
skins7/body/dog.png
skins7/body/force.png
skins7/body/fox.png
skins7/body/greensward.png
skins7/body/hippo.png
skins7/body/kitty.png
skins7/body/koala.png
skins7/body/monkey.png
skins7/body/mouse.png
skins7/body/piglet.png
skins7/body/raccoon.png
skins7/body/spiky.png
skins7/body/standard.png
skins7/body/x_ninja.png
skins7/bot.png
skins7/brownbear.json
skins7/bumbler.json
skins7/cammo.json
skins7/cammostripes.json
skins7/cavebat.json
skins7/decoration/hair.png
skins7/decoration/twinbopp.png
skins7/decoration/twinmello.png
skins7/decoration/twinpen.png
skins7/decoration/unibop.png
skins7/decoration/unimelo.png
skins7/decoration/unipento.png
skins7/default.json
skins7/eyes/colorable.png
skins7/eyes/negative.png
skins7/eyes/standard.png
skins7/eyes/standardreal.png
skins7/eyes/x_ninja.png
skins7/feet/standard.png
skins7/force.json
skins7/fox.json
skins7/greensward.json
skins7/greycoon.json
skins7/greyfox.json
skins7/hands/standard.png
skins7/hippo.json
skins7/koala.json
skins7/limedog.json
skins7/limekitty.json
skins7/marking/bear.png
skins7/marking/belly1.png
skins7/marking/belly2.png
skins7/marking/blush.png
skins7/marking/bug.png
skins7/marking/cammo1.png
skins7/marking/cammo2.png
skins7/marking/cammostripes.png
skins7/marking/coonfluff.png
skins7/marking/donny.png
skins7/marking/downdony.png
skins7/marking/duodonny.png
skins7/marking/fox.png
skins7/marking/hipbel.png
skins7/marking/lowcross.png
skins7/marking/lowpaint.png
skins7/marking/marksman.png
skins7/marking/mice.png
skins7/marking/mixture1.png
skins7/marking/mixture2.png
skins7/marking/monkey.png
skins7/marking/panda1.png
skins7/marking/panda2.png
skins7/marking/purelove.png
skins7/marking/saddo.png
skins7/marking/setisu.png
skins7/marking/sidemarks.png
skins7/marking/singu.png
skins7/marking/stripe.png
skins7/marking/striped.png
skins7/marking/stripes.png
skins7/marking/stripes2.png
skins7/marking/thunder.png
skins7/marking/tiger1.png
skins7/marking/tiger2.png
skins7/marking/toptri.png
skins7/marking/triangular.png
skins7/marking/tricircular.png
skins7/marking/tripledon.png
skins7/marking/tritri.png
skins7/marking/twinbelly.png
skins7/marking/twincross.png
skins7/marking/twintri.png
skins7/marking/uppy.png
skins7/marking/warpaint.png
skins7/marking/warstripes.png
skins7/marking/whisker.png
skins7/marking/wildpaint.png
skins7/marking/wildpatch.png
skins7/marking/yinyang.png
skins7/monkey.json
skins7/paintgre.json
skins7/pandabear.json
skins7/panther.json
skins7/pento.json
skins7/piggy.json
skins7/pinky.json
skins7/raccoon.json
skins7/redbopp.json
skins7/redstripe.json
skins7/saddo.json
skins7/setisu.json
skins7/snowti.json
skins7/spiky.json
skins7/swardy.json
skins7/tiger.json
skins7/tooxy.json
skins7/toptri.json
skins7/twinbop.json
skins7/twintri.json
skins7/warmouse.json
skins7/warpaint.json
skins7/x_ninja.json
skins7/xmas_hat.png
strong_weak.png strong_weak.png
themes/auto.png themes/auto.png
themes/autumn.png themes/autumn.png
@ -2114,13 +1986,10 @@ set_src(ENGINE_SHARED GLOB_RECURSE src/engine/shared
protocol_ex.cpp protocol_ex.cpp
protocol_ex.h protocol_ex.h
protocol_ex_msgs.h protocol_ex_msgs.h
protocolglue.cpp
protocolglue.h
ringbuffer.cpp ringbuffer.cpp
ringbuffer.h ringbuffer.h
serverinfo.cpp serverinfo.cpp
serverinfo.h serverinfo.h
sixup_translate_snapshot.cpp
snapshot.cpp snapshot.cpp
snapshot.h snapshot.h
storage.cpp storage.cpp
@ -2129,8 +1998,6 @@ set_src(ENGINE_SHARED GLOB_RECURSE src/engine/shared
teehistorian_ex.cpp teehistorian_ex.cpp
teehistorian_ex.h teehistorian_ex.h
teehistorian_ex_chunks.h teehistorian_ex_chunks.h
translation_context.cpp
translation_context.h
uuid_manager.cpp uuid_manager.cpp
uuid_manager.h uuid_manager.h
video.cpp video.cpp
@ -2281,7 +2148,6 @@ if(CLIENT)
demoedit.cpp demoedit.cpp
demoedit.h demoedit.h
discord.cpp discord.cpp
enums.h
favorites.cpp favorites.cpp
friends.cpp friends.cpp
friends.h friends.h
@ -2303,7 +2169,6 @@ if(CLIENT)
serverbrowser_http.h serverbrowser_http.h
serverbrowser_ping_cache.cpp serverbrowser_ping_cache.cpp
serverbrowser_ping_cache.h serverbrowser_ping_cache.h
sixup_translate_system.cpp
smooth_time.cpp smooth_time.cpp
smooth_time.h smooth_time.h
sound.cpp sound.cpp
@ -2372,7 +2237,6 @@ if(CLIENT)
components/menus_demo.cpp components/menus_demo.cpp
components/menus_ingame.cpp components/menus_ingame.cpp
components/menus_settings.cpp components/menus_settings.cpp
components/menus_settings7.cpp
components/menus_settings_assets.cpp components/menus_settings_assets.cpp
components/menus_start.cpp components/menus_start.cpp
components/motd.cpp components/motd.cpp
@ -2389,8 +2253,6 @@ if(CLIENT)
components/scoreboard.h components/scoreboard.h
components/skins.cpp components/skins.cpp
components/skins.h components/skins.h
components/skins7.cpp
components/skins7.h
components/sounds.cpp components/sounds.cpp
components/sounds.h components/sounds.h
components/spectator.cpp components/spectator.cpp
@ -2430,8 +2292,6 @@ if(CLIENT)
render.cpp render.cpp
render.h render.h
render_map.cpp render_map.cpp
sixup_translate_game.cpp
sixup_translate_snapshot.cpp
skin.h skin.h
ui.cpp ui.cpp
ui.h ui.h
@ -2462,7 +2322,6 @@ if(CLIENT)
editor_trackers.cpp editor_trackers.cpp
editor_trackers.h editor_trackers.h
editor_ui.h editor_ui.h
enums.h
explanations.cpp explanations.cpp
layer_selector.cpp layer_selector.cpp
layer_selector.h layer_selector.h
@ -2501,13 +2360,8 @@ if(CLIENT)
mapitems/sound.cpp mapitems/sound.cpp
mapitems/sound.h mapitems/sound.h
popups.cpp popups.cpp
prompt.cpp
prompt.h
proof_mode.cpp proof_mode.cpp
proof_mode.h proof_mode.h
quick_action.h
quick_actions.cpp
quick_actions.h
smooth_value.cpp smooth_value.cpp
smooth_value.h smooth_value.h
tileart.cpp tileart.cpp
@ -2930,7 +2784,6 @@ if(GTEST_FOUND OR DOWNLOAD_GTEST)
compression.cpp compression.cpp
csv.cpp csv.cpp
datafile.cpp datafile.cpp
editor.cpp
fs.cpp fs.cpp
git_revision.cpp git_revision.cpp
hash.cpp hash.cpp
@ -3121,8 +2974,6 @@ set(CPACK_GENERATOR TGZ TXZ)
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON) set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
if(TARGET_OS STREQUAL "mac") if(TARGET_OS STREQUAL "mac")
set(CPACK_STRIP_FILES FALSE) set(CPACK_STRIP_FILES FALSE)
elseif(TARGET_OS STREQUAL "windows" AND TARGET_CPU_ARCHITECTURE STREQUAL "arm64")
set(CPACK_STRIP_FILES FALSE)
else() else()
set(CPACK_STRIP_FILES TRUE) set(CPACK_STRIP_FILES TRUE)
endif() endif()
@ -3136,11 +2987,7 @@ set(CPACK_SYSTEM_NAME ${CMAKE_SYSTEM_NAME})
if(TARGET_OS AND TARGET_BITS) if(TARGET_OS AND TARGET_BITS)
if(TARGET_OS STREQUAL "windows") if(TARGET_OS STREQUAL "windows")
if (TARGET_CPU_ARCHITECTURE STREQUAL "arm64") set(CPACK_SYSTEM_NAME "win${TARGET_BITS}")
set(CPACK_SYSTEM_NAME "win-arm64")
else()
set(CPACK_SYSTEM_NAME "win${TARGET_BITS}")
endif()
set(CPACK_GENERATOR ZIP) set(CPACK_GENERATOR ZIP)
elseif(TARGET_OS STREQUAL "linux") elseif(TARGET_OS STREQUAL "linux")
# Let compiler tell its arch # Let compiler tell its arch
@ -3270,16 +3117,10 @@ if(NOT DEV)
install(TARGETS ${TARGET_ANTIBOT} DESTINATION ${CMAKE_INSTALL_LIBDIR}/ddnet COMPONENT server) install(TARGETS ${TARGET_ANTIBOT} DESTINATION ${CMAKE_INSTALL_LIBDIR}/ddnet COMPONENT server)
endif() endif()
install(TARGETS ${TARGETS_TOOLS} DESTINATION ${CMAKE_INSTALL_LIBDIR}/ddnet COMPONENT tools) install(TARGETS ${TARGETS_TOOLS} DESTINATION ${CMAKE_INSTALL_LIBDIR}/ddnet COMPONENT tools)
if(TARGET game-client) install(FILES other/ddnet.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications COMPONENT client)
install(FILES other/ddnet.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications COMPONENT client)
endif()
foreach(SIZE 16 32 48 256) foreach(SIZE 16 32 48 256)
if(TARGET game-client) install(FILES other/icons/DDNet_${SIZE}x${SIZE}x32.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME ddnet.png COMPONENT client)
install(FILES other/icons/DDNet_${SIZE}x${SIZE}x32.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME ddnet.png COMPONENT client) install(FILES other/icons/DDNet-Server_${SIZE}x${SIZE}x32.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME ddnet-server.png COMPONENT server)
endif()
if(TARGET game-server)
install(FILES other/icons/DDNet-Server_${SIZE}x${SIZE}x32.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME ddnet-server.png COMPONENT server)
endif()
endforeach() endforeach()
foreach(file ${VULKAN_SHADER_FILE_LIST}) foreach(file ${VULKAN_SHADER_FILE_LIST})
install(FILES ${PROJECT_BINARY_DIR}/${file} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/ddnet/data/shader/vulkan COMPONENT client) install(FILES ${PROJECT_BINARY_DIR}/${file} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/ddnet/data/shader/vulkan COMPONENT client)
@ -3401,7 +3242,7 @@ foreach(ext zip tar.gz tar.xz)
endforeach() endforeach()
foreach(target ${CPACK_TARGETS}) foreach(target ${CPACK_TARGETS})
list(APPEND COPY_TARGET_COMMANDS COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:${target}> ${TMPDIR}/) list(APPEND COPY_TARGET_COMMANDS COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:${target}> ${TMPDIR}/)
if(NOT TARGET_OS STREQUAL "mac" AND NOT (TARGET_OS STREQUAL "windows" AND TARGET_CPU_ARCHITECTURE STREQUAL "arm64")) if(NOT TARGET_OS STREQUAL "mac")
list(APPEND STRIP_TARGET_COMMANDS COMMAND strip -s ${TMPDIR}/$<TARGET_FILE_NAME:${target}>) list(APPEND STRIP_TARGET_COMMANDS COMMAND strip -s ${TMPDIR}/$<TARGET_FILE_NAME:${target}>)
endif() endif()
endforeach() endforeach()

View file

@ -26,11 +26,8 @@ if(CURL_FOUND)
is_bundled(CURL_BUNDLED "${CURL_LIBRARY}") is_bundled(CURL_BUNDLED "${CURL_LIBRARY}")
set(CURL_LIBRARIES ${CURL_LIBRARY}) set(CURL_LIBRARIES ${CURL_LIBRARY})
set(CURL_INCLUDE_DIRS ${CURL_INCLUDEDIR}) set(CURL_INCLUDE_DIRS ${CURL_INCLUDEDIR})
if (CURL_BUNDLED AND TARGET_OS STREQUAL "windows" AND TARGET_CPU_ARCHITECTURE STREQUAL "arm64")
set(CURL_COPY_FILES if(CURL_BUNDLED AND TARGET_OS STREQUAL "windows")
"${EXTRA_CURL_LIBDIR}/libcurl-4.dll"
)
elseif(CURL_BUNDLED AND TARGET_OS STREQUAL "windows")
set(CURL_COPY_FILES set(CURL_COPY_FILES
"${EXTRA_CURL_LIBDIR}/libcurl.dll" "${EXTRA_CURL_LIBDIR}/libcurl.dll"
"${EXTRA_CURL_LIBDIR}/zlib1.dll" "${EXTRA_CURL_LIBDIR}/zlib1.dll"

View file

@ -11,18 +11,11 @@ if(TARGET_OS STREQUAL "windows")
if(NOT EXCEPTION_HANDLING_BUNDLED) if(NOT EXCEPTION_HANDLING_BUNDLED)
message(FATAL_ERROR "could not find exception handling paths") message(FATAL_ERROR "could not find exception handling paths")
endif() endif()
if(TARGET_CPU_ARCHITECTURE STREQUAL "arm64") set(EXCEPTION_HANDLING_COPY_FILES
set(EXCEPTION_HANDLING_COPY_FILES "${EXTRA_EXCEPTION_HANDLING_LIBDIR}/exchndl.dll"
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/exchndl.dll" "${EXTRA_EXCEPTION_HANDLING_LIBDIR}/dbgcore.dll"
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/mgwhelp.dll" "${EXTRA_EXCEPTION_HANDLING_LIBDIR}/dbghelp.dll"
) "${EXTRA_EXCEPTION_HANDLING_LIBDIR}/mgwhelp.dll"
else() "${EXTRA_EXCEPTION_HANDLING_LIBDIR}/symsrv.dll"
set(EXCEPTION_HANDLING_COPY_FILES )
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/exchndl.dll"
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/dbgcore.dll"
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/dbghelp.dll"
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/mgwhelp.dll"
"${EXTRA_EXCEPTION_HANDLING_LIBDIR}/symsrv.dll"
)
endif()
endif() endif()

View file

@ -31,9 +31,7 @@ if(FREETYPE_FOUND)
is_bundled(FREETYPE_BUNDLED "${FREETYPE_LIBRARY}") is_bundled(FREETYPE_BUNDLED "${FREETYPE_LIBRARY}")
set(FREETYPE_COPY_FILES) set(FREETYPE_COPY_FILES)
if(FREETYPE_BUNDLED) if(FREETYPE_BUNDLED)
if(TARGET_OS STREQUAL "windows" AND TARGET_CPU_ARCHITECTURE STREQUAL "arm64") if(TARGET_OS STREQUAL "windows")
set(FREETYPE_COPY_FILES "${EXTRA_FREETYPE_LIBDIR}/libfreetype-6.dll")
elseif(TARGET_OS STREQUAL "windows")
set(FREETYPE_COPY_FILES "${EXTRA_FREETYPE_LIBDIR}/libfreetype.dll") set(FREETYPE_COPY_FILES "${EXTRA_FREETYPE_LIBDIR}/libfreetype.dll")
elseif(TARGET_OS STREQUAL "mac") elseif(TARGET_OS STREQUAL "mac")
set(FREETYPE_COPY_FILES "${EXTRA_FREETYPE_LIBDIR}/libfreetype.6.dylib") set(FREETYPE_COPY_FILES "${EXTRA_FREETYPE_LIBDIR}/libfreetype.6.dylib")

View file

@ -29,21 +29,12 @@ set(OPUSFILE_INCLUDE_DIRS ${OPUSFILE_INCLUDEDIR})
if(OPUSFILE_FOUND) if(OPUSFILE_FOUND)
is_bundled(OPUSFILE_BUNDLED "${OPUSFILE_LIBRARY}") is_bundled(OPUSFILE_BUNDLED "${OPUSFILE_LIBRARY}")
if(OPUSFILE_BUNDLED AND TARGET_OS STREQUAL "windows") if(OPUSFILE_BUNDLED AND TARGET_OS STREQUAL "windows")
if (TARGET_CPU_ARCHITECTURE STREQUAL "arm64") set(OPUSFILE_COPY_FILES
set(OPUSFILE_COPY_FILES "${EXTRA_OPUSFILE_LIBDIR}/libogg.dll"
"${EXTRA_OPUSFILE_LIBDIR}/libopusfile-0.dll" "${EXTRA_OPUSFILE_LIBDIR}/libopus.dll"
"${EXTRA_OPUSFILE_LIBDIR}/libopus-0.dll" "${EXTRA_OPUSFILE_LIBDIR}/libopusfile.dll"
"${EXTRA_OPUSFILE_LIBDIR}/libogg-0.dll" "${EXTRA_OPUSFILE_LIBDIR}/libwinpthread-1.dll"
"${EXTRA_OPUSFILE_LIBDIR}/libwinpthread-1.dll" )
)
else()
set(OPUSFILE_COPY_FILES
"${EXTRA_OPUSFILE_LIBDIR}/libogg.dll"
"${EXTRA_OPUSFILE_LIBDIR}/libopus.dll"
"${EXTRA_OPUSFILE_LIBDIR}/libopusfile.dll"
"${EXTRA_OPUSFILE_LIBDIR}/libwinpthread-1.dll"
)
endif()
if(TARGET_BITS EQUAL 32) if(TARGET_BITS EQUAL 32)
list(APPEND OPUSFILE_COPY_FILES list(APPEND OPUSFILE_COPY_FILES
"${EXTRA_OPUSFILE_LIBDIR}/libgcc_s_sjlj-1.dll" "${EXTRA_OPUSFILE_LIBDIR}/libgcc_s_sjlj-1.dll"

View file

@ -40,12 +40,6 @@ if(SQLite3_FOUND)
is_bundled(SQLite3_BUNDLED "${SQLite3_LIBRARY}") is_bundled(SQLite3_BUNDLED "${SQLite3_LIBRARY}")
set(SQLite3_COPY_FILES) set(SQLite3_COPY_FILES)
if(SQLite3_BUNDLED AND TARGET_OS STREQUAL "windows") if(SQLite3_BUNDLED AND TARGET_OS STREQUAL "windows")
if (TARGET_CPU_ARCHITECTURE STREQUAL "arm64") set(SQLite3_COPY_FILES "${EXTRA_SQLite3_LIBDIR}/sqlite3.dll")
set(SQLite3_COPY_FILES
"${EXTRA_SQLite3_LIBDIR}/libsqlite3-0.dll"
)
else()
set(SQLite3_COPY_FILES "${EXTRA_SQLite3_LIBDIR}/sqlite3.dll")
endif()
endif() endif()
endif() endif()

View file

@ -1,7 +1,4 @@
# only find ssp when toolchain is gcc if(TARGET_OS STREQUAL "windows")
if(TARGET_OS STREQUAL "windows"
AND NOT CMAKE_C_COMPILER_ID STREQUAL "Clang"
AND NOT CMAKE_C_COMPILER_ID STREQUAL "MSVC")
set_extra_dirs_lib(SSP ssp) set_extra_dirs_lib(SSP ssp)
find_file(SSP_LIBRARY find_file(SSP_LIBRARY
NAMES libssp-0.dll NAMES libssp-0.dll

View file

@ -1,12 +0,0 @@
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_PROCESSOR aarch64)
set(CMAKE_C_COMPILER aarch64-w64-mingw32-clang)
set(CMAKE_CXX_COMPILER aarch64-w64-mingw32-clang++)
set(CMAKE_RC_COMPILER aarch64-w64-mingw32-windres)
set(CMAKE_RUST_COMPILER_TARGET aarch64-pc-windows-gnullvm)
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -275,6 +275,9 @@ Player
Player country: Player country:
== ﺐﻋﻼﻟﺍ ﺪﻠﺑ: == ﺐﻋﻼﻟﺍ ﺪﻠﺑ:
Player options
== ﺐﻋﻼﻟﺍ ﺕﺍﺩﺍﺪﻋﺍ
Players Players
== ﻦﻴﺒﻋﻻ == ﻦﻴﺒﻋﻻ
@ -770,6 +773,9 @@ Skin prefix
Show HUD Show HUD
== ﻞﻜﺸﻟﺍ ﺭﺎﻬﻇﺍ == ﻞﻜﺸﻟﺍ ﺭﺎﻬﻇﺍ
Reload
== ﻞﻴﻤﺤﺘﻟﺍ ﺓﺩﺎﻋﺍ
9+ new mentions 9+ new mentions
== 9+ ﺓﺪﻳﺪﺟ ﺕﺍﺭﺎﻌﺷﺍ == 9+ ﺓﺪﻳﺪﺟ ﺕﺍﺭﺎﻌﺷﺍ
@ -1020,6 +1026,9 @@ Debug mode enabled. Press Ctrl+Shift+D to disable debug mode.
Existing Player Existing Player
== ﺩﻮﺟﻮﻣ ﺐﻋﻼﻟﺍ == ﺩﻮﺟﻮﻣ ﺐﻋﻼﻟﺍ
Your nickname '%s' is already used (%d points). Do you still want to use it?
== ﻪﻣﺍﺪﺨﺘﺳﺍ ﺪﻳﺮﺗ ﺖﻟﺯﺎﻣ ﻞﻫ '%s' ﻞﻤﻌﺘﺴﻣ ﻚﻤﺳﺍ
Checking for existing player with your name Checking for existing player with your name
== ﻚﻤﺳﺎﺑ ﺐﻋﻻ ﺩﻮﺟﻭ ﻦﻣ ﻖﻘﺤﺘﻟﺍ == ﻚﻤﺳﺎﺑ ﺐﻋﻻ ﺩﻮﺟﻭ ﻦﻣ ﻖﻘﺤﺘﻟﺍ
@ -1083,18 +1092,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1225,9 +1225,6 @@ Render complete
Are you sure that you want to restart? Are you sure that you want to restart?
== ==
Your nickname '%s' is already used (%d points). Do you still want to use it?
==
There's an unsaved map in the editor, you might want to save it. There's an unsaved map in the editor, you might want to save it.
== ==
@ -1481,12 +1478,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1654,7 +1645,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1828,39 +1819,6 @@ Unregister protocol and file extensions
DDNet %s is available: DDNet %s is available:
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Extras Extras
== ==

View file

@ -4,7 +4,6 @@
#modified by: #modified by:
# Gokturk 2024-06-09 12:00:50 # Gokturk 2024-06-09 12:00:50
# Gokturk 2024-07-17 02:24:00 # Gokturk 2024-07-17 02:24:00
# Gokturk 2024-08-29 23:39:00
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -275,6 +274,9 @@ Play background music
Player Player
== Oyunçu == Oyunçu
Player options
== Oyunçu parametrlər
Players Players
== Oyunçular == Oyunçular
@ -650,6 +652,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Dummy daxil ol == Dummy daxil ol
Reload
== Yenilə
Deactivate Deactivate
== Qeyri-aktiv etmək == Qeyri-aktiv etmək
@ -1445,6 +1450,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace interfeysi == DDRace interfeysi
Show client IDs in scoreboard
== Xal lövhəsində klient ID-lərini göstərin
Show DDRace HUD Show DDRace HUD
== DDRace interfeysi göstər == DDRace interfeysi göstər
@ -1862,54 +1870,3 @@ Team %d (%d/%d)
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping == https://wiki.ddnet.org/wiki/Mapping
Could not resolve connect address '%s'. See local console for details.
== '%s' Link ünvanını həll etmək mümkün olmadı. Ətraflı məlumat üçün yerli konsola baxın
Connect address error
== Link ünvanı xətası
Could not connect dummy
== Dummy qoşula bilmədi
Dummy is not allowed on this server
== Bu serverdə dummy icazə verilmir
Please wait…
== Zəhmət olmasa gözləyin…
Show client IDs (scoreboard, chat, spectator)
== Klient ID'sini göstərin (aparıcı lövhə, söhbət, izləyici)
Normal:
== Normal:
Team:
== Komanda:
Dummy settings
== Dummy parametrlər
Toggle to edit your dummy settings
== Dummy parametrlərini redaktə etmək üçün açın
Randomize
== Təsadüfi
Are you sure that you want to delete '%s'?
== '%s' Bunu silmək istədiyinizə əminsiniz?
Delete skin
== Skini silin
Basic
== Sadə
Custom
== Xüsusi
Unable to delete skin
== Skin silinə bilməz
Customize
== Fərdiləşdirmək

View file

@ -2,11 +2,10 @@
#originally created by: #originally created by:
# arionwt1997 # arionwt1997
#modified by: #modified by:
# Chill [TD] & PoKeMoN [TD] 2023-03-31 16:00:00 # Chill & PoKeMoN 2023-03-31 16:00:00
# Chill [TD] & PoKeMoN [TD] 2023-07-02 00:54:00 # Chill & PoKeMoN 2023-07-02 00:54:00
# Chill [TD] & PoKeMoN [TD] 2023-09-22 17:49:00 # Chill [TD] & PoKeMoN [TD] 2023-09-22 17:49:00
# Chill [TD] & PoKeMoN [TD] 2023-11-14 12:42:00 # Chill [TD] & PoKeMoN [TD] 2023-11-14 12:42:00
# Chill [TD] & PoKeMoN [TD] 2024-08-23 23:17:00
# #
##### /authors ##### ##### /authors #####
@ -282,6 +281,9 @@ Player
Player country: Player country:
== Краіна гульца: == Краіна гульца:
Player options
== Опцыі гульца
Players Players
== Гульцы == Гульцы
@ -343,7 +345,7 @@ Shotgun
== Драбавік == Драбавік
Show chat Show chat
== Паказваць чат == Паказаць чат
Show friends only Show friends only
== Толькі з сябрамі == Толькі з сябрамі
@ -379,7 +381,7 @@ Stop record
== Стоп запісу == Стоп запісу
Strict gametype filter Strict gametype filter
== Строгі фільтр рэжымаў == Строгі фільтр рэжым.
Sudden Death Sudden Death
== Раптоўная смерць == Раптоўная смерць
@ -865,6 +867,9 @@ Loading ghost files
Time Time
== Час == Час
Reload
== Перазагрузіць
Deactivate Deactivate
== Выключыць == Выключыць
@ -1161,6 +1166,9 @@ Show votes window after voting
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== Паказваць ID кліента ў табло ачкоў
Show DDRace HUD Show DDRace HUD
== Паказваць DDRace HUD == Паказваць DDRace HUD
@ -1613,7 +1621,7 @@ Go back the specified duration
[Demo player duration] [Demo player duration]
%d sec. %d sec.
== %d сек. == % сек.
Change the skip duration Change the skip duration
== Змяніць працягласць пропуску == Змяніць працягласць пропуску
@ -1697,7 +1705,6 @@ Regular background color
Entities background color Entities background color
== Колер фону энтыты == Колер фону энтыты
[Graphics error]
An error during command recording occurred. Try to update your GPU drivers. An error during command recording occurred. Try to update your GPU drivers.
== Адбылася памылка падчас выканання каманды запісу. Паспрабуйце абнавіць драйверы відэакарты. == Адбылася памылка падчас выканання каманды запісу. Паспрабуйце абнавіць драйверы відэакарты.
@ -1707,213 +1714,162 @@ A render command failed. Try to update your GPU drivers.
[Graphics error] [Graphics error]
Failed during initialization. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again. Failed during initialization. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again.
== Памылка падчас ініцыялізацыі. Паспрабуйце змяніць gfx_backend на OpenGL або Vulcan у settings_dnet.cfg ў тэчцы канфігурацыйных файлаў і паспрабуйце яшчэ раз. ==
[Graphics error] [Graphics error]
Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution. Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution.
== Недахоп VRAM. Паспрабуйце выдаліць карыстацкія тэкстуры (скіны, энтыты і г.д.), асабліва тыя, якія маюць высокую разрознасць. ==
[Graphics error] [Graphics error]
Submitting the render commands failed. Try to update your GPU drivers. Submitting the render commands failed. Try to update your GPU drivers.
== Адпраўка каманд рэндэрынгу не ўдалася. Паспрабуйце абнавіць драйверы відэакарты. ==
Failed saving the replay! Failed saving the replay!
== Не атрымалася захаваць паўтор! ==
Saving settings to '%s' failed Saving settings to '%s' failed
== Захаванне налад у '%s' не атрымалася ==
Error saving settings Error saving settings
== Памылка захавання налад ==
Loading demo file from storage Loading demo file from storage
== Загрузка файла дэма са сховішча ==
Searching Searching
== Пошук ==
Enter Username Enter Username
== Увядзіце імя карыстальніка ==
Enter Password Enter Password
== Увядзіце пароль ==
NOT CONNECTED NOT CONNECTED
== НЕ ПАДЛУЧАНА ==
Match %d of %d Match %d of %d
== Адпаведна %d з %d ==
No results No results
== Няма вынікаў ==
Lines %d - %d (%s) Lines %d - %d (%s)
== Радкі %d - %d (%s) ==
Locked Locked
== Зафіксаваныя ==
Following Following
== Бягучыя ==
Loading commands… Loading commands…
== Загрузка каманд… ==
[Spectating] [Spectating]
Following %s Following %s
== Назіранне за %s ==
Press a key… Press a key…
== Націсніце клавішу… ==
Main menu Main menu
== Галоўнае меню ==
Are you sure that you want to restart? Are you sure that you want to restart?
== Вы ўпэўненыя, што хочаце пачаць нанова? ==
There's an unsaved map in the editor, you might want to save it. There's an unsaved map in the editor, you might want to save it.
== У рэдактары засталася не захаваная карта, магчыма вы хочаце яе захаваць. ==
Continue anyway? Continue anyway?
== Працягнуць у любым выпадку? ==
%d/%d KiB (%.1f KiB/s) %d/%d KiB (%.1f KiB/s)
== %d/%d КіБ (%.1f КіБ/с) ==
Example of usage Example of usage
== Прыклад выкарыстання ==
No login required No login required
== Уваход не патрабуецца ==
Communities Communities
== Суполкі ==
Server filter Server filter
== Фільтр сервераў ==
Friends Friends
== Сябры ==
Loading… Loading…
== Загрузка… ==
Player info change cooldown Player info change cooldown
== Затрымка абнаўлення інфармацыі пра гульца ==
Tee Tee
== Tee ==
Info Messages Info Messages
== Інфа. Паведамленні ==
Show local time always Show local time always
== Заўсёды паказваць мясцовы час ==
Always show chat Always show chat
== Заўсёды паказваць чат ==
Show only chat messages from team members Show only chat messages from team members
== Паказваць паведамленні чата толькі ад чальцоў каманды ==
Chat font size Chat font size
== Памер шрыфта чата ==
Chat width Chat width
== Шырыня чата ==
Show friend mark (♥) in name plates Show friend mark (♥) in name plates
== Паказваць адзнаку сябра (♥) у таблічках з імёнамі ==
Show hook strength icon indicator Show hook strength icon indicator
== Паказваць іконку індыкатара сілы крука ==
Show hook strength number indicator Show hook strength number indicator
== Паказваць нумар індыкатара сілы крука ==
Authed name color in scoreboard Authed name color in scoreboard
== Колер аўтарызаваных гульцоў у табло ачкоў ==
Same clan color in scoreboard Same clan color in scoreboard
== Колер твайго клана ў табло ачкоў ==
Show own player's hook collision line Show own player's hook collision line
== Паказваць сваю лінію сутыкнення крука ==
Always show own player's hook collision line Always show own player's hook collision line
== Заўсёды паказваць сваю лінію сутыкнення крука ==
Always show other players' hook collision lines Always show other players' hook collision lines
== Заўсёды паказваць лініі сутыкнення крука іншых гульцоў ==
Show finish messages Show finish messages
== Паказваць паведамленні пра фініш ==
Round %d/%d Round %d/%d
== Раўнд %d/%d ==
[Spectators] [Spectators]
%d others… %d others…
== %d іншых… ==
[Team and size] [Team and size]
%d\n(%d/%d) %d\n(%d/%d)
== %d\n(%d/%d) ==
Team %d (%d/%d) Team %d (%d/%d)
== Каманда %d (%d/%d) ==
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
Dummy is not allowed on this server
==
Please wait…
==
Show client IDs (scoreboard, chat, spectator)
==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
== ==

View file

@ -280,6 +280,9 @@ Player
Player country: Player country:
== Država == Država
Player options
== Postavke igrača
Players Players
== Igrači == Igrači
@ -648,6 +651,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Konektuj dummy-a == Konektuj dummy-a
Reload
== Reload
Deactivate Deactivate
== Deaktiviraj == Deaktiviraj
@ -945,18 +951,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1388,12 +1385,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1600,7 +1591,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1786,39 +1777,6 @@ Chat command (e.g. showall 1)
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -34,7 +34,6 @@
# Rafael Fontenelle 2024-04-30 14:52:00 # Rafael Fontenelle 2024-04-30 14:52:00
# Rafael Fontenelle 2024-06-11 22:43:00 # Rafael Fontenelle 2024-06-11 22:43:00
# Rafael Fontenelle 2024-07-17 12:04:00 # Rafael Fontenelle 2024-07-17 12:04:00
# Rafael Fontenelle 2024-09-02 16:02:00
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -312,6 +311,9 @@ Player
Player country: Player country:
== País do jogador: == País do jogador:
Player options
== Opções do jogador
Players Players
== Jogadores == Jogadores
@ -816,6 +818,9 @@ Show DDNet map finishes in server browser
transmits your player name to info.ddnet.org transmits your player name to info.ddnet.org
== transmite seu nome de jogador para info.ddnet.org == transmite seu nome de jogador para info.ddnet.org
Reload
== Recarregar
Time Time
== Tempo == Tempo
@ -1371,6 +1376,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== HUD do DDRace == HUD do DDRace
Show client IDs in scoreboard
== Mostrar IDs de cliente no placar
Show DDRace HUD Show DDRace HUD
== Mostrar HUD do DDRace == Mostrar HUD do DDRace
@ -1893,54 +1901,3 @@ Team %d (%d/%d)
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping == https://wiki.ddnet.org/wiki/Mapping
Could not resolve connect address '%s'. See local console for details.
== Não foi possível resolver o endereço de conexão '%s'. Veja o console local para detalhes.
Connect address error
== Erro no endereço de conexão
Could not connect dummy
== Não foi possível conectar o dummy
Dummy is not allowed on this server
== Dummy não é permitido neste servidor
Please wait…
== Por favor, aguarde…
Show client IDs (scoreboard, chat, spectator)
== Mostrar IDs de clientes (placar, chat, observador)
Normal:
== Normal:
Team:
== Time:
Dummy settings
== Configurações do dummy
Toggle to edit your dummy settings
== Alterne para editar suas configurações do dummy
Randomize
== Aleatorizar
Are you sure that you want to delete '%s'?
== Tem certeza que deseja excluir '%s'?
Delete skin
== Excluir skin
Basic
== Básico
Custom
== Personalizado
Unable to delete skin
== Não foi possível excluir skin
Customize
== Personalizar

View file

@ -277,6 +277,9 @@ Player
Player country: Player country:
== Страна на играча: == Страна на играча:
Player options
== Настройки на Играча
Players Players
== Играчи == Играчи
@ -543,18 +546,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1100,12 +1094,6 @@ Are you sure that you want to disconnect?
Connect Dummy Connect Dummy
== ==
Dummy is not allowed on this server
==
Please wait…
==
Connecting dummy Connecting dummy
== ==
@ -1453,7 +1441,7 @@ Show votes window after voting
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1705,6 +1693,9 @@ Regular background color
Entities background color Entities background color
== ==
Reload
==
Use current map as background Use current map as background
== ==
@ -1741,39 +1732,6 @@ No updates available
Check now Check now
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -275,6 +275,9 @@ Player
Player country: Player country:
== País del jugador == País del jugador
Player options
== Opcions del jugador
Players Players
== Jugadors == Jugadors
@ -779,6 +782,9 @@ Show DDNet map finishes in server browser
transmits your player name to info.ddnet.org transmits your player name to info.ddnet.org
== retransmet el teu nom de jugar a info.ddnet.org == retransmet el teu nom de jugar a info.ddnet.org
Reload
== Recarga
Successfully saved the replay! Successfully saved the replay!
== S'ha guardat la repetició correctament! == S'ha guardat la repetició correctament!
@ -1191,18 +1197,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1544,12 +1541,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1681,7 +1672,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1837,39 +1828,6 @@ Entities background color
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Extras Extras
== ==

View file

@ -277,6 +277,9 @@ Player
Player country: Player country:
== Çĕршыв: == Çĕршыв:
Player options
== Опцисем
Players Players
== Çынсем == Çынсем
@ -546,18 +549,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1103,12 +1097,6 @@ Are you sure that you want to disconnect?
Connect Dummy Connect Dummy
== ==
Dummy is not allowed on this server
==
Please wait…
==
Connecting dummy Connecting dummy
== ==
@ -1453,7 +1441,7 @@ Show votes window after voting
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1705,6 +1693,9 @@ Regular background color
Entities background color Entities background color
== ==
Reload
==
Use current map as background Use current map as background
== ==
@ -1741,39 +1732,6 @@ No updates available
Check now Check now
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -6,7 +6,7 @@
# Petr 2011-04-02 23:02:33 # Petr 2011-04-02 23:02:33
# Medik & Petr 2011-07-02 19:37:05 # Medik & Petr 2011-07-02 19:37:05
# TeeWorlds-org 2011-07-15 00:34:19 # TeeWorlds-org 2011-07-15 00:34:19
# dobrykafe 2024-08-30 00:00:00 # dobrykafe 2024-06-09 00:00:00
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -281,6 +281,9 @@ Player
Player country: Player country:
== Země hráčů: == Země hráčů:
Player options
== Možnosti hráčů
Players Players
== Hráči == Hráči
@ -643,6 +646,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Připojit dummyho == Připojit dummyho
Reload
== Znovu načíst
Deactivate Deactivate
== Deaktivovat == Deaktivovat
@ -1628,6 +1634,9 @@ Show local time always
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== Zobrazit ID klientů ve výsledkové tabulce
Show DDRace HUD Show DDRace HUD
== Zobrazit DDRace HUD == Zobrazit DDRace HUD
@ -1844,77 +1853,26 @@ Tee
Show only chat messages from team members Show only chat messages from team members
== Zobrazit pouze zprávy od členů týmu == Zobrazit pouze zprávy od členů týmu
Could not resolve connect address '%s'. See local console for details.
== Nelze získat adresu k připojení '%s'. Podrobnosti najdete v místní konzoli.
Connect address error
== Chyba v adrese k připojení
Could not connect dummy
== Nepodařilo se připojit dummyho
[Spectating] [Spectating]
Following %s Following %s
== Sledujete %s ==
Example of usage Example of usage
== Příklad použití ==
Dummy is not allowed on this server
== Dummy není na tomto serveru povolen
Please wait…
== Čekejte prosím…
Show client IDs (scoreboard, chat, spectator)
== Zobrazit ID klientů (výsledková tabulka, chat, divák)
Normal:
== Normální:
Team:
== Tým:
Dummy settings
== Nastavení dummyho
Toggle to edit your dummy settings
== Přepnutím upravíte nastavení dummyho
Randomize
== Randomizovat
Are you sure that you want to delete '%s'?
== Jste si jisti, že chcete smazat '%s'?
Delete skin
== Odstranit skin
Basic
== Základní
Custom
== Vlastní
Unable to delete skin
== Nelze odstranit skin
Customize
== Přizpůsobit
Round %d/%d Round %d/%d
== Kolo %d/%d ==
[Spectators] [Spectators]
%d others… %d others…
== %d dalších… ==
[Team and size] [Team and size]
%d\n(%d/%d) %d\n(%d/%d)
== %d\n(%d/%d) ==
Team %d (%d/%d) Team %d (%d/%d)
== Tým %d (%d/%d) ==
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping ==

View file

@ -278,6 +278,9 @@ Player
Player country: Player country:
== Spillernes land: == Spillernes land:
Player options
== Spillermuligheder
Players Players
== Spillere == Spillere
@ -673,6 +676,9 @@ Kill
Pause Pause
== Pause == Pause
Reload
== Genindlæs
Deactivate Deactivate
== Deaktiver == Deaktiver
@ -1094,18 +1100,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1489,12 +1486,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1662,7 +1653,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1833,39 +1824,6 @@ Chat command (e.g. showall 1)
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Extras Extras
== ==

View file

@ -290,6 +290,9 @@ Player
Player country: Player country:
== Speler land: == Speler land:
Player options
== Speler opties
Players Players
== Spelers == Spelers
@ -660,6 +663,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Verbind Dummy == Verbind Dummy
Reload
== Herladen
Deactivate Deactivate
== Deactiveren == Deactiveren
@ -1237,18 +1243,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1587,12 +1584,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1718,7 +1709,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1859,39 +1850,6 @@ Entities background color
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Extras Extras
== ==

View file

@ -300,6 +300,9 @@ Kill
Pause Pause
== Paŭzi == Paŭzi
Player options
== Ludantaj agordoj
Player Player
== Ludanto == Ludanto
@ -562,18 +565,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1059,12 +1053,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Stop record Stop record
== ==
@ -1493,7 +1481,7 @@ Show votes window after voting
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1736,6 +1724,9 @@ Regular background color
Entities background color Entities background color
== ==
Reload
==
Use current map as background Use current map as background
== ==
@ -1760,39 +1751,6 @@ DDNet Client updated!
No updates available No updates available
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -6,7 +6,6 @@
# Cammodude 2024-10-03 18:04:16 # Cammodude 2024-10-03 18:04:16
# Cammodude 2024-12-04 17:35:38 # Cammodude 2024-12-04 17:35:38
# Cammodude 2024-20-04 15:17:26 # Cammodude 2024-20-04 15:17:26
# Cammodude 2024-18-07 20:00:25
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -281,6 +280,9 @@ Player
Player country: Player country:
== Mängija maa: == Mängija maa:
Player options
== Mängija sätted
Players Players
== Mängijad == Mängijad
@ -707,6 +709,9 @@ Kill
Pause Pause
== Paus == Paus
Reload
== Lae uuesti
Deactivate Deactivate
== Deaktiveeri == Deaktiveeri
@ -1599,6 +1604,9 @@ Show local time always
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== Näita kliendi ID-eid tulemustabelis
Show DDRace HUD Show DDRace HUD
== Näita DDRace HUD-i == Näita DDRace HUD-i
@ -1835,83 +1843,32 @@ Net
[Spectating] [Spectating]
Following %s Following %s
== %s jälgimine ==
%d/%d KiB (%.1f KiB/s) %d/%d KiB (%.1f KiB/s)
== %d/%d KiB (%.1f KiB/s) ==
Example of usage Example of usage
== Kasutamise näide ==
Tee Tee
== Tee ==
Show only chat messages from team members Show only chat messages from team members
== Ainult näita sõnumeid tiimi kaaslastelt ==
Round %d/%d Round %d/%d
== Raund %d/%d ==
[Spectators] [Spectators]
%d others… %d others…
== %d teisi… ==
[Team and size] [Team and size]
%d\n(%d/%d) %d\n(%d/%d)
== %d\n(%d/%d) ==
Team %d (%d/%d) Team %d (%d/%d)
== Tiim %d (%d/%d)
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
Dummy is not allowed on this server
==
Please wait…
==
Show client IDs (scoreboard, chat, spectator)
==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
== ==
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping

View file

@ -280,6 +280,9 @@ Player
Player country: Player country:
== Pelaajan maa: == Pelaajan maa:
Player options
== Pelaajavalinnat
Players Players
== Pelaajat == Pelaajat
@ -706,6 +709,9 @@ Kill
Pause Pause
== Pysäytä == Pysäytä
Reload
== Päivitä
Deactivate Deactivate
== Deaktivoi == Deaktivoi
@ -1628,6 +1634,9 @@ Show local time always
DDRace HUD DDRace HUD
== DDrace-HUD == DDrace-HUD
Show client IDs in scoreboard
== Näytä asiakas-ID:t pistetaulukossa
Show DDRace HUD Show DDRace HUD
== Näytä DDRace-HUD == Näytä DDRace-HUD
@ -1823,15 +1832,6 @@ Loading sound files
Moved ingame Moved ingame
== Liikui pelissä == Liikui pelissä
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
[Spectating] [Spectating]
Following %s Following %s
== ==
@ -1842,57 +1842,15 @@ Following %s
Example of usage Example of usage
== ==
Dummy is not allowed on this server
==
Please wait…
==
Converse Converse
== ==
Tee Tee
== ==
Show client IDs (scoreboard, chat, spectator)
==
Show only chat messages from team members Show only chat messages from team members
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -302,6 +302,9 @@ Player
Player country: Player country:
== Origine des Tees: == Origine des Tees:
Player options
== Options des joueurs
Players Players
== Joueurs == Joueurs
@ -607,6 +610,9 @@ AntiPing: predict other players
Are you sure that you want to disconnect your dummy? Are you sure that you want to disconnect your dummy?
== Êtes vous sûrs de vouloir déconnecter votre dummy ? == Êtes vous sûrs de vouloir déconnecter votre dummy ?
Reload
== Recharger
Server best: Server best:
== Meilleur score du serveur == Meilleur score du serveur
@ -1384,6 +1390,9 @@ Name Plate
Hook Collisions Hook Collisions
== Collisions du grappin == Collisions du grappin
Show client IDs in scoreboard
== Afficher les IDs des clients dans le tableau des scores
Hook collision line width Hook collision line width
== Largeur de la ligne de collision du grappin == Largeur de la ligne de collision du grappin
@ -1865,15 +1874,6 @@ Entities background color
Moved ingame Moved ingame
== Déplacé en jeu == Déplacé en jeu
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
[Spectating] [Spectating]
Following %s Following %s
== ==
@ -1881,48 +1881,6 @@ Following %s
Example of usage Example of usage
== ==
Dummy is not allowed on this server
==
Please wait…
==
Show client IDs (scoreboard, chat, spectator)
==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -280,6 +280,9 @@ Player
Player country: Player country:
== País do xogador == País do xogador
Player options
== Opcións de xogador
Players Players
== Xogadores == Xogadores
@ -649,6 +652,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Conectar Dummy == Conectar Dummy
Reload
== Recargar
Deactivate Deactivate
== Desactivar == Desactivar
@ -1352,6 +1358,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== HUD DDRace == HUD DDRace
Show client IDs in scoreboard
== Mostrar IDs de cliente na táboa de puntuación
Show DDRace HUD Show DDRace HUD
== Mostrar o HUD DDRace == Mostrar o HUD DDRace
@ -1562,15 +1571,6 @@ Relative
Absolute Absolute
== Absoluto == Absoluto
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1767,12 +1767,6 @@ Delete folder
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1803,9 +1797,6 @@ Info Messages
Show local time always Show local time always
== ==
Show client IDs (scoreboard, chat, spectator)
==
Always show chat Always show chat
== ==
@ -1860,39 +1851,6 @@ Regular background color
Entities background color Entities background color
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -299,6 +299,9 @@ Player
Player country: Player country:
== Spielerland: == Spielerland:
Player options
== Spieleroptionen
Players Players
== Spieler == Spieler
@ -362,6 +365,9 @@ Shotgun
Show chat Show chat
== Chat anzeigen == Chat anzeigen
Show client IDs in scoreboard
== Client-IDs in der Punktetafel anzeigen
Show DDRace HUD Show DDRace HUD
== DDRace-HUD anzeigen == DDRace-HUD anzeigen
@ -809,6 +815,9 @@ Skin prefix
Show HUD Show HUD
== HUD zeigen == HUD zeigen
Reload
== Neu laden
9+ new mentions 9+ new mentions
== 9+ Erwähnungen == 9+ Erwähnungen
@ -1878,56 +1887,5 @@ Round %d/%d
Team %d (%d/%d) Team %d (%d/%d)
== Team %d (%d/%d) == Team %d (%d/%d)
Could not resolve connect address '%s'. See local console for details.
== Konnte Verbindungsadresse '%s' nicht auflösen, siehe lokale Konsole für Details.
Connect address error
== Fehler in Verbindungsadresse
Could not connect dummy
== Konnte Dummy nicht verbinden
Dummy is not allowed on this server
== Dummy ist auf diesem Server nicht erlaubt
Please wait…
== Bitte warten…
Show client IDs (scoreboard, chat, spectator)
== Client-IDs anzeigen (Punktetafel, Chat, Beobachter)
Normal:
== Normal:
Team:
== Team:
Dummy settings
== Dummy-Einstellungen
Toggle to edit your dummy settings
== Zu Dummy-Einstellungen wechseln
Randomize
== Randomisieren
Are you sure that you want to delete '%s'?
== Bist du sicher dass du '%s' löschen willst?
Delete skin
== Skin löschen
Basic
== Einfach
Custom
== Individuell
Unable to delete skin
== Kann Skin nicht löschen
Customize
== Anpassen
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== ==

View file

@ -280,6 +280,9 @@ Player
Player country: Player country:
== Χώρα παίκτη: == Χώρα παίκτη:
Player options
== Επιλογές παίκτη
Players Players
== Παίκτες == Παίκτες
@ -552,18 +555,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1106,12 +1100,6 @@ Are you sure that you want to disconnect?
Connect Dummy Connect Dummy
== ==
Dummy is not allowed on this server
==
Please wait…
==
Connecting dummy Connecting dummy
== ==
@ -1456,7 +1444,7 @@ Show votes window after voting
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1705,6 +1693,9 @@ Regular background color
Entities background color Entities background color
== ==
Reload
==
Use current map as background Use current map as background
== ==
@ -1741,39 +1732,6 @@ No updates available
Check now Check now
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -270,6 +270,9 @@ Pistol
Player Player
== Játékos == Játékos
Player options
== Játékosok kezelése
Players Players
== Játékosok == Játékosok
@ -786,6 +789,9 @@ Show DDNet map finishes in server browser
transmits your player name to info.ddnet.org transmits your player name to info.ddnet.org
== továbbítja a játékosnevedet az info.ddnet.org oldalra == továbbítja a játékosnevedet az info.ddnet.org oldalra
Reload
== Újratöltés
Hammerfly dummy Hammerfly dummy
== Másolat kalapácsolás == Másolat kalapácsolás
@ -1054,6 +1060,9 @@ Auto
Replay Replay
== Visszajátszás == Visszajátszás
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
== Ennek a Textúrának szélessége, vagy magassága (%s) nem megfelelően osztható el ezzel a számmal: (%d), ami vizuális hibákhoz vezethet. (Méretek máshogyan fognak kinézni és a teljesítményt is ronthatja.)
Getting server list from master server Getting server list from master server
== Szerverlista lekérése a fő szerverekről == Szerverlista lekérése a fő szerverekről
@ -1329,6 +1338,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== Mutassa a kliensek ID-ét a pontszámtáblán
Show DDRace HUD Show DDRace HUD
== Mutassa a DDRace HUD-ot (Speciális HUD) == Mutassa a DDRace HUD-ot (Speciális HUD)
@ -1539,15 +1551,6 @@ Unregister protocol and file extensions
Open the directory to add custom assets Open the directory to add custom assets
== Megnyitni az egyedi Képek helyét == Megnyitni az egyedi Képek helyét
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1560,9 +1563,6 @@ Saving settings to '%s' failed
Error saving settings Error saving settings
== ==
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
==
Loading demo file from storage Loading demo file from storage
== ==
@ -1772,12 +1772,6 @@ Delete folder
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1808,9 +1802,6 @@ Info Messages
Show local time always Show local time always
== ==
Show client IDs (scoreboard, chat, spectator)
==
Always show chat Always show chat
== ==
@ -1862,39 +1853,6 @@ Regular background color
Entities background color Entities background color
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -284,6 +284,9 @@ Player
Player country: Player country:
== Filtra per paese: == Filtra per paese:
Player options
== Opzioni giocatore
Players Players
== Giocatori == Giocatori
@ -706,6 +709,9 @@ Kill
Pause Pause
== Pausa == Pausa
Reload
== Ricarica
Deactivate Deactivate
== Disattiva == Disattiva
@ -1174,7 +1180,7 @@ No server selected
== Nessun server selezionato == Nessun server selezionato
Online clanmates (%d) Online clanmates (%d)
== Compagni di clan online (%d) == Compagni di clan online
Click to select server. Double click to join your friend. Click to select server. Double click to join your friend.
== Fare click per selezionare il server. Fai doppio click per unirti al tuo amico. == Fare click per selezionare il server. Fai doppio click per unirti al tuo amico.
@ -1267,6 +1273,9 @@ Hook Collisions
Show health, shields and ammo Show health, shields and ammo
== Mostra vita, scudi e munizioni == Mostra vita, scudi e munizioni
Show client IDs in scoreboard
== Mostra gli ID clienti nella scoreboard
Show DDRace HUD Show DDRace HUD
== Mostra l'HUD DDRace == Mostra l'HUD DDRace
@ -1402,18 +1411,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1680,12 +1680,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1789,9 +1783,6 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator)
==
Always show chat Always show chat
== ==
@ -1882,39 +1873,6 @@ Regular background color
Entities background color Entities background color
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Extras Extras
== ==

View file

@ -274,6 +274,9 @@ Player
Player country: Player country:
== 所在地: == 所在地:
Player options
== プレイヤー設定
Players Players
== プレーヤー == プレーヤー
@ -681,6 +684,9 @@ Kill
Pause Pause
== 観察 == 観察
Reload
== 更新
Deactivate Deactivate
== 無効にする == 無効にする
@ -1129,18 +1135,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1515,12 +1512,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1673,7 +1664,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1838,39 +1829,6 @@ Chat command (e.g. showall 1)
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Extras Extras
== ==

View file

@ -280,6 +280,9 @@ Pistol
Player Player
== 플레이어 == 플레이어
Player options
== 플레이어 옵션
Players Players
== 플레이어 == 플레이어
@ -531,6 +534,9 @@ Successfully saved the replay!
Replay feature is disabled! Replay feature is disabled!
== 리플레이 기능을 비활성화했습니다! == 리플레이 기능을 비활성화했습니다!
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
== 텍스처 %s 의 너비 또는 높이를 %d 으로 나눌 수 없습니다. 이는 시각적 오류를 발생시킬 수 있습니다.
Warning Warning
== 주의 == 주의
@ -696,6 +702,9 @@ Pause
Time Time
== 시간 == 시간
Reload
== 새로고침
Deactivate Deactivate
== 비활성화 == 비활성화
@ -1350,6 +1359,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== 점수판에 클라이언트 ID 표시
Show DDRace HUD Show DDRace HUD
== DDRace HUD 표시 == DDRace HUD 표시
@ -1551,15 +1563,6 @@ Copy info
Create a random skin Create a random skin
== 무작위 스킨 생성 == 무작위 스킨 생성
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1572,9 +1575,6 @@ Saving settings to '%s' failed
Error saving settings Error saving settings
== ==
The width of texture %s is not divisible by %d, or the height is not divisible by %d, which might cause visual bugs.
==
Loading demo file from storage Loading demo file from storage
== ==
@ -1784,12 +1784,6 @@ Delete folder
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1820,9 +1814,6 @@ Info Messages
Show local time always Show local time always
== ==
Show client IDs (scoreboard, chat, spectator)
==
Always show chat Always show chat
== ==
@ -1874,39 +1865,6 @@ Regular background color
Entities background color Entities background color
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -309,6 +309,9 @@ Player
Player country: Player country:
== Өлкөсү: == Өлкөсү:
Player options
== Оюнчу опциялары
Players Players
== Оюнчулар == Оюнчулар
@ -543,18 +546,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1097,12 +1091,6 @@ Are you sure that you want to disconnect?
Connect Dummy Connect Dummy
== ==
Dummy is not allowed on this server
==
Please wait…
==
Connecting dummy Connecting dummy
== ==
@ -1447,7 +1435,7 @@ Show votes window after voting
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1696,6 +1684,9 @@ Regular background color
Entities background color Entities background color
== ==
Reload
==
Use current map as background Use current map as background
== ==
@ -1732,39 +1723,6 @@ No updates available
Check now Check now
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -279,6 +279,9 @@ Player
Player country: Player country:
== Spillerland: == Spillerland:
Player options
== Spillerinstillinger
Players Players
== Spillere == Spillere
@ -650,6 +653,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Koble til dummy == Koble til dummy
Reload
== Last på nytt
Deactivate Deactivate
== Deaktiver == Deaktiver
@ -1095,18 +1101,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1490,12 +1487,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1663,7 +1654,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1834,39 +1825,6 @@ Chat command (e.g. showall 1)
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Extras Extras
== ==

View file

@ -519,6 +519,9 @@ Kill
Pause Pause
== ﺚﮑﻣ ﺖﻟﺎﺣ == ﺚﮑﻣ ﺖﻟﺎﺣ
Player options
== ﻦﮑﯾﺯﺎﺑ ﺕﺎﻤﯿﻈﻨﺗ
Player Player
== ﻦﮑﯾﺯﺎﺑ == ﻦﮑﯾﺯﺎﺑ
@ -540,6 +543,9 @@ Vote command:
Time Time
== ﻥﺎﻣﺯ == ﻥﺎﻣﺯ
Reload
== ﻩﺭﺎﺑﻭﺩ ﯼﺮﯿﮔﺭﺎﺑ
Deactivate Deactivate
== ﻥﺩﺮﮐ ﻝﺎﻌﻓﺮﯿﻏ == ﻥﺩﺮﮐ ﻝﺎﻌﻓﺮﯿﻏ
@ -1219,6 +1225,9 @@ Show votes window after voting
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== ﺯﺎﯿﺘﻣﺍ ﯼﻮﻠﺑﺎﺗ ﺭﺩ ﺖﻨﯾﻼﮐ ID ﺶﯾﺎﻤﻧ
Show DDRace HUD Show DDRace HUD
== DDRace HUD ﺶﯾﺎﻤﻧ == DDRace HUD ﺶﯾﺎﻤﻧ
@ -1509,18 +1518,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1754,12 +1754,6 @@ Delete folder
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1793,9 +1787,6 @@ Info Messages
Show local time always Show local time always
== ==
Show client IDs (scoreboard, chat, spectator)
==
Always show chat Always show chat
== ==
@ -1850,39 +1841,6 @@ Entities background color
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -282,6 +282,9 @@ Player
Player country: Player country:
== Narodowość: == Narodowość:
Player options
== Opcje gracza
Players Players
== Gracze == Gracze
@ -680,6 +683,9 @@ Enable replays
Automatically create statboard csv Automatically create statboard csv
== Automatycznie stwórz plik csv z tabelą wyników == Automatycznie stwórz plik csv z tabelą wyników
Reload
== Przeładuj
Replay feature is disabled! Replay feature is disabled!
== Funkcja odtwarzania jest wyłączona! == Funkcja odtwarzania jest wyłączona!
@ -1633,6 +1639,9 @@ Show health, shields and ammo
Show local time always Show local time always
== Pokazuj czas lokalny == Pokazuj czas lokalny
Show client IDs in scoreboard
== Pokazuj ID klienta w tabeli wyników
Show DDRace HUD Show DDRace HUD
== Pokazuj HUD DDRace == Pokazuj HUD DDRace
@ -1799,15 +1808,6 @@ Submitting the render commands failed. Try to update your GPU drivers.
Failed to swap framebuffers. Try to update your GPU drivers. Failed to swap framebuffers. Try to update your GPU drivers.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
Match %d of %d Match %d of %d
== ==
@ -1840,12 +1840,6 @@ Folder Link
map not included map not included
== ==
Dummy is not allowed on this server
==
Please wait…
==
Aim bind Aim bind
== ==
@ -1861,45 +1855,9 @@ Tee
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator)
==
Show only chat messages from team members Show only chat messages from team members
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -290,6 +290,9 @@ Player
Player country: Player country:
== País do jogador == País do jogador
Player options
== Opções do jogador
Players Players
== Jogadores == Jogadores
@ -770,6 +773,9 @@ Connect Dummy
Time Time
== Tempo == Tempo
Reload
== Recarregar
Deactivate Deactivate
== Desativar == Desativar
@ -884,18 +890,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1333,12 +1330,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Kill Kill
== ==
@ -1572,7 +1563,7 @@ Show local time always
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1776,39 +1767,6 @@ Chat command (e.g. showall 1)
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -286,6 +286,9 @@ Player
Player country: Player country:
== Țara jucătorului: == Țara jucătorului:
Player options
== Opțiuni jucător
Players Players
== Jucători == Jucători
@ -558,18 +561,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1112,12 +1106,6 @@ Are you sure that you want to disconnect?
Connect Dummy Connect Dummy
== ==
Dummy is not allowed on this server
==
Please wait…
==
Connecting dummy Connecting dummy
== ==
@ -1462,7 +1450,7 @@ Show votes window after voting
DDRace HUD DDRace HUD
== ==
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== ==
Show DDRace HUD Show DDRace HUD
@ -1711,6 +1699,9 @@ Regular background color
Entities background color Entities background color
== ==
Reload
==
Use current map as background Use current map as background
== ==
@ -1747,39 +1738,6 @@ No updates available
Check now Check now
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Emoticons Emoticons
== ==

View file

@ -294,6 +294,9 @@ Player
Player country: Player country:
== Страна игрока: == Страна игрока:
Player options
== Опции игрока
Players Players
== Игроки == Игроки
@ -631,7 +634,7 @@ Loading DDNet Client
== Загрузка DDNet Client == Загрузка DDNet Client
Normal message Normal message
== Обычное == Обычное с.
Connecting dummy Connecting dummy
== Подключение дамми == Подключение дамми
@ -643,10 +646,10 @@ Save ghost
== Сохранять тень == Сохранять тень
DDNet Client updated! DDNet Client updated!
== DDNet клиент обновлён! == DDNet Client обновлён!
Highlighted message Highlighted message
== Выделенное == Выделенное с.
Demo Demo
== Демо == Демо
@ -724,7 +727,7 @@ Downloading %s:
== Скачивание %s: == Скачивание %s:
Update failed! Check log… Update failed! Check log…
== Не удалось обновиться! Подробности в логах == Ошибка. Проверьте логи
Restart Restart
== Рестарт == Рестарт
@ -747,6 +750,9 @@ Fetch Info
Connect Dummy Connect Dummy
== Подключить дамми == Подключить дамми
Reload
== Перезагрузить
Deactivate Deactivate
== Выключить == Выключить
@ -799,7 +805,7 @@ Toggle dyncam
== Смена дин. камеры == Смена дин. камеры
Toggle dummy Toggle dummy
== Переключение дамми == Смена Tee
Toggle ghost Toggle ghost
== Переключить тень == Переключить тень
@ -844,7 +850,7 @@ DDNet
== DDNet == DDNet
Friend message Friend message
== Дружеское == Дружеское с.
Save the best demo of each race Save the best demo of each race
== Сохранять лучшее демо каждой карты == Сохранять лучшее демо каждой карты
@ -916,10 +922,10 @@ Ratio
== Соотношение == Соотношение
Net Net
== Сальдо == Сеть
FPM FPM
== У/мин == FPM
Spree Spree
== Серия == Серия
@ -940,7 +946,7 @@ Grabs
== 9+ упоминаний == 9+ упоминаний
Client message Client message
== Клиентское == Клиентское с.
Warning Warning
== Предупреждение == Предупреждение
@ -973,7 +979,7 @@ Run server
== Запустить сервер == Запустить сервер
Server executable not found, can't run server Server executable not found, can't run server
== Файл сервера не найден, не удалось запустить сервер == Файл сервера не найден, невозможно запустить
Editor Editor
== Редактор == Редактор
@ -1356,6 +1362,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== Показывать ид. игроков
Show DDRace HUD Show DDRace HUD
== Показывать DDRace HUD == Показывать DDRace HUD
@ -1826,10 +1835,10 @@ No login required
== Без логина == Без логина
Player info change cooldown Player info change cooldown
== Кулдаун смены данных об игроке == Задержка смены информации об игроке
Tee Tee
== Тии == Ти
Always show chat Always show chat
== Всегда показывать чат == Всегда показывать чат
@ -1878,54 +1887,3 @@ Team %d (%d/%d)
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping/ru == https://wiki.ddnet.org/wiki/Mapping/ru
Could not resolve connect address '%s'. See local console for details.
== Не удалось определить адрес подключения '%s'. Подробности в локальной консоли.
Connect address error
== Ошибка адреса подключения
Could not connect dummy
== Невозможно подключить дамми
Dummy is not allowed on this server
== Дамми не разрешен на этом сервере
Please wait…
== Пожалуйста, подождите…
Show client IDs (scoreboard, chat, spectator)
== Показывать ID клиента (табло, чат, наблюдатель)
Normal:
== Обычный:
Team:
== В команде:
Dummy settings
== Настройки дамми
Toggle to edit your dummy settings
== Нажмите, чтобы изменить настройки дамми
Randomize
== Случайный
Are you sure that you want to delete '%s'?
== Вы уверены, что хотите удалить '%s'?
Delete skin
== Удалить скин
Basic
== Пресеты
Custom
== Кастомизация
Unable to delete skin
== Невозможно удалить скин
Customize
== Кастомизировать

View file

@ -281,6 +281,9 @@ Player
Player country: Player country:
== Država igrača == Država igrača
Player options
== Podešavanja igrača
Players Players
== Igrači == Igrači
@ -682,6 +685,9 @@ Kill
Pause Pause
== Pauza == Pauza
Reload
== Osveži
Deactivate Deactivate
== Deaktiviraj == Deaktiviraj
@ -1258,6 +1264,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace Prikaz == DDRace Prikaz
Show client IDs in scoreboard
== Prikaži identitete na tabli rezultata
Show DDRace HUD Show DDRace HUD
== Prikaži DDRace Prikaz == Prikaži DDRace Prikaz
@ -1640,15 +1649,6 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1785,12 +1785,6 @@ Netversion
map not included map not included
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1815,9 +1809,6 @@ Info Messages
Show local time always Show local time always
== ==
Show client IDs (scoreboard, chat, spectator)
==
Always show chat Always show chat
== ==
@ -1869,39 +1860,6 @@ Regular background color
Entities background color Entities background color
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Round %d/%d Round %d/%d
== ==

View file

@ -277,6 +277,9 @@ Player
Player country: Player country:
== Држава играча == Држава играча
Player options
== Подешавања играча
Players Players
== Играчи == Играчи
@ -681,6 +684,9 @@ Kill
Pause Pause
== Пауза == Пауза
Reload
== Освежи
Deactivate Deactivate
== Деактивирај == Деактивирај
@ -1257,6 +1263,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace Приказ == DDRace Приказ
Show client IDs in scoreboard
== Прикажи идентитете на табли резултата
Show DDRace HUD Show DDRace HUD
== Прикажи DDRace Приказ == Прикажи DDRace Приказ
@ -1413,18 +1422,9 @@ Could not initialize the given graphics backend, reverting to the default backen
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== ==
Could not resolve connect address '%s'. See local console for details.
==
Connect address error
==
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== ==
Could not connect dummy
==
Error playing demo Error playing demo
== ==
@ -1703,12 +1703,6 @@ Unable to delete the demo '%s'
Unable to delete the folder '%s'. Make sure it's empty first. Unable to delete the folder '%s'. Make sure it's empty first.
== ==
Dummy is not allowed on this server
==
Please wait…
==
Loading… Loading…
== ==
@ -1772,9 +1766,6 @@ Info Messages
Show local time always Show local time always
== ==
Show client IDs (scoreboard, chat, spectator)
==
Always show chat Always show chat
== ==
@ -1859,39 +1850,6 @@ Entities background color
Unregister protocol and file extensions Unregister protocol and file extensions
== ==
Normal:
==
Team:
==
Dummy settings
==
Toggle to edit your dummy settings
==
Randomize
==
Are you sure that you want to delete '%s'?
==
Delete skin
==
Basic
==
Custom
==
Unable to delete skin
==
Customize
==
Open the directory to add custom assets Open the directory to add custom assets
== ==

View file

@ -40,8 +40,6 @@
# 2024-03-03 Bamcane # 2024-03-03 Bamcane
# 2024-04-21 By # 2024-04-21 By
# 2024-06-10 By # 2024-06-10 By
# 2024-07-21 By
# 2024-08-29 Pioooooo
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -343,6 +341,9 @@ HUD
Player country: Player country:
== 玩家国家 / 地区: == 玩家国家 / 地区:
Player options
== 玩家选项
Players Players
== 玩家 == 玩家
@ -829,6 +830,9 @@ Show DDNet map finishes in server browser
transmits your player name to info.ddnet.org transmits your player name to info.ddnet.org
== 将会发送你的玩家昵称到 info.ddnet.org == 将会发送你的玩家昵称到 info.ddnet.org
Reload
== 刷新
Enable replays Enable replays
== 启用短时回放 == 启用短时回放
@ -1384,6 +1388,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== 显示客户端 IDs (计分板中)
Show DDRace HUD Show DDRace HUD
== 显示 DDRace HUD == 显示 DDRace HUD
@ -1515,7 +1522,7 @@ Are you sure that you want to reset the controls to their defaults?
[Graphics error] [Graphics error]
Failed during initialization. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again. Failed during initialization. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again.
== 初始化失败。请尝试打开配置目录中的设置文件settings_ddnet.cfg并将 “gfx_backend” 设置为 “gfx_backend OpenGL” 或 “gfx_backend Vulkan” 再重试。 == 初始化失败。请尝试打开配置目录中的设置文件settings_ddnet.cfg并将“gfx_backend OpenGL”修改为“gfx_backend Vulkan”若没有前者则可直接输入后者再重试。
[Graphics error] [Graphics error]
Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution. Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution.
@ -1539,7 +1546,7 @@ Failed to swap framebuffers. Try to update your GPU drivers.
[Graphics error] [Graphics error]
Unknown error. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again. Unknown error. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again.
== 未知错误。请尝试打开配置目录中的设置文件settings_ddnet.cfg并将 “gfx_backend” 设置为 “gfx_backend OpenGL” 或 “gfx_backend Vulkan” 再重试。 == 未知错误。请尝试打开配置目录中的设置文件settings_ddnet.cfg并将“gfx_backend OpenGL”修改为“gfx_backend Vulkan”若没有前者则可直接输入后者再重试。
[Graphics error] [Graphics error]
Could not initialize the given graphics backend, reverting to the default backend now. Could not initialize the given graphics backend, reverting to the default backend now.
@ -1567,7 +1574,7 @@ No controller found. Plug in a controller.
== 未检测到任何控制器。请尝试重新连接控制器。 == 未检测到任何控制器。请尝试重新连接控制器。
Unregister protocol and file extensions Unregister protocol and file extensions
== 清除协议与文件类型关联 == 未注册的协议与扩充文件
Open the directory to add custom assets Open the directory to add custom assets
== 打开用以添加自定义资源的文件夹路径 == 打开用以添加自定义资源的文件夹路径
@ -1885,75 +1892,24 @@ Show only chat messages from team members
[Spectating] [Spectating]
Following %s Following %s
== 正在旁观 %s ==
Example of usage Example of usage
== 用途示例 ==
Round %d/%d Round %d/%d
== 轮次 %d/%d ==
[Spectators] [Spectators]
%d others… %d others…
== %d 其他… ==
[Team and size] [Team and size]
%d\n(%d/%d) %d\n(%d/%d)
== %d\n(%d/%d) ==
Team %d (%d/%d) Team %d (%d/%d)
== 队伍 %d (%d/%d) ==
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/index.php?title=Mapping/zh&variant=zh-hans ==
Could not resolve connect address '%s'. See local console for details.
== 无法解析连接地址 '%s'。检查本地控制台以获取详情。
Connect address error
== 连接地址错误
Could not connect dummy
== 无法连接分身
Dummy is not allowed on this server
== 此服务器禁止使用分身
Please wait…
== 请稍等…
Show client IDs (scoreboard, chat, spectator)
== 显示客户端 ID计分板、聊天、观战者
Normal:
== 正常:
Team:
== 队伍:
Dummy settings
== 分身设置
Toggle to edit your dummy settings
== 切换以编辑分身设置
Randomize
== 随机
Are you sure that you want to delete '%s'?
== 你确定要删除'%s'吗?
Delete skin
== 删除皮肤
Basic
== 基本
Custom
== 自定义
Unable to delete skin
== 无法删除皮肤
Customize
== 自定义

View file

@ -3,7 +3,7 @@
# Limit and Petr # Limit and Petr
#modified by: #modified by:
# LimiT 2011-07-02 20:24:44 # LimiT 2011-07-02 20:24:44
# dobrykafe 2024-08-30 00:00:00 # dobrykafe 2024-06-09 00:00:00
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -278,6 +278,9 @@ Player
Player country: Player country:
== Filter krajín: == Filter krajín:
Player options
== Nastavenia hráča
Players Players
== Hráči == Hráči
@ -1417,6 +1420,9 @@ Show votes window after voting
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== Zobraziť ID klientov vo výsledkovej tabuľke
Show DDRace HUD Show DDRace HUD
== Zobraziť DDRace HUD == Zobraziť DDRace HUD
@ -1642,6 +1648,9 @@ Regular background color
Entities background color Entities background color
== Farba pozadia entít == Farba pozadia entít
Reload
== Znovu načítať
Use current map as background Use current map as background
== Použiť aktuálnu mapu ako pozadie == Použiť aktuálnu mapu ako pozadie
@ -1841,77 +1850,26 @@ Tee
Show only chat messages from team members Show only chat messages from team members
== Zobraziť iba správy od členov tímu == Zobraziť iba správy od členov tímu
Could not resolve connect address '%s'. See local console for details.
== Nie je možné získať adresu na pripojenie '%s'. Podrobnosti nájdete v miestnej konzole.
Connect address error
== Chyba v adrese na pripojenie
Could not connect dummy
== Nepodarilo sa pripojiť dummyho
[Spectating] [Spectating]
Following %s Following %s
== Sledujete %s ==
Example of usage Example of usage
== Príklad použitia ==
Dummy is not allowed on this server
== Dummy nie je na tomto serveri povolený
Please wait…
== Čakajte prosím…
Show client IDs (scoreboard, chat, spectator)
== Zobraziť ID klientov (výsledková tabuľka, chat, divák)
Normal:
== Normálny:
Team:
== Tím:
Dummy settings
== Nastavenie dummyho
Toggle to edit your dummy settings
== Prepnutím upravíte nastavenie dummyho
Randomize
== Randomizovať
Are you sure that you want to delete '%s'?
== Ste si istí, že chcete zmazať '%s'?
Delete skin
== Odstrániť skin
Basic
== Základné
Custom
== Vlastné
Unable to delete skin
== Nedá sa odstrániť skin
Customize
== Prispôsobiť
Round %d/%d Round %d/%d
== Kolo %d/%d ==
[Spectators] [Spectators]
%d others… %d others…
== %d ďalších… ==
[Team and size] [Team and size]
%d\n(%d/%d) %d\n(%d/%d)
== %d\n(%d/%d) ==
Team %d (%d/%d) Team %d (%d/%d)
== Tím %d (%d/%d) ==
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping ==

View file

@ -299,6 +299,9 @@ Player
Player country: Player country:
== País del jugador == País del jugador
Player options
== Opciones de jugador
Players Players
== Jugadores == Jugadores
@ -623,7 +626,7 @@ Types
== Tipos == Tipos
DDNet %s is out! DDNet %s is out!
== ¡DDNet %s ya está disponible! == ¡DDNet %s ya esta disponible!
Downloading %s: Downloading %s:
== Descargando %s: == Descargando %s:
@ -670,6 +673,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Conectar Dummy == Conectar Dummy
Reload
== Recargar
Deactivate Deactivate
== Desactivar == Desactivar
@ -1384,6 +1390,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== HUD DDRace == HUD DDRace
Show client IDs in scoreboard
== Mostrar IDs de cliente en la tabla de puntuación
Show DDRace HUD Show DDRace HUD
== Mostrar el HUD DDRace == Mostrar el HUD DDRace
@ -1861,75 +1870,24 @@ Show only chat messages from team members
[Spectating] [Spectating]
Following %s Following %s
== Viendo a %s ==
Example of usage Example of usage
== Ejemplo de uso ==
Round %d/%d Round %d/%d
== Ronda %d/%d ==
[Spectators] [Spectators]
%d others… %d others…
== otros %d ==
[Team and size] [Team and size]
%d\n(%d/%d) %d\n(%d/%d)
== %d\n(%d/%d) ==
Team %d (%d/%d) Team %d (%d/%d)
== Equipo %d (%d/%d) ==
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping/es ==
Could not resolve connect address '%s'. See local console for details.
== No se pudo resolver la dirección de conexión '%s'. Ver la consola local para más detalles.
Connect address error
== Error de dirección de conexión
Could not connect dummy
== No se pudo conectar tu dummy
Dummy is not allowed on this server
== No se permiten dummys en este servidor
Please wait…
== Espera por favor…
Show client IDs (scoreboard, chat, spectator)
== Mostrar IDs de cliente (scoreboard, chat, espectador)
Normal:
== Normal:
Team:
== Equipo:
Dummy settings
== Configuración del dummy
Toggle to edit your dummy settings
== Actívalo para configurar tu dummy
Randomize
== Aleatorizar
Are you sure that you want to delete '%s'?
== ¿Estás seguro de que quieres eliminar '%s'?
Delete skin
== Eliminar skin
Basic
== Básico
Custom
== Personalizado
Unable to delete skin
== No se pudo borrar la skin
Customize
== Personalizar

View file

@ -7,7 +7,7 @@
# 3edcxzaq1 2020-06-25 00:00:00 # 3edcxzaq1 2020-06-25 00:00:00
# cur.ie 2020-09-28 00:00:00 # cur.ie 2020-09-28 00:00:00
# simpygirl 2022-02-20 00:00:00 # simpygirl 2022-02-20 00:00:00
# furo 2024-08-29 00:00:00 # furo 2024-07-17 00:00:00
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -282,6 +282,9 @@ Player
Player country: Player country:
== Land == Land
Player options
== Spelaralternativ
Players Players
== Spelare == Spelare
@ -897,6 +900,9 @@ Show HUD
Pause Pause
== Pausa == Pausa
Reload
== Ladda om
Spree Spree
== Spree == Spree
@ -1510,6 +1516,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== Visa klient ID i poänglista
Show DDRace HUD Show DDRace HUD
== Visa DDRace HUD == Visa DDRace HUD
@ -1866,54 +1875,3 @@ Team %d (%d/%d)
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping == https://wiki.ddnet.org/wiki/Mapping
Could not resolve connect address '%s'. See local console for details.
== Kunde inte förstå anslutnings adress '%s'. Se den lokala konsolen för detaljer.
Connect address error
== Anslutnings problem
Could not connect dummy
== Kunde inte ansluta dummy
Dummy is not allowed on this server
== Dummy är inte tillåten på denna server
Please wait…
== Vänligen vänta…
Show client IDs (scoreboard, chat, spectator)
== Visa klient IDen (poänglistan, chatt, åskadarmeny)
Normal:
== Normal:
Team:
== Lag:
Dummy settings
== Dummy inställningar
Toggle to edit your dummy settings
== Växla för att ändra dina dummy inställningar
Randomize
== Slumpa
Are you sure that you want to delete '%s'?
== Är du säker att du vill ta bort '%s'?
Delete skin
== Ta bort skin
Basic
== Enkel
Custom
== Anpassa
Unable to delete skin
== Kunde inte ta bort skin
Customize
== Ändra

View file

@ -29,8 +29,6 @@
# 2024-03-05 By # 2024-03-05 By
# 2024-04-21 By # 2024-04-21 By
# 2024-06-10 By # 2024-06-10 By
# 2024-07-21 By
# 2024-08-29 Pioooooo
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -332,6 +330,9 @@ HUD
Player country: Player country:
== 玩家國家/地區: == 玩家國家/地區:
Player options
== 玩家選項
Players Players
== 玩家 == 玩家
@ -818,6 +819,9 @@ Show DDNet map finishes in server browser
transmits your player name to info.ddnet.org transmits your player name to info.ddnet.org
== 將會發送你的玩家名稱到 info.ddnet.org == 將會發送你的玩家名稱到 info.ddnet.org
Reload
== 重新整理
Enable replays Enable replays
== 啟用短時回放 == 啟用短時回放
@ -1222,7 +1226,7 @@ Team %d
== 隊伍 %d == 隊伍 %d
Position: Position:
== 坐標 == 坐標
Speed: Speed:
== 速度 == 速度
@ -1373,6 +1377,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace HUD == DDRace HUD
Show client IDs in scoreboard
== 顯示客戶端 IDs (計分板中)
Show DDRace HUD Show DDRace HUD
== 顯示 DDRace HUD == 顯示 DDRace HUD
@ -1504,7 +1511,7 @@ Are you sure that you want to reset the controls to their defaults?
[Graphics error] [Graphics error]
Failed during initialization. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again. Failed during initialization. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again.
== 初始化失敗。請嘗試打開配置目錄中的設定檔案 (settings_ddnet.cfg) 并將 “gfx_backend” 設定為 “gfx_backend OpenGL” 或 “gfx_backend Vulkan” 再重試。 == 初始化失敗。請嘗試打開配置目錄中的設定檔案 (settings_ddnet.cfg) 并將“gfx_backend OpenGL”修改為“gfx_backend Vulkan” (若沒有前者則可直接輸入後者) 再重試。
[Graphics error] [Graphics error]
Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution. Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution.
@ -1528,7 +1535,7 @@ Failed to swap framebuffers. Try to update your GPU drivers.
[Graphics error] [Graphics error]
Unknown error. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again. Unknown error. Try to change gfx_backend to OpenGL or Vulkan in settings_ddnet.cfg in the config directory and try again.
== 未知錯誤。請嘗試打開配置目錄中的設定檔案 (settings_ddnet.cfg) 并將 “gfx_backend” 設定為 “gfx_backend OpenGL” 或 “gfx_backend Vulkan” 再重試。 == 未知錯誤。請嘗試打開配置目錄中的設定檔案 (settings_ddnet.cfg) 并將“gfx_backend OpenGL”修改為“gfx_backend Vulkan” (若沒有前者則可直接輸入後者) 再重試。
[Graphics error] [Graphics error]
Could not initialize the given graphics backend, reverting to the default backend now. Could not initialize the given graphics backend, reverting to the default backend now.
@ -1556,7 +1563,7 @@ No controller found. Plug in a controller.
== 未檢測到任何控制器。請嘗試重新連接控制器。 == 未檢測到任何控制器。請嘗試重新連接控制器。
Unregister protocol and file extensions Unregister protocol and file extensions
== 清除連結與檔案類型關聯 == 未注冊的協議與擴充檔案
Open the directory to add custom assets Open the directory to add custom assets
== 打開用以新增自定義材質的資料夾路徑 == 打開用以新增自定義材質的資料夾路徑
@ -1874,75 +1881,24 @@ Show only chat messages from team members
[Spectating] [Spectating]
Following %s Following %s
== 正在旁觀 %s ==
Example of usage Example of usage
== 用途示例 ==
Round %d/%d Round %d/%d
== 輪次 %d/%d ==
[Spectators] [Spectators]
%d others… %d others…
== %d 其他… ==
[Team and size] [Team and size]
%d\n(%d/%d) %d\n(%d/%d)
== %d\n(%d/%d) ==
Team %d (%d/%d) Team %d (%d/%d)
== 隊伍 %d (%d/%d) ==
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/index.php?title=Mapping/zh&variant=zh-hant ==
Could not resolve connect address '%s'. See local console for details.
== 無法解析連線地址 '%s'。檢查本機控制台以取得詳情。
Connect address error
== 連線地址錯誤
Could not connect dummy
== 無法連線分身
Dummy is not allowed on this server
== 此服務器禁止使用分身
Please wait…
== 請稍等…
Show client IDs (scoreboard, chat, spectator)
== 顯示客戶端 ID計分板、聊天、旁觀者
Normal:
== 正常:
Team:
== 隊伍:
Dummy settings
== 分身設定
Toggle to edit your dummy settings
== 切換以編輯分身設定
Randomize
== 隨機
Are you sure that you want to delete '%s'?
== 你確定要刪除'%s'嗎?
Delete skin
== 刪除外觀
Basic
== 基本
Custom
== 自定義
Unable to delete skin
== 無法刪除外觀
Customize
== 自定義

View file

@ -16,7 +16,6 @@
# Gokturk 2024-04-24 03:01:50 # Gokturk 2024-04-24 03:01:50
# Gokturk 2024-06-09 12:00:50 # Gokturk 2024-06-09 12:00:50
# Gokturk 2024-07-17 02:24:00 # Gokturk 2024-07-17 02:24:00
# Gokturk 2024-08-29 23:31:00
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -288,6 +287,9 @@ Play background music
Player Player
== Oyuncu == Oyuncu
Player options
== Oyuncu ayarları
Players Players
== Oyuncular == Oyuncular
@ -663,6 +665,9 @@ Connecting dummy
Connect Dummy Connect Dummy
== Dummy Katıl == Dummy Katıl
Reload
== Yenile
Deactivate Deactivate
== Devre dışı bırak == Devre dışı bırak
@ -1458,6 +1463,9 @@ Show health, shields and ammo
DDRace HUD DDRace HUD
== DDRace arayüzü == DDRace arayüzü
Show client IDs in scoreboard
== Skor tablosunda ki istemci ID'lerini göster
Show DDRace HUD Show DDRace HUD
== DDRace arayüzünü göster == DDRace arayüzünü göster
@ -1875,54 +1883,3 @@ Team %d (%d/%d)
https://wiki.ddnet.org/wiki/Mapping https://wiki.ddnet.org/wiki/Mapping
== https://wiki.ddnet.org/wiki/Mapping/tr == https://wiki.ddnet.org/wiki/Mapping/tr
Could not resolve connect address '%s'. See local console for details.
== '%s' Bağlantı adresi çözümlenemedi. Detaylar için yerel konsola bakın
Connect address error
== Bağlantı adresi hatası
Could not connect dummy
== Dummy bağlanamadı
Dummy is not allowed on this server
== Bu sunucuda dummy izin verilmiyor
Please wait…
== Lütfen bekleyin…
Show client IDs (scoreboard, chat, spectator)
== İstemci ID'sini göster (skor tablosu, sohbet, izleyici)
Normal:
== Normal:
Team:
== Takım:
Dummy settings
== Dummy ayarları
Toggle to edit your dummy settings
== Dummy ayarlarını düzenlemek için açın
Randomize
== Rastgele
Are you sure that you want to delete '%s'?
== '%s' bunu silmek istediğine emin misin?
Delete skin
== Skini sil
Basic
== Basit
Custom
== Özel
Unable to delete skin
== Skin silinemiyor
Customize
== Özelleştir

View file

@ -4,7 +4,6 @@
#modified by: #modified by:
# 404_not_found 2011-07-30 19:50:58 # 404_not_found 2011-07-30 19:50:58
# EGYT5453 (15.05.2024-04.06.2024) # EGYT5453 (15.05.2024-04.06.2024)
# veydzh3r (31.08.2024-01.09.2024)
##### /authors ##### ##### /authors #####
##### translated strings ##### ##### translated strings #####
@ -33,10 +32,10 @@
== ще %d… == ще %d…
%d player %d player
== Гравці: %d == Гравців: %d
%d players %d players
== Гравці: %d == Гравців: %d
[Demo player duration] [Demo player duration]
%d sec. %d sec.
@ -77,10 +76,10 @@
== Нових згадок: 9+ == Нових згадок: 9+
A demo with this name already exists A demo with this name already exists
== Демо з цією назвою уже існує == Демо з цією назвою вже існує
A folder with this name already exists A folder with this name already exists
== Тека з цією назвою уже існує == Тека з цією назвою вже існує
[Graphics error] [Graphics error]
A render command failed. Try to update your GPU drivers. A render command failed. Try to update your GPU drivers.
@ -121,7 +120,7 @@ AFR
== АФР == АФР
Aim bind Aim bind
== Привязка == Прив'язка
All All
== Усі == Усі
@ -166,9 +165,6 @@ AntiPing: predict weapons
Appearance Appearance
== Вигляд == Вигляд
Are you sure that you want to delete '%s'?
== Ви дійсно хочете видалити '%s'?
Are you sure that you want to delete the demo '%s'? Are you sure that you want to delete the demo '%s'?
== Ви дійсно хочете видалити демо '%s'? == Ви дійсно хочете видалити демо '%s'?
@ -176,13 +172,13 @@ Are you sure that you want to delete the folder '%s'?
== Ви дійсно хочете видалити теку '%s'? == Ви дійсно хочете видалити теку '%s'?
Are you sure that you want to disconnect? Are you sure that you want to disconnect?
== Ви дійсно хочете відєднатися? == Ви дійсно хочете від'єднатися?
Are you sure that you want to disconnect and switch to a different server? Are you sure that you want to disconnect and switch to a different server?
== Ви дійсно хочете відєднатися й приєднатися до іншого сервера? == Ви дійсно хочете від'єднатися й приєднатися до іншого сервера?
Are you sure that you want to disconnect your dummy? Are you sure that you want to disconnect your dummy?
== Ви дійсно хочете відєднати свого даммі? == Ви дійсно хочете від'єднати свого даммі?
Are you sure that you want to quit? Are you sure that you want to quit?
== Ви дійсно хочете вийти? == Ви дійсно хочете вийти?
@ -194,7 +190,7 @@ Are you sure that you want to remove the player '%s' from your friends list?
== Ви дійсно хочете прибрати гравця '%s' зі списку друзів? == Ви дійсно хочете прибрати гравця '%s' зі списку друзів?
Are you sure that you want to reset the controls to their defaults? Are you sure that you want to reset the controls to their defaults?
== Ви дійсно хочете скинути налаштування керувань до початкових значень? == Ви дійсно хочете скинути налаштування керування до значень за замовчуванням?
Are you sure that you want to restart? Are you sure that you want to restart?
== Ви дійсно хочете перезапустити? == Ви дійсно хочете перезапустити?
@ -212,7 +208,7 @@ AUS
== АВС == АВС
Authed name color in scoreboard Authed name color in scoreboard
== Колір авторизованих у таблиці == Колір авторизованих у таблі
Auto Auto
== Авто == Авто
@ -221,7 +217,7 @@ auto
== автоматично == автоматично
Automatically create statboard csv Automatically create statboard csv
== Автоматично зберігати статистику у файл CSV == Автоматично зберігати статистику у CSV-файл
Automatically record demos Automatically record demos
== Автоматично записувати демо == Автоматично записувати демо
@ -236,14 +232,11 @@ Axis
== Осі == Осі
Background Background
== Тло == Фон
Background music volume Background music volume
== Гучність фонової музики == Гучність фонової музики
Basic
== Базовий
Best Best
== НКом == НКом
@ -263,7 +256,7 @@ Call vote
== Голосувати == Голосувати
Can't find a Tutorial server Can't find a Tutorial server
== Не вдається знайти навчальний сервер == Не вдалося знайти сервер-посібник
Cancel Cancel
== Скасувати == Скасувати
@ -296,13 +289,13 @@ Check now
== Перевірити == Перевірити
Checking for existing player with your name Checking for existing player with your name
== Перевірка на наявність гравця з вашим ім’ям == Перевіряємо Ваш нікнейм на доступність
CHN CHN
== КИТ == КИТ
Choose default eyes when joining a server Choose default eyes when joining a server
== Типові очі під час приєднання до сервера == Очі, які відображатимуться за замовчуванням
Clan Clan
== Клан == Клан
@ -329,7 +322,7 @@ Close the demo player
== Закрити програвач демо == Закрити програвач демо
Colors of the hook collision line, in case of a possible collision with: Colors of the hook collision line, in case of a possible collision with:
== Кольори лінії зіткнення гака, в разі можливого зіткнення з: == Кольори лінії зіткнення гака, якщо він може зіштовхнутися з:
Communities Communities
== Спільноти == Спільноти
@ -337,29 +330,26 @@ Communities
Config directory Config directory
== Тека налаштувань == Тека налаштувань
Connect address error
== Помилка адреси з’єднання
Connect Dummy Connect Dummy
== Під’єднати даммі == Приєднати даммі
Connected Connected
== Під’єднано == Приєднано
Connecting dummy Connecting dummy
== Під’єднання даммі == Приєднуємо даммі
Connecting to Connecting to
== Під’єднання до == Приєднуємося до
Connection Problems… Connection Problems…
== Проблеми зі зєднанням… == Проблеми зі з'єднанням…
Console Console
== Консоль == Консоль
Continue anyway? Continue anyway?
== Усе одно продовжити? == Все одно продовжити?
Controller Controller
== Контролер == Контролер
@ -376,25 +366,19 @@ Converse
Copy info Copy info
== Скопіювати == Скопіювати
Could not connect dummy
== Не вдалося під’єднати даммі
[Graphics error] [Graphics error]
Could not initialize the given graphics backend, reverting to the default backend now. Could not initialize the given graphics backend, reverting to the default backend now.
== Не вдалося ініціалізувати заданий графічний рушій, повернення до тпового рушія. == Не вдалося ініціалізувати заданий графічний рушій, повертаємося до рушія за замовчуванням.
[Graphics error] [Graphics error]
Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card. Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.
== Не вдалося ініціалізувати заданий графічний рушій, імовірно, ви не встановили драйвери на вбудовану відеокарту. == Не вдалося ініціалізувати заданий графічний рушій, можливо тому що ви не встановили драйвери на вбудовану відеокарту.
Could not resolve connect address '%s'. See local console for details.
== Не вдалося визначити адресу з’єднання '%s'. Див. локальну консоль для подробиць.
Could not save downloaded map. Try manually deleting this file: %s Could not save downloaded map. Try manually deleting this file: %s
== Не вдалося зберегти завантажену мапу. Спробуйте самостійно видалити цей файл: %s == Не вдалося зберегти завантажену мапу. Спробуйте самостійно видалити цей файл: %s
Count players only Count players only
== Рахувати лише гравців == Рахувати тільки гравців
Countries Countries
== Країни == Країни
@ -411,15 +395,9 @@ Current
custom custom
== власний == власний
Custom
== Власний
Custom colors Custom colors
== Власні кольори == Власні кольори
Customize
== Налаштувати
Cut interval Cut interval
== Інтервал == Інтервал
@ -439,7 +417,7 @@ DDNet %s is out!
== Вийшов DDNet %s! == Вийшов DDNet %s!
DDNet Client needs to be restarted to complete update! DDNet Client needs to be restarted to complete update!
== Потрібно перезапустити клієнт DDNet для завершення оновлення! == Потрібно перезапустити клієнт DDNet, щоб завершити оновлення!
DDNet Client updated! DDNet Client updated!
== Клієнт DDNet оновлено! == Клієнт DDNet оновлено!
@ -448,22 +426,22 @@ DDRace HUD
== HUD DDRace == HUD DDRace
DDraceNetwork is a cooperative online game where the goal is for you and your group of tees to reach the finish line of the map. As a newcomer you should start on Novice servers, which host the easiest maps. Consider the ping to choose a server close to you. DDraceNetwork is a cooperative online game where the goal is for you and your group of tees to reach the finish line of the map. As a newcomer you should start on Novice servers, which host the easiest maps. Consider the ping to choose a server close to you.
== DDraceNetwork — кооперативна мережева гра, ціль якої — дістатися разом зі своєю групою тії до фінішної прямої. Новачкам варто почати із серверів «Для новачків» (Novice), на яких є найпростіші мапи. Зважайте на затримку, коли вибираєте сервер. == DDraceNetwork — кооперативна мережева гра, ціль якої — дістатися разом зі своєю групою тії до фінішної прямої. Новачкам варто почати із серверів "Для новачків" (Novice), на яких є найпростіші мапи. Зважайте на затримку, коли вибираєте сервер.
Deactivate Deactivate
== Деактивувати == Деактивувати
Deactivate all Deactivate all
== Деактивувати всіх == Деактивувати усіх
Deaths Deaths
== Смерті == С
Debug mode enabled. Press Ctrl+Shift+D to disable debug mode. Debug mode enabled. Press Ctrl+Shift+D to disable debug mode.
== Увімкнено режим налагодження. Натисніть Ctrl+Shift+D, щоб його вимкнути. == Увімкнено режим налагодження. Натисніть Ctrl+Shift+D, щоб його вимкнути.
default default
== типово == за замовчуванням
Default length Default length
== Звичайна тривалість == Звичайна тривалість
@ -480,9 +458,6 @@ Delete demo
Delete folder Delete folder
== Видалити теку == Видалити теку
Delete skin
== Видалити скін
Demo Demo
== Демо == Демо
@ -496,16 +471,16 @@ Demos directory
== Тека демо == Тека демо
Desktop fullscreen Desktop fullscreen
== Робочий стіл на весь екран == Стільничний повноекранний
Disconnect Disconnect
== Відєднатися == Від'єднатися
Disconnect Dummy Disconnect Dummy
== Відєднати даммі == Від'єднати даммі
Disconnected Disconnected
== Відєднано == Від'єднано
Discord Discord
== Discord == Discord
@ -523,10 +498,10 @@ Download skins
== Завантажувати скіни == Завантажувати скіни
Downloading %s: Downloading %s:
== Завантаження %s: == Завантажуємо %s:
Downloading map Downloading map
== Завантаження мапи == Завантажуємо мапу
Draw! Draw!
== Нічия! == Нічия!
@ -537,14 +512,8 @@ Dummy
Dummy copy Dummy copy
== Повторювати рухи == Повторювати рухи
Dummy is not allowed on this server
== Використання даммі заборонене на цьому сервері
Dummy settings
== Налаштування даммі
Dynamic Camera Dynamic Camera
== Динамічна камера == Рухома камера
Editor Editor
== Редактор == Редактор
@ -577,7 +546,7 @@ Enable regular chat sound
== Звук звичайного повідомлення == Звук звичайного повідомлення
Enable replays Enable replays
== Увімкнути повтори == Повтори
Enable server message sound Enable server message sound
== Звук повідомлення сервера == Звук повідомлення сервера
@ -589,13 +558,13 @@ Enter Password
== Введіть пароль == Введіть пароль
Enter Username Enter Username
== Введіть ім’я користувача == Введіть логін
Entities Entities
== Сутності == Сутності
Entities background color Entities background color
== Колір тла сутностей == Колір фону сутностей
Error Error
== Помилка == Помилка
@ -613,13 +582,13 @@ EUR
== ЄВР == ЄВР
Example of usage Example of usage
== Приклад використання == Наприклад
Exclude Exclude
== Виключити == Виключити
Existing Player Existing Player
== Гравець уже існує == Гравець вже існує
Export cut as a separate demo Export cut as a separate demo
== Експортувати фрагмент як окреме демо == Експортувати фрагмент як окреме демо
@ -682,7 +651,7 @@ Following
[Spectating] [Spectating]
Following %s Following %s
== Cпостерігання за %s == Слідуємо за %s
Force vote Force vote
== Форсувати == Форсувати
@ -712,7 +681,7 @@ FSAA samples
== Вибірка FSAA == Вибірка FSAA
Fullscreen Fullscreen
== На весь екран == Повноекранний
Game Game
== Гра == Гра
@ -739,13 +708,13 @@ Gameplay
== Ігролад == Ігролад
General General
== Загальні == Загальне
Getting game info Getting game info
== Отримання інформації про гру == Отримуємо інформацію про гру
Getting server list from master server Getting server list from master server
== Отримання списку серверів з головного сервера == Отримуємо список серверів з головного сервера
Ghost Ghost
== Привид == Привид
@ -757,7 +726,7 @@ Go back one marker
== Перемотати до попередньої мітки == Перемотати до попередньої мітки
Go back one tick Go back one tick
== Перемотати вперед на один такт == Перемотати вперед на один тік
Go back the specified duration Go back the specified duration
== Перемотати назад == Перемотати назад
@ -766,7 +735,7 @@ Go forward one marker
== Перемотати до наступної мітки == Перемотати до наступної мітки
Go forward one tick Go forward one tick
== Перемотати вперед на один такт == Перемотати назад на один тік
Go forward the specified duration Go forward the specified duration
== Перемотати вперед == Перемотати вперед
@ -832,31 +801,31 @@ HUD
== HUD == HUD
Hue Hue
== Відтінок == Тон
Indicate map finish Indicate map finish
== Позначати пройдені мапи == Позначати пройдені мапи
Info Messages Info Messages
== Інфо. повідомлення == Інфо-повідомлення
Ingame controller mode Ingame controller mode
== Режим контролера у грі == Режим контролера у грі
Ingame controller sens. Ingame controller sens.
== Чутливість у грі == Чутл. у грі
Ingame mouse sens. Ingame mouse sens.
== Чутливість у грі == Чутл. у грі
Initializing assets Initializing assets
== Ініціалізація текстур == Ініціалізуємо текстури
Initializing components Initializing components
== Ініціалізація компонентів == Ініціалізуємо компоненти
Initializing map logic Initializing map logic
== Ініціалізація логіки мапи == Ініціалізуємо логіку мапи
Internet Internet
== Інтернет == Інтернет
@ -865,7 +834,7 @@ Invalid Demo
== Недійсне демо == Недійсне демо
It's recommended that you check the settings to adjust them to your liking before joining a server. It's recommended that you check the settings to adjust them to your liking before joining a server.
== Перед тим, як приєднатися до сервера, рекомендуємо змінити налаштування до ваших уподобань. == Перед тим як приєднатися до сервера, рекомендуємо змінити налаштування до ваших уподобань.
Join blue Join blue
== До синіх == До синіх
@ -877,7 +846,7 @@ Join red
== До червоних == До червоних
Join Tutorial Server Join Tutorial Server
== Приєднатися до навчального сервера == Приєднатися до сервера-посібника
Jump Jump
== Стрибок == Стрибок
@ -916,52 +885,52 @@ Loading…
== Завантаження… == Завантаження…
Loading assets Loading assets
== Завантаження текстур == Завантажуємо текстури
Loading commands… Loading commands…
== Завантаження команд == Завантажуємо команди
Loading DDNet Client Loading DDNet Client
== Завантаження клієнта DDNet == Завантажуємо клієнт DDNet
Loading demo file from storage Loading demo file from storage
== Завантаження демо-файлу зі сховища == Завантажуємо демо-файл зі сховища
Loading demo files Loading demo files
== Завантаження демо-файлів == Завантажуємо демо-файли
Loading ghost files Loading ghost files
== Завантаження файлів привида == Завантажуємо файли привида
Loading map file from storage Loading map file from storage
== Завантаження файлу мапи зі сховища == Завантажуємо файл мапи зі сховища
Loading menu images Loading menu images
== Завантаження зображень меню == Завантажуємо зображення меню
Loading menu themes Loading menu themes
== Завантаження тем меню == Завантажуємо теми меню
Loading race demo files Loading race demo files
== Завантаження демо-файлів забігів == Завантажуємо демо-файли забігів
Loading skin files Loading skin files
== Завантаження файлів скінів == Завантажуємо файли скінів
Loading sound files Loading sound files
== Завантаження звукових файлів == Завантажуємо звукові файли
Lock team Lock team
== Замкнути команду == Замкнути команду
Locked Locked
== Замкнено == Заблоковано
Main menu Main menu
== Головне меню == Головне меню
Manual Manual
== Уручну == Вручну
Map Map
== Мапа == Мапа
@ -971,7 +940,7 @@ map not included
== мапу не включено == мапу не включено
Map sound volume Map sound volume
== Гучність звуків мапи == Гучність мапи
Mark the beginning of a cut (right click to reset) Mark the beginning of a cut (right click to reset)
== Позначити початок фрагмента (права кнопка миші, щоб скинути) == Позначити початок фрагмента (права кнопка миші, щоб скинути)
@ -986,13 +955,13 @@ Match %d of %d
== Збіг %d з %d == Збіг %d з %d
Max CSVs Max CSVs
== Макс. кількість файлів CSV == Найбільше CSV-файлів
Max demos Max demos
== Макс. кількість демо-файлів == Найбільше демо-файлів
Max Screenshots Max Screenshots
== Макс. кількість знімків екрана == Найбільше знімків екрана
may cause delay may cause delay
== може спричинити затримку == може спричинити затримку
@ -1016,7 +985,7 @@ Move left
== Вліво == Вліво
Move player to spectators Move player to spectators
== Зробити гравця глядачем == Зробити гравця спостерігачем
Move right Move right
== Вправо == Вправо
@ -1031,7 +1000,7 @@ Multi-View
== Мульти-камера == Мульти-камера
Mute when not active Mute when not active
== Приглушувати звук поза грою == Приглушувати, якщо вікно неактивне
NA NA
== ПНА == ПНА
@ -1052,7 +1021,7 @@ Netversion
== Версія == Версія
New name: New name:
== Нова назва: == Нова назва
New random timeout code New random timeout code
== Новий випадковий код тайм-ауту == Новий випадковий код тайм-ауту
@ -1064,16 +1033,16 @@ Next weapon
== Наст. зброя == Наст. зброя
Nickname Nickname
== Псевдонім == Нікнейм
No No
== Ні == Ні
No answer from server yet. No answer from server yet.
== Поки що немає відповіді від сервера. == Сервер ще не відповів.
No controller found. Plug in a controller. No controller found. Plug in a controller.
== Жодного контролера не знайдено. Під’єднайте контролер. == Жодного контролера не знайдено. Підключіть контролер.
No demo selected No demo selected
== Жодного демо не вибрано == Жодного демо не вибрано
@ -1102,9 +1071,6 @@ No updates available
None None
== Немає == Немає
Normal:
== Звичайний:
Normal Color Normal Color
== Колір звичайних повідомлень == Колір звичайних повідомлень
@ -1112,23 +1078,23 @@ Normal message
== Звичайні повідомлення == Звичайні повідомлення
NOT CONNECTED NOT CONNECTED
== НЕ ПІД’ЄДНАНО == НЕ ПРИЄДНАНО
Nothing hookable Nothing hookable
== нічим, за що можна зачепитися == нічим, за що можна зачепитися
[friends (server browser)] [friends (server browser)]
Offline (%d) Offline (%d)
== Не в мережі (%d) == Офлайн (%d)
Ok Ok
== Гаразд == Гаразд
Online clanmates (%d) Online clanmates (%d)
== Співклановці в мережі (%d) == Онлайн клановці (%d)
Online players (%d) Online players (%d)
== Гравці в мережі (%d) == Онлайн гравці (%d)
Only save improvements Only save improvements
== Зберігати лише покращення == Зберігати лише покращення
@ -1159,7 +1125,7 @@ Open the settings file
[Graphics error] [Graphics error]
Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution. Out of VRAM. Try removing custom assets (skins, entities, etc.), especially those with high resolution.
== Недостатньо відеопамяті. Спробуйте видалити власні текстури (скіни, сутності і т.д.), особливо ті, що мають високу роздільність. == Недостатньо відеопам'яті. Спробуйте видалити власні текстури (скіни, сутності і т.п.), особливо ті, що мають високу роздільну здатність.
Overlay entities Overlay entities
== Накладати сутності == Накладати сутності
@ -1168,7 +1134,7 @@ Parent Folder
== Батьківська тека == Батьківська тека
Particles Particles
== Частинки == Часточки
Pause Pause
== Пауза == Пауза
@ -1210,6 +1176,9 @@ Player country:
Player info change cooldown Player info change cooldown
== Затримка зміни інформації про гравця == Затримка зміни інформації про гравця
Player options
== Налаштування гравців
Players Players
== Гравці == Гравці
@ -1222,14 +1191,11 @@ Please enter your nickname below.
Please use a different filename Please use a different filename
== Будь ласка, назвіть файл по-іншому == Будь ласка, назвіть файл по-іншому
Please wait…
== Будь ласка, зачекайте…
Position: Position:
== Позиція: == Позиція:
Preparing demo playback Preparing demo playback
== Підготовлення відтворення демо == Підготовлюємо відтворення демо
Press a key… Press a key…
== Натисніть клавішу… == Натисніть клавішу…
@ -1244,7 +1210,7 @@ Quads are used for background decoration
== Квади використовуються для декорацій == Квади використовуються для декорацій
Quit Quit
== Вийти == Вихід
Quitting. Please wait… Quitting. Please wait…
== Вихід. Будь ласка, зачекайте… == Вихід. Будь ласка, зачекайте…
@ -1252,9 +1218,6 @@ Quitting. Please wait…
Race Race
== Забіг == Забіг
Randomize
== Навмання
Ratio Ratio
== У/С == У/С
@ -1262,7 +1225,7 @@ Reason:
== Причина: == Причина:
Reconnect in %d sec Reconnect in %d sec
== Повторне під’єднання за %dс == Переприєднання через %dс
Record demo Record demo
== Запис демо == Запис демо
@ -1277,12 +1240,15 @@ Refresh Rate
== Частота кадрів == Частота кадрів
Regular background color Regular background color
== Колір звичайного тла == Колір звичайного фону
[Ingame controller mode] [Ingame controller mode]
Relative Relative
== Відносний == Відносний
Reload
== Оновити
Remote console Remote console
== Віддалена консоль == Віддалена консоль
@ -1320,10 +1286,10 @@ Replay
== Повтор == Повтор
Replay feature is disabled! Replay feature is disabled!
== Повтори вимкнено! == Повтори відключено!
Requesting to join the game Requesting to join the game
== Запит на приєднання до гри == Запитуємо приєднання до гри
Reset Reset
== Скинути == Скинути
@ -1335,7 +1301,7 @@ Reset filter
== Скинути фільтр == Скинути фільтр
Reset to defaults Reset to defaults
== Скинути до типових == Скинути
Restart Restart
== Перезапустити == Перезапустити
@ -1362,7 +1328,7 @@ SA
== ПДА == ПДА
Same clan color in scoreboard Same clan color in scoreboard
== Колір співклановців у таблиці == Колір співклановців у таблі
Sat. Sat.
== Насич. == Насич.
@ -1374,7 +1340,7 @@ Save ghost
== Зберігати привида == Зберігати привида
Save power by lowering refresh rate (higher input latency) Save power by lowering refresh rate (higher input latency)
== Економити енергію шляхом зниження частоти кадрів (вища затримка введення) == Зберігати енергію зниженням частоти кадрів (вища затримка вводу)
Save the best demo of each race Save the best demo of each race
== Зберігати найкраще демо кожного забігу == Зберігати найкраще демо кожного забігу
@ -1389,7 +1355,7 @@ Score limit
== Гра до == Гра до
Scoreboard Scoreboard
== Таблиця == Табло
Screen Screen
== Екран == Екран
@ -1401,10 +1367,10 @@ Search
== Пошук == Пошук
Searching Searching
== Пошук == Шукаємо
Sending initial client info Sending initial client info
== Надсилання початкових даних клієнта == Надсилаємо початкові дані клієнта
Server address: Server address:
== Адреса сервера: == Адреса сервера:
@ -1425,7 +1391,7 @@ Server not full
== Неповний сервер == Неповний сервер
Set all to Rifle Set all to Rifle
== Установити так, як у гвинтівки == Встановити так, як у гвинтівки
Settings Settings
== Налаштування == Налаштування
@ -1451,8 +1417,8 @@ Show chat
Show clan above name plates Show clan above name plates
== Показувати клан над ніками == Показувати клан над ніками
Show client IDs (scoreboard, chat, spectator) Show client IDs in scoreboard
== Показувати ID клієнта (таблиця, чат, глядачі) == Показувати ID клієнта в таблі
Show DDNet map finishes in server browser Show DDNet map finishes in server browser
== Показувати пройдені мапи DDNet у браузері серверів == Показувати пройдені мапи DDNet у браузері серверів
@ -1464,7 +1430,7 @@ Show dummy actions
== Показувати дії з даммі == Показувати дії з даммі
Show entities Show entities
== Показ сутностей == Сутності
Show finish messages Show finish messages
== Показувати повідомлення про фініші == Показувати повідомлення про фініші
@ -1473,7 +1439,7 @@ Show freeze bars
== Показувати смугу заморозки == Показувати смугу заморозки
Show friend mark (♥) in name plates Show friend mark (♥) in name plates
== Показувати позначку друга (♥) біля псевдонімів == Показувати позначку друга (♥) біля ніків
Show friends only Show friends only
== Показувати лише з друзями == Показувати лише з друзями
@ -1482,10 +1448,10 @@ Show ghost
== Показувати привида == Показувати привида
Show health, shields and ammo Show health, shields and ammo
== Показувати здоров’я, захист і набої == Показувати здоров'я, щити й набої
Show hook strength icon indicator Show hook strength icon indicator
== Показувати іконку індикатора сили гака == Показувати графічний індикатор сили гака
Show hook strength number indicator Show hook strength number indicator
== Показувати числовий індикатор сили гака == Показувати числовий індикатор сили гака
@ -1509,10 +1475,10 @@ Show local time always
== Завжди показувати місцевий час == Завжди показувати місцевий час
Show name plates Show name plates
== Показувати псевдоніми == Показувати ніки
Show names in chat in team colors Show names in chat in team colors
== Показувати імена в чаті в кольорах команди == Фарбувати ніки в чаті в кольори команд
Show only chat messages from friends Show only chat messages from friends
== Показувати лише повідомлення від друзів == Показувати лише повідомлення від друзів
@ -1551,7 +1517,7 @@ Show text entities
== Текстові сутності == Текстові сутності
Show tiles layers from BG map Show tiles layers from BG map
== Показувати плитки з мапи фону == Показувати тайли з мапи фону
Show quads Show quads
== Показувати квади == Показувати квади
@ -1581,13 +1547,13 @@ Slow down the demo
== Сповільнити == Сповільнити
Smooth Dynamic Camera Smooth Dynamic Camera
== Гладка динамічна камера == Гладка рухома камера
Some map images could not be loaded. Check the local console for details. Some map images could not be loaded. Check the local console for details.
== Деякі зображення мапи не завантажилися. Див. локальну консоль для подробиць. == Деякі зображення мапи не завантажилися. Деталі у локальній консолі.
Some map sounds could not be loaded. Check the local console for details. Some map sounds could not be loaded. Check the local console for details.
== Деякі звуки мапи не завантажилися. Див. локальну консоль для подробиць. == Деякі звуки мапи не завантажилися. Деталі у локальній консолі.
Something hookable Something hookable
== чимось, за що можна зачепитися == чимось, за що можна зачепитися
@ -1611,10 +1577,10 @@ Spectate previous
== Попер. гравець == Попер. гравець
Spectator mode Spectator mode
== Режим глядача == Режим спостерігача
Spectators Spectators
== Глядачі == Спостерігачі
Speed Speed
== Швидкість == Швидкість
@ -1666,7 +1632,7 @@ Switch weapon on pickup
== Змінювати зброю при підхопленні == Змінювати зброю при підхопленні
Switch weapon when out of ammo Switch weapon when out of ammo
== Змінювати зброю при закінченні набоїв == Змінювати зброю коли закінчуються набої
System message System message
== Повідомлення системи == Повідомлення системи
@ -1674,9 +1640,6 @@ System message
Team Team
== Команда == Команда
Team:
== Командний:
Team %d Team %d
== Команда %d == Команда %d
@ -1732,10 +1695,7 @@ Toggle ghost
== Привид == Привид
Toggle keyboard shortcuts Toggle keyboard shortcuts
== Перемкнути сполучення == Перемкнути скорочення
Toggle to edit your dummy settings
== Перемкніть, щоб змінити налаштування даммі
transmits your player name to info.ddnet.org transmits your player name to info.ddnet.org
== передає ваш нікнейм до info.ddnet.org == передає ваш нікнейм до info.ddnet.org
@ -1747,7 +1707,7 @@ Try again
== Спробувати ще раз == Спробувати ще раз
Trying to determine UDP connectivity… Trying to determine UDP connectivity…
== Спроба визначити UDP-з’єднання… == Намагаємося визначити UDP-з'єднання…
Tutorial Tutorial
== Посібник == Посібник
@ -1768,13 +1728,10 @@ UI Color
== Колір інтерфейсу == Колір інтерфейсу
UI controller sens. UI controller sens.
== Чутл. в інтерфейсі == Чутл. у інтерфейсі
UI mouse sens. UI mouse sens.
== Чутл. в інтерфейсі == Чутл. у інтерфейсі
Unable to delete skin
== Не вдалося видалити скін
Unable to delete the demo '%s' Unable to delete the demo '%s'
== Не вдалося видалити демо '%s' == Не вдалося видалити демо '%s'
@ -1799,25 +1756,25 @@ Unregister protocol and file extensions
== Розреєструвати протокол і розширення файлів == Розреєструвати протокол і розширення файлів
Update failed! Check log… Update failed! Check log…
== Помилка оновлення! Перевірте журнал… == Оновлення не вдалося! Перевірте журнал…
Update now Update now
== Оновити == Оновити
Updating… Updating…
== Оновлення == Оновлюємо
Uploading map data to GPU Uploading map data to GPU
== Вивантаження даних мапи до відеокарти == Вивантажуємо дані мапи до відеокарти
Use current map as background Use current map as background
== Використовувати поточну мапу як тло == Використовувати поточну мапу як фон
Use high DPI Use high DPI
== Високий DPI == Високий DPI
Use k key to kill (restart), q to pause and watch other players. See settings for other key binds. Use k key to kill (restart), q to pause and watch other players. See settings for other key binds.
== Натисніть «k», щоб умерти (почати спочатку), «q», щоб спостерігати за іншими гравцями. Інші призначення клавіш дивіться у налаштуваннях. == Натисніть "k", щоб умерти (почати спочатку), "q", щоб спостерігати за іншими гравцями. Інші скорочення дивіться у налаштуваннях.
Use old chat style Use old chat style
== Старий стиль чату == Старий стиль чату
@ -1841,7 +1798,7 @@ Video name:
== Назва відео: == Назва відео:
Video was saved to '%s' Video was saved to '%s'
== Відео збережено до '%s' == Відео було збережено до '%s'
Videos directory Videos directory
== Тека відео == Тека відео
@ -1886,13 +1843,13 @@ Why are you slowmo replaying to read this?
== Чому ви переглядаєте це у повторі? == Чому ви переглядаєте це у повторі?
Windowed Windowed
== У вікні == Віконний
Windowed borderless Windowed borderless
== Вікно без рамок == Віконний без рамок
Windowed fullscreen Windowed fullscreen
== Вікно на весь екран == Віконний повноекранний
Yes Yes
== Так == Так
@ -1901,10 +1858,10 @@ Your movements are not taken into account when calculating the line colors
== Ваші рухи не враховуються при розранку кольору лінії == Ваші рухи не враховуються при розранку кольору лінії
You must restart the game for all settings to take effect. You must restart the game for all settings to take effect.
== Щоб налаштування набули чинності, перезапустіть гру. == Щоб налаштування набрали чинності, перезапустіть гру.
Your nickname '%s' is already used (%d points). Do you still want to use it? Your nickname '%s' is already used (%d points). Do you still want to use it?
== Ваш псевдонім «%s» вже зайнято (%d балів). Усе ще хочете використовувати його? == Нікнейм '%s' вже зайнято (%d балів). Все ще хочете використовувати його?
Your skin Your skin
== Ваш скін == Ваш скін

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View file

@ -1,38 +0,0 @@
{"skin": {
"body": {
"filename": "beaver",
"custom_colors": "true",
"hue": 19,
"sat": 105,
"lgt": 85
},
"marking": {
"filename": "twinbelly",
"custom_colors": "true",
"hue": 32,
"sat": 59,
"lgt": 209,
"alp": 198
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 17,
"sat": 129,
"lgt": 38
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 23,
"sat": 202,
"lgt": 45
}}
}

View file

@ -1,40 +0,0 @@
{
"skin": {
"body": {
"filename": "kitty",
"custom_colors": true,
"hue": 132,
"sat": 118,
"lgt": 184
},
"marking": {
"filename": "whisker",
"custom_colors": true,
"hue": 130,
"sat": 109,
"lgt": 219,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": true,
"hue": 120,
"sat": 82,
"lgt": 235
},
"feet": {
"filename": "standard",
"custom_colors": true,
"hue": 135,
"sat": 82,
"lgt": 233
},
"eyes": {
"filename": "negative",
"custom_colors": true,
"hue": 137,
"sat": 255,
"lgt": 0
}
}
}

View file

@ -1,31 +0,0 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 155,
"sat": 116,
"lgt": 122
},
"marking": {
"filename": "stripes",
"custom_colors": "false"
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 11,
"sat": 117,
"lgt": 0
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,39 +0,0 @@
{"skin": {
"body": {
"filename": "bear",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"marking": {
"filename": "bear",
"custom_colors": "true",
"hue": 17,
"sat": 110,
"lgt": 168,
"alp": 255
},
"decoration": {
"filename": "hair",
"custom_colors": "false"
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 17,
"sat": 129,
"lgt": 38
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

View file

@ -1,38 +0,0 @@
{"skin": {
"body": {
"filename": "raccoon",
"custom_colors": "true",
"hue": 150,
"sat": 16,
"lgt": 29
},
"marking": {
"filename": "setisu",
"custom_colors": "true",
"hue": 34,
"sat": 183,
"lgt": 220,
"alp": 96
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 138,
"lgt": 158
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 28,
"sat": 103,
"lgt": 143
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 28,
"sat": 107,
"lgt": 54
}}
}

View file

@ -1,35 +0,0 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 81,
"sat": 101,
"lgt": 70
},
"marking": {
"filename": "cammo2",
"custom_colors": "true",
"hue": 76,
"sat": 97,
"lgt": 45,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 11,
"sat": 117,
"lgt": 0
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

View file

@ -1,35 +0,0 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 81,
"sat": 101,
"lgt": 70
},
"marking": {
"filename": "cammostripes",
"custom_colors": "true",
"hue": 29,
"sat": 142,
"lgt": 0,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 11,
"sat": 117,
"lgt": 0
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

View file

@ -1,38 +0,0 @@
{"skin": {
"body": {
"filename": "bat",
"custom_colors": "true",
"hue": 16,
"sat": 167,
"lgt": 185
},
"marking": {
"filename": "belly2",
"custom_colors": "true",
"hue": 10,
"sat": 39,
"lgt": 45,
"alp": 152
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 10,
"sat": 45,
"lgt": 72
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 14,
"sat": 123,
"lgt": 156
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 8,
"sat": 112,
"lgt": 47
}}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,27 +0,0 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 111,
"lgt": 116
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 117,
"lgt": 158
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 28,
"sat": 135,
"lgt": 62
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,38 +0,0 @@
{"skin": {
"body": {
"filename": "force",
"custom_colors": "true",
"hue": 24,
"sat": 19,
"lgt": 52
},
"marking": {
"filename": "wildpaint",
"custom_colors": "true",
"hue": 30,
"sat": 54,
"lgt": 3,
"alp": 54
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 0,
"lgt": 63
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 28,
"sat": 0,
"lgt": 0
},
"eyes": {
"filename": "standard",
"custom_colors": "true",
"hue": 0,
"sat": 0,
"lgt": 0
}}
}

View file

@ -1,38 +0,0 @@
{"skin": {
"body": {
"filename": "fox",
"custom_colors": "true",
"hue": 16,
"sat": 210,
"lgt": 107
},
"marking": {
"filename": "fox",
"custom_colors": "true",
"hue": 16,
"sat": 255,
"lgt": 242,
"alp": 227
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 180,
"lgt": 99
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 210,
"lgt": 114
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 21,
"sat": 255,
"lgt": 96
}}
}

View file

@ -1,29 +0,0 @@
{"skin": {
"body": {
"filename": "greensward",
"custom_colors": "true",
"hue": 85,
"sat": 255,
"lgt": 0
},
"marking": {
"filename": "duodonny",
"custom_colors": "true",
"hue": 85,
"sat": 255,
"lgt": 20,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "false"
},
"feet": {
"filename": "standard",
"custom_colors": "false"
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

View file

@ -1,38 +0,0 @@
{"skin": {
"body": {
"filename": "raccoon",
"custom_colors": "true",
"hue": 14,
"sat": 0,
"lgt": 147
},
"marking": {
"filename": "coonfluff",
"custom_colors": "true",
"hue": 23,
"sat": 0,
"lgt": 105,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 0,
"lgt": 171
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 19,
"sat": 0,
"lgt": 152
},
"eyes": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 143,
"lgt": 50
}}
}

View file

@ -1,38 +0,0 @@
{"skin": {
"body": {
"filename": "fox",
"custom_colors": "true",
"hue": 16,
"sat": 10,
"lgt": 67
},
"marking": {
"filename": "cammostripes",
"custom_colors": "true",
"hue": 23,
"sat": 21,
"lgt": 191,
"alp": 32
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 156,
"sat": 28,
"lgt": 19
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 32,
"sat": 12,
"lgt": 56
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 28,
"sat": 90,
"lgt": 65
}}
}

Some files were not shown because too many files have changed in this diff Show more