Skip to content

Commit

Permalink
language translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sneat committed Nov 9, 2024
1 parent 2f00b1e commit bc45a95
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**NOTE** This is an unofficial forked version of the module maintained by the League of Foundry Developers to provide module continuity while Forien is unavailable.

**[Compatibility]**: *FoundryVTT* 0.6.0 - 11.0+
**[Compatibility]**: *FoundryVTT* 0.6.0 - 12.0+

**[Systems]**: *any*

Expand Down Expand Up @@ -58,6 +58,8 @@ module.json
- Japanese by touge
- German by brockhaus
- Portuguese by vithort
- Italian by GregoryWarn
- French by rectulo

## Support

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
- Made it clearer when modules will not be enabled due to the selected config settings.
- This is one of the primary use cases of this module, so most of the time it is an accident to uncheck the setting.
- See [issue #49](https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment/issues/49).
- Added Italian translation by GregoryWarn.
- Added French translation by rectulo.
- Added machine translations for the new setting strings:
- German
- Japanese
- Portuguese
- Italian
- French

## v2.2.2

Expand Down
36 changes: 36 additions & 0 deletions languages/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"forien-copy-environment": {
"menu": {
"copy": "Copier comme texte",
"save": "Copier comme JSON",
"export": "Exporter les réglages",
"import": "Importer les réglages"
},
"settings": {
"max-diff": "Nombre de caractères",
"max-diff-hint": "Nombre maximal de caractères pour montrer par différence. Régler à 0 pour tout montrer."
},
"title": "Importer les réglages",
"intro": "Ce formulaire vous permet de sélectionner les réglages du monde et des joueurs que vous souhaitez importer.",
"message": "Liste générée avec Forien's Copy Environment: https://github.com/League-of-Foundry-Developers/foundryvtt-forien-copy-environment",
"copiedToClipboard": "Données d'environnement copiées dans le presse-papier!",
"updatedReloading": "Réglages du monde mises à jour. Rechargement du monde dans 5 sec...",
"import": {
"title": "Réglages du monde",
"save": "Réglages d'importation",
"playerList": "Importer les réglages pour les joueurs suivants:",
"existing": "Importer un export existant:",
"property": "Propriété",
"newValue": "Nouvelle Valeur",
"currentValue": "Valeur actuelle",
"notFound": "Les utilisateurs suivants dans le fichier d'importation n'existent pas dans ce monde et seront ignorés.",
"existingValue": "Les valeurs existantes qui ne sont pas modifiées seront ignorées:",
"existingPlayerValues": "Les joueurs existants qui ne sont pas modifiés seront ignorés:",
"updatedPlayer": "Paramètre des joueurs mis à jour pour: {name}",
"noChanges": "Il n'y a pas de différences entre le monde actuel et les réglagess importés.",
"showSettings": "Afficher {count} paramètres",
"warning": "Avertissement",
"warningMessage": "Vous avez choisi de ne pas importer les modules sélectionnés. Si cela n’était pas intentionnel, activez la valeur \"core.moduleConfiguration\" ci-dessus."
}
}
}
4 changes: 3 additions & 1 deletion languages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"existingPlayerValues": "Giocatori esistenti che non sono cambiati e verranno ignorati:",
"updatedPlayer": "Impostazioni giocatore aggiornate per: {name}",
"noChanges": "Non ci sono differenze tra il mondo attuale e le impostazioni importate.",
"showSettings": "Mostra {count} impostazioni"
"showSettings": "Mostra {count} impostazioni",
"warning": "Avvertenza",
"warningMessage": "Hai scelto di non importare i moduli selezionati. Se questo non era intenzionale, abilita il valore \"core.moduleConfiguration\" sopra."
}
}
}

2 comments on commit bc45a95

@GregoryWarn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Italian and French options are not enabled in module.json , so translation doesn't work in that languages.

@sneat
Copy link
Collaborator Author

@sneat sneat commented on bc45a95 Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @GregoryWarn - will fix that up.

Please sign in to comment.