diff --git a/README.md b/README.md index 7d2b24b..3fcdb9e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Galician translation of core FoundryVTT and other systems and modules. - **FoundryVTT Core**: 0.7.8 - **[Entity Tiles](https://github.com/xurxodiz/foundryvtt-entity-tiles)**: 0.1.4 - **[FateX](https://github.com/anvil-vtt/FateX)**: 0.8.0 -- **[Party Resources](https://github.com/davelens/fvtt-party-resources)**: 1.0.9 +- **[Party Resources](https://github.com/davelens/fvtt-party-resources)**: 1.1.0 - **[Popcorn](https://github.com/Sk1mble/Popcorn)**: 1.2.0 - **[Simple Worldbuilding System](https://gitlab.com/foundrynet/worldbuilding)**: 0.40 - **[Theatre](https://github.com/League-of-Foundry-Developers/fvtt-module-theatre)**: 1.1.3 diff --git a/i18n/party-resources/en/party-resources.json b/i18n/party-resources/en/party-resources.json index 4182ea3..7012f31 100644 --- a/i18n/party-resources/en/party-resources.json +++ b/i18n/party-resources/en/party-resources.json @@ -1,22 +1,26 @@ { - "FvttPartyResources.Title": "Party Resources", + "FvttPartyResources.Dashboard.AddButtonTitle": "Increase amount", + "FvttPartyResources.Dashboard.BlankWarning": "Resource blocks will appear here once they're added.", + "FvttPartyResources.Dashboard.DeleteButtonTitle": "Remove resource", + "FvttPartyResources.Dashboard.EditButtonTitle": "Edit resource", + "FvttPartyResources.Dashboard.MakeInvisibleButtonTitle": "Hide this resource from players", + "FvttPartyResources.Dashboard.MakeVisibleButtonTitle": "Reveal this resource to players", + "FvttPartyResources.Dashboard.SubtractButtonTitle": "Subtract amount", + "FvttPartyResources.FormCreateResource": "Create resource", "FvttPartyResources.FormReset": "Reset Form", - "FvttPartyResources.FormSubmit": "Submit", + "FvttPartyResources.FormSaveChanges": "Save changes", + "FvttPartyResources.ResourceForm.AddFormTitle": "Add a new resource", "FvttPartyResources.ResourceForm.DefaultValue": "Default value", "FvttPartyResources.ResourceForm.DefaultValueHint": "The resource's initial value.", + "FvttPartyResources.ResourceForm.EditFormTitle": "Edit resource", "FvttPartyResources.ResourceForm.Identifier": "Resource ID", - "FvttPartyResources.ResourceForm.IdentifierHint": "The identifier that represents this resource in API requests. Should not contain spaces or numbers, and should be lowercase", + "FvttPartyResources.ResourceForm.IdentifierHint": "The identifier that represents this resource in API requests. Should not contain spaces or numbers, and should be lowercase.", "FvttPartyResources.ResourceForm.MaxValue": "Maximum value", "FvttPartyResources.ResourceForm.MaxValueHint": "When this (optional) integer is provided, you won't be able to increase the resource's value above the given number.", "FvttPartyResources.ResourceForm.Name": "Resource name", "FvttPartyResources.ResourceForm.NameHint": "The name shown in the resource dashboard.", - "FvttPartyResources.ResourceForm.AddFormTitle": "Add a new resource", - "FvttPartyResources.ResourceForm.EditFormTitle": "Edit resource", - "FvttPartyResources.Dashboard.AddButtonTitle": "Increase amount", - "FvttPartyResources.Dashboard.BlankWarning": "Resource blocks will appear here once they're added.", - "FvttPartyResources.Dashboard.DeleteButtonTitle": "Remove resource", - "FvttPartyResources.Dashboard.EditButtonTitle": "Edit resource", - "FvttPartyResources.Dashboard.MakeInvisibleButtonTitle": "Hide this resource from players", - "FvttPartyResources.Dashboard.MakeVisibleButtonTitle": "Reveal this resource to players", - "FvttPartyResources.Dashboard.SubtractButtonTitle": "Subtract amount" + "FvttPartyResources.ResourceForm.PlayerManaged": "Allow players to manage this resource.", + "FvttPartyResources.ResourceForm.PlayerManagedHint": "Toggling this will allow players to increment/decrement the value of this resource.", + "FvttPartyResources.ResourceForm.PlayerManagedRestriction": "This checkbox can only be enabled by giving players permission to modify settings.", + "FvttPartyResources.Title": "Party Resources" } diff --git a/i18n/party-resources/gl/party-resources.json b/i18n/party-resources/gl/party-resources.json index 68f21f6..1eaa365 100644 --- a/i18n/party-resources/gl/party-resources.json +++ b/i18n/party-resources/gl/party-resources.json @@ -7,7 +7,6 @@ "FvttPartyResources.Dashboard.MakeVisibleButtonTitle": "Mostrar este recurso aos xogadores", "FvttPartyResources.Dashboard.SubtractButtonTitle": "Decrementar", "FvttPartyResources.FormReset": "Restaurar o formulario", - "FvttPartyResources.FormSubmit": "Enviar", "FvttPartyResources.ResourceForm.AddFormTitle": "Engadir novo recurso", "FvttPartyResources.ResourceForm.DefaultValue": "Valor predeterminado", "FvttPartyResources.ResourceForm.DefaultValueHint": "Valor inicial do recurso", @@ -18,5 +17,10 @@ "FvttPartyResources.ResourceForm.MaxValueHint": "Se se establece este valor enteiro (é opcional), non poderás incrementar o valor deste recurso por riba del.", "FvttPartyResources.ResourceForm.Name": "Nome do recurso", "FvttPartyResources.ResourceForm.NameHint": "O nome mostrado no taboleiro de recursos.", - "FvttPartyResources.Title": "Recursos do grupo" + "FvttPartyResources.Title": "Recursos do grupo", + "FvttPartyResources.FormCreateResource": "Crear recurso", + "FvttPartyResources.FormSaveChanges": "Gardar mudanzas", + "FvttPartyResources.ResourceForm.PlayerManaged": "Permitir aos xogadores xeriren este recurso", + "FvttPartyResources.ResourceForm.PlayerManagedHint": "Activar isto permitirá aos xogadores incrementar/decrementar o valor deste recurso.", + "FvttPartyResources.ResourceForm.PlayerManagedRestriction": "Este cadro apenas pode activarse dándolles aos xogadores permiso para modificaren os parámetros." } diff --git a/module.json b/module.json index 79c9a38..a2bdb81 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "foundryvtt-gl", "title": "FoundryVTT en Galego", "description": "Galician translation of core FoundryVTT and other systems and modules.", - "version": "0.7.8.1", + "version": "0.7.8.2", "minimumCoreVersion": "0.7.6", "compatibleCoreVersion": "0.7.8", "author": "Xurxo Diz Pico (xurxodiz#5885)",