Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRANSLATED Pixel Dungeon #23

Open
wants to merge 83 commits into
base: master
Choose a base branch
from
Open

Conversation

rodriformiga
Copy link

Changes were made to translate the game.
NOTE: This pull request will only be applied after watabou/PD-classes#1

Changes:

  1. Removal of strings throughout the source code;
  2. Creation of Strings of all source code in the file res/values/strings.xml. The tags of each string will have to name <Class Name>_<String Name>.
  3. Translation of all strings for Brazilian Portuguese
  4. Validation of all texts in the game in English(keep as current) and Portuguese(adjust syntax).
  5. Some improvements in the use of common variables
  6. The merge was done with version 1.7.2
  7. Validation, validation and more validations.
  8. The merge was done with version 1.7.5
  9. Translation of all strings for Spanish
  10. Second Quickslot status saved on global Settings
  11. Move on Death bug fixed
  12. Translation of all strings for French
  13. Language menu created
  14. Spanish & Polish chars created
  15. Translation of all strings for Polish
  16. The merge was done with version 1.9.1

Creating Procediementos for translation of the game
Creating Procediementos for translation of the game
Delete .settings Folder generated by Eclipse
Translation of all texts and information concerning the armor, on
Classes in "\Armor\" package
Translation of all texts and information concerning the armor, on
Classes in "\Armor\gliphs" package
Translation of all texts and information concerning the bags, on
Classes in "\items\bags" package
Translation of all texts and information concerning the Food, on
Classes in "\items\food" package
Translation of all texts and information concerning the keys, on
Classes in "\items\keys" package
Translation of all texts and information concerning the Potions, on
Classes in "\items\potions" package
Translation of all texts and information concerning the Quests, on
Classes in "\items\quest" package
Remove "Lint.xml" file generated by Eclipse
Translation of all texts and information concerning the Rings, on
Classes in "\items\rings" package
Translation of all texts and information concerning the Scrolls, on
Classes in "\items\scrolls" package

**Improve printing performance texts with Latin characters, such as
"çãáéíóú" among others, in Class PexelScene and PD-classes package
Translation of all texts and information concerning the Wands and Melee
Wepons, on
Classes in "\items\weapon" package
**Merge a 3ce26c2 commit from
watabou/pixel-dungeon to 1.7.2 version.
**Translation of all texts and information concerning the Missiles, on
Classes in "\weapon\missiles" package.
**(sorry, I should have separated the Changes of the Merge)
*** Some adjustments were made ​​in previously translated classes and
implemented the translation of some forgotten phrases (=P) ...
*** Creating a translation map(Translate-Map.txt), indicating which
packages still need to be translated.
***Sync strings.xml files
Some minor adjustments in the translations of some classes that were
incorrect were performed.
Translation of all texts and information concerning the
Blobs/Buffs/Mobs/NPCs, on Classes in "\actors" package's

Adjustments of some translations ... and text variables of resources!
Translation of all texts and information concerning the
Weapon Enchantsments, on Classes in "\weapon\enchantments" package's
Translation of all texts and information concerning the
Levels and Level Features, on Classes in "\levels\" package's
**small adjustments in the translations and classes
**Translate Status of buffs
** We created the special characters
"àáâäãèéêëìíîïòóôöõùúûüñçÀÁÂÄÃÈÉÊËÌÍÎÏÒÓÔÖÕÙÚÛÜÑǺ" in source files
"font3x.png", "font25x.png" and "font2x.png".
** In addition, some corrections were made in Brazilian translations
**Create the TRANSLATE.md file with instructions for translation into
other languages
@rodriformiga rodriformiga changed the title Translated Pixel Dungeon TRANSLATED Pixel Dungeon Nov 15, 2014
**Remove Thumbs.db
**Incorrect Strings removed
**Adjust translation of Plants, Rogue Hero, and more...
**Some adjusts in Armor Info.
**Param to return to Indefinite (used in english but not in Portuguese)
Created "Write here Translation Credits" area.
Merge with 1.7.5 version from Watabou(soon, new commit with the translations of new items)
Conflicts Solveds:
	AndroidManifest.xml
	res/values/strings.xml
	src/com/watabou/pixeldungeon/Badges.java
	src/com/watabou/pixeldungeon/Challenges.java
	src/com/watabou/pixeldungeon/Dungeon.java
	src/com/watabou/pixeldungeon/actors/Char.java
	src/com/watabou/pixeldungeon/actors/buffs/SnipersMark.java
	src/com/watabou/pixeldungeon/actors/hero/HeroClass.java
	src/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java
	src/com/watabou/pixeldungeon/actors/mobs/DM300.java
	src/com/watabou/pixeldungeon/actors/mobs/Goo.java
	src/com/watabou/pixeldungeon/actors/mobs/King.java
	src/com/watabou/pixeldungeon/actors/mobs/Mob.java
	src/com/watabou/pixeldungeon/actors/mobs/Tengu.java
	src/com/watabou/pixeldungeon/actors/mobs/Yog.java
	src/com/watabou/pixeldungeon/actors/mobs/npcs/Imp.java
	src/com/watabou/pixeldungeon/items/Item.java
	src/com/watabou/pixeldungeon/items/Stylus.java
	src/com/watabou/pixeldungeon/items/armor/Armor.java
	src/com/watabou/pixeldungeon/items/potions/Potion.java
	src/com/watabou/pixeldungeon/items/potions/PotionOfFrost.java
	src/com/watabou/pixeldungeon/items/potions/PotionOfLiquidFlame.java
	src/com/watabou/pixeldungeon/items/potions/PotionOfMight.java
	src/com/watabou/pixeldungeon/items/potions/PotionOfParalyticGas.java
	src/com/watabou/pixeldungeon/items/potions/PotionOfToxicGas.java
	src/com/watabou/pixeldungeon/items/rings/Ring.java
	src/com/watabou/pixeldungeon/items/scrolls/ScrollOfChallenge.java
	src/com/watabou/pixeldungeon/items/scrolls/ScrollOfEnchantment.java
	src/com/watabou/pixeldungeon/items/wands/Wand.java
	src/com/watabou/pixeldungeon/items/weapon/Weapon.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Piercing.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Swing.java
	src/com/watabou/pixeldungeon/items/weapon/missiles/Boomerang.java
	src/com/watabou/pixeldungeon/plants/Dreamweed.java
	src/com/watabou/pixeldungeon/scenes/RankingsScene.java
	src/com/watabou/pixeldungeon/scenes/StartScene.java
	src/com/watabou/pixeldungeon/sprites/ItemSprite.java
	src/com/watabou/pixeldungeon/windows/WndCatalogus.java
	src/com/watabou/pixeldungeon/windows/WndGame.java
	src/com/watabou/pixeldungeon/windows/WndImp.java
	src/com/watabou/pixeldungeon/windows/WndJournal.java
	src/com/watabou/pixeldungeon/windows/WndSettings.java
Translation of the new items created from version 1.7.2 to 1.7.5 version.
	Bee
	Mimic
	Viscosity Glyph
	Keyring
	Bomb
	Heap
	Honeypot
	Shock enchant
	Tempering enchant
Adjustments in some translations
Adjust Description Halls Levels
@rodriformiga
Copy link
Author

New translation for French🇫🇷 is now avaliable...
Enjoy:tokyo_tower:

Create a Language Selector Menu
Cleanup strings source
Full Polish Translation
Thanks to NYRDS & Łukasza Piętki to source
Created Polish Menu Language
Strings renamed (Wand_Woods and GoldenKey)
Some fixes
Add "¡¿" chars
Create Polish Fonts Chars (ĄĆĘŁŃŚŹŻąćęłńśźż)
-Standardize the language menu as naming each language
-Fix Polish Credits
Text wrapping in multiple lines, because when the image is larger than
2048px, problems occur in devices with small screen or Android with
version lower than 4.4.
Other fonts have already smaller than 2048px.
@rodriformiga
Copy link
Author

New translation for Polish is now avaliable...
Enjoy 🌐

Portuguese Fix
Conflicts:
	AndroidManifest.xml
	src/com/watabou/pixeldungeon/Journal.java
	src/com/watabou/pixeldungeon/ResultDescriptions.java
	src/com/watabou/pixeldungeon/actors/mobs/npcs/Blacksmith.java
	src/com/watabou/pixeldungeon/actors/mobs/npcs/Ghost.java
	src/com/watabou/pixeldungeon/actors/mobs/npcs/Wandmaker.java
	src/com/watabou/pixeldungeon/items/Bomb.java
	src/com/watabou/pixeldungeon/items/Item.java
	src/com/watabou/pixeldungeon/items/TomeOfMastery.java
	src/com/watabou/pixeldungeon/items/armor/Armor.java
	src/com/watabou/pixeldungeon/items/scrolls/ScrollOfChallenge.java
	src/com/watabou/pixeldungeon/items/scrolls/ScrollOfEnchantment.java
	src/com/watabou/pixeldungeon/items/wands/WandOfAvalanche.java
	src/com/watabou/pixeldungeon/items/wands/WandOfFlock.java
	src/com/watabou/pixeldungeon/items/wands/WandOfPoison.java
	src/com/watabou/pixeldungeon/items/wands/WandOfReach.java
	src/com/watabou/pixeldungeon/items/wands/WandOfSlowness.java
	src/com/watabou/pixeldungeon/items/weapon/Weapon.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Death.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Fire.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Horror.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Instability.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Leech.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Luck.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Paralysis.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Poison.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Shock.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Slow.java
	src/com/watabou/pixeldungeon/items/weapon/enchantments/Tempering.java
	src/com/watabou/pixeldungeon/items/weapon/melee/MeleeWeapon.java
	src/com/watabou/pixeldungeon/items/weapon/missiles/MissileWeapon.java
	src/com/watabou/pixeldungeon/levels/features/Sign.java
	src/com/watabou/pixeldungeon/scenes/BadgesScene.java
	src/com/watabou/pixeldungeon/ui/Toolbar.java
	src/com/watabou/pixeldungeon/windows/WndChooseWay.java
	src/com/watabou/pixeldungeon/windows/WndSadGhost.java
	src/com/watabou/pixeldungeon/windows/WndWandmaker.java
Translate and reorganize existing strings into Portuguese, Spanish,
French and Polish
Translate new items of the version 1.9.1
Several PT-BR text fixes
Spanish text Fixes
Clear the spaces, padronize and reorganize all string files.
English text fixes
Refresh Readme File and addtranslation instructions
Fix some strings length
Fix AboutScene text position
Prepare fonts & chars to Russian Translation
Full Russian Translation
Thanks to Mikhael Danilov
Fix Gamelog and Strings in Brazil and Russian
Polish text fixes
Full Chinese Translation (need more commits to work)
Prepare fonts & chars to German translation
Full German Translation
Thanks to Sarius and Baerlin
Some adjustments in the texts and phrases from all languages
Replace FloatMath(deprecated) to (float)Math
Fix font25x file on Russian Chars
Fix errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants