Skip to content

Commit

Permalink
Merge pull request #275 from vicentefelipechile/bleeding
Browse files Browse the repository at this point in the history
Added spanish location to bleeding branch
  • Loading branch information
rbluer authored Sep 26, 2024
2 parents d894765 + 7e4f5a0 commit 6c41b80
Show file tree
Hide file tree
Showing 5 changed files with 827 additions and 108 deletions.
176 changes: 79 additions & 97 deletions prison-core/src/main/resources/lang/core/es_ES.properties
Original file line number Diff line number Diff line change
Expand Up @@ -76,137 +76,121 @@
# like to share, please contact a staff member on our Discord server.
#Thanks for your contributions!
#
messages__version=10
messages__version=11
messages__auto_refresh=true


core_output__prefix_template=| %1 | &7
core_output__prefix_template_prison=Prison
core_output__prefix_template_info=Info
core_output__prefix_template_warning=Warning
core_output__prefix_template_prison=Prisión
core_output__prefix_template_info=Información
core_output__prefix_template_warning=Advertencia
core_output__prefix_template_error=Error
core_output__prefix_template_debug=Debug
core_output__prefix_template_debug=Depurar

core_output__color_code_info=&3
core_output__color_code_warning=&c
core_output__color_code_error=&c
core_output__color_code_debug=&b

core_output__error_startup_failure=Prison: (Sending to System.err due to Output.log Logger failure):
core_output__error_incorrect_number_of_parameters=Log Failure (%1): Incorrect number of parameters: [%2] Original raw message: [%3] Arguments: %4

core_output__error_startup_failure=Prisión: (Enviando a System.err debido a falla en el registro de salida):
core_output__error_incorrect_number_of_parameters=Falla en el registro (%1): Número incorrecto de parámetros: [%2] Mensaje en bruto original: [%3] Argumentos: %4

core_text__prefix=&3
core_text__just_now=just now
core_text__ago=ago
core_text__from_now=from now
core_text__and=and
core_text__just_now=justo ahora
core_text__ago=hace
core_text__from_now=dentro de
core_text__and=y
core_text__time_units_prefix_spacer=
core_text__time_units_singular=year,month,week,day,hour,minute,second
core_text__time_units_plural=years,months,weeks,days,hours,minutes,seconds
core_text__time_units_short=y,m,w,d,h,m,s

core_text__time_units_singular=año,mes,semana,día,hora,minuto,segundo
core_text__time_units_plural=años,meses,semanas,días,horas,minutos,segundos
core_text__time_units_short=a,m,s,d,h,m,s

core_tokens__name_required=Prison Tokens=A player's name is required when used from console.
core_tokens__cannot_view_others_balances=Prison Tokens: You do not have permission to view other player's balances.
core_tokens__view_balance=&3%1 has %2 tokens.
core_tokens__add_invalid_amount=Prison Tokens: Invalid amount: '%1'. Must be greater than zero.
core_tokens__added_amount=&3%1 now has &7%2 &3tokens after adding &7%3&3.
core_tokens__removed_amount=&3%1 now has &7%2 &3tokens after removing &7%3&3.
core_tokens__set_amount=&3%1 now has &7%2 &3tokens.
core_tokens__name_required=Tokens de la Prisión=Se requiere un nombre de jugador cuando se usa desde la consola.
core_tokens__cannot_view_others_balances=Tokens de la Prisión: No tienes permiso para ver los saldos de otros jugadores.
core_tokens__view_balance=&3%1 tiene %2 tokens.
core_tokens__add_invalid_amount=Tokens de la Prisión: Cantidad inválida: '%1'. Debe ser mayor que cero.
core_tokens__added_amount=&3%1 ahora tiene &7%2 &3tokens después de agregar &7%3&3.
core_tokens__removed_amount=&3%1 ahora tiene &7%2 &3tokens después de eliminar &7%3&3.
core_tokens__set_amount=&3%1 ahora tiene &7%2 &3tokens.

core_runCmd__name_required=Se requiere un nombre de jugador válido.
core_runCmd__command_required=Se requiere un comando.

core_runCmd__name_required=A valid player name is required.
core_runCmd__command_required=A command is required.

core_prison_utf8_test=Привет! Давай посмотрим, работает ли? Test 01

# The following are the original messages and they will eventually be replaced.

includeError=[%1] tiene un valor inválido.
excludeError=[%1] tiene un valor inválido.
cantAsConsole=No puedes realizar esto desde la consola.
missingArgument=The argument [%1] no está definido (no tiene valor predeterminado).
cantAsConsole=No puedes hacer esto como consola.
missingArgument=El argumento [%1] no está definido (no tiene un valor predeterminado).
missingFlagArgument=La bandera -%1 no tiene los parámetros requeridos.
undefinedFlagArgument= [%1] para la bandera -%2 no está definido.
internalErrorOccurred=Un error interno ha ocurrido al ejecutar este comando.
noPermission=No tienes los permisos requeridos para ejecutar este comando.
undefinedFlagArgument=El argumento [%1] de la bandera -%2 no está definido.
internalErrorOccurred=Se produjo un error interno al intentar realizar este comando.
noPermission=Le faltan los permisos necesarios para realizar este comando.
blockParseError=El parámetro [%1] no es un bloque válido.
numberParseError=El parámetro [%1] no es un número.
numberTooLow=El parámetro [%1] debe ser igual o mayor a %2.
numberTooHigh=El parámetro [%1] debe ser igual o menor a %2.
numberRangeError=El parámetro [%1] debe ser igual o mayor a %2 y menor o igual a %3.
tooFewCharacters=El parámetro [%1] debe ser igual o mayor a %2 caracteres.
tooManyCharacters=El parámetro [%1] debe ser igual o menor a %2 caracteres.
playerNotOnline=El jugador %1 no se encuentra conectado.
worldNotFound=El mundo %1 no ha sido encontrado.






numberTooLow=El parámetro [%1] debe ser igual o mayor que %2.
numberTooHigh=El parámetro [%1] debe ser igual o menor que %2.
numberRangeError=El parámetro [%1] debe ser igual o mayor que %2 y menor o igual que %3.
tooFewCharacters=El parámetro [%1] debe tener igual o mayor que %2 caracteres.
tooManyCharacters=El parámetro [%1] debe tener igual o menor que %2 caracteres.
playerNotOnline=El jugador %1 no está en línea.
worldNotFound=El mundo %1 no se encontró.


core_gui__click_to_decrease=&3Click to decrease.
core_gui__click_to_increase=&3Click to increase.


core_gui__click_to_cancel=&3Click to cancel.
core_gui__click_to_close=&3Click to close.
core_gui__click_to_confirm=&3Click to confirm.
core_gui__click_to_delete=&3Click to delete.
core_gui__click_to_disable=&3Click to disable.
core_gui__click_to_edit=&3Click to edit.
core_gui__click_to_enable=&3Click to enable.
core_gui__click_to_open=&3Click to open.

core_gui__click_to_decrease=&3Haz clic para disminuir.
core_gui__click_to_increase=&3Haz clic para aumentar.

core_gui__left_click_to_confirm=&3Left-Click to confirm.
core_gui__left_click_to_reset=&3Left-Click to reset.
core_gui__left_click_to_open=&3Left-Click to open.
core_gui__left_click_to_edit=&3Left-Click to edit.
core_gui__click_to_cancel=&3Haz clic para cancelar.
core_gui__click_to_close=&3Haz clic para cerrar.
core_gui__click_to_confirm=&3Haz clic para confirmar.
core_gui__click_to_delete=&3Haz clic para eliminar.
core_gui__click_to_disable=&3Haz clic para desactivar.
core_gui__click_to_edit=&3Haz clic para editar.
core_gui__click_to_enable=&3Haz clic para habilitar.
core_gui__click_to_open=&3Haz clic para abrir.

core_gui__left_click_to_confirm=&3Haz clic izquierdo para confirmar.
core_gui__left_click_to_reset=&3Haz clic izquierdo para restablecer.
core_gui__left_click_to_open=&3Haz clic izquierdo para abrir.
core_gui__left_click_to_edit=&3Haz clic izquierdo para editar.

core_gui__right_click_to_cancel=&3Right-Click to cancel.
core_gui__right_click_to_delete=&3Right-Click to delete.
core_gui__right_click_to_disable=&3Right-Click to disable.
core_gui__right_click_to_enable=&3Right-Click to enable.
core_gui__right_click_to_toggle=&3Right-Click to toggle.
core_gui__right_click_to_cancel=&3Haz clic derecho para cancelar.
core_gui__right_click_to_delete=&3Haz clic derecho para eliminar.
core_gui__right_click_to_disable=&3Haz clic derecho para desactivar.
core_gui__right_click_to_enable=&3Haz clic derecho para habilitar.
core_gui__right_click_to_toggle=&3Haz clic derecho para alternar.

core_gui__right_click_and_shift_to_delete=&3Haz clic derecho y shift para eliminar.
core_gui__right_click_and_shift_to_disable=&3Haz clic derecho y shift para desactivar.
core_gui__right_click_and_shift_to_toggle=&3Haz clic derecho y shift para alternar.

core_gui__right_click_and_shift_to_delete=&3Right-Click and shift to delete.
core_gui__right_click_and_shift_to_disable=&3Right-Click and shift to disable.
core_gui__right_click_and_shift_to_toggle=&3Right-Click and shift to toggle.


core_gui__page_next=&3Next page.
core_gui__page_prior=&3Prior page.
core_gui__page_next=&3Página siguiente.
core_gui__page_prior=&3Página anterior.

# Note: The core_gui__page_tools_ messages all use the following placeholders
# so you can structure them any way you need to. You not no have to use
# any of them, but you can also use all of them.
# {first_page} {prior_page} {current_page} {next_page} {last_page}
core_gui__page_tools_close=&3Close
core_gui__page_tools_go_back=&3Go Back
core_gui__page_tools_first_page=&3Prior page: {first_page} of {last_page}
core_gui__page_tools_prior_page=&3Prior page: {prior_page} of {last_page}
core_gui__page_tools_current_page=&3Current page: {current_page} of {last_page}
core_gui__page_tools_next_page=&3Next page: {next_page} of {last_page}
core_gui__page_tools_last_page=&3Last page: {last_page} of {last_page}


core_gui__money_earned=&3You earned &a$%1
core_gui__price=&3Price: %1
core_gui__confirm=&3Confirm: %1 %2
core_gui__delay=&3Delay: %1 secs
core_gui__multiplier=&3Multiplier: x %1
core_gui__value=&3Value: %1
core_gui__permission=&3Permission: &7%1
core_gui__prestige_name=&3Prestige name: %1




core_gui__page_tools_close=&3Cerrar
core_gui__page_tools_go_back=&3Volver
core_gui__page_tools_first_page=&3Página anterior: {first_page} de {last_page}
core_gui__page_tools_prior_page=&3Página anterior: {prior_page} de {last_page}
core_gui__page_tools_current_page=&3Página actual: {current_page} de {last_page}
core_gui__page_tools_next_page=&3Página siguiente: {next_page} de {last_page}
core_gui__page_tools_last_page=&3Última página: {last_page} de {last_page}

core_gui__money_earned=&3Ganaste &a$%1
core_gui__price=&3Precio: %1
core_gui__confirm=&3Confirmar: %1 %2
core_gui__delay=&3Retraso: %1 segs
core_gui__multiplier=&3Multiplicador: x %1
core_gui__value=&3Valor: %1
core_gui__permission=&3Permiso: &7%1
core_gui__prestige_name=&3Nombre de prestigio: %1

# For format, the edit codes need to be within []. A number defines the width
# and negative numbers will left justify the values with padding. An empty []
Expand All @@ -215,9 +199,9 @@ core_gui__prestige_name=&3Prestige name: %1
# Important: Every [] must be paired with a value or it will produce a runtime error:
# 'Incorrect number of parameters: [Format specifier %s]
core_ranks_topn__player_line_1_header_format=[4] [-18] [-10] [11] [-8] [-12]
core_ranks_topn__player_line_1_header_values=Rank, Player, PreDefRanks, Balance, r-Score, Penalty
core_ranks_topn__player_line_1_header_values=Rango, Jugador, PreDefRanks, Balance, r-Score, Penalización
core_ranks_topn__player_line_2_header_format=[4] [-10] [7] [-18] [9]
core_ranks_topn__player_line_2_header_values=Rank, Ranks, r-Score, Player, Balance
core_ranks_topn__player_line_2_header_values=Rango, Rangos, r-Score, Jugador, Balance

# For detail_values you can use any of the following placeholders, but they must pair up
# with the detail_format's [].
Expand All @@ -229,6 +213,4 @@ core_ranks_topn__player_line_2_header_values=Rank, Ranks, r-Score, Player, Balan
core_ranks_topn__player_line_1_detail_format= [-4] [-18] [-12] [10] [7] [10]
core_ranks_topn__player_line_1_detail_values={rankPosition}, {playerName}, {prestigeDefaultRankTagNoColor}, {balanceKmbt}, {rankScore}, {rankScorePenalty}
core_ranks_topn__player_line_2_detail_format= [-3] [-10] [7] [-18] [9]
core_ranks_topn__player_line_2_detail_values={rankPosition}, {prestigeDefaultRankTagNoColor}, {rankScore}, {playerName}, {balanceKmbt}


core_ranks_topn__player_line_2_detail_values={rankPosition}, {prestigeDefaultRankTagNoColor}, {rankScore}, {playerName}, {balanceKmbt}
18 changes: 7 additions & 11 deletions prison-core/src/main/resources/lang/mines/es_ES.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
messages__version=5
messages__auto_refresh=true



# The following are the original messages and they will eventually be replaced.

reset_warning=&7Todas las minas %1 se reiniciarán en &3%2&7.
reset_message=&7Todas las minas %1 han sido reiniciadas.
skip_reset_message=
Expand Down Expand Up @@ -99,10 +95,10 @@ block_deleted=&7Se ha eliminado el bloque &3%1 &7de la mina &3%2&7.
mine_redefined=&7Se ha &3redefinido &7la mina exitosamente.
missing_world=&7El mundo en el que se ha creado la mina no se ha podido encontrar.

mines_mtp__unable_to_teleport=Sorry. You're unable to teleport there.
mines_mtp__unable_to_teleport_others=&3You cannot teleport other players to a mine. Ignoring parameter.
mines_mtp__no_target_mine_found=No target mine found. &3Resubmit teleport request with a mine name.
mines_mtp__player_must_be_in_game=You can only teleport players that are online and in the game.
mines_mtp__player_must_be_in_game=&3Specified player is not in the game so they cannot be teleported.
mines_mtp__cannot_use_virtual_mines=&cInvalid option. This mine is a virtual mine&7. Use &a/mines set area &7to enable the mine.
mines_mtp__teleport_failed=&3Teleport failed. Are you sure you're a Player?
mines_mtp__unable_to_teleport=Lamentablemente, no puedes teletransportarte allí.
mines_mtp__unable_to_teleport_others=&3No puedes teletransportar a otros jugadores a una mina. Ignorando parámetro.
mines_mtp__no_target_mine_found=No se ha encontrado una mina objetivo. &3Vuelve a enviar la solicitud de teletransporte con un nombre de mina.
mines_mtp__player_must_be_in_game=Sólo puedes teletransportar a jugadores que estén en línea y en el juego.
mines_mtp__player_must_be_in_game=&3El jugador especificado no está en el juego, por lo que no se puede teletransportar.
mines_mtp__cannot_use_virtual_mines=&cOpción inválida. Esta mina es una mina virtual&7. Utiliza &a/mines set area &7para habilitar la mina.
mines_mtp__teleport_failed=&3Fallo en el teletransporte. ¿Estás seguro de que eres un jugador?
Loading

0 comments on commit 6c41b80

Please sign in to comment.