DinoDevs / GladiatusCrazyAddon

This was "A browser addon for the Gladiatus browser game."
https://gladiatus.dinodevs.com
GNU General Public License v3.0
41 stars 30 forks source link

More de_translation #385

Closed SleepingShadow-bit closed 2 years ago

SleepingShadow-bit commented 2 years ago
/*
    Missing translations for Deutsch (German) (de)
    Add these values in the existing file or
    translate them and send them at:
    https://github.com/DinoDevs/GladiatusCrazyAddon/issues/new?template=translation.md
*/

global : {
    gains_with_full_stats : "Gewinne mit vollen Statistiken:",
    base : "Basis",
    prefix : "Präfix",
    suffix : "Suffix"
}
training : {
    points_breakdown_block_short : "Block: +{{integer}}%",
    points_breakdown_critical_hit_short : "Kritische Trefferchance: +{{integer}}%",
    points_breakdown_double_hit_factor : "Doppelschlag Chance: {{number}}",
    points_breakdown_avoid_double_hit_factor : "Chance Doppelschlag zu vermeiden: {{number}}",
    points_breakdown_avoid_short : "Chance kritische Treffer zu vermeiden: +{{integer}}%"
}
settings : {
    category_global$show_mercenaries_real_name_and_combat_stats : "Zeige den echten Söldner Namen (Typ) und ihre Kampfstatistik im Tooltip",
    category_global$show_upgrade_values : "Zeige die Werte von Verbesserungen und Verstärkungen",
}

========

following property does not show it as "missing translation": Screenshot_5

--> "Points Breakdawn" to "Punkte Aufschlüsselung"

FrutyX commented 2 years ago

--> "Points Breakdawn" to "Punkte Aufschlüsselung"

Because it's already there, for some reason, and in english:

        // Training section
        training : {
            // Points analysis
            stats_points : "Trainingsstatistik",
            points_breakdown : "Points Breakdown",
SleepingShadow-bit commented 2 years ago

I haven't checked. Just looked at and translated the "missing translation" that GCA suggests :D