Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 15, 2020 17:07
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/6e8f00aa766762b970cd2bf099046ff8 to your computer and use it in GitHub Desktop.
Save parzibyte/6e8f00aa766762b970cd2bf099046ff8 to your computer and use it in GitHub Desktop.
<?php
return [
"add_category" => "Add category",
"categories" => "Categories",
"name" => "Name",
"description" => "Description",
"category_created" => "Category created",
"save" => "Save",
"go_back" => "Go back",
"edit" => "Edit",
"delete" => "Delete",
"edit_category" => "Edit category",
"confirm_action" => "Please confirm",
"category_updated" => "Category updated",
"category_deleted" => "Category deleted",
"products" => "Products",
"add_product" => "Add product",
"price" => "Price",
"stock" => "Stock",
"category" => "Category",
"product_created" => "Product created",
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment