This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
116 additions
and
58 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"toast.quitconfirm.confirm.title": "Exit secondary confirmation.", | ||
"toast.quitconfirm.confirm.content.infinal": "Close the game, please try again.", | ||
"toast.quitconfirm.confirm.content.insingleplay": "Exit single player game, please try again.", | ||
"toast.quitconfirm.confirm.content.inmultiplay": "Exit multi player game, please try again.", | ||
"screen.quitconfirm.confirm.title": "Are you sure?", | ||
"screen.quitconfirm.confirm.content.infinal": "Close the game.", | ||
"screen.quitconfirm.confirm.content.insingleplay": "Exit single player game.", | ||
"screen.quitconfirm.confirm.content.inmultiplay": "Exit multi player game.", | ||
"config.quitconfirm.confirmtype.toast": "Toast", | ||
"config.quitconfirm.confirmtype.screen": "Screen", | ||
"config.quitconfirm.confirmtype.none": "Disable", | ||
"config.quitconfirm.screentype.classic": "Classic", | ||
"config.quitconfirm.screentype.bedrock": "Bedrock", | ||
"config.quitconfirm.setting.title": "Settings", | ||
"config.quitconfirm.setting.confirmtype.category": "Set the secondary confirmation method.", | ||
"config.quitconfirm.setting.confirmtype.infinal": "When closing the window.", | ||
"config.quitconfirm.setting.confirmtype.inmultiplayer": "When exiting a multiplayer game.", | ||
"config.quitconfirm.setting.confirmtype.insingleplayer": "When exiting a single player game." | ||
} |
Oops, something went wrong.