Adds translation for portal information shown when right-clicking

Adds a distinction between network and server when displaying portal information
Adds translated portal info strings for english and both flavors of Norwegian
This commit is contained in:
2021-11-08 14:16:44 +01:00
parent 4db6274dc3
commit 88bb02dfbd
5 changed files with 37 additions and 4 deletions

View File

@@ -376,6 +376,12 @@ bungeeDisabled=BungeeCord support is disabled.
bungeeDeny=You do not have permission to create BungeeCord gates.
bungeeEmpty=BungeeCord gates require both a destination and network.
bungeeSign=Teleport to
portalInfoTitle=[STARGATE INFO]
portalInfoName=Name: %name%
portalInfoDestination=Destination: %destination%
portalInfoNetwork=Network: %network%
portalInfoServer=Server: %server%
```
# Changes
@@ -390,6 +396,7 @@ bungeeSign=Teleport to
- Adds an option for stargates without a sign. Right-clicking such a stargate will display gate information
- Fixes a bug causing signs to be re-drawn after they're broken
- Makes buttons and signs be replaced by water instead of air when underwater
- Makes portal info shown when right-clicking a stargate fully customizable
#### \[Version 0.9.0.5] EpicKnarvik97 fork