-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd4f374
commit 39c18f0
Showing
3 changed files
with
41 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
<?php | ||
return [ | ||
'display' => [ | ||
'Configuration of type' => 'Configuration of type', | ||
'select origin' => 'select origin', | ||
'Config First Taxonomy' => 'Config First Taxonomy', | ||
'select taxonomy' => 'select taxonomy', | ||
'Primary key' => 'Primary key', | ||
'Configuration of type' => 'Resource setting', | ||
'select origin' => 'Resource origin', | ||
'Config First Taxonomy' => 'First Taxonomy Config', | ||
'First taxonomy' => 'First Taxonomy', | ||
'Primary key' => 'Taxonomy key', | ||
'Label column' => 'Label column', | ||
'Config second Taxonomy' => 'Config second Taxonomy', | ||
'Config second Taxonomy' => 'Second Taxonomy Config', | ||
'Second Taxonomy' => 'Second Taxonomy', | ||
'Foreign key' => 'Foreign key', | ||
|
||
], | ||
'instructions' => [ | ||
'Write the name of the main field (primary key) of the taxonomy on which the second taxonomy depends' => 'Write the primary key of the taxonomy upon which the second taxonomy is dependent', | ||
'Section where you configure the type of source for the resources' => 'Section where you configure the type of source for the resources', | ||
'Select the origin of the resource where the data for the dynamic selects will be obtained' => 'Select the origin of the resource where the data for the dynamic selects will be obtained', | ||
'Section where you can configure the type of source of the resources' => 'Configuration section for selecting the resource origin/type', | ||
'Section where you configure the data of the first taxonomy' => 'Configuration section for setting up the data of the first taxonomy', | ||
'Select the first taxonomy' => 'Select the first taxonomy', | ||
'Write the handle of the column that serves as the primary key' => 'Write the handle of the column that serves as the primary key', | ||
'Write the handle of the column that is the text of the options in the first taxonomy' => 'Specify the handle of the column that serves as the text for the options in the first taxonomy', | ||
'Section where you configure the data of the second taxonomy' => 'Configuration section for setting up the data of the second taxonomy', | ||
'Select the second taxonomy' => 'Select the second taxonomy', | ||
'Write the handle of the column that serves as the primary key' => 'Write the handle of the column that serves as the primary key', | ||
'Write the handle of the column that is the text of the options in the second taxonomy' => 'Write the handle of the column that serves as the text for the options in the second taxonomy', | ||
'Select the dependent taxonomy (second taxonomy)' => 'Select the dependent taxonomy (second taxonomy)', | ||
'Section where you configure the data for the first taxonomy' => 'Section where you configure the data for the first taxonomy', | ||
'Select the first (primary) taxonomy' => 'Select the first (primary) taxonomy', | ||
'Write the handle of the column that serves as the primary key for the first taxonomy' => 'Specify the handle of the column that serves as the primary key for the first taxonomy', | ||
'Write the handle of the column that is the text for the options in the first taxonomy' => 'Specify the handle of the column that is the text for the options in the first taxonomy', | ||
'Section where you configure the data for the second taxonomy' => 'Section where you configure the data for the second taxonomy', | ||
'Select the second (dependent) taxonomy' => 'Select the second (dependent) taxonomy', | ||
'Write the name of the main field (primary key) of the taxonomy on which the second taxonomy depends' => 'Specify the name of the main field (primary key) of the taxonomy on which the second taxonomy depends', | ||
'Write the handle of the column that serves as the primary key for the second taxonomy' => 'Specify the handle of the column that serves as the primary key for the second taxonomy', | ||
'Write the handle of the column that is the text for the options in the second taxonomy' => 'Specify the handle of the column that is the text for the options in the second taxonomy', | ||
], | ||
'Welcome' => 'Welcome', | ||
]; |
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