Continued %-symbol deletion.

This commit is contained in:
Zukero
2015-10-29 16:04:10 +01:00
parent ebbbf0ccfc
commit f4db713e63
12 changed files with 206 additions and 61 deletions

View File

@@ -147,12 +147,12 @@
<string name="levelup_buttontext">Level up</string>
<string name="levelup_add_health">体力の上昇 (+%1$d HP)</string>
<string name="levelup_add_health_description">最大HPが %1$d だけ上昇します。</string>
<string name="levelup_add_attackchance">命中率の向上 (+%1$d%%)</string>
<string name="levelup_add_attackchance_description">基礎命中率が %1$d%% だけ上昇します。</string>
<string name="levelup_add_attackchance">命中率の向上 (+%1$d)</string>
<string name="levelup_add_attackchance_description">基礎命中率が %1$d だけ上昇します。</string>
<string name="levelup_add_attackdamage">ダメージの強化 (+%1$d)</string>
<string name="levelup_add_attackdamage_description">基礎ダメージが %1$d だけ上昇します。</string>
<string name="levelup_add_blockchance">回避率の向上 (+%1$d%%)</string>
<string name="levelup_add_blockchance_description">基礎回避率が %1$d%% だけ上昇します。</string>
<string name="levelup_add_blockchance">回避率の向上 (+%1$d)</string>
<string name="levelup_add_blockchance_description">基礎回避率が %1$d だけ上昇します。</string>
<string name="dialog_rest_title">休憩</string>
<string name="dialog_rest_confirm_message">ここで休みますか?</string>
@@ -357,7 +357,7 @@
<string name="skill_longdescription_barter">スキル1レベルごとに、店でアイテムを買うときに割高にされる比率や、売るときに割安にされる比率を %1$d%% ずつ有利にします。</string>
<string name="skill_longdescription_dodge">スキル1レベルにつき、回避率を %1$d 向上させます。</string>
<string name="skill_longdescription_barkskin">スキル1レベルにつき、ダメージを %1$d ずつ軽減します。</string>
<string name="skill_longdescription_more_criticals">スキル1レベルにつき、装備によるクリティカルスキルを %1$d%% 増加させます。(クリティカルスキルの合計値に対する割合であり、この値がそのままクリティカル率に加算されるわけではありません。)</string>
<string name="skill_longdescription_more_criticals">スキル1レベルにつき、装備によるクリティカルスキルを %1$d%% 増加させます。</string>
<string name="skill_longdescription_better_criticals">スキル1レベルにつき、装備によるクリティカル倍率を %1$d%% 増加させます。</string>
<string name="skill_longdescription_speed">スキル1レベルにつき、行動値(AP)の最大値を %1$d ずつ増加させます。</string>
<string name="skill_longdescription_coinfinder">スキル1レベルにつき、モンスターがgoldを落とす確率を %1$d%%, モンスターが落とすgoldの量を %2$d%% 増加させます。(そのモンスターが落とすgoldの上限額は増加しません。)</string>