Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2025-12-16 20:38:26 -06:00
parent a36525771d
commit e009335a02

View File

@ -72,7 +72,8 @@
} }
}, },
"$%@" : { "$%@" : {
"comment" : "The value of the balance displayed in the top bar.",
"isCommentAutoGenerated" : true
}, },
"$%lldK" : { "$%lldK" : {
"comment" : "A button that allows the user to select a starting balance for the game.", "comment" : "A button that allows the user to select a starting balance for the game.",
@ -110,7 +111,8 @@
} }
}, },
"Ace" : { "Ace" : {
"comment" : "Accessibility name for the rank \"Ace\".",
"isCommentAutoGenerated" : true
}, },
"B" : { "B" : {
"comment" : "The letter \"B\" displayed in the center of the playing card's back.", "comment" : "The letter \"B\" displayed in the center of the playing card's back.",
@ -148,7 +150,8 @@
} }
}, },
"Balance" : { "Balance" : {
"comment" : "A label describing the user's current balance.",
"isCommentAutoGenerated" : true
}, },
"BALANCE" : { "BALANCE" : {
"comment" : "The label for the user's balance in the top bar.", "comment" : "The label for the user's balance in the top bar.",
@ -222,10 +225,12 @@
} }
}, },
"Banker bet, pays 0.95 to 1" : { "Banker bet, pays 0.95 to 1" : {
"comment" : "Accessibility label for the banker betting zone.",
"isCommentAutoGenerated" : true
}, },
"Banker hand" : { "Banker hand" : {
"comment" : "A label displayed above the banker's hand.",
"isCommentAutoGenerated" : true
}, },
"BANKER WINS" : { "BANKER WINS" : {
"comment" : "Result banner text when banker wins.", "comment" : "Result banner text when banker wins.",
@ -270,10 +275,12 @@
} }
}, },
"betAmountFormat" : { "betAmountFormat" : {
"comment" : "Format string used to describe the amount of a bet.",
"isCommentAutoGenerated" : true
}, },
"Betting disabled" : { "Betting disabled" : {
"comment" : "Accessibility hint text for the TIE betting zone when it is disabled.",
"isCommentAutoGenerated" : true
}, },
"Cancel" : { "Cancel" : {
"comment" : "The label of a button to cancel making changes in the settings.", "comment" : "The label of a button to cancel making changes in the settings.",
@ -311,19 +318,24 @@
} }
}, },
"Card face down" : { "Card face down" : {
"comment" : "Accessibility label for a card that is not currently facing up.",
"isCommentAutoGenerated" : true
}, },
"Cards face down" : { "Cards face down" : {
"comment" : "Voiceover description of the player's hand when no cards are visible.",
"isCommentAutoGenerated" : true
}, },
"Cards remaining in shoe" : { "Cards remaining in shoe" : {
"comment" : "A label describing the number of cards remaining in the shoe.",
"isCommentAutoGenerated" : true
}, },
"Chip selector" : { "Chip selector" : {
"comment" : "A label describing the chip selector view.",
"isCommentAutoGenerated" : true
}, },
"chipDenominationFormat" : { "chipDenominationFormat" : {
"comment" : "VoiceOver accessibility label format for chip denominations.",
"isCommentAutoGenerated" : true
}, },
"Clear" : { "Clear" : {
"comment" : "The label of a button that clears all current bets in the game.", "comment" : "The label of a button that clears all current bets in the game.",
@ -361,10 +373,12 @@
} }
}, },
"Clubs" : { "Clubs" : {
"comment" : "Accessibility name for the \"Clubs\" suit.",
"isCommentAutoGenerated" : true
}, },
"currentBetFormat" : { "currentBetFormat" : {
"comment" : "Format string for the amount of the current bet.",
"isCommentAutoGenerated" : true
}, },
"Deal" : { "Deal" : {
"comment" : "The label of a button that deals cards in a game.", "comment" : "The label of a button that deals cards in a game.",
@ -472,7 +486,8 @@
} }
}, },
"Diamonds" : { "Diamonds" : {
"comment" : "Accessibility name for the \"Diamonds\" suit.",
"isCommentAutoGenerated" : true
}, },
"Done" : { "Done" : {
"comment" : "The text for a button that confirms and saves settings.", "comment" : "The text for a button that confirms and saves settings.",
@ -514,26 +529,32 @@
"isCommentAutoGenerated" : true "isCommentAutoGenerated" : true
}, },
"Double tap to place bet" : { "Double tap to place bet" : {
"comment" : "Accessibility hint text for the TIE betting zone.",
"isCommentAutoGenerated" : true
}, },
"Eight" : { "Eight" : {
"comment" : "Name of the rank when the rank is 8.",
"isCommentAutoGenerated" : true
}, },
"Empty card slot" : { "Empty card slot" : {
"comment" : "An accessibility label for an empty card slot.", "comment" : "An accessibility label for an empty card slot.",
"isCommentAutoGenerated" : true "isCommentAutoGenerated" : true
}, },
"Five" : { "Five" : {
"comment" : "The accessibility name for a card with rank \"Five\" and suit \"Hearts\".",
"isCommentAutoGenerated" : true
}, },
"Four" : { "Four" : {
"comment" : "The rank of a card, represented as a string.",
"isCommentAutoGenerated" : true
}, },
"Game history" : { "Game history" : {
"comment" : "The accessibility label for the road map view, describing it as a display of game results.",
"isCommentAutoGenerated" : true
}, },
"Game Over" : { "Game Over" : {
"comment" : "The title of the game over screen.",
"isCommentAutoGenerated" : true
}, },
"GAME OVER" : { "GAME OVER" : {
"comment" : "The title of the game over screen.", "comment" : "The title of the game over screen.",
@ -571,10 +592,12 @@
} }
}, },
"handValueFormat" : { "handValueFormat" : {
"comment" : "A description of the player's hand, including the visible cards and their total value.",
"isCommentAutoGenerated" : true
}, },
"Hearts" : { "Hearts" : {
"comment" : "Accessibility name for the \"Hearts\" suit.",
"isCommentAutoGenerated" : true
}, },
"HISTORY" : { "HISTORY" : {
"comment" : "A label displayed above the road map view, indicating that it shows a history of past game results.", "comment" : "A label displayed above the road map view, indicating that it shows a history of past game results.",
@ -612,16 +635,20 @@
} }
}, },
"historySummaryFormat" : { "historySummaryFormat" : {
"comment" : "Format string used to create a summary of the user's game history, including the total number of rounds played, as well as the number of rounds won by the player, the banker, and as ties.",
"isCommentAutoGenerated" : true
}, },
"Jack" : { "Jack" : {
"comment" : "Name of the Jack rank.",
"isCommentAutoGenerated" : true
}, },
"King" : { "King" : {
"comment" : "Accessibility name for the King rank.",
"isCommentAutoGenerated" : true
}, },
"lostAmountFormat" : { "lostAmountFormat" : {
"comment" : "Format string used to describe the amount lost in a round.",
"isCommentAutoGenerated" : true
}, },
"MAX" : { "MAX" : {
"comment" : "A label displayed as a badge on top-right of a chip to indicate it's the maximum bet.", "comment" : "A label displayed as a badge on top-right of a chip to indicate it's the maximum bet.",
@ -659,10 +686,12 @@
} }
}, },
"maximum bet" : { "maximum bet" : {
"comment" : "Text describing the maximum bet option.",
"isCommentAutoGenerated" : true
}, },
"Maximum bet reached" : { "Maximum bet reached" : {
"comment" : "Text to be read out loud when the TIE betting zone is at its maximum bet value.",
"isCommentAutoGenerated" : true
}, },
"New Round" : { "New Round" : {
"comment" : "The label of a button that starts a new round of the game.", "comment" : "The label of a button that starts a new round of the game.",
@ -700,13 +729,16 @@
} }
}, },
"Nine" : { "Nine" : {
"comment" : "Description of a card rank when the rank is nine.",
"isCommentAutoGenerated" : true
}, },
"No cards" : { "No cards" : {
"comment" : "A description of the player's hand when they have no cards.",
"isCommentAutoGenerated" : true
}, },
"No history yet" : { "No history yet" : {
"comment" : "Summary text for a road map view when there is no history.",
"isCommentAutoGenerated" : true
}, },
"PAYS 0.95 TO 1" : { "PAYS 0.95 TO 1" : {
"comment" : "A description of the payout for betting on the banker in a mini baccarat table.", "comment" : "A description of the payout for betting on the banker in a mini baccarat table.",
@ -884,10 +916,12 @@
} }
}, },
"Player bet, pays 1 to 1" : { "Player bet, pays 1 to 1" : {
"comment" : "Accessibility label for the player betting zone.",
"isCommentAutoGenerated" : true
}, },
"Player hand" : { "Player hand" : {
"comment" : "An accessibility label for the player's hand in the cards display area.",
"isCommentAutoGenerated" : true
}, },
"PLAYER WINS" : { "PLAYER WINS" : {
"comment" : "Result banner text when player wins.", "comment" : "Result banner text when player wins.",
@ -932,7 +966,8 @@
} }
}, },
"Queen" : { "Queen" : {
"comment" : "Accessibility name for the rank \"Queen\".",
"isCommentAutoGenerated" : true
}, },
"Reset" : { "Reset" : {
"comment" : "A button that resets the game to its initial state.", "comment" : "A button that resets the game to its initial state.",
@ -1040,10 +1075,12 @@
} }
}, },
"selected" : { "selected" : {
"comment" : "Text to be read out loud when the Banker betting zone is selected.",
"isCommentAutoGenerated" : true
}, },
"Selected" : { "Selected" : {
"comment" : "A text that describes an action as \"selected\".",
"isCommentAutoGenerated" : true
}, },
"Settings" : { "Settings" : {
"comment" : "The label of a button that navigates to the settings screen.", "comment" : "The label of a button that navigates to the settings screen.",
@ -1081,13 +1118,16 @@
} }
}, },
"Seven" : { "Seven" : {
"comment" : "Accessibility name for the rank \"Seven\".",
"isCommentAutoGenerated" : true
}, },
"Six" : { "Six" : {
"comment" : "VoiceOver accessibility name for the rank \"Six\".",
"isCommentAutoGenerated" : true
}, },
"Spades" : { "Spades" : {
"comment" : "Accessibility name for the suit \"Spades\".",
"isCommentAutoGenerated" : true
}, },
"tableLimitsFormat" : { "tableLimitsFormat" : {
"comment" : "Format string for table limits display. First argument is min bet, second is max bet.", "comment" : "Format string for table limits display. First argument is min bet, second is max bet.",
@ -1136,7 +1176,8 @@
"isCommentAutoGenerated" : true "isCommentAutoGenerated" : true
}, },
"Three" : { "Three" : {
"comment" : "The accessibility name for a card with rank \"Three\" and suit \"Hearts\".",
"isCommentAutoGenerated" : true
}, },
"TIE" : { "TIE" : {
"comment" : "The text displayed in the TIE betting zone.", "comment" : "The text displayed in the TIE betting zone.",
@ -1174,7 +1215,8 @@
} }
}, },
"Tie bet, pays 8 to 1" : { "Tie bet, pays 8 to 1" : {
"comment" : "Accessibility label for the TIE betting zone at the top of the table.",
"isCommentAutoGenerated" : true
}, },
"TIE GAME" : { "TIE GAME" : {
"comment" : "Result banner text when the game is a tie.", "comment" : "Result banner text when the game is a tie.",
@ -1219,7 +1261,8 @@
} }
}, },
"Two" : { "Two" : {
"comment" : "Text for the \"Two\" rank.",
"isCommentAutoGenerated" : true
}, },
"WIN" : { "WIN" : {
"comment" : "The text that appears as a badge when a player wins a hand in baccarat.", "comment" : "The text that appears as a badge when a player wins a hand in baccarat.",
@ -1257,10 +1300,12 @@
} }
}, },
"Winner" : { "Winner" : {
"comment" : "A description of the player's hand, including its value and whether they won.",
"isCommentAutoGenerated" : true
}, },
"wonAmountFormat" : { "wonAmountFormat" : {
"comment" : "Format string used to describe the amount won in a localized manner.",
"isCommentAutoGenerated" : true
}, },
"You've run out of chips!" : { "You've run out of chips!" : {
"comment" : "A message displayed when a player runs out of money in the game over screen.", "comment" : "A message displayed when a player runs out of money in the game over screen.",