This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from Idrinth/idrinth
Idrinth
- Loading branch information
Showing
8 changed files
with
166 additions
and
156 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"chat": { | ||
"actions": { | ||
"banUser": "Ban User", | ||
"makeMod": "Make Moderator", | ||
"makeAdmin": "Make Admin", | ||
"makeUser": "Make User", | ||
"close": "Close", | ||
"invite": "Invite to Chat ", | ||
"createChat": "Create Chat", | ||
"joinChat": "Join Chat", | ||
"createAddChat": "Click to create additional chat", | ||
"copyIdPasswort": "Copy Password&Id", | ||
"deleteRoom": "Delete Room", | ||
"leaveRoom": "Leave Room" | ||
}, | ||
"texts": { | ||
"settings": "More settings at ", | ||
"account": "Account", | ||
"title": "Chat", | ||
"creditEmoticon": "Emoticons provided by ", | ||
"optional": "This part of the script is optional, so logging in is unneeded for raid catching etc.", | ||
"invalid": "This should not be the data for logging in on the related gaming site and the login does not need to match your ingame name - you can set a display name after the registration.", | ||
"offline": "Not logged in, click to login/register" | ||
}, | ||
"error": { | ||
"modify": "Can't modify that user at the moment", | ||
"create": "Can't create at the moment", | ||
"join": "Joining didn't work", | ||
"login": "Login failed in an unexpected way", | ||
"unknown": "The given username for dotd.idrinth.de is unknown, do you want to register it there?" | ||
}, | ||
"notification": { | ||
"mention": "chat-mention notifications?", | ||
"raid": "chat-raid notifications?", | ||
"message": "chat-message notifications?" | ||
} | ||
}, | ||
"default": "Unexpected error occurred. Please contact script developers (https://github.com/Idrinth/IDotD).", | ||
"land": { | ||
"lack": "You lack gold to buy any more buildings at the moment.", | ||
"hour": " gold per hour each", | ||
"calc": "Calculate", | ||
"avaible": "Avaible Gold" | ||
}, | ||
"tier": { | ||
"search": "Enter Boss' Name", | ||
"diff": { | ||
"normal": "Normal", | ||
"hard": "Hard", | ||
"legend": "Legend", | ||
"night": "Nightmare" | ||
}, | ||
"tag": "Tag to screen-top", | ||
"maxBoxes": "There is no space for another tier-box at the moment, please close one first." | ||
}, | ||
"raids": { | ||
"lastJoined": "Last raids joined", | ||
"clear": "Clear Raids", | ||
"disableJoining": "Disable joining for ", | ||
"clickCopy": "click to copy raid link", | ||
"imports": { | ||
"manually": "Import all manually", | ||
"favs": "Import favs manually", | ||
"restart": "Restart Raidjoin" | ||
}, | ||
"disableSpecific": "Disable Autojoining for specific raids" | ||
}, | ||
"button": { | ||
"ok": "Ok", | ||
"cancel": "Cancel", | ||
"reloadGame": "Reload game", | ||
"reloadScript": "Reload Script", | ||
"refreshFBGameLogin": "Refresh Facebook Game Login", | ||
"ngRaidJoin": "NG Raid Join(slow!)", | ||
"disableTimedAutoJoin": "disable timed Autojoin", | ||
"enableTimedAutoJoin": "enable timed Autojoin" | ||
}, | ||
"setting": { | ||
"enableExtCharInfo": "Enable extended Characterinformation?", | ||
"minimLayout": "Minimalist Layout", | ||
"moveSettingLeft": "Move settings left", | ||
"warBottomPage": "Show war at the bottom of the page", | ||
"useGoldEfficiently": "Check to try and use up the gold as efficient as possible - uncheck to only use the most efficient buy in the land buy calculator", | ||
"tenBuildOnce": "Buy 10 Buildings at once?(Rec)", | ||
"extCharInfoDuration": "Milliseconds until the extended Characterinformation disappears", | ||
"joiningDuration": "Seconds needed to load the game for joining", | ||
"enableChat": "Enable chat(needs script reload)", | ||
"enableFavRequest": "Enable Auto-Raid-Request for Favorites?", | ||
"favIdToJoin": "FavoriteIds to join (separate multiple by comma)", | ||
"worldserver": "Worldserver?" | ||
}, | ||
"ui": { | ||
"settingInfo": "This script will always import the raids you manually set to be imported on the website and if it's enabled it will also import all raids matched by one of the faved searches provided.", | ||
"maxPopupsFrame": "Maximum Popups/Frames for joining raids", | ||
"timeAutoJoin": "Time to automatically join raids slowly(reloads game multiple times). Format is [Hours]:[Minutes] without leading zeros, so 7:1 is fine, 07:01 is not", | ||
"getFavFrom": "Get your search-favorites from ", | ||
"raidsearch": "Idrinth's Raidsearch", | ||
"reloadGameFail": "The game couldn't be reloaded" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.