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

Fixed some typos in english translation #13

Merged
merged 3 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"controls": {
"main": "DnD 5 - Cheatsheet",
"combat": "Combat",
"range-combat": "Range Combat",
"move": "Déplacement",
"magic-item": "Magic item"
"range-combat": "Ranged Combat",
"move": "Movement",
"magic-item": "Magic Item"
},
"settings": {
"world": {
"controlButtons": {
"menu": {
"name": "Control buttons",
"label": "Configure control buttons",
"hint": "Change icon or compendium link of control buttons"
"name": "Control Buttons",
"label": "Configure Control Buttons",
"hint": "Change the icons or compendium links of the control buttons"
},
"windowTitle": "Control buttons settings",
"windowHelp": "You can drag and drop compendium to auto complete compendium entry",
"windowTitle": "Control Buttons Settings",
"windowHelp": "You can drag and drop compendiums to auto complete compendium entries",
"table": {
"name": "Name",
"title": "Title",
"icon": "Icon",
"compendium": "Compendium entry",
"compendium": "Compendium Entry",
"add": "Add"
}
}
},
"client": {
"enable": {
"name": "Display quick access buttons",
"hint": "Displays buttons in the control bar for quick access to compendium items."
"hint": "Displays the button in the control bar for quick access to the compendium items."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Nehorim",
"version": "INJECTED_BY_GITHUB_ACTION",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.9",
"compatibleCoreVersion": "9",
"system": "dnd5e",
"styles": ["./styles/dnd5-cheatsheet.css"],
"packs": [
Expand Down
6 changes: 3 additions & 3 deletions src/packs/dnd5-cheatsheet.db/Magic Item.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<h2>Identifier un objet magique</h2>
<h2>Identifying Magic Items</h2>

<ul class="dnd5cs-list">
<li class="dnd5cs-list-item-block">
Expand All @@ -12,11 +12,11 @@ <h2>Identifier un objet magique</h2>
Focus on one magic item during a short rest
</div>
<div class="dnd5cs-list-help">
While being in physical contact with the item. At the end of the reste,
While being in physical contact with the item. At the end of the short rest,
the character learns the item's properties, as well as how to use them.
</div>
<div class="dnd5cs-list-help">
Potions are exception; a little taste is enough to tell the taster what
Potions are an exception; a little taste is enough to tell the taster what
the potion does.
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/packs/dnd5-cheatsheet.db/Magic Item_fr.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<h2>Identify Magic Item</h2>
<h2>Identifier un objet magique</h2>

<ul class="dnd5cs-list">
<li class="dnd5cs-list-item-block">
Expand Down