-
Notifications
You must be signed in to change notification settings - Fork 235
I18n/splash #1870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ebkr
wants to merge
6
commits into
i18n/base
Choose a base branch
from
i18n/splash
base: i18n/base
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
I18n/splash #1870
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d9e67ba
Added English translation for Splash.vue
ebkr 16595bc
Fixed styling with FAQ section
ebkr 5a9c84a
WIP: Translated the main content view of the Splash screen to French
ebkr b1b0df0
Added remaining Splash translations in French
ebkr f74f2b2
Formatted translation value to match formatting of en equivalent
ebkr af2ac21
Split translations into clearer modules
ebkr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,59 @@ | ||
| export type SplashMessageFormat = { | ||
| pageTitle: string; | ||
| gameUpdatesWarning: string; | ||
| menu: { | ||
| helpLabel: string; | ||
| helpItems: { | ||
| about: string; | ||
| faq: string; | ||
| } | ||
| }; | ||
| actions: { | ||
| goBack: string; | ||
| }; | ||
| content: { | ||
| main: { | ||
| didYouKnow: string; | ||
| externalInstallWithModManager: string; | ||
| goToThunderstore: string; | ||
| exportProfile: string; | ||
| havingTrouble: { | ||
| title: string; | ||
| body: string; | ||
| serverLinkText: string; | ||
| } | ||
|
|
||
| }; | ||
| about: { | ||
| title: string; | ||
| creator: string; | ||
| techStack: { | ||
| builtUsing: string; | ||
| electron: string; | ||
| node: string; | ||
| vue: string; | ||
| typescript: string; | ||
| }; | ||
| }; | ||
| faq: { | ||
| title: string; | ||
| howToGetStarted: { | ||
| title: string; | ||
| body: string; | ||
| }; | ||
| startingWithMods: { | ||
| title: string; | ||
| body: string; | ||
| } | ||
| }; | ||
| } | ||
| states: { | ||
| preparing: string; | ||
| checkingForUpdates: string; | ||
| checkingForLocalCache: string; | ||
| checkingForThunderstoreUpdates: string; | ||
| loadingLatestThunderstoreList: string; | ||
| pruningLocalCache: string; | ||
| processingModList: string; | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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,39 @@ | ||
| import {GameSelectionMessageFormat} from "../../base/pages/GameSelectionMessageFormat"; | ||
|
|
||
| export const GameSelectionTranslation: GameSelectionMessageFormat = { | ||
| platformModal: { | ||
| header: "Which store manages your game?", | ||
| selectAction: "Select platform", | ||
| }, | ||
| pageTitle: { | ||
| title: { | ||
| game: 'Game selection', | ||
| server: 'Server selection', | ||
| }, | ||
| subtitle: { | ||
| game: 'Which game are you managing your mods for?', | ||
| server: 'Which dedicated server are you managing your mods for?', | ||
| } | ||
| }, | ||
| migrationNotice: { | ||
| requiresUpdate: 'An update to the manager has occurred and needs to do background work.', | ||
| actionsDisabled: 'The options to select a game are disabled until the work has completed.', | ||
| }, | ||
| tabs: { | ||
| game: 'Game', | ||
| server: 'Server' | ||
| }, | ||
| actions: { | ||
| select: { | ||
| game: 'Select game', | ||
| server: 'Select server' | ||
| }, | ||
| setAsDefault: 'Set as default' | ||
| }, | ||
| filter: { | ||
| placeholder: { | ||
| game: 'Search for a game', | ||
| server: 'Search for a server', | ||
| } | ||
| } | ||
| } |
This file contains hidden or 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,69 @@ | ||
| import {SplashMessageFormat} from "../../base/pages/SplashMessageFormat"; | ||
|
|
||
| export const SplashTranslation: SplashMessageFormat = { | ||
| pageTitle: 'Starting {appName}', | ||
| gameUpdatesWarning: 'Game updates may break mods. If a new update has been released, please be patient.', | ||
| menu: { | ||
| helpLabel: 'Help', | ||
| helpItems: { | ||
| about: 'About', | ||
| faq: 'FAQ' | ||
| }, | ||
| }, | ||
| actions: { | ||
| goBack: 'Go back', | ||
| }, | ||
| content: { | ||
| main: { | ||
| didYouKnow: 'Did you know?', | ||
| externalInstallWithModManager: ` | ||
| You can use the "Install with Mod Manager" button on | ||
| Thunderstore to install mods using {appName}. | ||
| `, | ||
| goToThunderstore: 'Go to Thunderstore', | ||
| exportProfile: ` | ||
| You can export the selected profile from the settings screen as either a file, or a code. | ||
| This makes it easy to share your mod list with friends! | ||
| `, | ||
| havingTrouble: { | ||
| title: 'Having trouble?', | ||
| body: 'Send a screenshot of the error in the support channel of the r2modman Discord server.', | ||
| serverLinkText: 'Join the {appName} Discord server', | ||
| }, | ||
| }, | ||
| about: { | ||
| title: 'About {appName}', | ||
| creator: 'It\'s created by Ebkr.', | ||
| techStack: { | ||
| builtUsing: 'The application has been built using Quasar, which provides the following tech stack:', | ||
| electron: 'Electron', | ||
| node: 'NodeJS', | ||
| vue: 'Vue 3', | ||
| typescript: 'TypeScript', | ||
| } | ||
| }, | ||
| faq: { | ||
| title: 'FAQ', | ||
| howToGetStarted: { | ||
| title: 'How do I get started?', | ||
| body: 'Head on over to the Online tab and download your favourite mods. Click "Start modded" and enjoy.' | ||
| }, | ||
| startingWithMods: { | ||
| title: 'Starting the game with mods', | ||
| body: ` | ||
| You have to start the game from within the manager. | ||
| Starting through Steam will not work without manual changes. | ||
| ` | ||
| } | ||
| } | ||
| }, | ||
| states: { | ||
| preparing: 'Preparing', | ||
| checkingForUpdates: 'Checking for updates', | ||
| checkingForLocalCache: 'Checking for mod list in local cache', | ||
| checkingForThunderstoreUpdates: 'Checking for mod list updates from Thunderstore', | ||
| loadingLatestThunderstoreList: 'Loading latest mod list from Thunderstore', | ||
| pruningLocalCache: 'Pruning removed mods from local cache', | ||
| processingModList: 'Processing the mod list', | ||
| } | ||
| } |
This file contains hidden or 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,11 @@ | ||
| import {PlatformMessageFormat} from "../../base/platforms/PlatformMessageFormat"; | ||
|
|
||
| export const PlatformTranslation: PlatformMessageFormat = { | ||
| STEAM: "Steam", | ||
| STEAM_DIRECT: "Steam", | ||
| EPIC_GAMES_STORE: "Epic Games Store", | ||
| OCULUS_STORE: "Oculus Store", | ||
| ORIGIN: "Origin / EA App", | ||
| XBOX_GAME_PASS: "Xbox Game Pass", | ||
| OTHER: "Other", | ||
| } |
This file contains hidden or 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 hidden or 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,39 @@ | ||
| import {GameSelectionMessageFormat} from "../../base/pages/GameSelectionMessageFormat"; | ||
|
|
||
| export const GameSelectionTranslation: GameSelectionMessageFormat = { | ||
| platformModal: { | ||
| header: "Sélectionnez le magasin pour vos jeux", | ||
| selectAction: "Sélectionnez le magasin" | ||
| }, | ||
| pageTitle: { | ||
| title: { | ||
| game: 'Sélectionnez un jeu', | ||
| server: 'Sélectionnez un serveur' | ||
| }, | ||
| subtitle: { | ||
| game: 'Sélectionnez un jeu pour gérer vos mods', | ||
| server: 'Sélectionnez un serveur pour gérer vos mods' | ||
| } | ||
| }, | ||
| migrationNotice: { | ||
| requiresUpdate: 'Une mise à jour du gestionnaire a eu lieu et un travail de fond est nécessaire.', | ||
| actionsDisabled: 'Les actions de sélection de jeu sont désactivées jusqu\'à ce que le travail soit terminé.' | ||
| }, | ||
| tabs: { | ||
| game: 'Jeu', | ||
| server: 'Serveur' | ||
| }, | ||
| actions: { | ||
| select: { | ||
| game: 'Sélectionner', | ||
| server: 'Sélectionner' | ||
| }, | ||
| setAsDefault: 'Définir par défaut' | ||
| }, | ||
| filter: { | ||
| placeholder: { | ||
| game: 'Rechercher un jeu', | ||
| server: 'Rechercher un serveur' | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same shortcut but on macOS. It doesn't like to register as the L key 💢