Skip to content

Commit

Permalink
New translations messages.properties (Turkish)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Oct 4, 2024
1 parent 82f0a77 commit 16aded4
Showing 1 changed file with 87 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# Labels
label.tps=TPS
label.mspt=MSPT
label.memory=RAM
label.ping=Ping
label.player_count=Online
label.cpu=CPU
label.cpu.system_short=sys.
label.cpu.process_short=proc.
label.milliseconds_short=ms
label.used=Used
label.allocated=Allocated
label.average=Average
label.minimum=Minimum
label.maximum=Maximum
label.maximum_short_lower=max.
label.initial_amount=Initial

# Command help menu
help.help=TabTPS Help
help.command=Command
help.description=Description
help.no_description=No description
help.arguments=Arguments
help.optional=Optional
help.showing_results_for_query=Showing search results for query
help.no_results_for_query=No results for query
help.available_commands=Available Commands
help.click_to_show_help=Click to show help for this command
help.page_out_of_range=Error\: Page {0} is not in range. Must be in range [1, {1}]
help.click_for_next_page=Click for next page
help.click_for_previous_page=Click for previous page

# Command and argument descriptions
command.tickinfo.description=Displays the current TPS and MSPT of the server.
command.help.description=Shows help for the TabTPS commands.
command.help.arguments.query=Help query string.
command.about.description=Shows info about the TabTPS plugin.
command.reload.description=Reloads the TabTPS config files.
command.toggle_tab.description=Toggles showing information in the tab menu.
command.toggle_bossbar.description=Toggles showing information in a boss bar.
command.toggle_actionbar.description=Toggles showing information in the action bar.
command.ping.arguments.page=The page number of players to display, if applicable.
command.ping_self.description=Displays the senders ping to the server in milliseconds.
command.ping_target.description=Displays the targets ping to the server in milliseconds.
command.ping_target.arguments.target=The player(s) to check the ping of.
command.ping_all.description=Displays the pings of connected players with an average.
command.memory.description=Displays the current memory pools of the server JVM. Output will vary greatly based on garbage collection settings.

# Command exceptions
command.exception.invalid_argument=Invalid command argument\: {0}
command.exception.invalid_syntax=Invalid command syntax. Correct command syntax is\: {0}
command.exception.invalid_sender_type=Invalid command sender. You must be of type {0}.
command.exception.no_permission=I'm sorry, but you do not have permission to perform this command.\nPlease contact the server administrators if you believe that this is in error.
command.exception.command_execution=An internal error occurred while attempting to perform this command.

# Command feedback text
misc.command.text.no_players_found=No players found for selector\: ''{0}''
command.ping.text.player_pings=Player Pings
command.ping.text.console_must_provide_player=Console must provide a player to check the ping of.
command.ping.text.average_ping=Average ping
command.ping.text.amount_players={0} players
command.ping.text.amount_players_singular={0} player
command.ping_self.text.your_ping=Your ping\: {0}
command.ping_target.text.targets_ping={0}''s ping\: {1}
command.memory.text.header=Memory Usage
command.tickinfo.text.mspt_hover=Milliseconds per tick. Avg. MSPT ≤ 50 -> 20 TPS
command.tickinfo.text.tps_hover=Ticks per second. 20 is optimal.
command.tickinfo.text.cpu_hover=CPU usage for the Minecraft server process as well as the system CPU usage.
command.tickinfo.text.memory_hover=Megabytes of Memory/RAM.
command.tickinfo.text.header=Server Tick Information
command.toggle.tab.enabled=Enabled tab menu display.
command.toggle.tab.disabled=Disabled tab menu display.
command.toggle.bossbar.enabled=Enabled boss bar display.
command.toggle.bossbar.disabled=Disabled boss bar display.
command.toggle.actionbar.enabled=Enabled action bar display.
command.toggle.actionbar.disabled=Disabled action bar display.

# Command argument parse failure messages
command.caption.argument.parse.failure.number=''{0}'' is not a valid number in the range [{1}, {2}].
command.caption.argument.parse.failure.string=''{0}'' is not a valid string of type {1}.
command.caption.argument.parse.failure.selector.malformed=Selector ''{0}'' is malformed.
command.caption.argument.parse.failure.selector.non_player_in_player_selector=Non-player(s) selected in player selector.

# Misc
misc.text.click_to_copy=Click to copy
misc.text.click_to_toggle=Click to toggle

0 comments on commit 16aded4

Please sign in to comment.