New translations translation.json (Danish)

This commit is contained in:
wing-it
2021-02-17 21:33:05 -05:00
parent cdd47c2be2
commit dbc634cc23
+7 -1
View File
@@ -1,6 +1,7 @@
{
"sheet-roll-modifier-option": "Roll Modifier Option",
"sheet-roll-modifier-option": "Roll Modifier Option [Deprecated]",
"sheet-roll-modifier-option-desc": "Select the modifier option to use when clicking a dice roll icon on the character sheet.",
"sheet-roll-modifier-prompt": "Roll Modifier Prompt",
"sheet-chat-roll-display-option": "Chat Roll Display [Depracated]",
"sheet-chat-roll-dislpay-option-desc": "Select how rolls are display in chat window. <b>Private Skill Levels <em>deprecated</em></b> will default to private, since it doesn't work with rolltemplates.",
"sheet-chat-roll-types-dislpay-option-desc": "Select how rolls are display in chat window. Custom rolls requires an API script that can work with the roll template.",
@@ -931,6 +932,9 @@
"single-modifier-prompt-tooltip": "\n\t\t\t\t\t\t\tAsk for a bonus or penalty to be added to dice rolls.<br>\n\t\t\t\t\t\t\tThis will not affect damage rolls.\n\t\t\t\t\t\t",
"extended-modifier-prompt-label": "Extended Modifier Prompts",
"extended-modifier-prompt-tooltip": "\n\t\t\t\t\t\t\tInstead of a single modifier, rolls will ask for a series of modifiers,<br>\n\t\t\t\t\t\t\tto remind you about potential bonuses/penalties.<br>\n\t\t\t\t\t\t\tThis will not affect damage rolls.\n\t\t\t\t\t\t",
"no-prompt-label": "No Prompt",
"single-prompt-label": "Single Prompt",
"extended-prompt-label": "Extended Prompts",
"skill-modifier-tools-label": "Skill Modifier Tools",
"use-skill-modifier-tool-label": "Use Skill Modifier Tool",
"use-skill-modifier-tool-tooltip": "Displays a modifier text box, a button to open a tool to modify effective skill, and to check off Max skill of 9.",
@@ -952,6 +956,8 @@
"display-in-header-tooltip": "If checked, the options for <b>Public Rolls</b> and <b>Private Rolls</b> will be displayed to the right of the character name above the navigation tabs.",
"display-custom-in-header-label": "Display Custom Option in Header",
"display-custom-in-header-tooltip": "If checked, button name for <b>Custom Rolls</b> will be displayed to the right of the character name above the tabs.",
"display-modifier-in-header-label": "Display Roll Modifier Options in Header",
"display-modifier-in-header-tooltip": "If checked, the options for <b>No Modifier Prompt</b>, <b>Single Modifier Prompt</b> and <b>Extended Modifier Prompts</b> will be displayed to the right of the character name above the tabs.",
"button-label": "Button Name",
"macro-label": "Macro",
"macro-label-tooltip": "<b>NOTE:</b> In order to use this option, you will need an API script that can intercept the data for the roll and then send a message to the GM.<br /><br />For an example, see the <b>Blind Roll</b> API script, https://app.roll20.net/forum/permalink/5064809/",