-
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.
- Loading branch information
Showing
6 changed files
with
76 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
preserve_comments=0 | ||
minify_resources=0 | ||
resource_definition=ready-check | ||
resource_structure=Nested | ||
use_single_quotes=0 | ||
resource_type=JSON | ||
flatten_json=1 |
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,23 @@ | ||
{ | ||
"READYCHECK.ChatTextCheck": "is ready!", | ||
"READYCHECK.ChatTextUserUpdate": "has updated their status to", | ||
"READYCHECK.DialogContentReadyCheck": "Your GM has has intiated a Ready Check. Click the button below when you're ready to play!", | ||
"READYCHECK.DialogContentStatusUpdate": "Please select an option below to update your ready status.", | ||
"READYCHECK.DialogTitleReadyCheck": "Ready Check", | ||
"READYCHECK.DialogTitleStatusUpdate": "Update Ready Status", | ||
"READYCHECK.ErrorNotGM": "Only GMs may initiate ready checks.", | ||
"READYCHECK.GmDialogTitle": "Ready Check GM Options", | ||
"READYCHECK.GmDialogContent": "What action would you like to perform?", | ||
"READYCHECK.GmDialogButtonCheck": "Start A Ready Check", | ||
"READYCHECK.GmDialogButtonStatus": "Set My Ready Status", | ||
"READYCHECK.PlayerReady": "Player is Ready", | ||
"READYCHECK.PlayerNotReady": "Player is Not Ready", | ||
"READYCHECK.SettingsChatMessagesForChecksTitle": "Display Ready Check Chat Messages", | ||
"READYCHECK.SettingsChatMessagesForChecksHint": "Toggle this on to display a chat message when a player responds to a ready check.", | ||
"READYCHECK.SettingsChatMessagesForUserUpdatesTitle": "Display User Update Chat Messages", | ||
"READYCHECK.SettingsChatMessagesForUserUpdatesHint": "Toggle this on to display a chat message when a player changes their ready status while no ready check is active.", | ||
"READYCHECK.StatusReady": "Ready", | ||
"READYCHECK.StatusNotReady": "Not Ready", | ||
"READYCHECK.UiChangeButton": "Change Ready Status", | ||
"READYCHECK.UiGmButton": "Initiate Ready Check or Change Ready Status" | ||
} |
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,23 @@ | ||
{ | ||
"READYCHECK.ChatTextCheck": "está preparado!", | ||
"READYCHECK.ChatTextUserUpdate": "actualizou a súa preparación a", | ||
"READYCHECK.DialogContentReadyCheck": "O MX quere comprobar a vosa preparación. Preme no botón cando estiveres preparado para continuar!", | ||
"READYCHECK.DialogContentStatusUpdate": "Fai o favor de escoller unha opción das seguintes para actualizar a túa preparación.", | ||
"READYCHECK.DialogTitleReadyCheck": "Comprobar preparación", | ||
"READYCHECK.DialogTitleStatusUpdate": "Actualizar preparación", | ||
"READYCHECK.ErrorNotGM": "Só os MX poden comprobar as preparacións.", | ||
"READYCHECK.GmDialogButtonCheck": "Comprobar preparación", | ||
"READYCHECK.GmDialogButtonStatus": "Fixar a miña preparación", | ||
"READYCHECK.GmDialogContent": "O que queres facer?", | ||
"READYCHECK.GmDialogTitle": "Opcións de preparación para MX", | ||
"READYCHECK.PlayerNotReady": "Xogador non preparado", | ||
"READYCHECK.PlayerReady": "Xogador preparado", | ||
"READYCHECK.SettingsChatMessagesForChecksHint": "Actívao para mostrar unha mensaxe de chat cando un xogador responda coa súa preparación.", | ||
"READYCHECK.SettingsChatMessagesForChecksTitle": "Mostrar mensaxes de chat ao comprobar preparacións", | ||
"READYCHECK.SettingsChatMessagesForUserUpdatesHint": "Actívao para mostrar mensaxe de chat cando un xogador mude a súa preparación fóra dunha comprobación.", | ||
"READYCHECK.SettingsChatMessagesForUserUpdatesTitle": "Mostrar mensaxes de actualización de preparación", | ||
"READYCHECK.StatusNotReady": "Non preparado", | ||
"READYCHECK.StatusReady": "Preparado", | ||
"READYCHECK.UiChangeButton": "Mudar preparación", | ||
"READYCHECK.UiGmButton": "Comprobar preparacións ou mudar preparación" | ||
} |
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