Created
June 6, 2020 13:46
-
-
Save gelinger777/ecf0e5fbbc879990b174a86b1cea40aa to your computer and use it in GitHub Desktop.
GroceryCrudEnterpriseArmenianPart1.php
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
<?php | |
return [ | |
'subject' => 'Տվյալ', | |
'subject_plural' => 'Տվյալներ', | |
'add_item' => 'Ավելացնել {subject}ը', | |
'edit_item' => 'Խմբագրել {subject}ը', | |
'view_item' => 'Բացել {subject}ը', | |
'edit' => 'Խմբագրել', | |
'view' => 'Բացել', | |
'action_delete' => 'Ջնջել', | |
'actions' => 'Գործողություններ', | |
'print' => 'Տպել', | |
'export_to_file' => 'Էքսպորտ', | |
'quick_search' => 'Արագ գտնել', | |
'more' => 'Ավելին', | |
'settings' => 'Կարգավորումներ', | |
'columns' => 'Սյունակներ', | |
'refresh' => 'Թարմացնել', | |
'clear_filtering' => 'Զրոյացնել Ֆիլտրը', | |
'clear_cache' => 'Մաքրել Քեշը', | |
'columns_fit' => 'Տեղավորել սյունակները', | |
'modal_save' => 'Պահպանել', | |
'close_modal_on_save' => 'Փակել պատուհանը պահպանելուց', | |
'close_modal' => 'Փակել', | |
'confirm_delete' => 'Վստահ եք որ ուզում եք ջնջել այս տվյալը՞', | |
'confirm_delete_multiple' => 'Վստահ եք որ ցանկանում եք ջնջել այս {items_amount} հատ տվյալները ՞', | |
'cancel' => 'Չեղարկել', | |
'paging_show_entries' => 'Ցույց տալ {paging} տող', | |
'paging_displaying' => 'Ցուցադրված են {results}֊ից {start} մինչև {end}֊ը', | |
'paging_filtered_from' => '( Ընդհանուր {total_results}֊ից ֆիլտրվածները)', | |
'select_an_option' => 'Ընտրել տարբերակ', | |
'select_some_options' => 'Ընտրեք տարբերակներ', | |
'upload_attach_file' => 'Դրոփ արեք ֆայլը այստեղ կամ {browse_file}', | |
'browse_file' => 'ընտրեք ֆայլը', | |
'calendar_close_text' => 'Փակել', | |
'calendar_prev_text' => 'Նախկին', | |
'calendar_next_text' => 'Հաջորդ', | |
'calendar_current_text' => 'Այսօր', | |
'calendar_month_names' => [ 'Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս','Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր' ], | |
'calendar_month_names_short' => [ 'Հուն','Փետ','Մար','Ապր','Մայ','Հուն','Հուլ','Օգո','Սեպ','Հոկ','Նոյ','Դեկ' ], | |
'calendar_day_names' => [ 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' ], | |
'calendar_day_names_short' => [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ], | |
'calendar_day_names_min' => [ 'Su','Mo','Tu','We','Th','Fr','Sa' ], | |
'calendar_week_header' => 'Wk', | |
'time_text' => 'Time', | |
'time_hour_text' => 'Hour', | |
'time_minute_text' => 'Minute', | |
'time_second_text' => 'Second', | |
/* Filtering (feature introduced in version 2.5.0) */ | |
'filtering_operator' => 'Operator', | |
'filtering_and_statement' => 'AND', | |
'filtering_or_statement' => 'OR', | |
'filtering_text' => 'Filtering', | |
'filtering_filter_text' => 'Filter', | |
'filtering_remove_filters' => 'Remove filters', | |
'filtering_filter_single' => 'Filter', | |
'filtering_filter_plural' => 'Filters', | |
'filtering_cancel' => 'Cancel', | |
'filtering_add_more' => 'Add more', | |
'filtering_remove_filter' => 'Remove filter', | |
'filtering_contains' => 'contains', | |
'filtering_starts_with' => 'starts with', | |
'filtering_ends_with' => 'ends with', | |
'filtering_equals' => 'equals', | |
'filtering_not_equals' => 'not equals', | |
'filtering_is_empty' => 'is empty', | |
'filtering_is_not_empty' => 'is not empty', | |
'filtering_greater_than' => 'greater than', | |
'filtering_less_than' => 'less than', | |
'filtering_greater_than_or_equal' => 'greater than or equal', | |
'filtering_less_than_or_equal' => 'less than or equal', | |
'filtering_has' => 'has', | |
'filtering_does_not_have' => 'does not have', | |
'error_generic_title' => 'Something went wrong!', | |
'preview_as_html' => 'Preview as HTML', | |
'preview_as_plain_text' => 'Preview as plain text', | |
'clone' => 'Clone', | |
'loading' => 'Loading...', | |
'enter_x_or_more_characters' => 'Please enter {remaining_chars} or more characters', | |
'reset_ordering' => 'Reset ordering', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment