Skip to content

Commit

Permalink
testing with lang suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Momik committed Jan 18, 2023
1 parent b13d4fe commit 3387a69
Show file tree
Hide file tree
Showing 63 changed files with 7,497 additions and 4 deletions.
27 changes: 27 additions & 0 deletions lang/es/about.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php

return [
'about_iati_publisher' => "ABOUT IATI Publisher_es",
'what_is_iati_publisher_header' => "What is IATI Publisher?_es",
'what_is_iati_publisher_description' => [
'one' => 'IATI Publisher enables organisations to publish data on activities and resource flows according to the IATI Standard. The IATI Standard is a set of rules and guidance on how to publish useful development and humanitarian data._es',
],
'use_iati_publisher_to_header' => 'Use IATI Publisher to:_es',
'use_iati_publisher_to_description' => [
'one' => [
'list_items' => [
'one' => 'Register your organisation with an IATI Publisher account_es',
'two' => 'Understand the data fields in the IATI Standard (with IATI Standard Reference definitions, helpful explanations and links to guidance)_es',
'three' => 'Provide your organisation’s data easily by completing online forms. Or upload data on multiple activities on a CSV or .xml file with the Bulk Upload feature_es',
'four' => 'Run automatic checks (via the IATI Validator) for errors before publishing your data_es',
'five' => 'Publish your data. IATI Publisher will add your data to the IATI Registry (where links to all IATI data is found)_es',
]
],
'two' => 'IATI Publisher has been built to support organisations that publish a limited number of development and humanitarian activities. An ‘activity’ is an individual project or another unit of development and humanitarian work, which is determined by the organisation that is publishing the data. Organisations who publish a limited number of activities tend to represent small and medium sized organisations. _es',
'three' => 'Large organisations, such as donor governments or UN agencies delivering 100+ activities are advised not to use IATI Publisher. Instead these organisations likely need to use an alternative technical solution that enables the publication of large volumes of data. Please email the IATI Helpdesk for more information:<a target="_blank" rel="noopener noreferrer" href="mailto: [email protected]">[email protected] </a>_es',
],
'development_of_iati_header' => 'Development of IATI Publisher_es',
'development_of_iati_description' => [
'one' => 'IATI Publisher was first launched in December 2022 by the IATI Secretariat and has been developed by <a target=""_blank"" rel=""noopener noreferrer"" href="https://younginnovations.com.np/">Young Innovations </a>, a software development firm based in Nepal. IATI Publisher is fully aligned with the IATI Standard XML <a href="https://iatistandard.org/en/iati-standard/203/schema/">schema</a> and <a target=""_blank"" rel=""noopener noreferrer"" href="https://iatistandard.org/en/iati-standard/203/rulesets/">rulesets </a>._es',
],
];
22 changes: 22 additions & 0 deletions lang/es/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

return [
'your_activities' => 'Your Activities_es',
'what_is_activity' => [
'label' => 'What is an activity?_es',
'description' => [
'one' => 'You need to provide data about your organisation\'s development and humanitarian \'activities\'. The unit of work described by an \'activity\' is determined by the organisation that is publishing the data. For example, an activity could be a donor government providing US$ 50 million to a recipient country\'s government to implement basic education over 5 years. Or an activity could be an NGO spending US$ 500,000 to deliver clean drinking water to 1000 households over 6 months. <br/> Therefore, your organisation will need to determine how it will divide its work internally into activities. Read the <a target="_blank" rel="noopener noreferrer" href="/publishing-checklist" class="text-bluecoral"><b>Publishing Checklist</b></a> for more information._es',
],
],

//Lines for the table
'publish_label' => 'Publish_es',
'status_labels' => [
'draft' => 'draft_es',
'publish' => 'publish_es',
],

//lines for add activity modal
'add_a_tittle_and_identifier_label' => 'Add a title and identifier for the activity _es',
];

43 changes: 43 additions & 0 deletions lang/es/activity_default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?php

return [
'override_default_values' => [
'label' => "Override default values_es",
'text' => "Use the following form to change the default values such as currency, language etc for this specific activity. Changing the values here will not change the default values in the setting page._es",
],
'currency' => [
'label' => "Currency_es",
'placeholder' => "Select from dropdown_es",
'hover_header' => "Default Currency_es",
'hover_text' => "The currency in which you report your financial transactions. You can later manually change the currency on individual transactions and budgets if required._es",
'help_text' => "The currency in which you are reporting your financial transactions for this activity. Select from dropdown _es",
],
'language' => [
'label' => "Language_es",
'placeholder' => "Select from dropdown_es",
'hover_header' => "Default Language_es",
'hover_text' => "The language in which you provide data on your activities. You can later manually change the language on individual text if required._es",
'help_text' => "The language in which you are reporting this activity. Select from dropdown._es",
],
'hierarchy' => [
'label' => "Hierarchy_es",
'placeholder' => "Type default hierarchy here_es",
'hover_header' => "Default Hierarchy_es",
'hover_text' => "If you are reporting both programmes (parent activities) and projects (child activities), choose the hierarchical level that most of your activities are at. e.g. parent activity = 1; child activity = 2.<br>If all your activities are at the same level i.e. you have no child activities, then choose 1._es",
'help_text' => "IATI allows for activities to be reported hierarchically (eg. parent - child ; programme - project - sub-project, etc). For activities at lower levels, their hierarchy can be edited as you are entering them. _es",
],
'budget_not_provided' => [
'label' => "Budget not provided_es",
'placeholder' => "select budget not provided type here_es",
'hover_header' => "Budget not provided_es",
'hover_text' => "A code indicating the reason why this activity does not contain any iati-activity/budget elements. The attribute MUST only be used when no budget elements are present._es",
],
'humanitarian' => [
'label' => "Humanitarian_es",
'placeholder' => "Select Humanitarian here_es",
'hover_header' => "Humanitarian_es",
'hover_text' => "Add a 'Humanitarian Flag' to every activity that your organisation publishes data on. This means that your organisation identifies all their activities as wholly or partially addressing a humanitarian crisis or multiple crises. You can later manually add or remove a Humanitarian Flag on individual activities if required._es",
],
'cancel_label' => "Cancel_es",
'save_default_values_label' => "Save default values_es",
];
31 changes: 31 additions & 0 deletions lang/es/activity_detail.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php

return [
'your_activities_label' => 'Your Activities_es',

//Lines for the four hover-able buttons and section legend.
'identification' => [
'label' => 'Identification_es',
'uppercase' => 'IDENTIFICATION_es',
],
'basic_activity_information' => [
'label' => 'Basic Activity Information_es',
'uppercase' => 'BASIC ACTIVITY INFORMATION_es',
],
'classifications' => [
'label' => 'Classifications_es',
'uppercase' => 'CLASSIFICATIONS_es',
],
'financial' => [
'label' => 'Financial_es',
'uppercase' => 'FINANCIAL_es',
],

'complete_all_core_label' => 'Complete all core elements to get 100% score_es',
'search_elements_placeholder' => 'Search elements to add/edit_es',
'all_elements_label' => 'All Elements_es',
'uc_publish_label' => 'PUBLISH_es',
'uc_override_this_activity_label' => 'OVERRIDE THIS ACTIVITY\'S DEFAULT VALUES_es',
'no_activity_has_been_added_label' => 'No activity has been added yet._es',
'click_on_button_to_add_new_label' => 'Click on the button below to add a new activity_es',
];
18 changes: 18 additions & 0 deletions lang/es/admin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

return [
'header' => [
'activity_data' => 'ACTIVITY DATA_es',
'organisation_data' => 'ORGANISATION DATA_es',
'settings' => 'SETTINGS_es',
'search_activity' => 'Search activity..._es',
'search_organisation' => 'Search organisation..._es',
'your_profile' => 'Your Profile_es',
'logout' => 'Logout_es',
'go_to_dashboard' => 'Go to Dashboard_es',
],

'footer' => [
'dashboard' => 'Dashboard_es',
],
];
28 changes: 28 additions & 0 deletions lang/es/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

'failed' => 'These credentials do not match our records._es',
'inactive_user' => 'Your account is inactive. Please contact your admin or superadmin for further information._es',
'password' => 'The provided password is incorrect._es',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds._es',

// 'Confirm Password_es',
// 'Please confirm your password before continuing._es',
// 'Password_es',
// 'Confirm Password_es',
// 'Forgot Your Password?_es',
// 'Reset Password_es',
// 'Email Address_es',
];
68 changes: 68 additions & 0 deletions lang/es/buttons.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?php

return [
/**Button translation lines**/
'download_all' => "Download all_es",
'add_activity' => "Add activity _es",
'cancel' => "Cancel_es",
'save_and_exit' => "Save and Exit_es",
'close' => "Close_es",
'save' => "Save_es",
'publish' => "Publish_es",
'publish_selected' => "Publish selected_es",
'next' => "Next_es",
'prev' => "Prev_es",
'save_publishing_settings' => "Save publishing settings_es",
'verify' => "Verify_es",
'save_default_values' => "Save default values_es",
'edit' => "Edit_es",
'show_full_period' => "Show full period list_es",
'delete' => "Delete_es",
'go_back' => "Go Back_es",
'download' => "Download_es",
'continue' => "Continue_es",
'continue_anyway' => "Continue Anyway_es",
'publish_anyway' => "Publish Anyway_es",
'fix_issues' => "Fix issues_es",
'period_nocase' => "period_es",
'download_xml_confirmation' => "The XML file is in wrong format. Would you like to download it anyway?_es",
'read_more' => "Read more_es",
'learn_more' => "Learn More_es",
'see_all_data_fields' => "See all data fields_es",
'sign_in' => "Sign in_es",
'reset' => "Reset_es",
'hide' => "Hide_es",
'send_password_reset' => "Send password reset link_es",
'republish' => "Republish_es",
'unpublish' => "Unpublish_es",
'upload_file' => "Upload file_es",
'import' => "Import_es",
'get_started' => "Get Started_es",
'proxy' => "Proxy_es",
'switch_back' => "Switch Back_es",
'next_step' => "Next Step_es",
'step' => "Step_es",
'out_of' => "out of_es",
'save_data' => "Saved data_es",
'add_additional' => "add additional _es",
'add_a_new' => "add a new_es",

/**
* ":element" is replaced by translated line in vue files
* {{language.button_lang.#key#.replace(':element_es', language.common_lang.#key for value#)}}
**/
'delete_confirmation' => "Are you sure you want to delete this :element ?_es",
'unpublish_confirmation' => "Are you sure you want to delete this :element ?_es",
'add_element' => "add :element_es",
'edit_element' => "edit :element_es",
'view_element' => "view :element_es",
'delete_element' => "delete :element_es",
'show_element' => "show :element_es",
'download_element' => "download :element_es",


/**Not yet translation lines**/
'not_yet_added_period' => "You haven't added any period yet._es",
'not_yet_added_period_btn' => "Add new indicator_es",
'not_yet_added_indicator' => "You haven't added any indicator yet._es",
];
Loading

0 comments on commit 3387a69

Please sign in to comment.