-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
rodriformiga
wants to merge
83
commits into
watabou:master
Choose a base branch
from
rodriformiga:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
**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
Fixed bug(watabou#14)
New translation for French🇫🇷 is now avaliable... |
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.
New translation for Polish is now avaliable... |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes were made to translate the game.
NOTE: This pull request will only be applied after watabou/PD-classes#1
Changes:
res/values/strings.xml
. The tags of each string will have to name<Class Name>_<String Name>
.