update translations for class to have a placeholder

This commit is contained in:
Mark
2016-06-04 22:18:53 +02:00
parent cb899005b2
commit 28fbde86b3
4 changed files with 6 additions and 5 deletions
File diff suppressed because one or more lines are too long
@@ -6,7 +6,6 @@
</div>
<div class="character-name">
<input type="text" name="attr_character_name">
<div class="wrap-box-label" data-i18n="CHARACTER_NAME"></div>
</div>
</div>
@@ -14,7 +13,7 @@
<div class="wrap-box pad-md">
<div class="shaped-row">
<div class="col-70 pad-r-lg">
<input type="text" name="attr_class_and_level" readonly>
<input type="text" name="attr_class_and_level" data-i18n-placeholder="CLASS_AND_LEVEL_PLACEHOLDER" readonly>
<button type="roll" name="roll_shaped_class" class="wrapper-button" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Class & Level}} {{text_big=@{class_and_level}}}">
<div class="wrap-box-label" data-i18n="CLASS_AND_LEVEL"></div>
</button>
+2 -1
View File
@@ -76,6 +76,7 @@
"CHECK_BONUS": "Check bonus",
"CLASS": "Class",
"CLASS_AND_LEVEL": "Class & Level",
"CLASS_AND_LEVEL_PLACEHOLDER": "Generated after adding a class on the \"Character\" tab",
"CLASS_FEATURE_ACTION_SURGE": "Action Surge",
"CLASS_FEATURE_ACTION_SURGE_TEXT": "On your turn, you can take one additional action on top of your regular action and a possible bonus action.",
"CLASS_FEATURE_ARCANE_RECOVERY": "Arcane Recovery",
@@ -582,6 +583,6 @@
"UP_TO_8_HOURS": "up to 8 hours",
"UP_TO_12_HOURS": "up to 12 hours",
"UP_TO_24_HOURS": "up to 24 hours",
"INSTANTANEOUS_OR_1_HOUR": "Instantaneous or 1 hour"
"INSTANTANEOUS_OR_1_HOUR": "Instantaneous or 1 hour",
"SPECIAL": "Special"
}
+2 -1
View File
@@ -76,6 +76,7 @@
"CHECK_BONUS": "Check bonus",
"CLASS": "Class",
"CLASS_AND_LEVEL": "Class & Level",
"CLASS_AND_LEVEL_PLACEHOLDER": "Generated after adding a class on the \"Character\" tab",
"CLASS_FEATURE_ACTION_SURGE": "Action Surge",
"CLASS_FEATURE_ACTION_SURGE_TEXT": "On your turn, you can take one additional action on top of your regular action and a possible bonus action.",
"CLASS_FEATURE_ARCANE_RECOVERY": "Arcane Recovery",
@@ -582,6 +583,6 @@
"UP_TO_8_HOURS": "up to 8 hours",
"UP_TO_12_HOURS": "up to 12 hours",
"UP_TO_24_HOURS": "up to 24 hours",
"INSTANTANEOUS_OR_1_HOUR": "Instantaneous or 1 hour"
"INSTANTANEOUS_OR_1_HOUR": "Instantaneous or 1 hour",
"SPECIAL": "Special"
}