- More string keys - Reworked string keys entirely - Moved formatting into seperate typescript module - Write unit tests using `jest` for the format module - README improvements Pirate language needs to be reworked and it should be a bit less painful now to actually add more string keys later on (eventually making the whole webapp strings lie inside the stringkeys)
33 lines
1.5 KiB
JSON
33 lines
1.5 KiB
JSON
{
|
|
"languageName": "Pirate",
|
|
"translatedLanguageName": "Arrrghh, matey!",
|
|
"flag": "🏴☠️",
|
|
"author": "Computernewb",
|
|
|
|
"stringKeys": {
|
|
"kSiteName": "Argh, matey, it's CollabVM!",
|
|
"kHomeButton": "Arrrghh, set sail",
|
|
"kFAQButton": "Arrrgh, get your Map",
|
|
"kRulesButton": "Arrrrghh, get the Etiquette Book",
|
|
"kVMResetTitle": "Argh, matey, this VM is broken. Would you like to particpate in the VM War?",
|
|
"kGeneric_Yes": "Arrrghh, yay!",
|
|
"kGeneric_No": "Arrrrgh, nay!",
|
|
"kVMVoteTime": "Argghh, the cannon fight ends in {0} seconds",
|
|
"kPassVoteButton": "Rig the vote",
|
|
"kCancelVoteButton": "Ignore the vote",
|
|
"kTakeTurnButton": "Take the Wheel",
|
|
"kEndTurnButton": "Give Up the Wheel",
|
|
"kChangeUsernameButton": "Argh, select a new pirate name",
|
|
"kVoteButton": "Argh, my matey, it's broken...",
|
|
"kScreenshotButton": "Take a Polaroid",
|
|
"kUsersOnlineHeading": "Pirate Friends Online:",
|
|
"kTurnTime": "Arrrrgh, your wheel rights expire in {0} seconds.",
|
|
"kWaitingTurnTime": "Waiting for the wheel in {0} seconds.",
|
|
"kVoteCooldown": "Arrgh matey, you need to wait {0} seconds to vote again.",
|
|
"kEnterNewUsername": "Arggghh, matey, what would you like to be known as?",
|
|
"kError_UsernameTaken": "Sorry, matey, but another pirate is using that name.",
|
|
"kError_UsernameInvalid": "Sorry matey, but that name is invalid. Usernames can contain only numbers, letters, spaces, dashes, underscores, and dots, and it must be between 3 and 20 characters.",
|
|
"kError_UsernameBlacklisted": "Sorry matey, but you cannot use that name."
|
|
}
|
|
}
|