heinrich5991
4e2ea97531
Fix a few inconsistencies in the French translation
2020-07-08 13:31:46 +02:00
heinrich5991
99d02b9a15
Revert "Update french 07/07/20"
...
This reverts commit 8d4658d112
.
2020-07-08 13:18:46 +02:00
FeaRZ
8d4658d112
Update french 07/07/20
...
Fixed some translations, and what was missing are already translated.
Fix 1: Line 244
Fix 2: Line 241
Fix 3: Line 265
Fix 4: Line 573
Fix 5: Line 585
Fix 6: Line 609
Fix 7: Line 867
Fix 8: Line 942
Fix 9: Line 1050
Fix 10: Line 1071
Fix 11: Line 1209
2020-07-07 17:40:04 -04:00
FeaRZ
133f92c66d
Update spanish 07/07/20
...
Little changes.
Fix1: Line 866 (V instead of v)
Fix2: Line 869 (O instead of o)
Fix3: Line 1190 (Agarrar)
Fix4: Line 423 ("Apariencia" instead of HUD)
Fix5: Line 252 ("Mensaje del día" instead of MOTD)
2020-07-07 12:10:05 -04:00
FeaRZ
8940b81777
Update polish 07/07/20
...
Fix1: Finished the last two missing translations.
Fix2: Fixed 1 empty translation.
2020-07-07 11:18:52 -04:00
Edgar
7c984b5c0c
Update catalan translation
2020-07-07 10:58:55 +02:00
def
c6a0698805
Add Russian translations by barsik
2020-07-07 09:11:43 +02:00
def
6fce212545
Fix typo in spanish translation
2020-07-07 09:05:13 +02:00
FeaRZ
d16b46b496
Finished what was left to translate in Spanish
...
Translated from line 658 to line 1199. Finished what was left to translate in Spanish.
2020-07-06 23:25:03 -04:00
def
9093e9aca5
Fix polish translation typo (by TortiLeq)
2020-07-05 23:56:05 +02:00
def
a451b08e11
Fix hungarian translation typo (by Cellegen)
2020-07-05 23:54:53 +02:00
heinrich5991
6ff3167a6a
Add translations by Jeroen and gigi7187
2020-07-03 00:56:47 +02:00
3edcxzaq1
ab3bbc4337
Update Swedish translations
2020-07-01 11:42:49 +02:00
def
00673e53f4
Add hungarian translation by Cellegen ( fixes #2428 )
2020-06-30 21:43:39 +02:00
def
e8feba8afd
Lost some polish translations by TortiLeq, restore
2020-06-30 21:38:53 +02:00
def
73dcd08f5d
Update German translation
2020-06-30 21:38:15 +02:00
def
9a87068184
Regenerate language files
2020-06-30 21:38:15 +02:00
def
7d1e67eb44
Fix first lines to start with #
2020-06-27 12:58:55 +02:00
def
3278002ac7
Remove comments in language files
2020-06-26 23:27:49 +02:00
def
a1f9222f50
Add German translation
2020-06-26 18:42:46 +02:00
def
d77bf206dc
Regenerate language files
2020-06-26 18:38:41 +02:00
def
2d6e56fec8
Translation fixes
...
- Code didn't work with newlines, get rid of them
- Some stylistic improvements
2020-06-26 18:34:50 +02:00
def
853d312436
Update polish translation by TortiLeq
2020-06-26 13:22:30 +02:00
sven
9d0bae9769
Fix unused translation
2020-06-26 02:49:35 +02:00
sven
d6ba7863c8
Update Swedish translations
2020-06-25 18:22:20 +02:00
Nyte_BK201
6d11aeec81
Add 14.0 Simplified-Chinese translation; Edit few translation errors
2020-06-25 07:17:13 +08:00
def
c64691db01
Update translation files
...
With:
for i in data/languages/*.txt; do scripts/languages/copy_fix.py $i $i.$$.tmp --delete-unused --append-missing && mv $i.$$.tmp $i; done
2020-06-21 01:18:42 +02:00
Rafael Fontenelle
9652ef46f1
Update brazilian_portuguese.txt
2019-12-18 02:51:47 -03:00
bors[bot]
9b8675b774
Merge #1991
...
1991: Translate the replay feature to german (+more) r=def- a=ChillerDragon
Co-authored-by: ChillerDragon <chillerdragon@gmail.com>
2019-12-16 13:41:33 +00:00
清歌
72ac1a2cc8
Add/Optimize some simplified Chinese translations
2019-12-16 19:55:35 +08:00
ChillerDragon
b36e010aed
Translate the replay feature to german (+more)
2019-12-13 16:37:55 +01:00
Dennis Felsing
0498df2508
Update localizations (Thanks to Cellegen for report)
...
- Remove duplicate laser entries
- Update menus_settings.cpp comment for scripts
- Update instructions for scripts
- Run script to get updated localizations
2019-12-02 09:09:01 +01:00
ChillerDragon
96c9b1ab73
Rename rifle to laser
...
This makes it easier to copy code from/to 0.7
23df3c609e
2019-11-22 15:37:18 +01:00
Rafael Fontenelle
55ae5e2376
Update Brazilian Portuguese translation
2019-04-06 16:54:34 -03:00
def
cc1ce8699b
Update language files
...
Is this the proper way?
for i in data/languages/*.txt; do scripts/languages/copy_fix.py $i $i.tmp --delete-unused --append-missing --delete-empty && mv $i.tmp $i; done
2019-04-06 15:19:07 +02:00
def
6701000931
Rename Score board to Scoreboard for consistency
2019-03-12 19:00:47 +01:00
def
9452851764
Update Hungarian translations (by Cellegen)
2018-12-24 11:03:21 +01:00
yangfl
6ead5e6f9c
Update Chinese translations
2018-10-07 20:49:30 +08:00
heinrich5991
3a8cc43e13
Move language scripts to scripts/
2018-07-25 00:34:02 +02:00
bors[bot]
861746a641
Merge #1185
...
1185: Port lang scripts to Python3 r=heinrich5991 a=rffontenelle
Scripts for managing translations are currently available for Python 2. DDNet already uses Python 3, so it make sense IMO to have these scripts using this version as well.
Co-authored-by: Rafael Fontenelle <rafaelff@gnome.org>
2018-07-06 12:14:46 +00:00
Rafael Fontenelle
85a15fe442
Port lang scripts to Python3
2018-07-06 08:39:08 -03:00
Rafael Fontenelle
7697f3072b
Update Brazilian Portuguese translation
2018-07-04 07:38:51 -03:00
Edgar
1a83968df2
remove warning
2018-07-04 09:22:21 +02:00
Edgar
3ca0bd4f69
Update catalan translation
2018-07-04 09:20:19 +02:00
Rafael Fontenelle
099e9faafe
Remove duplicated "please translate this" comment lines
2018-07-03 20:12:23 -03:00
Rafael Fontenelle
27a15d491a
Update translations
2018-07-03 20:00:31 -03:00
Rafael Fontenelle
b67d2247b9
Fix Simplified Chinese
...
The multiple occurrences of a key string was resulting in failure
when running analyze.py.
2018-07-03 19:53:21 -03:00
Dennis Felsing
bf772769ad
Update portuguese.txt (by Rockus)
2018-04-06 10:46:35 +02:00
Dennis Felsing
a01939a6f7
Update portuguese.txt (by Rockus)
2018-04-06 07:34:37 +02:00
David-U-Tang
db75df4d92
Change the wrong translation of Simplified Chinese
...
“Manual” here should be translated to “手动” or "手动录制" but not "手册"。
2018-04-03 17:42:07 +03:00
Ryozuki
1230f4e016
update catalan translation
2018-03-12 19:45:55 +01:00
Emir Marincic
4264652573
Fix UI break on portuguese
...
This very badly overflows, just "Information" should work fine in this context.
2018-02-22 22:03:20 +01:00
清歌
360e475d74
Change the wrong translation of Chinese
...
Countries should mean “国家” but not "次数"。
2018-02-04 19:03:53 +08:00
def
1e5985a4b3
Update portuguese translations by Rockus
2018-01-21 16:50:37 +01:00
Deeper
b095c0b864
Update russian.txt
2018-01-20 01:12:11 +03:00
def
ae0525a027
Update hungarian translation (by Cellegen)
2018-01-04 20:02:33 +01:00
Dennis Felsing
445b0de5ec
Update German translation (by Stitch626)
2017-11-07 08:01:14 +01:00
Wuzzy
0614c03db6
Update German translation (27 Oct 2017 UTC)
2017-10-31 14:52:44 +01:00
Dennis Felsing
648452ca60
Update hungarian.txt (by Cellegen)
2017-10-16 15:21:26 +02:00
Dennis Felsing
943decd627
Update hungarian.txt (by Cellegen)
2017-10-16 09:34:07 +02:00
def
a9b80e8c11
Update to Portuguese translations (by RockuS)
2017-09-21 21:55:58 +02:00
Rafael Fontenelle
c93189b61a
Update Brazilian Portuguese translation
2017-09-06 09:56:53 -03:00
Deeper
098c9101cc
Update russian.txt
...
Corrected errors in translation
2017-08-25 14:14:39 +03:00
Tom
549f95c741
update simplified chinese language file
2017-08-01 09:07:49 +08:00
def
a8b2bb599f
Update translations and translation scripts ( fixes #595 )
2017-07-09 09:09:14 +02:00
def
465b61fe92
Use Taiwanese flag for Traditional Chinese
2016-12-16 21:34:21 +01:00
Dennis Felsing
45ccf033ad
Fix german language file a bit
2016-11-15 13:53:46 +01:00
Dennis Felsing
2de9f9c279
Merge pull request #571 from PathosEthosLogos/patch-1
...
More Korean translations
2016-11-07 10:17:10 +01:00
BannZay
e67fc795a5
Russian localization update
2016-11-07 04:59:42 +02:00
Dennis Felsing
40da13695a
Add traditional_chinese to index
2016-11-04 08:33:29 +01:00
def
5074355591
Rename traditional_chinese language file, still missing in index
2016-11-03 22:19:57 +01:00
PathosEthosLogos
68a91f3c8d
More translations
2016-10-27 16:42:17 -05:00
Dennis Felsing
bfd54db3f5
Merge pull request #566 from timakro/pr_brazilian_portuguese_translation_update
...
Update Brazilian Portuguese translation, closes #564
2016-10-24 14:18:12 +02:00
Tim Schumacher
4f88ba3c34
Update Brazilian Portuguese translation by Rafael Fontenelle, closes #564
2016-10-24 14:14:00 +02:00
Elvis
79361053d4
Create traditional_chinese
...
Add Traditional Chinese language
2016-10-19 17:57:57 +08:00
Tim Schumacher
d7980b56f0
language scripts can handle windows linebreaks
2016-05-21 02:47:38 +02:00
Tim Schumacher
3eeccc6149
fix some language files
2016-05-21 02:47:25 +02:00
Tim Schumacher
1fa8b8b463
change DoNe to timakro in german.txt
2016-05-21 02:29:43 +02:00
Tim Schumacher
c0e3255540
update language scripts readme
2016-05-21 02:03:15 +02:00
def
7d63db2f44
fix permissions
2016-04-27 02:18:46 +02:00
def
5294a834a2
Add Persian language by OneShadow (not perfect yet)
2016-03-27 14:10:59 +02:00
heinrich5991
e8be975f5b
Merge pull request #417 from awaysoft/add_simplified_chinese_support
...
Add font support for chinese, japanese, korean.
2016-03-03 16:48:28 +01:00
Ryozuki
688d42fc93
improved more the catalan translation
2016-02-14 01:21:10 +01:00
Tom
96510284e3
Add font support for chinese, japanese, korean.
...
Added some character to DejaVuSans Font, so Language List can show CJK names.
Modify code to let ddnet choose DejavuWenQuanYiMicroHei when user choose CJK language, this font is merge from Dejavu and WenQuanYiMicroHei.
2016-02-06 00:13:57 +08:00
Tom
39ba4aef6c
Modify Simplified Chinese Language File
2016-02-05 22:52:57 +08:00
def
e0d61a4847
Fix Catalan translation file
2015-08-26 15:33:26 +02:00
def
e3f346adba
Fix flag for Catala language
2015-08-10 16:11:00 +02:00
def
e310af1501
Fix Catalan translation (by Ryozuki)
2015-08-10 15:40:37 +02:00
def
fb0a33846c
Add XCA and XEU flags
2015-08-07 18:53:18 +02:00
Tim Schumacher
02562ce3d0
fix stateboard headings which were to wide
2015-07-09 13:51:58 +02:00
timgame
4e33c394b9
improved german language
2015-06-30 18:57:39 +02:00
timgame
dec9985c6a
added language scripts
2015-06-30 18:57:25 +02:00
def
18846f868b
Fix Polish translation (by Lady Saavik)
2015-06-28 13:09:14 +02:00
def
c6d90c6705
Add Catalan translation (by Ryozuki)
2015-06-27 21:02:43 +02:00
savander
88f9c14048
Cleanup unused translate
2015-06-26 21:43:36 +02:00
savander
9a3ab61b9e
Added missing string
2015-06-26 20:48:56 +02:00
savander
813f2d41e6
Polish language support for DDnet
2015-06-26 20:43:49 +02:00
Rafael Ferreira
1212b7a882
Updated Brazilian Portuguese translation
...
Applies translations already updated by me in official Teeworlds translation, accessed in: https://github.com/teeworlds/teeworlds-translation/blob/master/brazilian_portuguese.json
2014-11-21 16:16:02 -02:00
def
83dd6ddf83
Add languages
2013-12-26 18:51:18 +01:00
def
3eaad43b6b
Merge remote-tracking branch 'upstream-teeworlds/0.6' into DDRace
...
Conflicts:
bam.lua
data/languages/index.txt
src/engine/server/server.cpp
src/engine/shared/network_server.cpp
src/game/client/components/chat.cpp
src/game/client/components/menus_settings.cpp
src/game/server/entities/character.cpp
src/game/server/gamecontext.cpp
src/game/version.h
2013-12-26 18:02:22 +01:00