Skip to content
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

English translations #13

Merged
merged 4 commits into from
Apr 19, 2022

Conversation

jasonw4331
Copy link
Contributor

No description provided.

@ColinHDev
Copy link
Owner

Wow, thank you very much for that contribution! I hope it wasn't that hard to do based on the German original.
I hope you don't mind that I will need a bit of time to read over it and occasionally point something out.

; {%0} = the currency of the economy provider
; {%1} = the price how much it costs to claim a plot
; {%2} = the money the command executor is short on
claim.notEnoughMoney = "§cClaiming lots costs §6{%1}{%0}§c. You are missing §6{%2}{%0}§c."
Copy link
Owner

Choose a reason for hiding this comment

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

This should be plots instead of lots

; This message gets displayed after the plot biome was successfully changed.
; {%0} = time in which the plot biome was changed
; {%1} = the name of the biome
biome.finish = "§7The plot biome was successfully changed to §6{%1} §7in §6{%0} §7."
Copy link
Owner

Choose a reason for hiding this comment

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

The space between {%0} and the point can be removed

; this message gets displayed after the plot border was successfully changed to the chosen block
; {%0} = time in which the plot's border was changed
; {%1} = the name of the block the command executor has chosen for the plot border
border.finish = "§7The plot border was successfully changed to §6{%1} §7in §6{%0} §7"
Copy link
Owner

Choose a reason for hiding this comment

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

The point at the end is missing

clear.start = "§7The plot is now being cleared..."
; this message gets displayed after the plots are successfully merged together
; {%0} = time in which the plot was cleared
clear.finish = "§7The plot was successfully cleared in §6{%0} §7"
Copy link
Owner

Choose a reason for hiding this comment

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

The point is also missing here

; {%3} = the year of the add as denied player
; {%4} = the minute of the add as denied player
; {%5} = the second of the add as denied player
denied.success.list.addTime.format = "{%0}.{%1}.{%2} um {%3}:{%4}:{%5} Uhr"
Copy link
Owner

Choose a reason for hiding this comment

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

This wasn't translated. I think it should be {%0}.{%1}.{%2} {%3}:{%4}:{%5} o'clock, so it would be PlayerX since 17.04.2022 07:31:13 o'clock? (But you probably know better)

; {%1} = the x coordinate of the plot
; {%2} = the z coordinate of the plot
; {%3} = the provided players name
visit.oneArgument.player.success = "§7You were teleported to plot (§6{%1}§c;§6{%2}§c)§8: §7{%0}"
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe §7You were teleported to the plot (§6{%1}§7;§6{%2}§7) of §6{%3}§7.

; {%1} = the x coordinate of the plot
; {%2} = the z coordinate of the plot
; {%3} = the provided plot alias
visit.oneArgument.alias.teleportError = "§cThere was an error while teleporting you to plot (§6{%2}§c;§6{%3}§c)§8: §7{%0}"
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe §cThere was an error while teleporting you to the plot (§6{%1}§c;§6{%2}§c) §cwith alias §6{%3}§c.

; {%1} = the x coordinate of the plot
; {%2} = the z coordinate of the plot
; {%3} = the provided plot alias
visit.oneArgument.alias.success = "§7You were teleported to plot (§6{%2}§c;§6{%3}§c)§8: §7{%0}"
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe §7You were teleported to the plot (§6{%1}§7;§6{%2}§7) with alias §6{%3}§7.

; {%2} = the x coordinate of the plot
; {%3} = the z coordinate of the plot
; {%4} = the provided players name
visit.twoArguments.teleportError = "§cThere was an error while teleporting you to plot (§6{%2}§c;§6{%3}§c)§8: §7{%0}"
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe §cThere was an error while teleporting you to plot §6{%0} §c(§6{%2}§c;§6{%3}§c) of §6{%4}§c.

; {%2} = the x coordinate of the plot
; {%3} = the z coordinate of the plot
; {%4} = the provided players name
visit.twoArguments.success = "§7You were teleported to plot (§6{%2}§c;§6{%3}§c)§8: §7{%0}"
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe §7You were teleported to plot §6{%0} §7(§6{%2}§7;§6{%3}§7) of §6{%4}§7.

@ColinHDev
Copy link
Owner

If you want, you can also change the default language in the config to en_us. It was only set to German because I never had the time nor motivation to translate the whole file to English

@ColinHDev ColinHDev added Type: Enhancement Status: Work in Progress Category: Resources Related to the resources of the plugin, e.g. the config labels Apr 18, 2022
resources/language/en_us.ini Outdated Show resolved Hide resolved
@ColinHDev
Copy link
Owner

Looks good, thank you very much

@ColinHDev ColinHDev merged commit db29986 into ColinHDev:development Apr 19, 2022
This was referenced Jun 11, 2023
@GamilinoMC GamilinoMC mentioned this pull request Jun 13, 2023
@Atara6431 Atara6431 mentioned this pull request Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Resources Related to the resources of the plugin, e.g. the config Status: Completed Type: Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants