mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations stream.php (Greek) * New translations setting.php (Greek) * New translations section.php (Greek) * New translations permission.php (Greek) * New translations field.php (Greek) * New translations field.php (Hebrew) * New translations stream.php (German) * New translations setting.php (German) * New translations section.php (German) * New translations permission.php (German) * New translations button.php (Greek) * New translations button.php (Hebrew) * New translations field.php (German) * New translations stream.php (Italian) * New translations section.php (Italian) * New translations button.php (Romanian) * New translations button.php (Japanese) * New translations setting.php (Italian) * New translations permission.php (Italian) * New translations permission.php (Hebrew) * New translations stream.php (Hebrew) * New translations setting.php (Hebrew) * New translations section.php (Hebrew) * New translations field.php (Italian) * New translations button.php (Italian) * New translations button.php (German) * New translations stream.php (French) * New translations setting.php (French) * New translations section.php (French) * New translations permission.php (French) * New translations button.php (French) * New translations field.php (French) * New translations stream.php (Romanian) * New translations setting.php (Romanian) * New translations section.php (Romanian) * New translations permission.php (Romanian) * New translations field.php (Romanian) * New translations button.php (Spanish) * New translations stream.php (Arabic) * New translations setting.php (Arabic) * New translations section.php (Arabic) * New translations permission.php (Arabic) * New translations button.php (Arabic) * New translations field.php (Spanish) * New translations field.php (Arabic) * New translations stream.php (Spanish) * New translations setting.php (Spanish) * New translations section.php (Spanish) * New translations permission.php (Spanish) * New translations stream.php (Albanian) * New translations setting.php (Albanian) * New translations section.php (Albanian) * New translations permission.php (Albanian) * New translations field.php (Albanian) * New translations button.php (Albanian) * New translations stream.php (Russian) * New translations setting.php (Russian) * New translations section.php (Russian) * New translations permission.php (Russian) * New translations field.php (Russian) * New translations button.php (Russian) * New translations field.php (Urdu (Pakistan)) * New translations setting.php (Vietnamese) * New translations stream.php (Vietnamese) * New translations section.php (Vietnamese) * New translations permission.php (Vietnamese) * New translations field.php (Vietnamese) * New translations button.php (Vietnamese) * New translations field.php (Swedish) * New translations button.php (Swedish) * New translations permission.php (Swedish) * New translations stream.php (Swedish) * New translations setting.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Korean) * New translations stream.php (Dutch) * New translations setting.php (Dutch) * New translations section.php (Dutch) * New translations permission.php (Dutch) * New translations field.php (Dutch) * New translations button.php (Dutch) * New translations stream.php (Korean) * New translations section.php (Korean) * New translations stream.php (Japanese) * New translations setting.php (Japanese) * New translations section.php (Japanese) * New translations permission.php (Japanese) * New translations field.php (Japanese) * New translations permission.php (Korean) * New translations field.php (Korean) * New translations button.php (Korean) * New translations section.php (Portuguese) * New translations stream.php (Portuguese) * New translations setting.php (Portuguese) * New translations permission.php (Portuguese) * New translations field.php (Portuguese) * New translations button.php (Portuguese) * New translations stream.php (Polish) * New translations setting.php (Polish) * New translations section.php (Polish) * New translations permission.php (Polish) * New translations field.php (Polish) * New translations button.php (Polish) * New translations button.php (Turkish) * New translations field.php (Turkish) * New translations field.php (Urdu (Pakistan)) * New translations button.php (Urdu (Pakistan)) * New translations permission.php (Urdu (Pakistan)) * New translations section.php (Urdu (Pakistan)) * New translations setting.php (Urdu (Pakistan)) * New translations stream.php (Urdu (Pakistan)) * New translations button.php (Turkish) * New translations permission.php (Turkish) * New translations section.php (Turkish) * New translations setting.php (Turkish) * New translations stream.php (Turkish) * New translations button.php (Ukrainian) * New translations field.php (Ukrainian) * New translations permission.php (Ukrainian) * New translations section.php (Ukrainian) * New translations setting.php (Ukrainian) * New translations stream.php (Ukrainian) * New translations stream.php (Azerbaijani) * New translations setting.php (Azerbaijani) * New translations section.php (Azerbaijani) * New translations permission.php (Azerbaijani) * New translations field.php (Azerbaijani) * New translations button.php (Azerbaijani) * New translations stream.php (Hindi) * New translations button.php (Hindi) * New translations field.php (Hindi) * New translations permission.php (Hindi) * New translations section.php (Hindi) * New translations setting.php (Hindi) * New translations button.php (Persian) * New translations field.php (Persian) * New translations permission.php (Persian) * New translations section.php (Persian) * New translations setting.php (Persian) * New translations stream.php (Persian) * New translations setting.php (Bengali) * New translations stream.php (Bengali) * New translations section.php (Bengali) * New translations permission.php (Bengali) * New translations field.php (Bengali) * New translations button.php (Bengali)
101 lines
4.3 KiB
PHP
101 lines
4.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'מודעות',
|
|
'option' => [
|
|
'read' => 'האם אתה יכול לקרוא מודעות?',
|
|
'write' => 'האם ניתן ליצור / לערוך מודעות?',
|
|
'delete' => 'האם ניתן למחוק מודעות?',
|
|
],
|
|
],
|
|
'categories' => [
|
|
'name' => 'קטגוריות',
|
|
'option' => [
|
|
'read' => 'האם אתה יכול לקרוא קטגוריות?',
|
|
'write' => 'האם ניתן ליצור / לערוך קטגוריות?',
|
|
'delete' => 'האם ניתן למחוק קטגוריות?',
|
|
],
|
|
],
|
|
'village' => [
|
|
'name' => 'כפר',
|
|
'option' => [
|
|
'read' => 'האם אתה יכול לקרוא כפר?',
|
|
'write' => 'האם ניתן ליצור / לערוך כפר?',
|
|
'delete' => 'האם ניתן למחוק כפר?',
|
|
],
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'שדות מותאמים אישית',
|
|
'option' => [
|
|
'read' => 'האם אתה יכול לקרוא שדות מותאמים אישית?',
|
|
'write' => 'האם ניתן ליצור / לערוך שדות מותאמים אישית?',
|
|
'delete' => 'האם ניתן למחוק שדות מותאמים אישית?',
|
|
],
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'מודעות שדה בהתאמה אישית',
|
|
'option' => [
|
|
'read' => 'האם ניתן לקרוא מודעות שדה בהתאמה אישית?',
|
|
'write' => 'האם ניתן ליצור / לערוך מודעות שדה מותאמות אישית?',
|
|
'delete' => 'האם ניתן למחוק מודעות שדה מותאמות אישית?',
|
|
],
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'ערכי ה- CF',
|
|
'option' => [
|
|
'read' => 'האם ניתן לקרוא ערכי CF?',
|
|
'write' => 'האם ניתן ליצור / לערוך ערכי CF?',
|
|
'delete' => 'האם ניתן למחוק ערכי CF?',
|
|
],
|
|
],
|
|
'options' => [
|
|
'name' => 'אפשרויות',
|
|
'option' => [
|
|
'read' => 'האם אתה יכול לקרוא אפשרויות?',
|
|
'write' => 'האם ניתן ליצור / לערוך אפשרויות?',
|
|
'delete' => 'האם ניתן למחוק אפשרויות?',
|
|
],
|
|
],
|
|
'productoptions' => [
|
|
'name' => 'אפשרויות מוצר',
|
|
'option' => [
|
|
'read' => 'האם יכול לקרוא אפשרויות מוצר?',
|
|
'write' => 'האם ניתן ליצור / לערוך אפשרויות מוצר?',
|
|
'delete' => 'האם ניתן למחוק אפשרויות מוצר?',
|
|
],
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'ערך אופציות המוצר',
|
|
'option' => [
|
|
'read' => 'האם ניתן לקרוא את ערך אפשרויות המוצר?',
|
|
'write' => 'האם ניתן ליצור / לערוך ערך של אפשרויות מוצר?',
|
|
'delete' => 'האם ניתן למחוק את ערך אפשרויות האופציות?',
|
|
],
|
|
],
|
|
'options_configuration' => [
|
|
'name' => 'תצורת אפשרויות',
|
|
'option' => [
|
|
'read' => 'האם תצורת אפשרויות קריאה יכולה?',
|
|
'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
|
|
'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
|
|
],
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'תצורת אפשרות',
|
|
'option' => [
|
|
'read' => 'האם תצורת אפשרות לקרוא?',
|
|
'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
|
|
'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
|
|
],
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'תצורת אפשרות',
|
|
'option' => [
|
|
'read' => 'האם תצורת אפשרות לקרוא?',
|
|
'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
|
|
'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
|
|
],
|
|
],
|
|
];
|