-
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.
Merge pull request #69 from Miorey/migration/vue3-add-vue3-package
Migration/vue3 add vue3 package
- Loading branch information
Showing
10 changed files
with
2,195 additions
and
1,150 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
Large diffs are not rendered by default.
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
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,28 @@ | ||
export const dictionary = { | ||
enUS: { | ||
download: `Update`, | ||
download_launcher: `Launcher Update`, | ||
lbl_game_options: `Game Options`, | ||
lbl_addons: `Addons`, | ||
repair: `Repair`, | ||
play: `Play`, | ||
page_loading: `Loading in progress`, | ||
warning_message: `If after one minute the resources are not loaded please restart`, | ||
warn_storage: `Local data`, | ||
warn_ftp: `Remote data`, | ||
app_error: `An unexpected error happened, please contact a Game Master.` | ||
}, | ||
frFR: { | ||
download: `Mettre à jour`, | ||
download_launcher: `Mettre à jour le Launcher`, | ||
lbl_game_options: `Options du jeu`, | ||
lbl_addons: `Addons`, | ||
repair: `Réparer`, | ||
play: `Jouer`, | ||
page_loading: `Chargement en cours`, | ||
warning_message: `Si après une minute les ressources ne sont pas chargées veuillez redémarrer`, | ||
warn_storage: `Données locales`, | ||
warn_ftp: `Données distantes`, | ||
app_error: `Une erreur inattendue s'est produite, merci de contacter un Maître du jeu.` | ||
} | ||
}; |
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