Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"Whoops!": "Whoops!",
"Regards": "All the best",
"Please click the button below to verify your email address.": "Please click on the button below to verify your email address.",
"All rights reserved.": "All rights reserved.",
"Go to page :page": "Go to page :page",
"Server Error": "Server Error",
"Register": "Registration",
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you cannot press the “:ActionText” button, copy and paste the address below into your browser:",
"This password reset link will expire in :count minutes.": "This password reset link will expire in:count minutes.",
"Reset Password Notification": "Password reset notification",
"(and :count more errors)": "(and with :count more errors)",
"If you did not request a password reset, no further action is required.": "If you have not requested a password reset, you can ignore this message.",
"Payment Required": "Mandatory payment",
"to": "to",
"You are receiving this email because we received a password reset request for your account.": "You are receiving this message because a password reset request has been recorded for the account associated with this email address.",
"The given data was invalid.": "The data given was invalid.",
"Login": "Login",
"Hello!": "Hello!",
"Forbidden": "Forbidden",
"Showing": "Show",
"Invalid JSON was returned from the route.": "The route returned invalid JSON.",
"Not Found": "Unfound",
"Service Unavailable": "Service unavailable",
"Pagination Navigation": "Page navigation",
"Unauthorized": "Unauthorised",
"If you did not create an account, no further action is required.": "If you have not created an account, you can ignore this message.",
"(and :count more error)": "(and :count more errors)",
"Toggle navigation": "Toggle navigation",
"The response is not a view.": "The answer is not a vision.",
"results": "results",
"Logout": "Logout",
"Page Expired": "Page expired",
"Verify Email Address": "Verify email address",
"Too Many Requests": "Too many requests",
"of": "from",
"Reset Password": "Reset password",
"The response is not a streamed response.": "The answer is not a streamed answer."
}
18 changes: 12 additions & 6 deletions lang/en/auth.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

declare(strict_types=1);

return [

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
Expand All @@ -14,9 +10,19 @@
| these language lines according to your application's requirements.
|
*/

'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',

'organisation_inactive' => 'The organization is inactive.',
'settings' => 'Settings',
'welcome' => [
'already_used' => 'This link has already been used.',
'intro_line_1' => 'You are invited to join the RVM platform - Resources and Volunteer Management System for disaster situations.',
'intro_line_2' => 'Accept the invitation to access your account.',
'invalid_signature' => 'This link does not have a valid signature.',
'no_user' => 'This user is not valid.',
'subject' => 'Invitation to the RVM platform',
'accept_invitation' => 'Accept the invitation',
'submit' => 'Set password',
],
];
25 changes: 25 additions & 0 deletions lang/en/document.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
return [
'label' => [
'singular' => 'Document',
'plural' => 'Documents',
],
'field' => [
'organisation' => 'Organization',
'name' => 'Name',
'type' => 'Document Type',
'signed_at' => 'Signing Date',
'expires_at' => 'Expiration date',
'document' => 'Document',
'never_expires' => 'Ended indefinitely',
],
'type' => [
'protocol' => 'Collaboration protocol',
'contract' => 'Contract',
'other' => 'Other',
],
'placeholder' => [
'name' => 'Enter the name of the document',
'protocol' => 'Upload the document',
],
];
23 changes: 17 additions & 6 deletions lang/en/email.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
<?php

declare(strict_types=1);

return [

'greeting' => [
'error' => 'Whoops!',
'hello' => 'Hello!',
],

'subcopy' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',

'expiring_protocol' => [
'subject' => 'Protocol between :name and Intervetion Coordinator will expire in 30 days',
'line_1' => 'The protocol between :name and the Intervention Coordinator will expire in 30 days.',
'line_2' => 'If it is not extended, you will lose access to the resource management application.',
],
'expired_protocol' => [
'subject' => 'Protocol between :name and Intervention Coordinator expired',
'line' => 'The protocol between :name and the Intervention Coordinator has expired.',
],
'summary_expiring_protocols' => [
'subject' => ':count protocols will expire in 30 days',
'view' => 'View list',
],
'summary_expired_protocols' => [
'subject' => ':count protocols expired',
'view' => 'View list',
],
];
17 changes: 17 additions & 0 deletions lang/en/general.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
return [
'county' => 'Province',
'city' => 'Municipality',
'created_at' => 'Registered on the date of',
'updated_at' => 'Updated on',
'help' => [
'multi_select' => 'Select all applicable options one at a time',
],
'filter' => [
'date_from' => 'Start date',
'date_until' => 'End Date',
],
'warnings' => [
'reset_password_too_many_attempts' => 'The maximum number of emails sent for password reset for this user has been reached! Try again later.',
],
];
45 changes: 45 additions & 0 deletions lang/en/news.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
return [
'label' => [
'singular' => 'News',
'plural' => 'News',
],
'field' => [
'title' => 'Title',
'body' => 'Content',
'status' => 'Status',
'organisation' => 'Organization',
'updated_at' => 'Last update',
'media_files' => 'Photos gallery',
'cover_photo' => 'Cover photo',
'published_at' => 'Published at',
],
'status' => [
'drafted' => 'Draft',
'published' => 'Published',
'archived' => 'Archived',
],
'action' => [
'change_status' => [
'draft' => [
'heading' => 'Move to Draft',
'subheading' => 'Are you sure you want to move this news article to draft? Once moved to draft, it can be edited and republished on the Intervention Coordinator website, under the Partners\' News section.',
'button' => 'Move to Draft',
'success' => 'The news article has been moved to draft.',
],
'publish' => [
'heading' => 'Publish the news',
'subheading' => 'Are you sure you want to publish this article? Once published, it will be displayed on the Intervention coordinator\'s website in the Partners\' News section.',
'button' => 'Publish',
'success' => 'The news article has been published.',
],
'archive' => [
'heading' => 'Archive this article',
'subheading' => 'Are you sure you want to archive this article? Once archived, it will no longer be displayed on the Intervention Coordinator\'s website in the Partners\' News section.',
'button' => 'Archive',
'success' => 'The news item has been archived.',
],
],
],
'disclaimer' => '<b> Important: </b> News articles published in this section must be directly related to emergencies, civil protection, or other topics relevant to working with the Intervention Coordinator.',
];
139 changes: 139 additions & 0 deletions lang/en/organisation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<?php
return [
'label' => [
'singular' => 'Organization',
'plural' => 'Organizations',
'profile' => 'Organization profile',
],
'modal' => [
'heading' => 'Add new organization',
'subheading' => 'Send an invitation to organizations using the fields below. ',
],
'field' => [
'name' => 'Organization name',
'alias' => 'Alias Organization',
'type' => 'Type of organization',
'ngo_type' => 'NGO Type',
'email_organisation' => 'Organization contact email',
'phone_organisation' => 'Organization contact phone number',
'year' => 'Year of establishment',
'cif' => 'Tax Identification Number',
'registration_number' => 'Associations and Foundations Registry Number',
'intervention_type' => 'Type of intervention ',
'agreement_doc' => 'Collaboration protocol',
'description' => 'Extended organization description',
'short_description' => 'Short description of the organization',
'logo' => 'Organization logo',
'choose' => 'Choose',
'email' => 'E-mail',
'phone' => 'Phone number',
'contact_person_first_name' => 'Contact person\'s first name',
'contact_person_last_name' => 'Contact person name',
'contact_person_in_teams_first_name' => 'Name',
'contact_person_in_teams_last_name' => 'First name',
'other_information' => 'Other information',
'social_services_accreditation' => 'Accredited NGO for Social Services',
'risk_categories' => 'Types of risks covered',
'website' => 'Website',
'facebook' => 'Facebook',
'has_branches' => 'Does it have branches?',
'resource_types' => 'Types of actions',
'type_of_area' => 'Type of area of activity',
'risk_category' => 'Risk category',
'expertises' => 'Areas of expertise',
'branches' => 'Branches',
'hq' => 'Headquarters',
'address' => 'Address',
'status' => 'Status',
'status_action' => [
'active' => 'Deactivate',
'inactive' => 'Activate',
],
'types' => [
'ngo' => 'NGO',
'private' => 'Private entity',
'public' => 'Public institution',
'academic' => 'Academic environment',
],
'ngo_types' => [
'association' => 'Association',
'foundation' => 'Foundation',
'federation' => 'Federation',
],
'area' => 'The organization operates at the:',
'area_of_activity' => [
'types' => [
'local' => 'Local',
'regional' => 'Regional',
'national' => 'National',
'international' => 'International',
],
'areas' => 'Cities',
'help_text' => 'You can add more activity areas',
'add_area' => 'Add activity area',
],
'branch' => [
'help_text' => 'You can add more branches',
'add_area' => 'Add branch',
],
'role' => 'Role',
],
'placeholder' => [
'name' => 'Enter the name of the organization',
'alias' => 'Enter the alias of the organization',
'email' => 'Enter email address',
'phone' => 'Enter phone number',
],
'section' => [
'organisation_data' => 'Organization data',
'general_data' => 'General data',
'activity' => 'Activity',
'volunteers' => 'Volunteers',
'resource' => 'Resources',
'interventions' => 'Interventions',
'documents' => 'Documents',
'users' => 'Users',
'branches' => 'Branches',
'expertises' => 'Expertise',
'area_of_activity' => 'Area of activity',
'localities' => 'Cities',
'other_information' => 'Other information',
'profile' => 'Profile',
'contact_person' => 'Contact person in relation to the Intervention Coordinator',
'contact_person_in_teams' => 'Contact person for Teams Platform',
],
'help' => [
'short_description' => 'Describe your organization in 200 - 250 characters. The description will be visible in other applications, as appropriate.',
'description' => 'Add a description of your organization (maximum 1500 characters).',
'logo' => 'Upload your organization\'s logo in the best possible quality.',
],
'action' => [
'change_status' => [
'inactive' => [
'heading' => 'Activate the organization',
'subheading' => 'Are you sure you want to activate the organization?',
'button' => 'Activate',
'success' => 'The organization was successfully activated.',
],
'active' => [
'heading' => 'Deactivate the organization',
'subheading' => 'Are you sure you want to deactivate the organization?',
'button' => 'Deactivate',
'success' => 'The organization was successfully deactivated.',
],
],
'resend_invitation' => [
'button' => 'Resend invitation',
'heading' => 'Resend invitation',
'subheading' => 'Are you sure you want to resend the invitation?',
'success' => 'The invitation was resent.',
'failure_title' => 'The invitation could not be sent.',
'failure_body' => 'An invitation was recently resent to this organization. Please try again in an hour.',
],
],
'status' => [
'active' => 'Active',
'inactive' => 'Inactive',
'invited' => 'Invited',
],
];
14 changes: 4 additions & 10 deletions lang/en/passwords.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

declare(strict_types=1);

return [

/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
Expand All @@ -14,11 +10,9 @@
| has failed, such as for an invalid token or invalid new password.
|
*/

'reset' => 'Your password has been reset!',
'sent' => 'We have emailed your password reset link!',
'reset' => 'The password reset email has been sent successfully!',
'sent' => 'We have sent you an email with the password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that email address.",

'token' => 'The password reset code is invalid.',
'user' => "There is no user with this email address.",
];
Loading