-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2380 from RocketChat/lingohub
Created and pushed by LingoHub.
- Loading branch information
Showing
26 changed files
with
540 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
{ | ||
"User_added" : "Usuario <em>__user_added__</em> añadido." | ||
"Add_user" : "Agregar Usuario", | ||
"Back_to_permissions" : "Regresar a permisos", | ||
"Cannot_delete_a_protected_role" : "No puede eliminar un rol protegido", | ||
"Cannot_delete_role_because_its_in_use" : "No puede eliminar el rol porque esta en uso", | ||
"New_role" : "Rol nuevo", | ||
"Permissions" : "Permisos", | ||
"Role" : "Rol", | ||
"Role_Editing" : "Ediciones de Roles", | ||
"Role_removed" : "Rol Eliminado", | ||
"Saving" : "Guardando", | ||
"There_are_no_users_in_this_role" : "No hay ningún usuario en este rol", | ||
"User_added" : "Usuario <em>__user_added__</em> añadido.", | ||
"User_not_found" : "Usuario no encontrado", | ||
"User_removed" : "Usuario eliminado", | ||
"Users_in_role" : "Usuarios en el rol" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
{ | ||
"Save" : "Guardar" | ||
"Channel" : "Canal", | ||
"Private_Group" : "Grupo Privado", | ||
"Save" : "Guardar", | ||
"room_changed_privacy" : "Tipo de sala cambiado a: <em>__room_type__</em> por<em>__user_by__</em>", | ||
"room_changed_topic" : "Tema del la sala cambiado a: <em>__room_topic__</em> por <em>__user_by__</em>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{ } | ||
{ | ||
"Chatops_Enabled" : "Habilitar Chatops", | ||
"Chatops_Title" : "Panel de Chatops", | ||
"Chatops_Username" : "Nombre de Usuario Chatops" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
{ } | ||
{ | ||
"Accounts_OAuth_GitHub_Enterprise" : "OAuth Habilitado", | ||
"API_GitHub_Enterprise_URL" : "URL del Servidor", | ||
"Accounts_OAuth_GitHub_Enterprise_id" : "Id de Cliente", | ||
"Accounts_OAuth_GitHub_Enterprise_secret" : "Secreto de Cliente", | ||
"Github_Enterprise_Url_No_Trail" : "Ejemplo: http://domain.com (sin incluir la diagonal final)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{ } | ||
{ | ||
"API_Gitlab_URL" : "URL de GitLab" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{ } | ||
{ | ||
"RocketBot_Enabled" : "RocketBot ha sido Habilitado", | ||
"RocketBot_Name" : "Nombre de RocketBot", | ||
"RocketBot_Name_Description" : "El nombre asignado a RocketBot debe ser un nombre de usuario valido en su servidor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{ } | ||
{ | ||
"Delete" : "Eliminar", | ||
"Edit" : "Editar" | ||
} |
Oops, something went wrong.