habitica/website/common/locales/sco/tasks.json

132 lines
6.2 KiB
JSON
Raw Normal View History

{
"clearCompleted": "Delete Feenisht",
"clearCompletedDescription": "Completed To-Dos are deleted after 30 days for non-subscribers and 90 days for subscribers.",
"clearCompletedConfirm": "Are you sure you want to delete your completed To-Dos?",
"addMultipleTip": "<strong>Tip:</strong> To add multiple <%= taskType %>, separate each one using a line break (Shift + Enter) and then press \"Enter.\"",
"addATask": "Add a <%= type %>",
"editATask": "Edit a <%= type %>",
"createTask": "Create <%= type %>",
"addTaskToUser": "Add Task",
"scheduled": "Scheduled",
"theseAreYourTasks": "These are your <%= taskType %>",
"habit": "Habit",
"habits": "Habits",
"habitsDesc": "Habits don't have a rigid schedule. You can check them off multiple times per day.",
"positive": "Positive",
"negative": "Negative",
"yellowred": "Waik",
"greenblue": "Strang",
"edit": "Eedit",
"save": "Hain",
"addChecklist": "Add Chacklist",
"checklist": "Chacklist",
"newChecklistItem": "New checklist item",
"expandChecklist": "Expand Checklist",
"collapseChecklist": "Collapse Checklist",
"text": "Teetle",
"notes": "Notes",
"advancedSettings": "Advanced Settings",
"difficulty": "Difficulty",
"difficultyHelp": "Difficulty describes how challenging a Habit, Daily, or To-Do is for you to complete. A higher difficulty results in greater rewards when a Task is completed, but also greater damage when a Daily is missed or a negative Habit is clicked.",
"trivial": "Fouterie",
"easy": "Easy",
"medium": "Medium",
"hard": "Hard",
"attributes": "Stats",
"progress": "Progress",
"daily": "Daily",
"dailies": "Dailies",
"dailysDesc": "Dailies repeat on a regular basis. Choose the schedule that works best for you!",
"streakCounter": "Streak Counter",
"repeat": "Repeat",
"repeats": "Repeats",
"repeatEvery": "Repeat Every",
"repeatOn": "Repeat On",
"day": "Day",
"days": "Days",
"restoreStreak": "Adjust Streak",
"resetStreak": "Reset Streak",
"todo": "To-Do",
"todos": "To-Dos",
"todosDesc": "To-Dos need to be completed once. Add checklists to your To-Dos to increase their value.",
"dueDate": "Due Date",
"remaining": "Active",
"complete": "Done",
"complete2": "Complete",
"today": "Today",
"dueIn": "Due <%= dueIn %>",
"due": "Due",
"notDue": "Not Due",
"grey": "Grey",
"score": "Score",
"reward": "Reward",
"rewards": "Rewards",
"rewardsDesc": "Rewards are a great way to use Habitica and complete your tasks. Try adding a few today!",
"gold": "Gold",
"silver": "Silver (100 silver = 1 gold)",
"price": "Price",
"tags": "Tags",
"editTags": "Edit",
"newTag": "New Tag",
"editTags2": "Edit Tags",
"toRequired": "You must supply a \"to\" property",
"startDate": "Start Date",
"streaks": "Streak Achievements",
"streakName": "<%= count %> Streak Achievements",
"streakText": "Has performed <%= count %> 21-day streaks on Dailies",
"streakSingular": "Streaker",
"streakSingularText": "Has performed a 21-day streak on a Daily",
"perfectName": "<%= count %> Perfect Days",
"perfectText": "Completed all active Dailies on <%= count %> days. With this achievement you get a +level/2 buff to all Stats for the next day. Levels greater than 100 don't have any additional effects on buffs.",
"perfectSingular": "Perfect Day",
"perfectSingularText": "Completed all active Dailies in one day. With this achievement you get a +level/2 buff to all Stats for the next day. Levels greater than 100 don't have any additional effects on buffs.",
"fortifyName": "Fortify Potion",
"fortifyPop": "Return all tasks to neutral value (yellow color), and restore all lost Health.",
"fortify": "Fortify",
"fortifyComplete": "Fortify complete!",
"deleteTask": "Delete this Task",
"sureDelete": "Are you sure you want to delete this task?",
"streakCoins": "Streak Bonus!",
"taskToTop": "To top",
"taskToBottom": "To bottom",
"taskAliasAlreadyUsed": "Task alias already used on another task.",
"taskNotFound": "Task not found.",
"invalidTaskType": "Task type must be one of \"habit\", \"daily\", \"todo\", \"reward\".",
"invalidTasksType": "Task type must be one of \"habits\", \"dailys\", \"todos\", \"rewards\".",
"invalidTasksTypeExtra": "Task type must be one of \"habits\", \"dailys\", \"todos\", \"rewards\", \"completedTodos\".",
"cantDeleteChallengeTasks": "A task belonging to a challenge can't be deleted.",
"checklistOnlyDailyTodo": "Checklists are supported only on Dailies and To-Dos",
"checklistItemNotFound": "No checklist item was found with given id.",
"itemIdRequired": "\"itemId\" must be a valid UUID.",
"tagNotFound": "No tag item was found with given id.",
"tagIdRequired": "\"tagId\" must be a valid UUID corresponding to a tag belonging to the user.",
"positionRequired": "\"position\" is required and must be a number.",
"cantMoveCompletedTodo": "Can't move a completed todo.",
"directionUpDown": "\"direction\" is required and must be 'up' or 'down'.",
"alreadyTagged": "The task is already tagged with given tag.",
"taskRequiresApproval": "This task must be approved before you can complete it. Approval has already been requested",
"taskApprovalHasBeenRequested": "Approval has been requested",
"taskApprovalWasNotRequested": "Only a task waiting for approval can be marked as needing more work",
"approvals": "Approvals",
"approvalRequired": "Needs Approval",
"weekly": "Weekly",
"monthly": "Monthly",
"yearly": "Yearly",
"summary": "Summary",
"repeatsOn": "Repeats On",
"dayOfWeek": "Day of the Week",
"dayOfMonth": "Day of the Month",
"month": "Month",
"months": "Months",
"week": "Week",
"weeks": "Weeks",
"year": "Year",
"years": "Years",
"resets": "Resets",
"nextDue": "Next Due Dates",
"checkOffYesterDailies": "Check off any Dailies you did yesterday:",
"yesterDailiesCallToAction": "Start My New Day!",
"sessionOutdated": "Your session is outdated. Please refresh or sync.",
"errorTemporaryItem": "This item is temporary and cannot be pinned."
Removed unused I18N strings from the `tasks.json` file (related to issue #9957) (#12526) * Remove sureDeleteCompletedTodos * Remove lotOfToDos * Remove deleteToDosExplanation * Remove addsingle * Remove newHabit and newHabitBulk * Remove habitsDesc * Remove checklistText \bchecklistText\b - No Results * Remove expandChecklist * Remove extraNotes * Remove direction/Actions * Remove attributeAllocation and attributeAllocationHelp * Remove newDaily, newDailyBulk and dailysDesc * Remove repeatHelpTitle * Remove dailyRepeatHelpContent and weeklyRepeatHelpContent * Remove repeatDays and repeatDaysWeek * Remove newTodo \bnewTodo\b * Remove newTodoBulk and todosDesc * Remove dated * Remove rewardsDesc \brewardsDesc\b - No Results * Remove ingamerewards * Remove newReward and newRewardBulk * Remove clearTags, hideTags and showTags * Remove startDateHelpTitle and startDateHelp * Remove streakerAchievement * Remove fortifyText * Remove confirmFortify * Remove emptyTask * Remove dailiesRestingInInn * Remove habitHelp1, habitHelp2 and habitHelp3 * Remove newbieGuild * Remove dailyHelp1 to dailyHelp5 * Remove toDoHelp1 to toDoHelp4 * Remove rewardHelp1 to rewardHelp4 * Remove clickForHelp * Remove strengthExample, intelligenceExample, perceptionExample and constitutionExample * Remove counterPeriod, counterPeriodDay, counterPeriodWeek and counterPeriodMonth * Remove habitCounter, habitCounterUp and habitCounterDown * Remove repeatZero, repeatType, repeatTypeHelpTitle and repeatTypeHelp * Remove onDays * Remove groupTasksByChallenge * Remove taskNotes \btaskNotes\b - No Results * Remove monthlyRepeatHelpContent and yearlyRepeatHelpContent * Remove summaryStart * Remove yesterDailiesTitle, yesterDailiesOptionTitle and yesterDailiesDescription * Remove repeatDayError and searchTasks * Revert "Remove habitsDesc" This reverts commit a9d8f4089c526bc7e7d0fdc90b1b911d19dff9c2. * Revert "Remove todosDesc" * Revert "Remove dailysDesc" * Revert "Remove rewardsDesc" * Revert "Remove expandChecklist" This reverts commit 62f3bbea2dc8340018c01efdc7ffcf4c6b3d46ae. * Remove taskAlias, taskAliasPopover, taskAliasPlaceholder and taskAliasPopoverWarning > @paglias: "regarding the alias-related keys you can remove them" * Removed unused I18N strings from the `tasks.json` file in all other languages Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
2020-09-11 10:31:47 +00:00
}