mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Spanish)
This commit is contained in:
parent
83e56355d0
commit
701a89cf37
@ -1,22 +1,36 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"name" => [
|
||||
"name" =>"Título",
|
||||
return [
|
||||
'name' => [
|
||||
'name' => 'Título',
|
||||
'instructions' => 'It is the name of the main category that you will define. It allows the user to easily find the product they are looking for.',
|
||||
],
|
||||
'order' => [
|
||||
'name' => 'Orden',
|
||||
],
|
||||
|
||||
],
|
||||
"order" => [
|
||||
"name" =>"Orden",
|
||||
'slug' => [
|
||||
'name' => 'Babosa',
|
||||
'instructions' => 'Specify any organizational tags to help group your post with others.',
|
||||
|
||||
],
|
||||
"slug" => [
|
||||
"name" =>"Babosa",
|
||||
],
|
||||
'files' => [
|
||||
'name' => 'Imagen',
|
||||
],
|
||||
'seo_keyword' => [
|
||||
'name' => 'Seo Keyword',
|
||||
'instructions' => 'Words added to the site in the Google browser to appear above the search results.',
|
||||
],
|
||||
'seo_description' => [
|
||||
'name' => 'Seo Description',
|
||||
'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.',
|
||||
],
|
||||
'icon' => [
|
||||
'name' => 'Icon',
|
||||
'instructions' => 'It is used to add icons indicating the category type.',
|
||||
],
|
||||
|
||||
],
|
||||
"files" => [
|
||||
"name" =>"Imagen",
|
||||
|
||||
],
|
||||
"please_wait" =>"Por favor,
|
||||
espere. Eliminar subcategorías"
|
||||
];
|
||||
'please_wait' => 'Por favor,
|
||||
espere. Eliminar subcategorías',
|
||||
'category_selection' => 'Category Selection',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user