-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Renamed activity.php to activity_detail.php
- Added /en/activity_default.php for ActivityDefaultValues.vue translation (langs from elementsJsonSchema did not match ) - Added language translations to ActivityDefaultVue.vue and ActivityDetail.vue - Loaded activity_detail_lang and activity_default_lang in app.blade.php - Added translation lines for 'untitled' and 'iati standard reference' under 'common' on web.php
- Loading branch information
Showing
8 changed files
with
346 additions
and
313 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?php | ||
|
||
return [ | ||
'override_default_values' => [ | ||
'label' => "Override default values", | ||
'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.", | ||
], | ||
'currency' => [ | ||
'label' => "Currency", | ||
'placeholder' => "Select from dropdown", | ||
'hover_header' => "Default Currency", | ||
'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.", | ||
'help_text' => "The currency in which you are reporting your financial transactions for this activity. Select from dropdown " | ||
], | ||
'language' => [ | ||
'label' => "Language", | ||
'placeholder' => "Select from dropdown", | ||
'hover_header' => "Default Language", | ||
'hover_text' => "The language in which you provide data on your activities. You can later manually change the language on individual text if required.", | ||
'help_text' => "The language in which you are reporting this activity. Select from dropdown.", | ||
], | ||
'hierarchy' => [ | ||
'label' => "Hierarchy", | ||
'placeholder' => "Type default hierarchy here", | ||
'hover_header' => "Default Hierarchy", | ||
'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.", | ||
'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. ", | ||
], | ||
'budget_not_provided' => [ | ||
'label' => "Budget not provided", | ||
'placeholder' => "select budget not provided type here", | ||
'hover_header' => "Budget not provided", | ||
'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." | ||
], | ||
'humanitarian' => [ | ||
'label' => "Humanitarian", | ||
'placeholder' => "Select Humanitarian here", | ||
'hover_header' => "Humanitarian", | ||
'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." | ||
], | ||
'cancel_label' => "Cancel", | ||
'save_default_values_label' => "Save default values" | ||
]; |
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
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
Oops, something went wrong.