fix(group-plans): tokenize and update ad text
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
<group-plan-creation-modal />
|
<group-plan-creation-modal />
|
||||||
<div>
|
<div>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1 class="text-center">
|
<h1 v-once class="text-center">
|
||||||
Need more for your Group?
|
{{ $t('groupPlanTitle') }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-8 offset-2 text-center">
|
<div class="col-8 offset-2 text-center">
|
||||||
<h2 class="sub-text">
|
<h2 v-once class="sub-text">
|
||||||
{{ $t('groupBenefitsDescription') }}
|
{{ $t('groupBenefitsDescription') }}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
src="~@/assets/images/group-plans/group-14@3x.png"
|
src="~@/assets/images/group-plans/group-14@3x.png"
|
||||||
>
|
>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>{{ $t('teamBasedTasks') }}</h2>
|
<h2 v-once> {{ $t('teamBasedTasks') }} </h2>
|
||||||
<p>Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!</p><!-- eslint-disable-line max-len -->
|
<p v-once> {{ $t('teamBasedTasksListDesc') }} </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
@@ -35,8 +35,8 @@
|
|||||||
src="~@/assets/images/group-plans/group-12@3x.png"
|
src="~@/assets/images/group-plans/group-12@3x.png"
|
||||||
>
|
>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>Group Management Controls</h2>
|
<h2 v-once> {{ $t('groupManagementControls') }} </h2>
|
||||||
<p>Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.</p><!-- eslint-disable-line max-len -->
|
<p v-once> {{ $t('groupManagementControlsDesc') }} </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
@@ -46,8 +46,8 @@
|
|||||||
src="~@/assets/images/group-plans/group-13@3x.png"
|
src="~@/assets/images/group-plans/group-13@3x.png"
|
||||||
>
|
>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>In-Game Benefits</h2>
|
<h2 v-once> {{ $t('inGameBenefits') }} </h2>
|
||||||
<p>Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.</p><!-- eslint-disable-line max-len -->
|
<p v-once> {{ $t('inGameBenefitsDesc') }} </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Squadron members git an exclusive Jackalope Steed, as well as full subscr'ption benefits, includin' special monthly equipment sets an' th' ability t' buy sapphires wit' gold.",
|
"inGameBenefitsDesc": "Squadron members git an exclusive Jackalope Steed, as well as full subscr'ption benefits, includin' special monthly equipment sets an' th' ability t' buy sapphires wit' gold.",
|
||||||
"inspireYourParty": "Inspire yer crew, gamify life togeth'r.",
|
"inspireYourParty": "Inspire yer crew, gamify life togeth'r.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
@@ -312,7 +312,7 @@
|
|||||||
"teamBasedTasksList": "Team-Based Task List",
|
"teamBasedTasksList": "Team-Based Task List",
|
||||||
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
"teamBasedTasksListDesc": "Set up an easily-viewed shared task list for the group. Assign tasks to your fellow group members, or let them claim their own tasks to make it clear what everyone is working on!",
|
||||||
"groupManagementControls": "Group Management Controls",
|
"groupManagementControls": "Group Management Controls",
|
||||||
"groupManagementControlsDesc": "Use task approvals to verify that a task that was really completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
"groupManagementControlsDesc": "View task status to verify that a task that was completed, add Group Managers to share responsibilities, and enjoy a private group chat for all team members.",
|
||||||
"inGameBenefits": "In-Game Benefits",
|
"inGameBenefits": "In-Game Benefits",
|
||||||
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
"inGameBenefitsDesc": "Group members get an exclusive Jackalope Mount, as well as full subscription benefits, including special monthly equipment sets and the ability to buy gems with gold.",
|
||||||
"inspireYourParty": "Inspire your party, gamify life together.",
|
"inspireYourParty": "Inspire your party, gamify life together.",
|
||||||
|
|||||||
Reference in New Issue
Block a user