mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
Merge pull request #121 from Sinza-/split-main-json
i18n(subscriber): replace subscriber hard-coded strings for env.t
This commit is contained in:
commit
22f5159dca
3 changed files with 49 additions and 6 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"quests.json",
|
||||
"rebirth.json",
|
||||
"settings.json",
|
||||
"subscriber.json",
|
||||
"tasks.json"
|
||||
]
|
||||
}
|
||||
|
|
@ -24,16 +24,13 @@
|
|||
"for" : "for",
|
||||
|
||||
"_commentjustin" : "JUSTIN",
|
||||
"buyGemsDonate" : "Buy Gems / Donate",
|
||||
"buyGems" : "Buy Gems",
|
||||
"justin" : "Justin",
|
||||
"fiveUSD1" : "$5 USD",
|
||||
"fiveUSD2" : " will:",
|
||||
"USD" : "USD",
|
||||
"donateText1" : "Adds 20 Gems to your account. Gems are used to buy special in-game items, such as shirts and hairstyles.",
|
||||
"donateText2" : "Donate to the developers",
|
||||
"donateText3" : "As an open source project, it can use all the help we can get!",
|
||||
"payWithCard" : "Pay with Card",
|
||||
"payWithPaypal" : "Pay with Paypal",
|
||||
"paypalText" : "20 Gems, Disable Ads, Donation to the Developers",
|
||||
"payRecommended" : "Recommended method.",
|
||||
"paypalText" : "20 Gems, Disable Ads, Donation to the Developers",
|
||||
"payNote" : "Note: PayPal sometimes takes a long time to clear. We recommend paying with card."
|
||||
}
|
||||
|
|
|
|||
45
locales/en/subscriber.json
Normal file
45
locales/en/subscriber.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"_commentsubscriber" : "SUBSCRIBER RELATED STRINGS",
|
||||
|
||||
"subscription" : "Subscription",
|
||||
"subWarning1" : "Warning: this is a highly-experimental feature, and many ",
|
||||
"subWarning2" : "experience issues",
|
||||
"subWarning3" : " with it.",
|
||||
"disableAds" : "Disable ads",
|
||||
"disableAdsText" : "Ads will stay disabled while you have an active account (original users with disabled ads are grandfathered).",
|
||||
"buyGemsGold" : "Buy Gems with Gold",
|
||||
"buyGemsGoldText" : "(1 Gem costs <%= gemCost %> Gold) Addresses the \"pay to win\" concern, as everything is now achievable through hard work. There's a <%= gemLimit %>G monthly conversion cap to prevent farming.",
|
||||
"retainHistory" : "Retain full history entries",
|
||||
"retainHistoryText" : "Makes your full history available in graphs and export. Non-subscriber histories get consolidated for database optimization.",
|
||||
"doubleDrops" : "Daily drop-caps doubled",
|
||||
"doubleDropsText" : "Complete your stable faster!",
|
||||
"supportDevs" : "Supports the developers",
|
||||
"supportDevsText" : "This open source project can use all the help it can get. Help us keep Habit alive!",
|
||||
"monthUSD" : "USD / Month",
|
||||
"individualSub" : "Individual Subscription",
|
||||
"subscribe" : "Subscribe",
|
||||
"subscribed" : "Subscribed",
|
||||
"cancelSub" : "Cancel Subscription",
|
||||
"adminSub" : "Administrator Subscriptions",
|
||||
"morePlans" : "More Plans<br/>Coming Soon",
|
||||
"organizationSub" : "Private Organization",
|
||||
"organizationSubText" : "Members of the organization participate outside of HabitRPG proper, providing focus for your participants.",
|
||||
"hostingType" : "Hosting Type",
|
||||
"hostingTypeText" : "Shared hosting means your organization uses the same database as HabitRPG proper even though you don't interact with Habitica. Dedicated means you get your own database and server. You can choose to have HabitRPG host your server/db, or we can install it on your own servers.",
|
||||
"dedicated" : "Dedicated",
|
||||
"customDomain" : "Custom Domain",
|
||||
"customDomainText" : "We can optionally give you your own domain for the installation.",
|
||||
"maxPlayers" : "Max Participants",
|
||||
"maxPlayersText" : "The maximum number of players in your private organization.",
|
||||
"unlimited" : "Unlimited",
|
||||
"priSupport" : "Priority support on tickets & hosting",
|
||||
"priSupportText" : "First to be provided for with support.",
|
||||
"timeSupport" : "Support Hours / Month",
|
||||
"timeSupportText" : "We will provide support for training, bugs, installation, and feature requests.",
|
||||
"gameFeatures" : "In-Game features",
|
||||
"gameNoAds" : "Ads disabled for members",
|
||||
"gold2Gem" : "Gems purchasable with gold",
|
||||
"gold2GemText" : "Members will be able to purchase gems with gold, meaning none of your participants need to buy anything with real money.",
|
||||
"infiniteGem" : "Infinite leader gems",
|
||||
"infiniteGemText" : "We will provide the organization leaders with as many gems as they need, for things like challenge prizes, guild-creation, etc."
|
||||
}
|
||||
Loading…
Reference in a new issue