Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 15, 2020 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/359abdb64c1107cc51219ff933770032 to your computer and use it in GitHub Desktop.
Save parzibyte/359abdb64c1107cc51219ff933770032 to your computer and use it in GitHub Desktop.
<?php
return [
"add_category" => "Agregar categoría",
"categories" => "Categorías",
"name" => "Nombre",
"description" => "Descripción",
"category_created" => "Categoría creada",
"save" => "Guardar",
"go_back" => "Volver",
"edit" => "Editar",
"delete" => "Eliminar",
"edit_category" => "Editar categoría",
"confirm_action" => "Por favor, confirme",
"category_updated" => "Categoría actualizada",
"category_deleted" => "Categoría eliminada",
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment