Skip to content

Commit

Permalink
Merge pull request #1 from Raiiber/patch-1
Browse files Browse the repository at this point in the history
Added Spanish Localization | Translation
  • Loading branch information
PIKStudios authored Jan 21, 2024
2 parents 60de2e6 + d35e6bf commit 575e361
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,42 @@ PIK.Translate = {
doYouAgreeDelete = "DO YOU WANT TO DELETE THE CHARACTER ?",
}

-- IDIOMA (ES) | ESPAÑOL
PIK.Translate = {
title = "PIK",
character = "Personajes",
selector = "Seleccion",
firstDesc = "",
createCharacter = "Crear Personajer",
buySlot = "COMPRAR SLOT",
play = "JUGAR",
delete = "ELIMINAR",
male = "HOMBRE",
female = "MUJER",
dateOfBirth = "FECHA DE NACIMIENTO",
nationality = "NACIONALIDAD",
job = "TRABAJO",
cash = "EFECTIVO",
bank = "BANCO",
phoneNumber = "NUMERO DE TELEFONO",
accountNumber = "IBAN",
rightTitle1 = "CREAR",
rightTitle2 = "PERSONAJE",
rightDescription = "¡Crea un personaje! Rellena el formulario para empezar a jugar",
name = "NOMBRE",
surname = "APELLIDO",
create = "CREAR",
slot = "SLOT",
redeemCode = "CANJEAR CODIGO",
buyCode = "BUY CODE",
cancel = "CANCELAR",
accept = "ACEPTAR",
characterInfo = "INFORMACION DEL PERSONAJE",
loading = "CARGANDO!",
plsWait = "PORFAVOR ESPERA...",
doYouAgreeDelete = "QUIERES ELIMINAR EL PERSONAJE ?",
}

PIK.MaxCharSlot = 2
PIK.DefaultOpenCharSlot = 1

Expand Down

0 comments on commit 575e361

Please sign in to comment.