|
| 1 | +<?php |
| 2 | +return [ |
| 3 | + 'label' => [ |
| 4 | + 'singular' => 'Organization', |
| 5 | + 'plural' => 'Organisations', |
| 6 | + 'profile' => 'Organization Profile', |
| 7 | + ], |
| 8 | + 'modal' => [ |
| 9 | + 'heading' => 'Add new organization', |
| 10 | + 'subheading' => 'Send an invitation to organizations using the fields below. ', |
| 11 | + ], |
| 12 | + 'field' => [ |
| 13 | + 'name' => 'Organization name', |
| 14 | + 'alias' => 'Alias Organization', |
| 15 | + 'type' => 'Type of organization', |
| 16 | + 'ngo_type' => 'Type of NGO', |
| 17 | + 'email_organisation' => 'Organization Contact Email', |
| 18 | + 'phone_organisation' => 'Organization Contact Phone', |
| 19 | + 'year' => 'Year of establishment', |
| 20 | + 'cif' => 'NAIL/CIF', |
| 21 | + 'registration_number' => 'Nos. Register of Associations and Foundations', |
| 22 | + 'intervention_type' => 'Type of intervention ', |
| 23 | + 'agreement_doc' => 'Collaboration protocol', |
| 24 | + 'description' => 'Extended Organization Description', |
| 25 | + 'short_description' => 'Short description of the organization', |
| 26 | + 'logo' => 'Organization logo', |
| 27 | + 'choose' => 'chooses', |
| 28 | + 'email' => 'E-mail', |
| 29 | + 'phone' => 'Telephone', |
| 30 | + 'contact_person_first_name' => 'Contact person\'s first name', |
| 31 | + 'contact_person_last_name' => 'Contact person name', |
| 32 | + 'contact_person_in_teams_first_name' => 'name', |
| 33 | + 'contact_person_in_teams_last_name' => 'First name', |
| 34 | + 'other_information' => 'Other information', |
| 35 | + 'social_services_accreditation' => 'Accredited NGO for Social Services', |
| 36 | + 'risk_categories' => 'Types of risks covered', |
| 37 | + 'website' => 'Web site', |
| 38 | + 'facebook' => 'Facebook', |
| 39 | + 'has_branches' => 'Does it have branches?', |
| 40 | + 'resource_types' => 'Types of actions', |
| 41 | + 'type_of_area' => 'Type of area of activity', |
| 42 | + 'risk_category' => 'Risk category', |
| 43 | + 'expertises' => 'Areas of Expertise', |
| 44 | + 'branches' => 'Subsidiaries', |
| 45 | + 'hq' => 'Headquarters', |
| 46 | + 'address' => 'Address', |
| 47 | + 'status' => 'Status', |
| 48 | + 'status_action' => [ |
| 49 | + 'active' => 'Disable', |
| 50 | + 'inactive' => 'Activate', |
| 51 | + ], |
| 52 | + 'types' => [ |
| 53 | + 'ngo' => 'NGO', |
| 54 | + 'private' => 'Private Entity', |
| 55 | + 'public' => 'Public institution', |
| 56 | + 'academic' => 'Academic environment', |
| 57 | + ], |
| 58 | + 'ngo_types' => [ |
| 59 | + 'association' => 'Association', |
| 60 | + 'foundation' => 'Foundation', |
| 61 | + 'federation' => 'Federation', |
| 62 | + ], |
| 63 | + 'area' => 'The organization carries out its work on the plan:', |
| 64 | + 'area_of_activity' => [ |
| 65 | + 'types' => [ |
| 66 | + 'local' => 'Locale', |
| 67 | + 'regional' => 'Regionale', |
| 68 | + 'national' => 'National', |
| 69 | + 'international' => 'International', |
| 70 | + ], |
| 71 | + 'areas' => 'Localize', |
| 72 | + 'help_text' => 'You can add more activity areas', |
| 73 | + 'add_area' => 'Add activity area', |
| 74 | + ], |
| 75 | + 'branch' => [ |
| 76 | + 'help_text' => 'You can add more branches', |
| 77 | + 'add_area' => 'Add Subsidiary', |
| 78 | + ], |
| 79 | + 'role' => 'Roles', |
| 80 | + ], |
| 81 | + 'placeholder' => [ |
| 82 | + 'name' => 'Enter the name of the organization', |
| 83 | + 'alias' => 'Enter the alias of the organization', |
| 84 | + 'email' => 'Enter email address', |
| 85 | + 'phone' => 'Enter phone number', |
| 86 | + ], |
| 87 | + 'section' => [ |
| 88 | + 'organisation_data' => 'Organization data', |
| 89 | + 'general_data' => 'General data', |
| 90 | + 'activity' => 'Activity', |
| 91 | + 'volunteers' => 'Volunteers', |
| 92 | + 'resource' => 'Resources', |
| 93 | + 'interventions' => 'Interventions', |
| 94 | + 'documents' => 'Docs', |
| 95 | + 'users' => 'Users', |
| 96 | + 'branches' => 'Subsidiaries', |
| 97 | + 'expertises' => 'Expertise', |
| 98 | + 'area_of_activity' => 'Area of activity', |
| 99 | + 'localities' => 'Localities', |
| 100 | + 'other_information' => 'Other information', |
| 101 | + 'profile' => 'Profil', |
| 102 | + 'contact_person' => 'Contact person in relation to DSU', |
| 103 | + 'contact_person_in_teams' => 'Contact person for Teams Platform “Humanitarian Support DSU-GOV/FIIReady”', |
| 104 | + ], |
| 105 | + 'help' => [ |
| 106 | + 'short_description' => 'Describe your organization in 200 - 250 characters. The description will be visible in other applications, as appropriate.', |
| 107 | + 'description' => 'Add a description of your organization (maximum 1500 characters).', |
| 108 | + 'logo' => 'Upload your organization\'s logo in the best possible quality.', |
| 109 | + ], |
| 110 | + 'action' => [ |
| 111 | + 'change_status' => [ |
| 112 | + 'inactive' => [ |
| 113 | + 'heading' => 'Activate the organization', |
| 114 | + 'subheading' => 'Are you sure you want to activate the organization?', |
| 115 | + 'button' => 'Activate', |
| 116 | + 'success' => 'The organization was successfully activated.', |
| 117 | + ], |
| 118 | + 'active' => [ |
| 119 | + 'heading' => 'Disable the organization', |
| 120 | + 'subheading' => 'Are you sure you want to deactivate the organization?', |
| 121 | + 'button' => 'Disable', |
| 122 | + 'success' => 'The organization was successfully deactivated.', |
| 123 | + ], |
| 124 | + ], |
| 125 | + 'resend_invitation' => [ |
| 126 | + 'button' => 'Resend invitation', |
| 127 | + 'heading' => 'Resend invitation', |
| 128 | + 'subheading' => 'Are you sure you want to return the invitation?', |
| 129 | + 'success' => 'The invitation was reissued.', |
| 130 | + 'failure_title' => 'The invitation could not be sent.', |
| 131 | + 'failure_body' => 'This organization was recently invited back. Please try again in an hour.', |
| 132 | + ], |
| 133 | + ], |
| 134 | + 'status' => [ |
| 135 | + 'active' => 'Active', |
| 136 | + 'inactive' => 'Inactive', |
| 137 | + 'invited' => 'Invited', |
| 138 | + ], |
| 139 | +]; |
0 commit comments