diff --git a/Dockerfile-Production b/Dockerfile-Production
index 98320a8fb1..d881667b24 100644
--- a/Dockerfile-Production
+++ b/Dockerfile-Production
@@ -17,7 +17,7 @@ RUN npm install -g gulp-cli mocha
# Clone Habitica repo and install dependencies
RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg
-RUN git clone --branch v4.42.3 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
+RUN git clone --branch v4.42.4 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN gulp build:prod --force
diff --git a/website/common/locales/bg/challenge.json b/website/common/locales/bg/challenge.json
index c4c26315db..0c33c92da7 100644
--- a/website/common/locales/bg/challenge.json
+++ b/website/common/locales/bg/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Беше победител в следните предизвикателства",
"challenges": "Предизвикателства",
"challengesLink": "Предизвикателства",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Все още няма предизвикателства. Посетете",
"toCreate": "за да създадете.",
"selectWinner": "Изберете победител и завършете предизвикателството:",
@@ -23,7 +25,9 @@
"filter": "Филтриране",
"groups": "Групи",
"noNone": "Нищо",
+ "category": "Category",
"membership": "Участие",
+ "ownership": "Ownership",
"participating": "Участвам",
"notParticipating": "Не участвам",
"either": "Без значение",
diff --git a/website/common/locales/bg/groups.json b/website/common/locales/bg/groups.json
index 23e85e30c4..dd18aa1d02 100644
--- a/website/common/locales/bg/groups.json
+++ b/website/common/locales/bg/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Задачи, чакащи одобрение",
"upgradeTitle": "Надграждане",
"blankApprovalsDescription": "Когато групата Ви завърши задача, която се нуждае от одобрение, тя ще се появи тук! Можете да зададете дали дадена задача се нуждае от одобрение в настройките ѝ при редактиране.",
- "userIsClamingTask": "`<%= username %> пое „<%= task %>“`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Заявено е одобрение",
"refreshApprovals": "Опресняване на одобренията",
"refreshGroupTasks": "Опресняване на груповите задачи",
@@ -366,9 +366,11 @@
"recentActivity": "Последна дейност",
"myGuilds": "Моите гилдии",
"guildsDiscovery": "Разглеждане на гилдиите",
+ "role": "Role",
"guildOrPartyLeader": "Водач",
"guildLeader": "Водач на гилдията",
"member": "Член",
+ "guildSize": "Guild Size",
"goldTier": "Златно ниво",
"silverTier": "Сребърно ниво",
"bronzeTier": "Бронзово ниво",
diff --git a/website/common/locales/bg/npc.json b/website/common/locales/bg/npc.json
index c575915b33..b1b58471df 100644
--- a/website/common/locales/bg/npc.json
+++ b/website/common/locales/bg/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Препоръчани предмети!",
"hideLocked": "Скриване на заключените",
"hidePinned": "Скриване на закачените",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> точки опит",
"amountGold": "<%= amount %> злато",
"namedHatchingPotion": "Излюпваща отвара с(ъс) <%= type %>",
diff --git a/website/common/locales/cs/challenge.json b/website/common/locales/cs/challenge.json
index 80dd9ffb3a..99c53bcbc1 100644
--- a/website/common/locales/cs/challenge.json
+++ b/website/common/locales/cs/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Stal se výhercem následujících výzev",
"challenges": "Výzvy",
"challengesLink": "Challenges",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Zatím nemáš žádné výzvy. Navštiv",
"toCreate": "abys nějakou vytvořil.",
"selectWinner": "Zvolit vítěze a zavřít výzvu:",
@@ -23,7 +25,9 @@
"filter": "Filtr",
"groups": "Skupiny",
"noNone": "Žádné",
+ "category": "Category",
"membership": "Členství",
+ "ownership": "Ownership",
"participating": "Účastní se",
"notParticipating": "Neúčastní se",
"either": "Obojí",
diff --git a/website/common/locales/cs/groups.json b/website/common/locales/cs/groups.json
index fb8930f31c..e046c75e0c 100644
--- a/website/common/locales/cs/groups.json
+++ b/website/common/locales/cs/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/cs/npc.json b/website/common/locales/cs/npc.json
index 1e7debd6d1..6b980811ff 100644
--- a/website/common/locales/cs/npc.json
+++ b/website/common/locales/cs/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Zmíněné předměty!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Zkušenost",
"amountGold": "<%= amount %> Zlato",
"namedHatchingPotion": "<%= type %> Líhnoucí lektvar",
diff --git a/website/common/locales/da/challenge.json b/website/common/locales/da/challenge.json
index 2ccf9b4452..0913d5f145 100644
--- a/website/common/locales/da/challenge.json
+++ b/website/common/locales/da/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Blev vinderen i de følgende udfordringer",
"challenges": "Udfordringer",
"challengesLink": "Udfordringer",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Ingen udfordringer endnu, besøg",
"toCreate": "for at oprette en.",
"selectWinner": "Vælg en vinder og luk udfordringen:",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Grupper",
"noNone": "Ingen",
+ "category": "Category",
"membership": "Medlemskab",
+ "ownership": "Ownership",
"participating": "Deltager",
"notParticipating": "Deltager ikke",
"either": "Begge",
diff --git a/website/common/locales/da/groups.json b/website/common/locales/da/groups.json
index 2542bcaac3..31075c5840 100644
--- a/website/common/locales/da/groups.json
+++ b/website/common/locales/da/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Opgradér",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> har gjort krav på \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Godkendelse anmodet",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/da/npc.json b/website/common/locales/da/npc.json
index 88baf92303..28aa11c899 100644
--- a/website/common/locales/da/npc.json
+++ b/website/common/locales/da/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/de/challenge.json b/website/common/locales/de/challenge.json
index 1f20be3f72..ea8379b6cb 100644
--- a/website/common/locales/de/challenge.json
+++ b/website/common/locales/de/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Hat die folgenden Wettbewerbe gewonnen",
"challenges": "Wettbewerbe",
"challengesLink": "Herausforderungen",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Keine Wettbewerbe gefunden, besuche",
"toCreate": "um einen Wettbewerb zu erstellen.",
"selectWinner": "Wähle einen Gewinner und beende den Wettbewerb.",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Gruppen",
"noNone": "Niemand",
+ "category": "Category",
"membership": "Mitgliedschaft",
+ "ownership": "Ownership",
"participating": "Teilnehmer",
"notParticipating": "Nicht Teilnehmer",
"either": "Beides",
diff --git a/website/common/locales/de/groups.json b/website/common/locales/de/groups.json
index 44d145a6c8..9406d633e9 100644
--- a/website/common/locales/de/groups.json
+++ b/website/common/locales/de/groups.json
@@ -150,12 +150,12 @@
"report": "Melden",
"abuseFlag": "Verletzung der Community-Richtlinien melden",
"abuseFlagModalHeading": "Melde einen Verstoß",
- "abuseFlagModalBody": "Are you sure you want to report this post? You should only report a post that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Inappropriately reporting a post is a violation of the Community Guidelines and may give you an infraction.",
+ "abuseFlagModalBody": "Möchtest Du diesen Beitrag wirklich melden? Du solltest ausschließlich Beiträge melden, die unsere <%= firstLinkStart %>Community-Richtlinien<%= linkEnd %> und/oder unsere <%= secondLinkStart %>Nutzungsbedingungen<%= linkEnd %> verletzen. Das ungerechtfertigte Melden von Beiträgen stellt eine Verletzung der Community-Richtlinien dar und kann geahndet werden.",
"abuseFlagModalButton": "Verstoß melden",
"abuseReported": "Danke, dass Du diesen Verstoß gemeldet hast. Die Moderatoren wurden benachrichtigt.",
"abuseAlreadyReported": "Du hast diese Nachricht bereits gemeldet.",
"whyReportingPost": "Wieso meldest Du diesen Post?",
- "whyReportingPostPlaceholder": "Please help our moderators by letting us know why you are reporting this post for a violation, e.g., spam, swearing, religious oaths, bigotry, slurs, adult topics, violence.",
+ "whyReportingPostPlaceholder": "Bitte hilf unseren Moderatoren und gib einen Grund an, warum Du diesen Beitrag als Verstoß gemeldet hast, z.B. Spam, Fluchen, Religiöse Schwüre, Intoleranz, Beleidigungen, Nicht jugendfreie Themen, Gewalt.",
"optional": "Wahlweise",
"needsText": "Bitte gib eine Nachricht ein.",
"needsTextPlaceholder": "Gib Deine Nachricht hier ein.",
@@ -167,7 +167,7 @@
"leaderOnlyChallenges": "Nur der Gruppenleiter kann Wettbewerbe erstellen",
"sendGift": "Geschenk schicken",
"inviteFriends": "Lade Freunde ein",
- "partyMembersInfo": "Your Party currently has <%= memberCount %> members and <%= invitationCount %> pending invitations. The limit of members in a Party is <%= limitMembers %>. Invitations above this limit cannot be sent.",
+ "partyMembersInfo": "Deine Gruppe hat aktuell <%= memberCount %> Mitglieder und <%= invitationCount %> ausstehende Einladungen. Die maximale Anzahl an Mitgliedern in einer Gruppe ist <%= limitMembers %>. Einladungen über diesem Limit können nicht verschickt werden.",
"inviteByEmail": "Lade per E-Mail ein",
"inviteByEmailExplanation": "Wenn Freunde über Deine E-Mail zu Habitica stoßen, werden sie automatisch zu Deiner Gruppe eingeladen!",
"inviteMembersHowTo": "Leute einladen: mit einer gültigen Email-Adresse oder der 36-stelligen Nutzer ID. Wenn eine Email-Adresse noch nicht registriert ist, laden wir diejenigen nach Habitica ein.",
@@ -201,12 +201,12 @@
"partyExplanation2": "Bekämpfe Monster und nimm an Wettbewerben teil!",
"partyExplanation3": "Lade jetzt Freunde ein und erhalte eine Questschriftrolle!",
"wantToStartParty": "Willst Du eine Gruppe gründen?",
- "exclusiveQuestScroll": "Inviting a friend to your Party will grant you an exclusive Quest Scroll to battle the Basi-List together!",
+ "exclusiveQuestScroll": "Wenn Du Freunde in Deine Gruppe einlädst, erhältst Du eine exklusive Questschriftrolle, mit der ihr gemeinsam den Basi-List bekämpfen könnt!",
"nameYourParty": "Gib Deiner neuen Gruppe einen Namen!",
"partyEmpty": "Du bist alleine in Deiner Gruppe. Lade Deine Freunde ein!",
"partyChatEmpty": "Dein Gruppenchat ist leer. Tippe eine Nachricht in die Box oben, um mit dem Chat zu beginnen.",
"guildChatEmpty": "Dieser Gildenchat ist leer. Gib eine Nachricht ein und beginne mit dem Chat.",
- "requestAcceptGuidelines": "If you would like to post messages in the Tavern or any Party or Guild chat, please first read our <%= linkStart %>Community Guidelines<%= linkEnd %> and then click the button below to indicate that you accept them.",
+ "requestAcceptGuidelines": "Wenn Du Nachrichten im Gasthaus oder in irgendeinem Gruppen- oder Gilden-Chat posten willst, lies bitte zuerst unsere <%= linkStart %>Community-Richtlinien<%= linkEnd %>. Klicke danach unten auf den Button, um sie zu akzeptieren.",
"partyUpName": "Party!",
"partyOnName": "Riesenparty!",
"partyUpText": "Du bist einer Gruppe mit einer anderen Person beigetreten! Ihr werdet zusammen Monster bekämpfen und euch unterstützen - viel Spaß dabei. ",
@@ -249,13 +249,13 @@
"confirmClaim": "Bist Du sicher, dass Du diese Aufgabe beanspruchen möchtest?",
"confirmUnClaim": "Bist Du sicher, dass Du diese Aufgabe abgeben möchtest?",
"confirmApproval": "Bist Du sicher, dass Du diese Aufgabe bestätigen möchtest?",
- "confirmNeedsWork": "Are you sure you want to mark this task as needing work?",
+ "confirmNeedsWork": "Bist Du sicher, dass Du diese Aufgabe auf \"Benötigt Arbeit\" setzen möchtest?",
"userRequestsApproval": "<%= userName %> beantragt eine Bestätigung",
"userCountRequestsApproval": "<%= userCount %> beantragen eine Bestätigung",
"youAreRequestingApproval": "Du beantragst eine Bestätigung",
- "chatPrivilegesRevoked": "You cannot do that because your chat privileges have been revoked.",
- "cannotCreatePublicGuildWhenMuted": "You cannot create a public guild because your chat privileges have been revoked.",
- "cannotInviteWhenMuted": "You cannot invite anyone to a guild or party because your chat privileges have been revoked.",
+ "chatPrivilegesRevoked": "Du kannst dies nicht tun, da Dir Deine Chat-Privilegien entzogen wurden.",
+ "cannotCreatePublicGuildWhenMuted": "Du kannst keine öffentliche Gilde erstellen, da Dir Deine Chat-Privilegien entzogen wurden.",
+ "cannotInviteWhenMuted": "Du kannst niemanden zu einer Gruppe oder Gilde einladen, da Dir Deine Chat-Privilegien entzogen wurden.",
"newChatMessagePlainNotification": "Neue Nachricht in <%= groupName %> von <%= authorName %>. Hier geht's zur Chat Seite!",
"newChatMessageTitle": "Neue Nachricht in <%= groupName %>",
"exportInbox": "Nachrichten exportieren",
@@ -269,7 +269,7 @@
"groupHomeTitle": "Startseite",
"assignTask": "Aufgabe zuweisen",
"claim": "Anspruch",
- "removeClaim": "Remove Claim",
+ "removeClaim": "Anspruch abtreten",
"onlyGroupLeaderCanManageSubscription": "Nur der Team-Leiter kann Team-Registrierungen verwalten",
"yourTaskHasBeenApproved": "Your task <%= taskText %> has been approved.",
"taskNeedsWork": "<%= managerName %> marked <%= taskText %> as needing additional work.",
@@ -316,7 +316,7 @@
"approvalsTitle": "Aufgaben-Zustimmung erwartet",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "Wenn Dein Team Aufgaben erledigt, die deine Zustimmung brauchen, erscheinen sie hier! Passe die Zustimmungs-Einstellungen in den Aufgaben an.",
- "userIsClamingTask": "`<%= username %> hat \"<%= task %>\"` eingefordert",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Zustimmung erbeten",
"refreshApprovals": "Zustimmungen aktualisieren",
"refreshGroupTasks": "Team-Aufgaben aktualisieren",
@@ -366,9 +366,11 @@
"recentActivity": "Kürzliche Aktivitäten",
"myGuilds": "Meine Gilden",
"guildsDiscovery": "Gilden entdecken",
+ "role": "Role",
"guildOrPartyLeader": "Leiter",
"guildLeader": "Gildenleiter",
"member": "Mitglied",
+ "guildSize": "Guild Size",
"goldTier": "Gold",
"silverTier": "Silber",
"bronzeTier": "Bronze",
@@ -424,10 +426,10 @@
"managerAdded": "Manager erfolgreich hinzugefügt",
"managerRemoved": "Manager erfolgreich entfernt",
"leaderChanged": "Gruppenleitung wurde gewechselt",
- "groupNoNotifications": "This Guild does not have notifications due to member size. Be sure to check back often for replies to your messages!",
+ "groupNoNotifications": "Diese Gilde ist zu groß, um Hinweismeldungen zu unterstützen! Schau öfter rein, um keine Antwort auf Deine Nachrichten zu verpassen!",
"whatIsWorldBoss": "Was ist ein Weltboss?",
- "worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
- "worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
+ "worldBossDesc": "Ein Weltboss ist ein besonderes Ereignis, bei dem die ganze Habitica Community zusammen arbeitet, um ein mächtiges Monster durch ihre Aufgaben zu besiegen! Alle Benutzer Habiticas erhalten nach dem Sieg eine Belohnung, sogar diejenigen, die im Gasthaus waren oder Habitica während der ganzen Quest nicht genutzt haben.",
+ "worldBossLink": "Erfahre mehr über die vorigen Weltbosse von Habitica im Wiki.",
"worldBossBullet1": "Erfülle Deine Aufgaben, um dem Welt-Boss Schaden zuzufügen",
"worldBossBullet2": "Der Welt-Boss wird Dir keinen Schaden für nicht erledigte Aufgaben zufügen, aber sein Raserei-Balken wird ansteigen. Wenn dieser voll ist, wird der Boss einen von Habiticas Händlern angreifen!",
"worldBossBullet3": "Du kannst weiterhin Quest-Bosse bekämpfen, Dein Schaden wird beiden zugefügt werden.",
diff --git a/website/common/locales/de/npc.json b/website/common/locales/de/npc.json
index 34794bb296..e02d35bce6 100644
--- a/website/common/locales/de/npc.json
+++ b/website/common/locales/de/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Besondere Empfehlungen!",
"hideLocked": "Gesperrte verbergen",
"hidePinned": "In der Pinnwand angezeigte verbergen",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Erfahrung",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Schlüpfelixier",
diff --git a/website/common/locales/de/settings.json b/website/common/locales/de/settings.json
index 86b62ea333..ff63561772 100644
--- a/website/common/locales/de/settings.json
+++ b/website/common/locales/de/settings.json
@@ -32,7 +32,7 @@
"resetAccPop": "Starte neu, dabei werden alle Level, Gold, Ausrüstung, Verlauf und Aufgaben entfernt.",
"deleteAccount": "Konto löschen",
"deleteAccPop": "Kündige und entferne Dein Habitica-Konto.",
- "feedback": "If you'd like to give us feedback, please enter it below - we'd love to know what you liked or didn't like about Habitica! Don't speak English well? No problem! Use the language you prefer.",
+ "feedback": "Wenn Du uns Feedback geben möchtest, gib es bitte unten ein - wir freuen uns darauf zu erfahren, was Dir an Habitica gefällt - oder auch nicht gefällt! Und falls Du Schwierigkeiten mit Englisch hast? Kein Problem! Schreib' in der Sprache, die Dir liegt.",
"qrCode": "QR-Code",
"dataExport": "Daten exportieren",
"saveData": "Hier sind ein paar Möglichkeiten Deine Daten zu sichern.",
diff --git a/website/common/locales/en@pirate/challenge.json b/website/common/locales/en@pirate/challenge.json
index 66ecdcf2bf..a631ac7004 100644
--- a/website/common/locales/en@pirate/challenge.json
+++ b/website/common/locales/en@pirate/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Was t' victor in t' followin' challenges",
"challenges": "Challenges",
"challengesLink": "Challenges",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "No challenges yet, visit",
"toCreate": "t' create one.",
"selectWinner": "Select a winner an' close th' challenge:",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Groups",
"noNone": "None",
+ "category": "Category",
"membership": "Membership",
+ "ownership": "Ownership",
"participating": "Embarking",
"notParticipating": "Not Embarking",
"either": "Either",
diff --git a/website/common/locales/en@pirate/groups.json b/website/common/locales/en@pirate/groups.json
index 71a1dc4742..2ce032471e 100644
--- a/website/common/locales/en@pirate/groups.json
+++ b/website/common/locales/en@pirate/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/en@pirate/npc.json b/website/common/locales/en@pirate/npc.json
index 469e726ee0..50d892b210 100644
--- a/website/common/locales/en@pirate/npc.json
+++ b/website/common/locales/en@pirate/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/en_GB/challenge.json b/website/common/locales/en_GB/challenge.json
index 50610d482a..f3f1138baa 100644
--- a/website/common/locales/en_GB/challenge.json
+++ b/website/common/locales/en_GB/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Was the winner in the following challenges",
"challenges": "Challenges",
"challengesLink": "Challenges",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "No challenges yet, visit",
"toCreate": "to create one.",
"selectWinner": "Select a winner and close the challenge:",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Groups",
"noNone": "None",
+ "category": "Category",
"membership": "Membership",
+ "ownership": "Ownership",
"participating": "Participating",
"notParticipating": "Not Participating",
"either": "Either",
diff --git a/website/common/locales/en_GB/groups.json b/website/common/locales/en_GB/groups.json
index 1c7a36068c..7cc32afd49 100644
--- a/website/common/locales/en_GB/groups.json
+++ b/website/common/locales/en_GB/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/en_GB/npc.json b/website/common/locales/en_GB/npc.json
index 861871c7ed..3ff4aaf625 100644
--- a/website/common/locales/en_GB/npc.json
+++ b/website/common/locales/en_GB/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/es/challenge.json b/website/common/locales/es/challenge.json
index b5ba3b9445..6f4292aade 100644
--- a/website/common/locales/es/challenge.json
+++ b/website/common/locales/es/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Ha ganado los siguientes desafíos",
"challenges": "Desafíos",
"challengesLink": "Desafíos",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Ningún desafío todavía, visita",
"toCreate": "para crear uno.",
"selectWinner": "Seleccionar un ganador y cerrar el desafío:",
@@ -23,7 +25,9 @@
"filter": "Filtro",
"groups": "Grupos",
"noNone": "Ninguno",
+ "category": "Category",
"membership": "Membresía",
+ "ownership": "Ownership",
"participating": "Participando",
"notParticipating": "No participando",
"either": "Ambos",
diff --git a/website/common/locales/es/groups.json b/website/common/locales/es/groups.json
index 686274fc7f..be98a17269 100644
--- a/website/common/locales/es/groups.json
+++ b/website/common/locales/es/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tareas Pendientes de Aprobación",
"upgradeTitle": "Actualizar",
"blankApprovalsDescription": "Cuando el grupo completa tareas que necesitan de tu aprobación, aparecerán aquí. Ajusta los requisitos de aprobación en la edición de tareas.",
- "userIsClamingTask": "`<%= username %> se encarga de \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Aprobación Solicitada",
"refreshApprovals": "Actualizar las Aprobaciones",
"refreshGroupTasks": "Actualizar las Tareas del Grupo",
@@ -366,9 +366,11 @@
"recentActivity": "Actividad reciente",
"myGuilds": "Mis hermandades",
"guildsDiscovery": "Descubre hermandades",
+ "role": "Role",
"guildOrPartyLeader": "Líder",
"guildLeader": "Líder de hermandad",
"member": "Miembro",
+ "guildSize": "Guild Size",
"goldTier": "Nivel Oro",
"silverTier": "Nivel Plata",
"bronzeTier": "Nivel Bronce",
diff --git a/website/common/locales/es/npc.json b/website/common/locales/es/npc.json
index 592a44e8b5..bd7944c911 100644
--- a/website/common/locales/es/npc.json
+++ b/website/common/locales/es/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "¡Objetos patrocinados!",
"hideLocked": "Ocultar los bloqueados",
"hidePinned": "Ocultar los fijados",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> de experiencia",
"amountGold": "<%= amount %>de oro",
"namedHatchingPotion": "Poción de eclosión de <%= type %>",
diff --git a/website/common/locales/es_419/challenge.json b/website/common/locales/es_419/challenge.json
index 3594f35afb..8789f191d4 100644
--- a/website/common/locales/es_419/challenge.json
+++ b/website/common/locales/es_419/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Fue el ganador en los siguientes desafíos",
"challenges": "Desafíos",
"challengesLink": "Desafíos",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Ningún desafío todavía, visita",
"toCreate": "para crear uno.",
"selectWinner": "Seleccionar un ganador y cerrar el desafío:",
@@ -23,7 +25,9 @@
"filter": "Filtrar",
"groups": "Grupos",
"noNone": "Ninguno",
+ "category": "Category",
"membership": "Membresía",
+ "ownership": "Ownership",
"participating": "Participando",
"notParticipating": "No participando",
"either": "Ambos",
diff --git a/website/common/locales/es_419/groups.json b/website/common/locales/es_419/groups.json
index b0e62af8a7..9742eeb0af 100644
--- a/website/common/locales/es_419/groups.json
+++ b/website/common/locales/es_419/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tareas esperando ser aprobadas",
"upgradeTitle": "Actualizar",
"blankApprovalsDescription": "!Cuando tu grupo complete tareas que necesitan tu aprobación, ellas aparecerán aquí! Ajusta los requisitos de aprobación en edición de tareas.",
- "userIsClamingTask": "`<%= username %> ha solicitado \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Aprobación Solicitada",
"refreshApprovals": "Actualizar permisos",
"refreshGroupTasks": "Actualiza las tareas grupales",
@@ -366,9 +366,11 @@
"recentActivity": "Actividad Reciente",
"myGuilds": "Mis Gremios",
"guildsDiscovery": "Descubrir Gremios",
+ "role": "Role",
"guildOrPartyLeader": "Líder",
"guildLeader": "Líder del Gremio",
"member": "Miembro",
+ "guildSize": "Guild Size",
"goldTier": "Nivel Oro",
"silverTier": "Nivel Plata",
"bronzeTier": "Nivel Bronce",
diff --git a/website/common/locales/es_419/npc.json b/website/common/locales/es_419/npc.json
index 5de4597f36..40e4d3a3a4 100644
--- a/website/common/locales/es_419/npc.json
+++ b/website/common/locales/es_419/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "¡Artículos Destacados!",
"hideLocked": "Ocultar bloqueados",
"hidePinned": "Ocultar fijados",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experiencia",
"amountGold": "<%= amount %> Oro",
"namedHatchingPotion": "<%= type %> Poción de Nacimiento",
diff --git a/website/common/locales/fr/challenge.json b/website/common/locales/fr/challenge.json
index 2a0a357b4d..5d4dde2571 100644
--- a/website/common/locales/fr/challenge.json
+++ b/website/common/locales/fr/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "A remporté les défis suivants",
"challenges": "Défis",
"challengesLink": "Défis",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Pas encore de défi, visitez",
"toCreate": "pour en créer un.",
"selectWinner": "Désigner un vainqueur et clore le défi :",
@@ -23,7 +25,9 @@
"filter": "Filtre",
"groups": "Groupes",
"noNone": "Aucun",
+ "category": "Category",
"membership": "Participation",
+ "ownership": "Ownership",
"participating": "Je participe",
"notParticipating": "Je ne participe pas",
"either": "Les deux",
diff --git a/website/common/locales/fr/groups.json b/website/common/locales/fr/groups.json
index 1c19b95fd3..985c85f530 100644
--- a/website/common/locales/fr/groups.json
+++ b/website/common/locales/fr/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tâches en attente d'approbation",
"upgradeTitle": "Mise à niveau",
"blankApprovalsDescription": "Quand votre groupe réalise des tâches que vous devez approuver, elles apparaîtront ici ! Ajustez les paramètres d'approbation des tâches dans leur menu « Modifier ».",
- "userIsClamingTask": "`<%= username %> a revendiqué \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approbation demandée",
"refreshApprovals": "Actualiser les approbations",
"refreshGroupTasks": "Actualiser les tâches de groupe",
@@ -366,9 +366,11 @@
"recentActivity": "Activité récente",
"myGuilds": "Mes guildes",
"guildsDiscovery": "Découvrir des guildes",
+ "role": "Role",
"guildOrPartyLeader": "Responsable",
"guildLeader": "Responsable de la guilde",
"member": "Membre",
+ "guildSize": "Guild Size",
"goldTier": "Palier or",
"silverTier": "Palier argent",
"bronzeTier": "Palier bronze",
diff --git a/website/common/locales/fr/npc.json b/website/common/locales/fr/npc.json
index a9ed7e0f1c..43ff834753 100644
--- a/website/common/locales/fr/npc.json
+++ b/website/common/locales/fr/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Objets du moment !",
"hideLocked": "Cacher ce qui est verrouillé",
"hidePinned": "Cacher ce qui est épinglé",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Expérience",
"amountGold": "<%= amount %> Or",
"namedHatchingPotion": "Potion d'éclosion <%= type %>",
diff --git a/website/common/locales/he/challenge.json b/website/common/locales/he/challenge.json
index 38c4d29456..7c9fbf612c 100644
--- a/website/common/locales/he/challenge.json
+++ b/website/common/locales/he/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "ניצחו באתגרים הבאים",
"challenges": "אתגרים",
"challengesLink": "אתגרים",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "עדיין אין לכם אתגרים, בקרו ב",
"toCreate": "כדי ליצור אחד.",
"selectWinner": "בחרו מנצח כדי לסגור את האתגר:",
@@ -23,7 +25,9 @@
"filter": "מסנן",
"groups": "קבוצות",
"noNone": "אף אחת",
+ "category": "Category",
"membership": "חברות",
+ "ownership": "Ownership",
"participating": "משתתפים",
"notParticipating": "לא משתתפים",
"either": "בחרו אחד",
diff --git a/website/common/locales/he/groups.json b/website/common/locales/he/groups.json
index b67f48d4ca..2e88ff3cf5 100644
--- a/website/common/locales/he/groups.json
+++ b/website/common/locales/he/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/he/npc.json b/website/common/locales/he/npc.json
index 71c1fb8ad5..82d16c6932 100644
--- a/website/common/locales/he/npc.json
+++ b/website/common/locales/he/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/hu/challenge.json b/website/common/locales/hu/challenge.json
index ae6124a882..b12b88bf5f 100644
--- a/website/common/locales/hu/challenge.json
+++ b/website/common/locales/hu/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "A következő kihívásokat nyerte meg",
"challenges": "Kihívások",
"challengesLink": "Kihívások",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Még nincsenek kihívások, kattints ide",
"toCreate": "hogy létrehozz egyet.",
"selectWinner": "Válassz győztest és zárd le a kihívást:",
@@ -23,7 +25,9 @@
"filter": "Szűrő",
"groups": "Csoportok",
"noNone": "Egyik sem",
+ "category": "Category",
"membership": "Tagság",
+ "ownership": "Ownership",
"participating": "Részt vesz",
"notParticipating": "Nem vesz részt",
"either": "Bármelyik",
diff --git a/website/common/locales/hu/groups.json b/website/common/locales/hu/groups.json
index 5bb51be5df..e78828c962 100644
--- a/website/common/locales/hu/groups.json
+++ b/website/common/locales/hu/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Jóváhagyás kérése",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/hu/npc.json b/website/common/locales/hu/npc.json
index 31a3da6a64..4464d37638 100644
--- a/website/common/locales/hu/npc.json
+++ b/website/common/locales/hu/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/id/challenge.json b/website/common/locales/id/challenge.json
index f1d18f04c1..3175e40f6d 100644
--- a/website/common/locales/id/challenge.json
+++ b/website/common/locales/id/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Adalah pemenang dari tantangan berikut",
"challenges": "Tantangan",
"challengesLink": "Tantangan",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Belum ada tantangan, kunjungi",
"toCreate": "untuk membuat tantangan baru.",
"selectWinner": "Pilih pemenang dan tutup tantangan:",
@@ -23,7 +25,9 @@
"filter": "Penyaring",
"groups": "Kelompok",
"noNone": "Tidak satupun",
+ "category": "Category",
"membership": "Keanggotaan",
+ "ownership": "Ownership",
"participating": "Berpartisipasi",
"notParticipating": "Tidak Berpartisipasi",
"either": "Yang mana saja",
diff --git a/website/common/locales/id/groups.json b/website/common/locales/id/groups.json
index 1966920337..05cf01702c 100644
--- a/website/common/locales/id/groups.json
+++ b/website/common/locales/id/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tugas-Tugas yang Menunggu Persetujuan",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "Saat grupmu menyelesaikan tugas yang butuh persetujuanmu, mereka akan muncul di sini! Atur syarat persetujuan saat mengedit tugas.",
- "userIsClamingTask": "`<%= username %> telah mengklaim \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Meminta Persetujuan",
"refreshApprovals": "Muat ulang Persetujuan",
"refreshGroupTasks": "Muat ulang Tugas Grup",
@@ -366,9 +366,11 @@
"recentActivity": "Aktivitas Terkini",
"myGuilds": "Guild-ku",
"guildsDiscovery": "Temukan Guild",
+ "role": "Role",
"guildOrPartyLeader": "Pemimpin",
"guildLeader": "Pemimpin Guild",
"member": "Anggota",
+ "guildSize": "Guild Size",
"goldTier": "Pangkat Emas",
"silverTier": "Pangkat Perak",
"bronzeTier": "Pangkat Perunggu",
diff --git a/website/common/locales/id/npc.json b/website/common/locales/id/npc.json
index f6440a0014..5e18a16667 100644
--- a/website/common/locales/id/npc.json
+++ b/website/common/locales/id/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Barang Sorotan!",
"hideLocked": "Sembunyikan yang terkunci",
"hidePinned": "Sembunyikan yang sudah disematkan",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Pengalaman",
"amountGold": "<%= amount %> Koin Emas",
"namedHatchingPotion": "Ramuan Penetas <%= type %>",
diff --git a/website/common/locales/it/challenge.json b/website/common/locales/it/challenge.json
index cbd061b95e..9a62a8e2d4 100644
--- a/website/common/locales/it/challenge.json
+++ b/website/common/locales/it/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Ha vinto le seguenti sfide:",
"challenges": "Sfide",
"challengesLink": "Sfide",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Ancora nessuna sfida, visita",
"toCreate": "per crearne una.",
"selectWinner": "Scegli un vincitore e chiudi la sfida:",
@@ -23,7 +25,9 @@
"filter": "Filtro",
"groups": "Gruppi",
"noNone": "Nessuno",
+ "category": "Category",
"membership": "Partecipazione",
+ "ownership": "Ownership",
"participating": "Sto partecipando",
"notParticipating": "Non sto partecipando",
"either": "Entrambi",
diff --git a/website/common/locales/it/groups.json b/website/common/locales/it/groups.json
index 515adf7f76..19a2710d93 100644
--- a/website/common/locales/it/groups.json
+++ b/website/common/locales/it/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Attività in attesa di approvazione",
"upgradeTitle": "Effettua l'upgrade",
"blankApprovalsDescription": "Quando il tuo gruppo completa delle attività che richiedono la tua approvazione, appariranno qui! Puoi regolare i requisiti di approvazione durante la modifica delle attività.",
- "userIsClamingTask": "`<%= username %> ha richiesto \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approvazione richiesta",
"refreshApprovals": "Aggiorna approvazioni",
"refreshGroupTasks": "Ricarica attività del gruppo",
@@ -366,9 +366,11 @@
"recentActivity": "Attività recenti",
"myGuilds": "Le mie Gilde",
"guildsDiscovery": "Esplora Gilde",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Leader della Gilda",
"member": "Membro",
+ "guildSize": "Guild Size",
"goldTier": "Rango oro",
"silverTier": "Rango argento",
"bronzeTier": "Rango bronzo",
diff --git a/website/common/locales/it/npc.json b/website/common/locales/it/npc.json
index a2d394fc3e..e0b18fd503 100644
--- a/website/common/locales/it/npc.json
+++ b/website/common/locales/it/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Oggetti in vetrina!",
"hideLocked": "Nascondi bloccati",
"hidePinned": "Nascondi Preferiti",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Esperienza",
"amountGold": "<%= amount %> Oro",
"namedHatchingPotion": "Pozione di schiusura <%= type %>",
diff --git a/website/common/locales/ja/challenge.json b/website/common/locales/ja/challenge.json
index bf4f66b43d..6fc2323fa0 100644
--- a/website/common/locales/ja/challenge.json
+++ b/website/common/locales/ja/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "以下のチャレンジで優勝しました。",
"challenges": "チャレンジ",
"challengesLink": "チャレンジ",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "まだチャレンジ登録はしていません。",
"toCreate": "でチャレンジを作成可能",
"selectWinner": "優勝者を選び、チャレンジを終了する",
@@ -23,7 +25,9 @@
"filter": "フィルター",
"groups": "グループ",
"noNone": "なし",
+ "category": "Category",
"membership": "会員登録状況",
+ "ownership": "Ownership",
"participating": "参加",
"notParticipating": "不参加",
"either": "どちらも",
diff --git a/website/common/locales/ja/groups.json b/website/common/locales/ja/groups.json
index 1a5303580e..1fb7733f6d 100644
--- a/website/common/locales/ja/groups.json
+++ b/website/common/locales/ja/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "承認待ちのタスク",
"upgradeTitle": "アップグレード",
"blankApprovalsDescription": "あなたのグループが、あなたの承認を必要とするタスクを片付けた場合はここに表示されます!タスクの編集にて承認の条件について設定することができます。",
- "userIsClamingTask": "`<%= username %> が \"<%= task %>\" を確保しました`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "承認が申請されました",
"refreshApprovals": "承認の更新",
"refreshGroupTasks": "グループタスクの更新",
@@ -366,9 +366,11 @@
"recentActivity": "最近の活動",
"myGuilds": "所属ギルド",
"guildsDiscovery": "ギルドを探す",
+ "role": "Role",
"guildOrPartyLeader": "リーダー",
"guildLeader": "ギルドリーダー",
"member": "メンバー",
+ "guildSize": "Guild Size",
"goldTier": "ゴールド段位",
"silverTier": "シルバー段位",
"bronzeTier": "ブロンズ段位",
diff --git a/website/common/locales/ja/npc.json b/website/common/locales/ja/npc.json
index d1ae9818a2..6149a3fcc2 100644
--- a/website/common/locales/ja/npc.json
+++ b/website/common/locales/ja/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "注目アイテム!",
"hideLocked": "ロックされたアイテムを隠す",
"hidePinned": "ピン留めされたアイテムを隠す",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> 経験値",
"amountGold": "<%= amount %> ゴールド",
"namedHatchingPotion": "<%= type %> たまごがえしの薬",
diff --git a/website/common/locales/nl/challenge.json b/website/common/locales/nl/challenge.json
index 67743cdf10..4b25163895 100644
--- a/website/common/locales/nl/challenge.json
+++ b/website/common/locales/nl/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Heeft de volgende uitdagingen gewonnen",
"challenges": "Uitdagingen",
"challengesLink": "Uitdagingen",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Nog geen uitdagingen, ga naar",
"toCreate": "om er een aan te maken.",
"selectWinner": "Kies een winnaar en sluit de uitdaging af:",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Groepen",
"noNone": "Geen",
+ "category": "Category",
"membership": "Lidmaatschap",
+ "ownership": "Ownership",
"participating": "Deelnemend",
"notParticipating": "Niet deelnemend",
"either": "Beide",
diff --git a/website/common/locales/nl/groups.json b/website/common/locales/nl/groups.json
index c3f83c6abf..491f76c699 100644
--- a/website/common/locales/nl/groups.json
+++ b/website/common/locales/nl/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Taken wachtend op goedkeuring",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "Wanneer je groep taken voltooid die je goedkeuring vereisen, verschijnen ze hier! Pas de vereisten voor goedkeuring aan onder taakbewerking.",
- "userIsClamingTask": "`<%= username %> heeft \"<%= task %>\" geclaimd.`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Goedkeuring aangevraagd",
"refreshApprovals": "Vernieuw goedkeuringen",
"refreshGroupTasks": "Vernieuw groepstaken",
@@ -366,9 +366,11 @@
"recentActivity": "Recente activiteit",
"myGuilds": "Mijn gilden",
"guildsDiscovery": "Gilden ontdekken",
+ "role": "Role",
"guildOrPartyLeader": "Leider",
"guildLeader": "Gildeleider",
"member": "Lid",
+ "guildSize": "Guild Size",
"goldTier": "Gouden rang",
"silverTier": "Zilveren rank",
"bronzeTier": "Bronzen rang",
diff --git a/website/common/locales/nl/npc.json b/website/common/locales/nl/npc.json
index 617e9c45ca..998f720a22 100644
--- a/website/common/locales/nl/npc.json
+++ b/website/common/locales/nl/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Uitgelichte items!",
"hideLocked": "Verberg vergrendelde",
"hidePinned": "Vastgepinde verbergen",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> ervaring",
"amountGold": "<%= amount %> goud",
"namedHatchingPotion": "<%= type %> uitbroeddrank",
diff --git a/website/common/locales/pl/challenge.json b/website/common/locales/pl/challenge.json
index b91e974da4..bf5e2a6984 100644
--- a/website/common/locales/pl/challenge.json
+++ b/website/common/locales/pl/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Jest zwycięzcą następujących wyzwań",
"challenges": "Wyzwania",
"challengesLink": "Wyzwania",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Nie ma jeszcze żadnych wyzwań, udaj się do",
"toCreate": "żeby stworzyć wyzwanie.",
"selectWinner": "Wybierz zwycięzcę i zakończ wyzwanie:",
@@ -23,7 +25,9 @@
"filter": "Filtruj",
"groups": "Grupy",
"noNone": "Żadne",
+ "category": "Category",
"membership": "Członkostwo",
+ "ownership": "Ownership",
"participating": "Biorę udział",
"notParticipating": "Nie biorę udziału",
"either": "Wszystkie",
diff --git a/website/common/locales/pl/groups.json b/website/common/locales/pl/groups.json
index bb2d2ac7ef..87b0b68052 100644
--- a/website/common/locales/pl/groups.json
+++ b/website/common/locales/pl/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Zadania czekające na aprobatę",
"upgradeTitle": "Kup abonament",
"blankApprovalsDescription": "Kiedy twoja grupa ukończy zadania wymagające twojego zatwierdzenia, pojawią się one tutaj! Ustawienia zatwierdzania możesz dostosować w edycji zadań.",
- "userIsClamingTask": "`<%= username %> zgłosił udział w zadaniu \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Wymagana aprobata",
"refreshApprovals": "Odśwież aprobaty",
"refreshGroupTasks": "Odśwież zadania grupy",
@@ -366,9 +366,11 @@
"recentActivity": "Ostatnia aktywność",
"myGuilds": "Moje GIldie",
"guildsDiscovery": "Odkryj Gildie",
+ "role": "Role",
"guildOrPartyLeader": "Przywódca",
"guildLeader": "Przywódca Gildii",
"member": "Członek",
+ "guildSize": "Guild Size",
"goldTier": "Ranga Złota",
"silverTier": "Ranga Srebrna",
"bronzeTier": "Ranga Brązowa",
diff --git a/website/common/locales/pl/npc.json b/website/common/locales/pl/npc.json
index eea9a44a7a..027a209edf 100644
--- a/website/common/locales/pl/npc.json
+++ b/website/common/locales/pl/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Wyróżnione Przedmioty!",
"hideLocked": "Ukryj niedostępne",
"hidePinned": "Ukryj przypięte",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Doświadzenia",
"amountGold": "<%= amount %> Złota",
"namedHatchingPotion": "<%= type %> eliksir wyklucia",
diff --git a/website/common/locales/pt/challenge.json b/website/common/locales/pt/challenge.json
index e3e7bb1160..2af6ec2e88 100644
--- a/website/common/locales/pt/challenge.json
+++ b/website/common/locales/pt/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Vencedor dos seguintes desafios",
"challenges": "Desafios",
"challengesLink": "Desafios",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Nenhum desafio ainda, visite",
"toCreate": "para criar um.",
"selectWinner": "Selecione um vencedor e termine o desafio:",
@@ -23,7 +25,9 @@
"filter": "Filtro",
"groups": "Grupos",
"noNone": "Nenhum",
+ "category": "Category",
"membership": "Associação",
+ "ownership": "Ownership",
"participating": "Participando",
"notParticipating": "Não Participando",
"either": "Ambos",
diff --git a/website/common/locales/pt/front.json b/website/common/locales/pt/front.json
index c49cf8d29b..6636fc8f98 100644
--- a/website/common/locales/pt/front.json
+++ b/website/common/locales/pt/front.json
@@ -283,7 +283,7 @@
"invalidLoginCredentialsLong": "Uh-oh - your email address / login name or password is incorrect.\n- Make sure they are typed correctly. Your login name and password are case-sensitive.\n- You may have signed up with Facebook or Google-sign-in, not email so double-check by trying them.\n- If you forgot your password, click \"Forgot Password\".",
"invalidCredentials": "Não há uma conta que usa essas credenciais.",
"accountSuspended": "This account, User ID \"<%= userId %>\", has been blocked for breaking the [Community Guidelines](https://habitica.com/static/community-guidelines) or [Terms of Service](https://habitica.com/static/terms). For details or to ask to be unblocked, please email our Community Manager at <%= communityManagerEmail %> or ask your parent or guardian to email them. Please copy your User ID into the email and include your Profile Name.",
- "accountSuspendedTitle": "Account has been suspended",
+ "accountSuspendedTitle": "Esta conta foi suspensa",
"unsupportedNetwork": "Atualmente, esta rede não é suportada.",
"cantDetachSocial": "A conta não possui outra forma de autenticação; não se pode remover este método de autenticação.",
"onlySocialAttachLocal": "Autenticação local só pode ser adicionada à uma conta social.",
diff --git a/website/common/locales/pt/gear.json b/website/common/locales/pt/gear.json
index d9664303c0..98dae2f0c9 100644
--- a/website/common/locales/pt/gear.json
+++ b/website/common/locales/pt/gear.json
@@ -334,7 +334,7 @@
"weaponArmoireScepterOfDiamondsNotes": "Este ceptro reluz em tons quentes e avermelhados enquanto intensifica a tua força de vontade. Aumenta Força em <%= str %>. Armário Encantado: Conjunto de Rei de Ouros (Item 3 de 3).",
"weaponArmoireFlutteryArmyText": "Exército Tremulante",
"weaponArmoireFlutteryArmyNotes": "Este grupo desconexo de lepidópteros está pronto a bater asas ferozmente para arrefecer as suas tarefas mais vermelhas! Aumenta Constituição, Inteligência e Força em <%= attrs %> cada. Armário Encantado: Conjunto do Traje Tremulante (Item 3 de 3).",
- "weaponArmoireCobblersHammerText": "Cobbler's Hammer",
+ "weaponArmoireCobblersHammerText": "Martelo do Sapateiro",
"weaponArmoireCobblersHammerNotes": "This hammer is specially made for leatherwork. It can do a real number on a red Daily in a pinch, though. Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Cobbler Set (Item 2 of 3).",
"armor": "armadura",
"armorCapitalized": "Armadura",
@@ -1524,7 +1524,7 @@
"eyewearMystery301703Notes": "Perfeita para um baile de máscaras elegante ou para se mover de forma furtiva numa multidão particularmente bem vestida. Não confere benefícios. Item de Assinante de Março de 3017.",
"eyewearArmoirePlagueDoctorMaskText": "Máscara Doutor Praga",
"eyewearArmoirePlagueDoctorMaskNotes": "An authentic mask worn by the doctors who battle the Plague of Procrastination. Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Plague Doctor Set (Item 2 of 3).",
- "eyewearArmoireGoofyGlassesText": "Goofy Glasses",
- "eyewearArmoireGoofyGlassesNotes": "Perfect for going incognito or just making your partymates giggle. Increases Perception by <%= per %>. Enchanted Armoire: Independent Item.",
- "twoHandedItem": "Two-handed item."
+ "eyewearArmoireGoofyGlassesText": "Óculos Tontos",
+ "eyewearArmoireGoofyGlassesNotes": "Perfeitos para andar incógnito ou simplesmente fazer os teus colegas de equipa rir. Aumenta a Percepção em <%= per %>. Armário Encantado: Item Solto.",
+ "twoHandedItem": "Item de duas mãos."
}
\ No newline at end of file
diff --git a/website/common/locales/pt/groups.json b/website/common/locales/pt/groups.json
index 212703f97f..08e713e851 100644
--- a/website/common/locales/pt/groups.json
+++ b/website/common/locales/pt/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tarefas a Aguardar Aprovação",
"upgradeTitle": "Atualizar",
"blankApprovalsDescription": "Quando o seu grupo termina tarefas que necessitam a sua aprovação, elas aparecerão aqui! Ajuste os requisitos de aprovação de uma tarefa ao editar a mesma.",
- "userIsClamingTask": "\\`<%= username %> reclamou \\\"<%= task %>\\\"\\`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Aprovação Solicitada",
"refreshApprovals": "Atualizar Aprovações",
"refreshGroupTasks": "Atualizar Tarefas de Grupo",
@@ -366,9 +366,11 @@
"recentActivity": "Atividade Recente",
"myGuilds": "As minhas Guildas",
"guildsDiscovery": "Descobrir Guildas",
+ "role": "Role",
"guildOrPartyLeader": "Líder",
"guildLeader": "Líder da Guilda",
"member": "Membro",
+ "guildSize": "Guild Size",
"goldTier": "Nível Dourado",
"silverTier": "Nível Prateado",
"bronzeTier": "Nível Bronzeado",
diff --git a/website/common/locales/pt/npc.json b/website/common/locales/pt/npc.json
index 239d3eb226..3cda998b42 100644
--- a/website/common/locales/pt/npc.json
+++ b/website/common/locales/pt/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experiência",
"amountGold": "<%= amount %> Ouro",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/pt_BR/challenge.json b/website/common/locales/pt_BR/challenge.json
index dd2a21c056..f5f62ec8b5 100644
--- a/website/common/locales/pt_BR/challenge.json
+++ b/website/common/locales/pt_BR/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Vencedor(a) dos seguintes desafios",
"challenges": "Desafios",
"challengesLink": "Desafios",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Nenhum desafio ainda, visite",
"toCreate": "para criar um.",
"selectWinner": "Selecione um vencedor e finalize o desafio:",
@@ -23,7 +25,9 @@
"filter": "Filtro",
"groups": "Times",
"noNone": "Nenhum",
+ "category": "Category",
"membership": "Associação",
+ "ownership": "Ownership",
"participating": "Participando",
"notParticipating": "Não Participando",
"either": "Ambos",
diff --git a/website/common/locales/pt_BR/groups.json b/website/common/locales/pt_BR/groups.json
index dacc41f8f5..819dbb4666 100644
--- a/website/common/locales/pt_BR/groups.json
+++ b/website/common/locales/pt_BR/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tarefas Esperando Aprovação",
"upgradeTitle": "Melhora",
"blankApprovalsDescription": "Quando seu grupo completa tarefas que precisam de aprovação, elas irão aparecer aqui! Ajuste os requisitos da aprovação na aba de edição da tarefa.",
- "userIsClamingTask": "`<%= username %> assumiu \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Aprovação Solicitada",
"refreshApprovals": "Atualizar Aprovações",
"refreshGroupTasks": "Atualizar Tarefas de Grupo",
@@ -366,9 +366,11 @@
"recentActivity": "Atividade Recente",
"myGuilds": "Minhas Guildas",
"guildsDiscovery": "Encontre Guildas",
+ "role": "Role",
"guildOrPartyLeader": "Líder",
"guildLeader": "Líder da Guilda",
"member": "Membro",
+ "guildSize": "Guild Size",
"goldTier": "Nível Ouro",
"silverTier": "Nível Prata",
"bronzeTier": "Nível Bronze",
diff --git a/website/common/locales/pt_BR/npc.json b/website/common/locales/pt_BR/npc.json
index eb96d2aa2b..33501aaa8f 100644
--- a/website/common/locales/pt_BR/npc.json
+++ b/website/common/locales/pt_BR/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Itens em Destaque!",
"hideLocked": "Esconder bloqueados",
"hidePinned": "Esconder fixados",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> de Experiência",
"amountGold": "<%= amount %> de Ouro",
"namedHatchingPotion": "Poção de Eclosão <%= type %>",
diff --git a/website/common/locales/ro/challenge.json b/website/common/locales/ro/challenge.json
index 6a69d203a9..597e953b12 100644
--- a/website/common/locales/ro/challenge.json
+++ b/website/common/locales/ro/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "A câștigat următoarele provocări:",
"challenges": "Provocări",
"challengesLink": "Provocări",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Nico provocare încă, vizitează",
"toCreate": "pentru a crea una.",
"selectWinner": "Alege un câștigător și închide provocarea:",
@@ -23,7 +25,9 @@
"filter": "Filtru",
"groups": "Grupuri",
"noNone": "Niciunul",
+ "category": "Category",
"membership": "Apartenență",
+ "ownership": "Ownership",
"participating": "Participi",
"notParticipating": "Nu participi",
"either": "Oricare",
diff --git a/website/common/locales/ro/groups.json b/website/common/locales/ro/groups.json
index 0b4f45d650..3e99b3f40f 100644
--- a/website/common/locales/ro/groups.json
+++ b/website/common/locales/ro/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/ro/npc.json b/website/common/locales/ro/npc.json
index 1cae2f5303..a6b3136492 100644
--- a/website/common/locales/ro/npc.json
+++ b/website/common/locales/ro/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/ru/challenge.json b/website/common/locales/ru/challenge.json
index c9ca046e27..49fc884c34 100644
--- a/website/common/locales/ru/challenge.json
+++ b/website/common/locales/ru/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Победитель следующих испытаний",
"challenges": "Испытания",
"challengesLink": "Испытания",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Пока нет доступных испытаний, посетите",
"toCreate": "для создания нового.",
"selectWinner": "Выбрать победителя и закрыть испытание:",
@@ -23,7 +25,9 @@
"filter": "Фильтр",
"groups": "Группы",
"noNone": "Очистить",
+ "category": "Category",
"membership": "Членство",
+ "ownership": "Ownership",
"participating": "Участвую",
"notParticipating": "Не участвую",
"either": "Все",
diff --git a/website/common/locales/ru/gear.json b/website/common/locales/ru/gear.json
index 7eda95c0b9..0b3cbd7ba3 100644
--- a/website/common/locales/ru/gear.json
+++ b/website/common/locales/ru/gear.json
@@ -334,7 +334,7 @@
"weaponArmoireScepterOfDiamondsNotes": "Это скипетр светит теплым красным светом и наполняет вас силой воли. Увеличивает силу на <%= str %>. Зачарованный сундук: Набор Бубнового короля (Предмет 3 из 3).",
"weaponArmoireFlutteryArmyText": "Порхающая армия",
"weaponArmoireFlutteryArmyNotes": "Эта группа пестрых чешуекрылых готова махать неистово и охладить ваши самые красные задачи! Увеличивает силу, интеллект и телосложение на <%= attrs %> каждое. Зачарованный сундук: Набор порхающего платья (предмет 3 из 3).",
- "weaponArmoireCobblersHammerText": "Cobbler's Hammer",
+ "weaponArmoireCobblersHammerText": "Молоток Башмачника",
"weaponArmoireCobblersHammerNotes": "This hammer is specially made for leatherwork. It can do a real number on a red Daily in a pinch, though. Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Cobbler Set (Item 2 of 3).",
"armor": "Броня",
"armorCapitalized": "Броня",
@@ -718,7 +718,7 @@
"armorArmoireRobeOfDiamondsNotes": "Эти королевская мантия не только заставляют вас казаться благородным, она позволяет увидеть благородство в других. Увеличивает восприятие на <%= per %>. Зачарованный сундук: Набор Бубнового короля (предмет 1 из 3).",
"armorArmoireFlutteryFrockText": "Порхающее платье",
"armorArmoireFlutteryFrockNotes": "Легкое и воздушное платье с широкой юбкой, которую бабочки могут ошибочно принять за большое соцветие! Увеличивает телосложение, восприятие и силу на <%= attrs %> каждое. Зачарованный сундук: Набор порхающего платья (предмет 1 из 3).",
- "armorArmoireCobblersCoverallsText": "Cobbler's Coveralls",
+ "armorArmoireCobblersCoverallsText": "Костюм Башмачника",
"armorArmoireCobblersCoverallsNotes": "These sturdy coveralls have lots of pockets for tools, leather scraps, and other useful items! Increases Perception and Strength by <%= attrs %> each. Enchanted Armoire: Cobbler Set (Item 1 of 3).",
"headgear": "Головной убор",
"headgearCapitalized": "Головной убор",
@@ -1326,8 +1326,8 @@
"shieldArmoireShieldOfDiamondsNotes": "Этот светящийся щит не только защищает, но и подкрепляет вашу стойкость! Повышает Телосложение на <%= con %>. Зачарованный сундук: независимый предмет",
"shieldArmoireFlutteryFanText": "Витиеватый веер",
"shieldArmoireFlutteryFanNotes": "В жаркий денек ничто не сравнится с узорчатым веером в способности сохранять владельца хладнокровным умом и телом. Повышает Телосложение, Интеллект и Восприятие на <%= attrs %>. Зачарованный сундук: независимый предмет. ",
- "shieldArmoireFancyShoeText": "Fancy Shoe",
- "shieldArmoireFancyShoeNotes": "A very special shoe you're working on. It's fit for royalty! Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Cobbler Set (Item 3 of 3).",
+ "shieldArmoireFancyShoeText": "Стильный башмак",
+ "shieldArmoireFancyShoeNotes": "Очень особенный башмак, над которым вы работаете. Он отлично смотрится с вашем величием! Увеличивает Интеллект и Восприятие на <%= attrs %>. Зачарованный сундук: Набор Сапожника (предмет 3 из 3).",
"back": "Аксессуар на спину",
"backCapitalized": "Аксессуар на спину",
"backBase0Text": "Нет аксессуаров на спине",
diff --git a/website/common/locales/ru/groups.json b/website/common/locales/ru/groups.json
index 8c76e58259..c8070c75d2 100644
--- a/website/common/locales/ru/groups.json
+++ b/website/common/locales/ru/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Задачи, ожидающие подтверждения",
"upgradeTitle": "Перейти",
"blankApprovalsDescription": "Когда ваша группа выполнит задачи, требующие вашего подтверждения, они появятся здесь! Измените настройки подтверждения в редакторе задачи.",
- "userIsClamingTask": "<%= username %> взял на исполнение задачу \"<%= task %>\"",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Запрошено подтверждение",
"refreshApprovals": "Обновить подтверждения",
"refreshGroupTasks": "Обновить групповые задачи",
@@ -366,9 +366,11 @@
"recentActivity": "Недавние действия",
"myGuilds": "Мои гильдии",
"guildsDiscovery": "Найти гильдии",
+ "role": "Role",
"guildOrPartyLeader": "Предводитель",
"guildLeader": "Глава гильдии",
"member": "Участник",
+ "guildSize": "Guild Size",
"goldTier": "Золотой ранг",
"silverTier": "Серебряный ранг",
"bronzeTier": "Бронзовый ранг",
diff --git a/website/common/locales/ru/npc.json b/website/common/locales/ru/npc.json
index e6cc2611bb..5f14ec5483 100644
--- a/website/common/locales/ru/npc.json
+++ b/website/common/locales/ru/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Особенные предметы!",
"hideLocked": "Скрыть заблокированное",
"hidePinned": "Скрыть закреплённое",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> опыта",
"amountGold": "<%= amount %> золота",
"namedHatchingPotion": "<%= type %> инкубационный эликсир",
diff --git a/website/common/locales/sk/challenge.json b/website/common/locales/sk/challenge.json
index 089c4631aa..88d62e4c21 100644
--- a/website/common/locales/sk/challenge.json
+++ b/website/common/locales/sk/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "sa stal víťazom nasledujúcich výziev",
"challenges": "Výzvy",
"challengesLink": "Výzvy",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Zatial žiadne výzvy, choď na",
"toCreate": "ak chceš nejakú vytvoriť.",
"selectWinner": "Vyber víťaza a uzavri výzvu:",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Skupiny",
"noNone": "Žiadne",
+ "category": "Category",
"membership": "Členstvo",
+ "ownership": "Ownership",
"participating": "Zúčastnený",
"notParticipating": "Nezúčastnený",
"either": "Oboje",
diff --git a/website/common/locales/sk/groups.json b/website/common/locales/sk/groups.json
index b092aa9f79..1dffab5313 100644
--- a/website/common/locales/sk/groups.json
+++ b/website/common/locales/sk/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/sk/npc.json b/website/common/locales/sk/npc.json
index f8301f3833..01c5b83de7 100644
--- a/website/common/locales/sk/npc.json
+++ b/website/common/locales/sk/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Špeciálne Predmety!",
"hideLocked": "Ukry zamknuté",
"hidePinned": "Ukry pripnuté",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %>Skúseností",
"amountGold": "<%= amount %>Zlata",
"namedHatchingPotion": "<%= type %>Liahoxír",
diff --git a/website/common/locales/sr/challenge.json b/website/common/locales/sr/challenge.json
index 18c0f5fde6..de9a02b8cb 100644
--- a/website/common/locales/sr/challenge.json
+++ b/website/common/locales/sr/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Pobednik u sledećim izazovima",
"challenges": "Izazovi",
"challengesLink": "Challenges",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Nema izazova, posetite",
"toCreate": "da biste napravili izazov.",
"selectWinner": "Odaberite pobednika i završite izazov:",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Grupe",
"noNone": "Nijedna",
+ "category": "Category",
"membership": "Prikazati",
+ "ownership": "Ownership",
"participating": "Gde učestvujem",
"notParticipating": "Gde ne učestvujem",
"either": "Oba",
diff --git a/website/common/locales/sr/groups.json b/website/common/locales/sr/groups.json
index 8a1a832de0..50dd0960a7 100644
--- a/website/common/locales/sr/groups.json
+++ b/website/common/locales/sr/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/sr/npc.json b/website/common/locales/sr/npc.json
index d7ef0d3c4e..fbdd617d6f 100644
--- a/website/common/locales/sr/npc.json
+++ b/website/common/locales/sr/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/sv/challenge.json b/website/common/locales/sv/challenge.json
index 1b3ea24dba..3ae8d5f831 100644
--- a/website/common/locales/sv/challenge.json
+++ b/website/common/locales/sv/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Var vinnaren av de följande utmaningarna",
"challenges": "Utmaningar",
"challengesLink": "Utmaningar",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Inga utmaningar ännu, gå till",
"toCreate": "för att skapa en.",
"selectWinner": "Välj en vinnare och avsluta utmaningen:",
@@ -23,7 +25,9 @@
"filter": "Filter",
"groups": "Grupper",
"noNone": "Ingen",
+ "category": "Category",
"membership": "Medlemskap",
+ "ownership": "Ownership",
"participating": "Deltar",
"notParticipating": "Deltar inte",
"either": "Vilket som",
diff --git a/website/common/locales/sv/content.json b/website/common/locales/sv/content.json
index bec0909471..0f75068d39 100644
--- a/website/common/locales/sv/content.json
+++ b/website/common/locales/sv/content.json
@@ -5,54 +5,54 @@
"armoireNotesFull": "Öppna vapenskåpet för att få en slumpmässig specialutrustning, erfarenhet eller mat! Utrustningsdelar som finns kvar:",
"armoireLastItem": "Du har hittat den sista ovanliga utrustningen i det förtrollade vapenskåpet.",
"armoireNotesEmpty": "Klädskåpet kommer att ha ny utrustning den första veckan varje månad. Tills dess kan du fortsätta klicka för erfarenhet och mat!",
- "dropEggWolfText": "varg",
+ "dropEggWolfText": "Varg",
"dropEggWolfMountText": "Varg",
"dropEggWolfAdjective": "en lojal",
- "dropEggTigerCubText": "tigerunge",
+ "dropEggTigerCubText": "Tigerunge",
"dropEggTigerCubMountText": "tiger",
- "dropEggTigerCubAdjective": "vild",
- "dropEggPandaCubText": "pandaunge",
- "dropEggPandaCubMountText": "panda",
- "dropEggPandaCubAdjective": "lugn",
- "dropEggLionCubText": "lejonunge",
- "dropEggLionCubMountText": "lejon",
+ "dropEggTigerCubAdjective": "en vild",
+ "dropEggPandaCubText": "Pandaunge",
+ "dropEggPandaCubMountText": "Panda",
+ "dropEggPandaCubAdjective": "en lugn",
+ "dropEggLionCubText": "Lejonunge",
+ "dropEggLionCubMountText": "Lejon",
"dropEggLionCubAdjective": "kunglig",
- "dropEggFoxText": "räv",
+ "dropEggFoxText": "Räv",
"dropEggFoxMountText": "Räv",
- "dropEggFoxAdjective": "lömsk",
- "dropEggFlyingPigText": "flygande gris",
+ "dropEggFoxAdjective": "en lömsk",
+ "dropEggFlyingPigText": "Flygande gris",
"dropEggFlyingPigMountText": "Flygande Gris",
- "dropEggFlyingPigAdjective": "nyckfull",
- "dropEggDragonText": "drake",
+ "dropEggFlyingPigAdjective": "en nyckfull",
+ "dropEggDragonText": "Drake",
"dropEggDragonMountText": "Drake",
- "dropEggDragonAdjective": "mäktig",
- "dropEggCactusText": "kaktus",
+ "dropEggDragonAdjective": "en mäktig",
+ "dropEggCactusText": "Kaktus",
"dropEggCactusMountText": "Kaktus",
"dropEggCactusAdjective": "retlig",
- "dropEggBearCubText": "björnunge",
- "dropEggBearCubMountText": "björn",
+ "dropEggBearCubText": "Björnunge",
+ "dropEggBearCubMountText": "Björn",
"dropEggBearCubAdjective": "en modig",
"questEggGryphonText": "Grip",
"questEggGryphonMountText": "Grip",
- "questEggGryphonAdjective": "stolt",
- "questEggHedgehogText": "igelkott",
+ "questEggGryphonAdjective": "en stolt",
+ "questEggHedgehogText": "Igelkott",
"questEggHedgehogMountText": "Igelkott",
- "questEggHedgehogAdjective": "taggig",
- "questEggDeerText": "hjort",
+ "questEggHedgehogAdjective": "en taggig",
+ "questEggDeerText": "Hjort",
"questEggDeerMountText": "Hjort",
- "questEggDeerAdjective": "elegant",
- "questEggEggText": "ägg",
- "questEggEggMountText": "äggkorg",
- "questEggEggAdjective": "ärgglad",
- "questEggRatText": "råtta",
+ "questEggDeerAdjective": "en elegant",
+ "questEggEggText": "Ägg",
+ "questEggEggMountText": "Äggkorg",
+ "questEggEggAdjective": "en färgglad",
+ "questEggRatText": "Råtta",
"questEggRatMountText": "Råtta",
"questEggRatAdjective": "en social",
- "questEggOctopusText": "bläckfisk",
+ "questEggOctopusText": "Bläckfisk",
"questEggOctopusMountText": "Bläckfisk",
- "questEggOctopusAdjective": "slemmig",
- "questEggSeahorseText": "sjöhäst",
+ "questEggOctopusAdjective": "en slemmig",
+ "questEggSeahorseText": "Sjöhäst",
"questEggSeahorseMountText": "Sjöhäst",
- "questEggSeahorseAdjective": "vinst",
+ "questEggSeahorseAdjective": "en vinst",
"questEggParrotText": "papegoja",
"questEggParrotMountText": "Papegoja",
"questEggParrotAdjective": "livfull",
@@ -79,10 +79,10 @@
"questEggBunnyAdjective": "gosig",
"questEggSlimeText": "Marshmallowslem",
"questEggSlimeMountText": "Marshmallowslem",
- "questEggSlimeAdjective": "söt",
+ "questEggSlimeAdjective": "en söt",
"questEggSheepText": "Får",
"questEggSheepMountText": "Får",
- "questEggSheepAdjective": "ullig",
+ "questEggSheepAdjective": "en ullig",
"questEggCuttlefishText": "Bläckfisk",
"questEggCuttlefishMountText": "Bläckfisk",
"questEggCuttlefishAdjective": "kelig",
@@ -115,13 +115,13 @@
"questEggSnailAdjective": "en långsam men stadig",
"questEggFalconText": "Falk",
"questEggFalconMountText": "Falk",
- "questEggFalconAdjective": "snabbt",
+ "questEggFalconAdjective": "en snabb",
"questEggTreelingText": "Trädling",
"questEggTreelingMountText": "Trädling",
"questEggTreelingAdjective": "en lövaktig",
"questEggAxolotlText": "Axolotl",
"questEggAxolotlMountText": "Axolotl",
- "questEggAxolotlAdjective": "lite",
+ "questEggAxolotlAdjective": "en liten",
"questEggTurtleText": "Havssköldpadda",
"questEggTurtleMountText": "Gigantisk Havssköldpadda",
"questEggTurtleAdjective": "en fridfull",
@@ -149,7 +149,7 @@
"questEggPeacockText": "Påfågel",
"questEggPeacockMountText": "Påfågel",
"questEggPeacockAdjective": "en dansande",
- "questEggButterflyText": "Fjärilslarv\n",
+ "questEggButterflyText": "Fjärilslarv",
"questEggButterflyMountText": "Fjäril",
"questEggButterflyAdjective": "en söt",
"questEggNudibranchText": "Nakensnäcka",
@@ -167,8 +167,8 @@
"questEggBadgerText": "Grävling",
"questEggBadgerMountText": "Grävling",
"questEggBadgerAdjective": "bustling",
- "questEggSquirrelText": "Squirrel",
- "questEggSquirrelMountText": "Squirrel",
+ "questEggSquirrelText": "Ekorre",
+ "questEggSquirrelMountText": "Ekorre",
"questEggSquirrelAdjective": "bushy-tailed",
"eggNotes": "Hitta en kläckningsdryck och häll på det här ägget så kommer det kläckas till <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Standard",
@@ -180,8 +180,8 @@
"hatchingPotionZombie": "Zombie",
"hatchingPotionCottonCandyPink": "Ljusrosa",
"hatchingPotionCottonCandyBlue": "Ljusblå",
- "hatchingPotionGolden": "Guld",
- "hatchingPotionSpooky": "läskig",
+ "hatchingPotionGolden": "Guldig",
+ "hatchingPotionSpooky": "Läskig",
"hatchingPotionPeppermint": "Pepparmint",
"hatchingPotionFloral": "Blommig",
"hatchingPotionAquatic": "Akvatisk",
@@ -194,7 +194,7 @@
"hatchingPotionShimmer": "Skimmer",
"hatchingPotionFairy": "Älva",
"hatchingPotionStarryNight": "Stjärnklar Natt",
- "hatchingPotionRainbow": "Rainbow",
+ "hatchingPotionRainbow": "Regnbåge",
"hatchingPotionNotes": "Häll den här på ett ägg, så kläcks det som ett <%= potText(locale) %> husdjur.",
"premiumPotionAddlNotes": "Kan ej användas på ägg till uppdragshusdjur",
"foodMeat": "Kött",
@@ -221,7 +221,7 @@
"foodCottonCandyPink": "Rosa sockervadd",
"foodCottonCandyPinkThe": "Den rosa sockervadden",
"foodCottonCandyPinkA": "Rosa Sockervadd",
- "foodCottonCandyBlue": "Blå sockervadd",
+ "foodCottonCandyBlue": "Blå Sockervadd",
"foodCottonCandyBlueThe": "Den blåa sockervadden",
"foodCottonCandyBlueA": "Blå Sockervadd",
"foodHoney": "Honung",
@@ -260,7 +260,7 @@
"foodCandySkeleton": "Bengodis",
"foodCandySkeletonThe": "the Bare Bones Candy",
"foodCandySkeletonA": "Bare Bones Candy",
- "foodCandyBase": "Standardgodis",
+ "foodCandyBase": "Vanligt Godis",
"foodCandyBaseThe": "the Basic Candy",
"foodCandyBaseA": "Vanligt Godis",
"foodCandyCottonCandyBlue": "Sur Blå Godisbit",
diff --git a/website/common/locales/sv/groups.json b/website/common/locales/sv/groups.json
index 371b9c44fd..d3209b0787 100644
--- a/website/common/locales/sv/groups.json
+++ b/website/common/locales/sv/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Uppgifter Avvaktar Godkännande",
"upgradeTitle": "Uppgradera",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> har gjort anspråk på \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Godkännande Ansökt",
"refreshApprovals": "Ladda Om Godkännanden",
"refreshGroupTasks": "Ladda om Gruppuppgifter",
@@ -366,9 +366,11 @@
"recentActivity": "Nylig Aktivitet",
"myGuilds": "Mina gillen",
"guildsDiscovery": "Upptäck Gillen",
+ "role": "Role",
"guildOrPartyLeader": "Ledare",
"guildLeader": "Gilleledare",
"member": "Medlem",
+ "guildSize": "Guild Size",
"goldTier": "Guldrank",
"silverTier": "Silverrank",
"bronzeTier": "Bronsrank",
diff --git a/website/common/locales/sv/npc.json b/website/common/locales/sv/npc.json
index 9fe6a06b4a..ae0c111f77 100644
--- a/website/common/locales/sv/npc.json
+++ b/website/common/locales/sv/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Utvalda Objekt!",
"hideLocked": "Göm låsta",
"hidePinned": "Göm fastnålade objekt",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Erfarenhet",
"amountGold": "<%= amount %> Guld",
"namedHatchingPotion": "<%= type %> Kläckningsdryck",
diff --git a/website/common/locales/tr/challenge.json b/website/common/locales/tr/challenge.json
index 0910951d0a..54c6065418 100644
--- a/website/common/locales/tr/challenge.json
+++ b/website/common/locales/tr/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Takip eden mücadelelerin kazanı",
"challenges": "Mücadeleler",
"challengesLink": "Mücadeleler",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Henüz mücadele yok, yeni bir tane oluşturmak için",
"toCreate": "sekmesini ziyaret et.",
"selectWinner": "Kazananı seç ve mücadeleyi bitir:",
@@ -23,7 +25,9 @@
"filter": "Filtrele",
"groups": "Gruplar",
"noNone": "Hiçbiri",
+ "category": "Category",
"membership": "Üyelik",
+ "ownership": "Ownership",
"participating": "Üye Oldukların",
"notParticipating": "Üye Olmadıkların",
"either": "Tümü",
diff --git a/website/common/locales/tr/groups.json b/website/common/locales/tr/groups.json
index 3e2d7ecdc3..df52387ea4 100644
--- a/website/common/locales/tr/groups.json
+++ b/website/common/locales/tr/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Onay Bekleyen İşler",
"upgradeTitle": "Yükselt",
"blankApprovalsDescription": "Grubun senin onayını bekleyen bir işi bitirdiğinde, iş burada belirir! İş düzenleme kısmından onay gereksinimini ayarlayabilirsin.",
- "userIsClamingTask": "`<%= username %>, \"<%= task %>\" üzerinde çalışmaya başladı",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Onay Talebi Gönderildi",
"refreshApprovals": "Onayları Yenile",
"refreshGroupTasks": "Grup İşlerini Yenile",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Üye",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/tr/npc.json b/website/common/locales/tr/npc.json
index 03762d8596..13dce55866 100644
--- a/website/common/locales/tr/npc.json
+++ b/website/common/locales/tr/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Öne Çıkan Eşyalar!",
"hideLocked": "Kilidi açılmamış olanları gizle",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %>tecrübe",
"amountGold": "<%= amount %>Altın",
"namedHatchingPotion": "<%= type %>Kuluçka İksiri",
diff --git a/website/common/locales/uk/challenge.json b/website/common/locales/uk/challenge.json
index 6457f2495f..e91a2f20e9 100644
--- a/website/common/locales/uk/challenge.json
+++ b/website/common/locales/uk/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "Подолав такі випробування",
"challenges": "Випробування",
"challengesLink": "Випробування",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "Ще немає випробувань, відвідайте",
"toCreate": "аби створити одне.",
"selectWinner": "Обрати переможця та закрити випробування:",
@@ -23,7 +25,9 @@
"filter": "Вибірка",
"groups": "Ватагами",
"noNone": "Жодного",
+ "category": "Category",
"membership": "Членство",
+ "ownership": "Ownership",
"participating": "Бере участь",
"notParticipating": "Не бере участь",
"either": "Будь-хто",
diff --git a/website/common/locales/uk/faq.json b/website/common/locales/uk/faq.json
index c18de21362..bc12efcc3c 100644
--- a/website/common/locales/uk/faq.json
+++ b/website/common/locales/uk/faq.json
@@ -33,9 +33,9 @@
"androidFaqAnswer7": "На рівні 10 ви можете стати воїном, магом, розбійником або цілителем. (Усі гравці починають як воїни за замовчуванням.) Кожен клас має різні варіанти обладнання, різні навички, які вони можуть чаклувати після рівня 11, та різні переваги. Воїни можуть легко пошкодити босів, витримувати більше пошкоджень від своїх завдань і допомогти зробити свій гурт прочнішим. Маги можуть також легко пошкодити босів, а також швидко отримувати новий рівень і відновлювати Ману для свого гурту. Розбійники заробляють найбільше золота і отримують найбільшу кількість випадань, і вони можуть допомогти своїй партії зробити те ж саме. Нарешті, Цілителі можуть зцілити себе та членів свого гурту. Якщо ви не бажаєте негайно вибирати клас - наприклад, якщо ви все ще працюєте, щоб придбати все спорядження вашого поточного класу, ви можете натиснути кнопку \"Вирішити Пізніше\" та вибрати пізніше в Меню > Вибрати клас.",
"webFaqAnswer7": "На рівні 10 ви можете стати воїном, магом, розбійником або цілителем. (Усі гравці починають як воїни за замовчуванням.) Кожен клас має різні варіанти обладнання, різні навички, які вони можуть чаклувати після рівня 11, та різні переваги. Воїни можуть легко пошкодити босів, витримувати більше пошкоджень від своїх завдань і допомогти зробити свій гурт прочнішим. Маги можуть також легко пошкодити босів, а також швидко отримувати новий рівень і відновлювати Ману для свого гурту. Розбійники заробляють найбільше золота і отримують найбільшу кількість випадань, і вони можуть допомогти своїй партії зробити те ж саме. Нарешті, Цілителі можуть зцілити себе та членів свого гурту. Якщо ви не бажаєте негайно вибирати клас - наприклад, якщо ви все ще працюєте, щоб придбати все спорядження вашого поточного класу, ви можете натиснути кнопку \"Вирішити Пізніше\" та повторно активувати класи у Налаштуваннях.",
"faqQuestion8": "Що це за голубий показник, котрий з'являється в заголовках після 10 рівня?",
- "iosFaqAnswer8": "The blue bar that appeared when you hit level 10 and chose a Class is your Mana bar. As you continue to level up, you will unlock special Skills that cost Mana to use. Each Class has different Skills, which appear after level 11 under Menu > Use Skills. Unlike your health bar, your Mana bar does not reset when you gain a level. Instead, Mana is gained when you complete Good Habits, Dailies, and To-Dos, and lost when you indulge bad Habits. You'll also regain some Mana overnight -- the more Dailies you completed, the more you will gain.",
- "androidFaqAnswer8": "The blue bar that appeared when you hit level 10 and chose a Class is your Mana bar. As you continue to level up, you will unlock special Skills that cost Mana to use. Each Class has different Skills, which appear after level 11 under Menu > Skills. Unlike your health bar, your Mana bar does not reset when you gain a level. Instead, Mana is gained when you complete Good Habits, Dailies, and To-Dos, and lost when you indulge bad Habits. You'll also regain some Mana overnight -- the more Dailies you completed, the more you will gain.",
- "webFaqAnswer8": "The blue bar that appeared when you hit level 10 and chose a Class is your Mana bar. As you continue to level up, you will unlock special Skills that cost Mana to use. Each Class has different Skills, which appear after level 11 in the action bar at the bottom of the screen. Unlike your Health bar, your Mana bar does not reset when you gain a level. Instead, Mana is gained when you complete good Habits, Dailies, and To-Dos, and lost when you indulge bad Habits. You'll also regain some Mana overnight -- the more Dailies you completed, the more you will gain.",
+ "iosFaqAnswer8": "Синя смужка, яка з'явиться, коли ви отримаєте рівень 10 і виберете клас, - це ваша смужка Мани. Коли ви продовжуєте отримувати нові рівні, ви розблокуєте спеціальні навички, для використання яких потрібна Мана. Кожен клас має різні навички, які з'являються після рівня 11 в Меню > Навички. На відміну від смужки здоров'я, смужка Мани не скидається, коли ви отримуєте рівень. Замість цього, Мана отримується, коли ви виконуєте Добрі звички, Щоденні Завдання та Задачі, і втрачаєте, коли зловживаєте поганими звичками. Ви також отримаєте Ману за ніч - чим більше Щоденних Завдань ви завершите, тим більше ви отримаєте.",
+ "androidFaqAnswer8": "Синя смужка, яка з'явиться, коли ви отримаєте рівень 10 і виберете клас, - це ваша смужка Мани. Коли ви продовжуєте отримувати нові рівні, ви розблокуєте спеціальні навички, для використання яких потрібна Мана. Кожен клас має різні навички, які з'являються після рівня 11 в Меню > Навички. На відміну від смужки здоров'я, смужка Мани не скидається, коли ви отримуєте рівень. Замість цього, Мана отримується, коли ви виконуєте Добрі звички, Щоденні Завдання та Задачі, і втрачаєте, коли зловживаєте поганими звичками. Ви також отримаєте Ману за ніч - чим більше Щоденних Завдань ви завершите, тим більше ви отримаєте.",
+ "webFaqAnswer8": "Синя смужка, яка з'явиться, коли ви отримаєте рівень 10 і виберете клас, - це ваша смужка Мани. Коли ви продовжуєте отримувати нові рівні, ви розблокуєте спеціальні навички, для використання яких потрібна Мана. Кожен клас має різні навички, які з'являються після рівня 11 у активній панель знизу екрану. На відміну від смужки здоров'я, смужка Мани не скидається, коли ви отримуєте рівень. Замість цього, Мана отримується, коли ви виконуєте Добрі звички, Щоденні Завдання та Задачі, і втрачаєте, коли зловживаєте поганими звичками. Ви також отримаєте Ману за ніч - чим більше Щоденних Завдань ви завершите, тим більше ви отримаєте.",
"faqQuestion9": "Як боротися з монстрами та приймати участь в квестах?",
"iosFaqAnswer9": "First, you need to join or start a Party (see above). Although you can battle monsters alone, we recommend playing in a group, because this will make Quests much easier. Plus, having a friend to cheer you on as you accomplish your tasks is very motivating!\n\n Next, you need a Quest Scroll, which are stored under Menu > Items. There are three ways to get a scroll:\n\n - At level 15, you get a Quest-line, aka three linked quests. More Quest-lines unlock at levels 30, 40, and 60 respectively. \n - When you invite people to your Party, you'll be rewarded with the Basi-List Scroll!\n - You can buy Quests from the Quests Shop for Gold and Gems.\n\n To battle the Boss or collect items for a Collection Quest, simply complete your tasks normally, and they will be tallied into damage overnight. (Reloading by pulling down on the screen may be required to see the Boss's health bar go down.) If you are fighting a Boss and you missed any Dailies, the Boss will damage your Party at the same time that you damage the Boss. \n\n After level 11 Mages and Warriors will gain Skills that allow them to deal additional damage to the Boss, so these are excellent classes to choose at level 10 if you want to be a heavy hitter.",
"androidFaqAnswer9": "First, you need to join or start a Party (see above). Although you can battle monsters alone, we recommend playing in a group, because this will make Quests much easier. Plus, having a friend to cheer you on as you accomplish your tasks is very motivating!\n\n Next, you need a Quest Scroll, which are stored under Menu > Items. There are three ways to get a scroll:\n\n - At level 15, you get a Quest-line, aka three linked quests. More Quest-lines unlock at levels 30, 40, and 60 respectively. \n - When you invite people to your Party, you'll be rewarded with the Basi-List Scroll!\n - You can buy Quests from the Quests Shop for Gold and Gems.\n\n To battle the Boss or collect items for a Collection Quest, simply complete your tasks normally, and they will be tallied into damage overnight. (Reloading by pulling down on the screen may be required to see the Boss's health bar go down.) If you are fighting a Boss and you missed any Dailies, the Boss will damage your Party at the same time that you damage the Boss. \n\n After level 11 Mages and Warriors will gain Skills that allow them to deal additional damage to the Boss, so these are excellent classes to choose at level 10 if you want to be a heavy hitter.",
@@ -45,7 +45,7 @@
"androidFaqAnswer10": "Gems are purchased with real money by tapping on the Gem icon in the header. When people buy Gems, they are helping us to keep the site running. We're very grateful for their support!\n\n In addition to buying Gems directly, there are three other ways players can gain Gems:\n\n * Win a Challenge that has been set up by another player. Go to Social > Challenges to join some.\n * Subscribe and unlock the ability to buy a certain number of Gems per month.\n * Contribute your skills to the Habitica project. See this wiki page for more details: [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica).\n\n Keep in mind that items purchased with Gems do not offer any statistical advantages, so players can still make use of the app without them!",
"webFaqAnswer10": "Gems are purchased with real money, although [subscribers](https://habitica.com/user/settings/subscription) can purchase them with Gold. When people subscribe or buy Gems, they are helping us to keep the site running. We're very grateful for their support! In addition to buying Gems directly or becoming a subscriber, there are two other ways players can gain Gems:\n* Win a Challenge that has been set up by another player. Go to Challenges > Discover Challenges to join some.\n * Contribute your skills to the Habitica project. See this wiki page for more details: [Contributing to Habitica](http://habitica.wikia.com/wiki/Contributing_to_Habitica). Keep in mind that items purchased with Gems do not offer any statistical advantages, so players can still make use of the site without them!",
"faqQuestion11": "Як повідомити про помилку чи запропонувати нову функцію?",
- "iosFaqAnswer11": "You can report a bug, request a feature, or send feedback under Menu > About > Report a Bug and Menu > About > Send Feedback! We'll do everything we can to assist you.",
+ "iosFaqAnswer11": "Ви можете повідомити про помилку,запросити нову функцію або надіслати відгук у Меню\"> Про проект> \"Повідомити про помилку\" та Меню > Про проект> Надіслати відгук! Ми зробимо все можливе, щоб допомогти вам.",
"androidFaqAnswer11": "You can report a bug, request a feature, or send feedback under About > Report a Bug and About > Send us Feedback! We'll do everything we can to assist you.",
"webFaqAnswer11": "To report a bug, go to [Help > Report a Bug](https://habitica.com/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac) and read the points above the chat box. If you're unable to log in to Habitica, send your login details (not your password!) to [<%= techAssistanceEmail %>](<%= wikiTechAssistanceEmail %>). Don't worry, we'll get you fixed up soon! Feature requests are collected on Trello. Go to [Help > Request a Feature](https://trello.com/c/odmhIqyW/440-read-first-table-of-contents) and follow the instructions. Ta-da!",
"faqQuestion12": "Як боротися зі світовими босами?",
diff --git a/website/common/locales/uk/groups.json b/website/common/locales/uk/groups.json
index 9ffb4ceecc..7b27a019b7 100644
--- a/website/common/locales/uk/groups.json
+++ b/website/common/locales/uk/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "Мої ґільдії",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/uk/npc.json b/website/common/locales/uk/npc.json
index 368da290d0..cd0fb8b57f 100644
--- a/website/common/locales/uk/npc.json
+++ b/website/common/locales/uk/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",
diff --git a/website/common/locales/zh/challenge.json b/website/common/locales/zh/challenge.json
index 4953bb2d5a..a69a79abea 100644
--- a/website/common/locales/zh/challenge.json
+++ b/website/common/locales/zh/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "赢得了以下挑战",
"challenges": "挑战",
"challengesLink": "挑戰",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "还没有挑战,在",
"toCreate": "这里建立一个。",
"selectWinner": "选择一位赢家然后结束挑战:",
@@ -23,7 +25,9 @@
"filter": "过滤器",
"groups": "小组",
"noNone": "全不选",
+ "category": "Category",
"membership": "参与状态",
+ "ownership": "Ownership",
"participating": "正在参与",
"notParticipating": "未参与",
"either": "都显示",
diff --git a/website/common/locales/zh/communityguidelines.json b/website/common/locales/zh/communityguidelines.json
index 721a439258..15d4c5f6e6 100644
--- a/website/common/locales/zh/communityguidelines.json
+++ b/website/common/locales/zh/communityguidelines.json
@@ -34,15 +34,15 @@
"commGuideHeadingPublicGuilds": "公共公会",
"commGuidePara029": "公开的公会就像酒馆,只是除了一般讨论外,他们有一个关注的主题 。公会聊天应该聚焦在这个主题上。例如 语言大师公会 如果突然专注起园艺而不是写作,这个公会就会被取消;或者 龙的发烧友公会 对解密古老卢恩文字就不会有兴趣。一些公会对这样要求比较宽松,但整体而言,尽量不要跑题 !",
"commGuidePara031": "一些公开的公会可能包含敏感话题,比如关于抑郁、宗教或政治的话题。只要不违反条款与条件,以及公共空间准则,并将讨论限制在话题范围内,这些讨论是不被限制的。",
- "commGuidePara033": "Public Guilds may NOT contain 18+ content. If they plan to regularly discuss sensitive content, they should say so in the Guild description. This is to keep Habitica safe and comfortable for everyone.",
- "commGuidePara035": "If the Guild in question has different kinds of sensitive issues, it is respectful to your fellow Habiticans to place your comment behind a warning (ex. \"Warning: references self-harm\"). These may be characterized as trigger warnings and/or content notes, and Guilds may have their own rules in addition to those given here. If possible, please use markdown to hide the potentially sensitive content below line breaks so that those who may wish to avoid reading it can scroll past it without seeing the content. Habitica staff and moderators may still remove this material at their discretion.",
- "commGuidePara036": "Additionally, the sensitive material should be topical -- bringing up self-harm in a Guild focused on fighting depression may make sense, but is probably less appropriate in a music Guild. If you see someone who is repeatedly violating this guideline, especially after several requests, please flag the posts and notify the moderators via the Moderator Contact Form.",
- "commGuidePara037": "No Guilds, Public or Private, should be created for the purpose of attacking any group or individual. Creating such a Guild is grounds for an instant ban. Fight bad habits, not your fellow adventurers!",
- "commGuidePara038": "All Tavern Challenges and Public Guild Challenges must comply with these rules as well.",
+ "commGuidePara033": " 公开公会不能含有18禁内容。如果打算在里面定期地讨论这些敏感内容,应该在公会名称上标明。 这条规定是为了让所有玩家安全舒适的进行游戏。",
+ "commGuidePara035": " 如果一个可疑的公会里包含了不同种类的敏感议题,请尊重你的小伙伴,在警告后面加以注明(例如\"警告:里面含有自残内容\")。这些将会被定性为触发警告或是有备注的内容,除了既定的规则之外管理者可以定制自己的规则。如果可以的话,请使用 Markdown语法 来隐藏换行符下的潜在敏感内容,以便那些希望避免阅读该内容的人不会在滚动阅读时看见该内容。Habitica工作人员和管理员可以自行决定保留或移除这些内容。",
+ "commGuidePara036": "另外,敏感成份必须和主题有关——在对抗抑郁症的公会里谈到自残是可理解的,但在音乐公会里谈就不适当了。如果你看到有人一直违反社区准则,屡劝不听的话,请举报该帖子并且通过 管理员联系表格 通知管理员。",
+ "commGuidePara037": " 不应该建立任何用于攻击任何团体或个人的公会,不论是公开或是私人。建立这样的公会将会被立刻封禁。对抗坏习惯,而不是你的冒险者小伙伴!",
+ "commGuidePara038": " 所有的酒馆挑战和公共公会的挑战也必须遵守这些规则 。",
"commGuideHeadingInfractionsEtc": "违规,后果和恢复",
"commGuideHeadingInfractions": "违规",
"commGuidePara050": "Habiticans 互相帮助互相尊重,并努力让整个社区更有趣更友好。然而在极少数情况下,Habiticans 的所作所为可能违反以上的准则。当这种情况发生时,管理员将采取一切必要行动来保持 Habitica 的可靠和舒适。",
- "commGuidePara051": "There are a variety of infractions, and they are dealt with depending on their severity. These are not comprehensive lists, and the Mods can make decisions on topics not covered here at their own discretion. The Mods will take context into account when evaluating infractions.",
+ "commGuidePara051": "违规形式各种各样,我们将根据其严重性进行处理。这些并不是全面的列表,管理员们可以根据自己的判断对这里未涉及的主题做出决定。 他们在评估违规时会考虑到上下文。",
"commGuideHeadingSevereInfractions": "严重违规",
"commGuidePara052": "严重违规极大的伤害Habitica社区和用户的安全,因此会导致严重后果。",
"commGuidePara053": "下面是一些严重违规的例子。这并非一个全面的列表。",
@@ -56,16 +56,16 @@
"commGuideHeadingModerateInfractions": "中度违规",
"commGuidePara054": "中度违规不会威胁社区的安全,但是会让人感到不愉快。这些违规将产生中等影响。当多次违规行为加一起,后果会愈发严重。",
"commGuidePara055": "以下是一些中度违规的例子。这并非一个完整列表。",
- "commGuideList06A": "Ignoring, disrespecting or arguing with a Mod. This includes publicly complaining about moderators or other users, publicly glorifying or defending banned users, or debating whether or not a moderator action was appropriate. If you are concerned about one of the rules or the behaviour of the Mods, please contact the staff via email (admin@habitica.com).",
- "commGuideList06B": "Backseat Modding. To quickly clarify a relevant point: A friendly mention of the rules is fine. Backseat modding consists of telling, demanding, and/or strongly implying that someone must take an action that you describe to correct a mistake. You can alert someone to the fact that they have committed a transgression, but please do not demand an action -- for example, saying, \"Just so you know, profanity is discouraged in the Tavern, so you may want to delete that,\" would be better than saying, \"I'm going to have to ask you to delete that post.\"",
- "commGuideList06C": "Intentionally flagging innocent posts.",
- "commGuideList06D": "Repeatedly Violating Public Space Guidelines",
- "commGuideList06E": "Repeatedly Committing Minor Infractions",
+ "commGuideList06A": "忽视,不尊重或与管理员争吵。包括公开抱怨管理员或者其他用户、公开美化被禁用户或为其辩护,或者争论一位管理员的行为是否合适。如果你对某条规则或者管理员的行为感到顾虑,请通过邮件联系工作人员 ( admin@habitica.com )。",
+ "commGuideList06B": "不要越俎代庖。为了快速澄清有关问题:友情地提示规则是很好的做法。越俎代庖的行为包括告知,要求和/或强烈暗示某人必须采取您描述的措施来纠正错误。你可以警告某人TA已经违规,但是请勿要求TA做什么——例如,对违规的人说:“正如你所知道的,脏话在酒馆很令人泄气,所以请你删掉它。”会比说:“我要求你必须删掉那个帖子。”好得多。",
+ "commGuideList06C": "恶意举报非违规帖子",
+ "commGuideList06D": "多次违反公共空间准则",
+ "commGuideList06E": "多次轻度违规",
"commGuideHeadingMinorInfractions": "轻微违规",
"commGuidePara056": "一旦轻度违规,违规者会受到警告,而且会受到轻微的惩罚。屡教不改,继续违规则会导致更加严重的后果。",
"commGuidePara057": "以下是一些轻度违规的例子。这并非一个完整的列表。",
"commGuideList07A": "初次违反公共空间准则",
- "commGuideList07B": "Any statements or actions that trigger a \"Please Don't\". When a Mod has to say \"Please don't do this\" to a user, it can count as a very minor infraction for that user. An example might be \"Please don't keep arguing in favor of this feature idea after we've told you several times that it isn't feasible.\" In many cases, the Please Don't will be the minor consequence as well, but if Mods have to say \"Please Don't\" to the same user enough times, the triggering Minor Infractions will start to count as Moderate Infractions.",
+ "commGuideList07B": "任何触发了“请不要”的声明和行动。当管理员不得不对玩家说“请不要这样做”时,这就算作玩家一次非常小的违规。一个例子可能是“在我们多次告诉你这个功能不可行之后,请不要继续争论这个功能。”在许多例子中,“请不要”也会带来轻微的影响,但是如果管理员不得不对同一个玩家多次说\"请不要\"时,引发的轻度违规将算作中度违规。",
"commGuidePara057A": "Some posts may be hidden because they contain sensitive information or might give people the wrong idea. Typically this does not count as an infraction, particularly not the first time it happens!",
"commGuideHeadingConsequences": "后果",
"commGuidePara058": "在Habitica——与现实生活一样——每一个行为都有一个结果,无论是一直跑步的你会变得健康,还是吃太多糖的你会蛀牙,还是一直学习的你会通过考试。",
diff --git a/website/common/locales/zh/generic.json b/website/common/locales/zh/generic.json
index a77289f830..1f5d762a5d 100644
--- a/website/common/locales/zh/generic.json
+++ b/website/common/locales/zh/generic.json
@@ -287,5 +287,5 @@
"selected": "已选择",
"howManyToBuy": "你想买多少呢?",
"habiticaHasUpdated": "有一個新的Habitica更新。刷新以獲取最新版本!",
- "contactForm": "联系版主小组"
+ "contactForm": "联系管理员小组"
}
\ No newline at end of file
diff --git a/website/common/locales/zh/groups.json b/website/common/locales/zh/groups.json
index 8d35a014f2..55c1d288d1 100644
--- a/website/common/locales/zh/groups.json
+++ b/website/common/locales/zh/groups.json
@@ -64,7 +64,7 @@
"partyLoading3": "你的队伍正在聚集中。请稍等...",
"partyLoading4": "你的队伍正在成形中。请稍等...",
"systemMessage": "系统消息",
- "newMsgGuild": "有<%= name %>条新消息",
+ "newMsgGuild": "<%= name %> 有新消息",
"newMsgParty": "您的队伍 <%= name %> 有新消息",
"chat": "聊天",
"sendChat": "发送",
@@ -316,7 +316,7 @@
"approvalsTitle": "等待被审批的任务",
"upgradeTitle": "升级",
"blankApprovalsDescription": "当你的小组完成了需要你审批的任务时,它们会出现在这里!在任务编辑中调整审批要求设置。",
- "userIsClamingTask": "`<%= username %> 发布了 \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "同意请求",
"refreshApprovals": "更新审批请求",
"refreshGroupTasks": "更新组内任务",
@@ -366,9 +366,11 @@
"recentActivity": "近期活动",
"myGuilds": "我的公会",
"guildsDiscovery": "发现公会",
+ "role": "Role",
"guildOrPartyLeader": "会长",
"guildLeader": "公会会长",
"member": "成员",
+ "guildSize": "Guild Size",
"goldTier": "金奖",
"silverTier": "银奖",
"bronzeTier": "铜奖",
@@ -446,7 +448,7 @@
"letsMakeAccount": "首先,来注册一个账号",
"nameYourGroup": "然后,给你的队伍命名",
"exampleGroupName": "例如:复仇者联盟",
- "exampleGroupDesc": "For those selected to join the training academy for The Avengers Superhero Initiative",
+ "exampleGroupDesc": "对于那些被选中加入复仇者联盟的超级英雄行动培训学院的人",
"thisGroupInviteOnly": "这个队伍仅限邀请加入。",
"gettingStarted": "现在加入我们",
"congratsOnGroupPlan": "恭喜您创建您的新队伍! 以下是一些常见问题的答案。",
diff --git a/website/common/locales/zh/npc.json b/website/common/locales/zh/npc.json
index 852a7b4dd7..6a8c3d03ca 100644
--- a/website/common/locales/zh/npc.json
+++ b/website/common/locales/zh/npc.json
@@ -23,7 +23,7 @@
"sleepBullet4": "结算前这里会预测你对boss造成的伤害以及收集到的物品数量",
"pauseDailies": "进入酒馆",
"unpauseDailies": "离开酒馆",
- "staffAndModerators": "工作人员和版主",
+ "staffAndModerators": "工作人员和管理员",
"communityGuidelinesIntro": "Habitica尝试为所有年龄和背景的用户创造一个温馨的环境,特别是像在酒馆这样的公共场所。 如果您有任何问题,请咨询我们的“社区准则”",
"acceptCommunityGuidelines": "我同意遵守社区指南",
"daniel": "Daniel",
@@ -48,6 +48,7 @@
"featuredItems": "特色商品!",
"hideLocked": "隐藏未解锁的物品",
"hidePinned": "隐藏固定的物品",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %>经验值",
"amountGold": "<%= amount %>金币",
"namedHatchingPotion": "<%= type %>瓶孵化药水",
diff --git a/website/common/locales/zh/quests.json b/website/common/locales/zh/quests.json
index 389589c386..a15d5a4e29 100644
--- a/website/common/locales/zh/quests.json
+++ b/website/common/locales/zh/quests.json
@@ -79,7 +79,7 @@
"mustLvlQuest": "你需要达到第<%= level %>级才能买这个任务!",
"mustInviteFriend": "要完成这个任务,你需要邀请一个朋友加入你的队伍。现在就发出邀请吗?",
"unlockByQuesting": "为了解锁这个任务,请先完成<%= title %>。",
- "questConfirm": "你肯定吗?<%= questmembers %>个队伍成员中只有<%= totalmembers %>个参加了这个探索任务!当所有的成员都参加或拒绝了探索任务,探索任务将会自动开启。",
+ "questConfirm": "你肯定吗?你的 <%= totalmembers %> 个队伍成员中只有<%= questmembers %>个参加了这个探索任务!当所有的成员都参加或拒绝了探索任务,探索任务将会自动开启。",
"sureCancel": "你是否确定要放弃这个探索任务?这将会失去所有已接受的邀请。探索任务拥有者将拿回探索任务卷轴。",
"sureAbort": "你是否确定要放弃这个任务?这样做会让你的所有队员都退出这个任务,并且消除所有进度。任务卷轴将会回到任务拥有者手上。",
"doubleSureAbort": "你真的真的要这样做吗?要确保他们不会讨厌你一辈子哟!",
diff --git a/website/common/locales/zh_TW/challenge.json b/website/common/locales/zh_TW/challenge.json
index 289f45795f..5991dd96a4 100644
--- a/website/common/locales/zh_TW/challenge.json
+++ b/website/common/locales/zh_TW/challenge.json
@@ -13,6 +13,8 @@
"challengeWinner": "贏得了以下挑戰",
"challenges": "挑戰",
"challengesLink": "挑戰",
+ "challengePrize": "Challenge Prize",
+ "endDate": "Ends",
"noChallenges": "還沒有挑戰,探訪",
"toCreate": "去建立一個。",
"selectWinner": "選一位贏家然後結束挑戰:",
@@ -23,7 +25,9 @@
"filter": "篩選",
"groups": "群組",
"noNone": "全不選",
+ "category": "Category",
"membership": "參與狀態",
+ "ownership": "Ownership",
"participating": "參與中",
"notParticipating": "未參與",
"either": "都顯示",
diff --git a/website/common/locales/zh_TW/groups.json b/website/common/locales/zh_TW/groups.json
index c6c620b8a6..50a3c213a8 100644
--- a/website/common/locales/zh_TW/groups.json
+++ b/website/common/locales/zh_TW/groups.json
@@ -316,7 +316,7 @@
"approvalsTitle": "Tasks Awaiting Approval",
"upgradeTitle": "Upgrade",
"blankApprovalsDescription": "When your group completes tasks that need your approval, they'll appear here! Adjust approval requirement settings under task editing.",
- "userIsClamingTask": "`<%= username %> has claimed \"<%= task %>\"`",
+ "userIsClamingTask": "`<%= username %> has claimed:` <%= task %>",
"approvalRequested": "Approval Requested",
"refreshApprovals": "Refresh Approvals",
"refreshGroupTasks": "Refresh Group Tasks",
@@ -366,9 +366,11 @@
"recentActivity": "Recent Activity",
"myGuilds": "My Guilds",
"guildsDiscovery": "Discover Guilds",
+ "role": "Role",
"guildOrPartyLeader": "Leader",
"guildLeader": "Guild Leader",
"member": "Member",
+ "guildSize": "Guild Size",
"goldTier": "Gold Tier",
"silverTier": "Silver Tier",
"bronzeTier": "Bronze Tier",
diff --git a/website/common/locales/zh_TW/npc.json b/website/common/locales/zh_TW/npc.json
index 7497a1c8b6..3ebe138d55 100644
--- a/website/common/locales/zh_TW/npc.json
+++ b/website/common/locales/zh_TW/npc.json
@@ -48,6 +48,7 @@
"featuredItems": "Featured Items!",
"hideLocked": "Hide locked",
"hidePinned": "Hide pinned",
+ "hideMissing": "Hide Missing",
"amountExperience": "<%= amount %> Experience",
"amountGold": "<%= amount %> Gold",
"namedHatchingPotion": "<%= type %> Hatching Potion",