<%= I18n.t("hyrax.admin.admin_sets.show_document_list.list_of_items_in_this_administrative_set", :default => "List of items in this administrative set") %>
<%= I18n.t("hyrax.admin.stats.stats_by_date.statistics_by_date", :default => "Statistics By Date") %>
Statistics in this section are filtered by the dates entered in the form below.
- The data is unfiltered unless the date form has been filled in. Start date is required and the default end is now.
+ <%= I18n.t("hyrax.admin.stats.stats_by_date.explanation", :default => "Statistics in this section are filtered by the dates entered in the form below.
+ The data is unfiltered unless the date form has been filled in. Start date is required and the default end is now.") %>
Statistics in this section shows the top <%= @presenter.limit %> items for each category
+
<%= I18n.t("hyrax.admin.stats.top_data.top_file_formats_and_users", :default => "Top File Formats and Users") %>
+
<%= I18n.t('hyrax.admin.stats.top_data.explanation_with_limit', limit: @presenter.limit, :default => "Statistics in this section shows the top %{limit} items for each category"); %>
+
<% if @presenter.limit == 5 %>
-
<%= link_to "View top 20", hyrax.admin_stats_path(limit: '20') %>
diff --git a/app/views/hyrax/admin/stats/show.html.erb b/app/views/hyrax/admin/stats/show.html.erb
index bc556179c3..edf99df545 100644
--- a/app/views/hyrax/admin/stats/show.html.erb
+++ b/app/views/hyrax/admin/stats/show.html.erb
@@ -2,4 +2,4 @@
<%= render "stats_by_date" %>
<%= render "top_data" %>
-
\ No newline at end of file
+
diff --git a/app/views/hyrax/admin/workflows/index.html.erb b/app/views/hyrax/admin/workflows/index.html.erb
index 63fc6ca6f3..22166b8a33 100644
--- a/app/views/hyrax/admin/workflows/index.html.erb
+++ b/app/views/hyrax/admin/workflows/index.html.erb
@@ -24,7 +24,7 @@
diff --git a/app/views/hyrax/base/_form_member_of_collections.html.erb b/app/views/hyrax/base/_form_member_of_collections.html.erb
index bd8021771e..eebe0ae360 100644
--- a/app/views/hyrax/base/_form_member_of_collections.html.erb
+++ b/app/views/hyrax/base/_form_member_of_collections.html.erb
@@ -34,7 +34,7 @@ HTML Properties:
-
This table will only display data if works are assigned to collections
+
<%= I18n.t("hyrax.base.form_member_of_collections.display_data_info", :default => "This table will only display data if works are assigned to collections") %>
- <%= link_to "Download (can only be used once)", @download_link, target: :_blank %>
+ <%= link_to I18n.t("hyrax.single_use_links_viewer.show.download", :default => "Download (can only be used once)"), @download_link, target: :_blank %>
- Created On Version
+ <%= I18n.t("shared.schema_version.created_on_version", :default => "Created On Version") %>
<%= schema_version.to_f %>
<% end %>
- Version After Save
+ <%= I18n.t("shared.schema_version.version_after_save", :default => "Version After Save") %>
<%= @latest_schema_version %>
diff --git a/config/locales/hyrax.en.yml b/config/locales/hyrax.en.yml
index 8af0333dd5..e730b105f6 100644
--- a/config/locales/hyrax.en.yml
+++ b/config/locales/hyrax.en.yml
@@ -24,13 +24,20 @@ en:
suppressed_bsi: Status
visibility_ssi: Visibility
show:
- admin_set: "In Administrative Set:"
+ admin_set: 'In Administrative Set:'
based_near_label: Location
contributor: Contributors
keyword: Keyword
filters:
- title: "Filtering by:"
+ title: 'Filtering by:'
start_over: Start Over
+ catalog:
+ edit_partials:
+ default_details:
+ title: 'Title:'
+ download:
+ one: and 1 download
+ other: and %{count} downloads
errors:
messages:
carrierwave_download_error: Couldn't download image.
@@ -59,12 +66,12 @@ en:
new: Add New Collection
delete: Delete
edit: Edit
- less: Less
hyrax_metadata_profile:
hint: Importing a new profile will overwrite the existing profile
import: Import Metadata Profile
import_metadata_profile: Import Profile
submit: Import
+ less: Less
more: More
refresh: Refresh
remove: Remove
@@ -97,7 +104,7 @@ en:
no_works: The administrative set does not contain any works.
title: List of items in this administrative set
edit:
- header: "Edit Administrative Set: %{title}"
+ header: 'Edit Administrative Set: %{title}'
form:
cancel: Cancel
contexts:
@@ -151,9 +158,10 @@ en:
title: Viewers
type: Type
form_participants:
- add_group: "Add group:"
+ add_group: 'Add group:'
add_participants: Add Participants
- add_user: "Add user:"
+ add_user: 'Add user:'
+ as: as
current_participants: Current Participants
form_visibility:
cancel: Cancel
@@ -165,15 +173,15 @@ en:
title: Release
varies:
any: Depositor can choose any embargo length; leases are allowed
- between: "Depositor can choose embargo up to date:"
- description: "Allow depositor to choose settings:"
+ between: 'Depositor can choose embargo up to date:'
+ description: 'Allow depositor to choose settings:'
embargo:
1yr: 1 year after deposit
2yrs: 2 years after deposit
3yrs: 3 years after deposit
6mos: 6 months after deposit
select: Select embargo period..
- period: "Depositor can choose embargo period up to:"
+ period: 'Depositor can choose embargo period up to:'
visibility:
description: Set visibility policies for the administrative set. Setting honors embargo policies above.
everyone: Public - depositor can only choose public visibility setting
@@ -185,6 +193,12 @@ en:
cancel: Cancel
no_workflows: There are no workflows to select.
page_description: Each administrative set has a workflow associated with it. This workflow is applied to all works added to the administrative set. Select the workflow to be used for this administrative set below.
+ index:
+ creator: Creator
+ date_created: Date created
+ no_administrative_sets_have_been_created: No administrative sets have been created.
+ title: Title
+ works: Works
new:
header: Create New Administrative Set
show:
@@ -193,175 +207,189 @@ en:
item_list_header: Works in This Set
show_actions:
confirm_delete: Are you sure you wish to delete this Administrative Set? This action cannot be undone.
+ show_document_list:
+ actions: Actions
+ date_uploaded: Date Uploaded
+ list_of_items_in_this_administrative_set: List of items in this administrative set
+ status: Status
+ title: Title
+ visibility: Visibility
+ show_document_list_row:
+ creator: 'Creator:'
+ depositor: 'Depositor:'
+ edit_access: 'Edit Access:'
+ groups: 'Groups: '
+ users: 'Users: '
analytics:
collection_reports:
+ custom_range:
+ collection_home_page_views: Collection home page views
+ date_range_heading: Customize Date Range
+ summary_heading: Summary of user activity
+ work_downloads: Downloads of works
+ work_views: Views of works
index:
- title: Collections Report
- repo_summary: The repository contains
- repo_summary_2: which collectively have had
- views: page views
and: and
- summary: Summary
- monthly: Monthly
custom_range: Custom Range
downloads: downloads
- report_header: Custom Collections Report
- report_generated_on: This report was generated on
enable_analytics: Enable Analytics To View Reports
- show:
- title: Collection Report
- summary: Summary
monthly: Monthly
+ repo_summary: The repository contains
+ repo_summary_2: which collectively have had
+ report_generated_on: This report was generated on
+ report_header: Custom Collections Report
+ summary: Summary
+ title: Collections Report
+ views: page views
+ monthly_summary:
+ collection_views: Collection home page views
+ monthly_subtitle: Month-by-month status for last 12 months through
+ work_downloads: Downloads of works
+ work_views: Views of works
+ show:
+ collection_type: Collection type
+ created_by: Created by
custom_range: Custom Range
+ last_updated: Last updated on
+ monthly: Monthly
return_to_btn: Return to Collections Report
+ summary: Summary
+ title: Collection Report
view_collection_btn: View Collection
- created_by: Created by
- last_updated: Last updated on
- collection_type: Collection type
visibility: Visibility
summary:
- subtitle: Summary of user activity
+ all_time: All time
collection_home_page_views: Collection home page views
- work_views: Views of works
- work_downloads: Downloads of works
date_range: Date range
- today: Today
- this_week: This week
+ subtitle: Summary of user activity
this_month: This month
+ this_week: This week
this_year: This year
- all_time: All time
- monthly_summary:
- monthly_subtitle: Month-by-month status for last 12 months through
- collection_views: Collection home page views
- work_views: Views of works
+ today: Today
work_downloads: Downloads of works
- custom_range:
- date_range_heading: Customize Date Range
- summary_heading: Summary of user activity
- collection_home_page_views: Collection home page views
work_views: Views of works
- work_downloads: Downloads of works
top_collections:
- top_collections: Top Collections
- collection_title: Collection Title
- works_in_collection_views: Works In This Collection Views
- file_downloads_in_collection: File Set Downloads In This Collection
collection_page_views: Collection Page Views
+ collection_title: Collection Title
deleted: Collection deleted
export: Export
+ file_downloads_in_collection: File Set Downloads In This Collection
+ top_collections: Top Collections
+ works_in_collection_views: Works In This Collection Views
+ date_range_form:
+ date_range_heading: Customize Date Range
+ end_date: End Date
+ reset_date_range: Reset Date Range
+ set_date_range: Set Report Date Range
+ start_date: Start Date
errors:
- troubleshooting_steps: "Troubleshooting Steps"
- documentation_html: "For more information, see the documentation."
- permission:
- title: "Analytics Access Required"
- message: "The system cannot access your Google Analytics data. This usually means the service account email needs to be granted access to your Google Analytics property."
+ authentication:
+ documentation_url: https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support
+ message: There was an issue authenticating with Google Analytics. Please check your credentials.
+ title: Authentication Error
+ troubleshooting_steps:
+ - Ensure your `google-analytics.json` (or equivalent) credentials file is correctly formatted and contains valid information.
+ - Verify that the service account is enabled in your Google Cloud project.
+ documentation_html: For more information, see the documentation.
+ general:
+ documentation_url: https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support
+ message: There's a problem with the Google Analytics configuration that requires administrator attention.
+ title: Analytics Configuration Issue
troubleshooting_steps:
- - "In your Google Analytics account, go to Admin → Account → Account Access Management"
- - "Click the '+' button to add a new user"
- - "Enter the service account email address from your credentials file (it looks like: your-service-account@project-name.iam.gserviceaccount.com)"
- - "Set the role to 'Viewer' and click 'Add'"
- - "Wait a few minutes for the changes to take effect, then refresh this page"
- documentation_url: "https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support"
+ - Contact your system administrator to review the Google Analytics configuration
+ - Verify that the service account credentials are correctly configured
+ - Ensure the Google Analytics property is set up properly
invalid_property:
- title: "Invalid Property ID"
- message: "The Google Analytics Property ID is invalid. A numeric Property ID is required for Google Analytics 4."
+ documentation_url: https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support
+ message: The Google Analytics Property ID is invalid. A numeric Property ID is required for Google Analytics 4.
+ title: Invalid Property ID
troubleshooting_steps:
- - "Check your Google Analytics 4 settings and ensure you are using the numeric Property ID, not the Measurement ID (which starts with 'G-')."
- - "Verify the Property ID is correctly configured in your application settings."
- documentation_url: "https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support"
- authentication:
- title: "Authentication Error"
- message: "There was an issue authenticating with Google Analytics. Please check your credentials."
+ - Check your Google Analytics 4 settings and ensure you are using the numeric Property ID, not the Measurement ID (which starts with 'G-').
+ - Verify the Property ID is correctly configured in your application settings.
+ permission:
+ documentation_url: https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support
+ message: The system cannot access your Google Analytics data. This usually means the service account email needs to be granted access to your Google Analytics property.
+ title: Analytics Access Required
troubleshooting_steps:
- - "Ensure your `google-analytics.json` (or equivalent) credentials file is correctly formatted and contains valid information."
- - "Verify that the service account is enabled in your Google Cloud project."
- documentation_url: "https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support"
+ - In your Google Analytics account, go to Admin → Account → Account Access Management
+ - Click the '+' button to add a new user
+ - 'Enter the service account email address from your credentials file (it looks like: your-service-account@project-name.iam.gserviceaccount.com)'
+ - Set the role to 'Viewer' and click 'Add'
+ - Wait a few minutes for the changes to take effect, then refresh this page
quota_exceeded:
- title: "Quota Exceeded"
- message: "The request rate to the Google Analytics API has been exceeded. Please try again later."
- troubleshooting_steps:
- - "Review the Google Analytics API quota limits and your usage."
- - "Consider implementing backoff strategies for API requests if you are making many requests in a short period."
- documentation_url: "https://developers.google.com/analytics/devguides/reporting/data/v1/limits-quotas"
- general:
- title: "Analytics Configuration Issue"
- message: "There's a problem with the Google Analytics configuration that requires administrator attention."
+ documentation_url: https://developers.google.com/analytics/devguides/reporting/data/v1/limits-quotas
+ message: The request rate to the Google Analytics API has been exceeded. Please try again later.
+ title: Quota Exceeded
troubleshooting_steps:
- - "Contact your system administrator to review the Google Analytics configuration"
- - "Verify that the service account credentials are correctly configured"
- - "Ensure the Google Analytics property is set up properly"
- documentation_url: "https://samvera.atlassian.net/wiki/spaces/hyku/pages/3185147970/Google+Analytics+4+GA4+Support"
+ - Review the Google Analytics API quota limits and your usage.
+ - Consider implementing backoff strategies for API requests if you are making many requests in a short period.
+ troubleshooting_steps: Troubleshooting Steps
work_reports:
+ custom_range:
+ file_downloads: File Downloads
+ page_views: Page Views
+ summary_heading: Summary of user activity
+ unique_visitors: Unique Visitors
index:
- title: Works Report
- subtitle: Summary of user activity
- repo_summary: in this repository which collectively have had
- works: works
- views: views
- and: and
access_to: You have access to
- summary: Summary
- monthly: Monthly
+ and: and
custom_range: Custom Range
downloads: downloads
enable_analytics: Enable Analytics To View Reports
+ monthly: Monthly
+ repo_summary: in this repository which collectively have had
report_generated_on: This report was generated on
- show:
- title: Work Report
+ subtitle: Summary of user activity
summary: Summary
- monthly: Monthly
+ title: Works Report
+ views: views
+ works: works
+ monthly_summary:
+ file_downloads: File Downloads
+ monthly_subtitle: Month-by-month status for the last 12 months through
+ page_views: Page Views
+ show:
custom_range: Custom Range
- return_to_btn: Return to Works Report
- view_work_btn: View Work
deposited_by: Deposited by
- work_type: Work type
+ monthly: Monthly
resource_type: Resource type
+ return_to_btn: Return to Works Report
status: Status
+ summary: Summary
+ title: Work Report
+ view_work_btn: View Work
visibility: Visibility
- work_files:
- title: Files
- total_downloads: Total Downloads
- work_counts:
- total_size: total size
- child_works: child works
- files: files
+ work_type: Work type
summary:
- subtitle: Summary of user activity
- unique_visitors: Unique Visitors
- page_views: Page Views
- file_downloads: File Downloads
+ all_time: All time
date_range: Date range
- today: Today
- this_week: This week
+ file_downloads: File Downloads
+ page_views: Page Views
+ subtitle: Summary of user activity
this_month: This month
+ this_week: This week
this_year: This year
- all_time: All time
- monthly_summary:
- monthly_subtitle: Month-by-month status for the last 12 months through
- page_views: Page Views
+ today: Today
+ unique_visitors: Unique Visitors
+ top_file_set_downloads:
+ file: File
file_downloads: File Downloads
+ file_name: File Name
+ top_downloads: Top File Downloads
top_works:
+ export: Export
+ file_downloads: File Downloads
+ id: ID
top_works: Top Works
work_title: Work Title
work_views: Work Page Views
- file_downloads: File Downloads
- export: Export
- top_file_set_downloads:
- top_downloads: Top File Downloads
- file_name: File Name
- file: File
- file_downloads: File Downloads
- custom_range:
- summary_heading: Summary of user activity
- unique_visitors: Unique Visitors
- page_views: Page Views
- file_downloads: File Downloads
- date_range_form:
- date_range_heading: Customize Date Range
- start_date: Start Date
- end_date: End Date
- set_date_range: Set Report Date Range
- reset_date_range: Reset Date Range
+ work_counts:
+ child_works: child works
+ files: files
+ total_size: total size
+ work_files:
+ title: Files
+ total_downloads: Total Downloads
appearances:
show:
header: Appearance
@@ -406,6 +434,7 @@ en:
add_group: Add group
add_participants: Add Participants
add_user: Add user
+ as: as
current_participants: Current Participants
header: Collection Participants
instructions: You can designate both groups and users as creators and managers of collections of this type
@@ -413,8 +442,9 @@ en:
submit: Add
update_notice: Participants Updated
form_settings:
+ apply_to_new_works: APPLY TO NEW WORKS
instructions: These settings determine how collections of this type can be managed and discovered.
- warning: "Warning: These settings cannot be changed after a collection of this type has been created."
+ warning: 'Warning: These settings cannot be changed after a collection of this type has been created.'
index:
breadcrumb: Collection Types
create_new_button: Create new collection type
@@ -432,7 +462,7 @@ en:
actions: Actions
name: Name
multiple_membership_checker:
- error_preamble: "Error: You have specified more than one of the same single-membership collection type "
+ error_preamble: 'Error: You have specified more than one of the same single-membership collection type '
error_type_and_collections: "(type: %{type}, collections: %{collections})"
new:
header: Create New Collection Type
@@ -445,11 +475,14 @@ en:
description: Description
feature: Feature
header: Features
+ status: Status
sidebar:
activity: Activity
+ analytics: Analytics
appearance: Appearance
collection_types: Collection Types
collections: Collections
+ collections_report: Collections Report
configuration: Configuration
content_blocks: Content Blocks
dashboard: Dashboard
@@ -461,9 +494,6 @@ en:
repository_objects: Repository Contents
settings: Settings
statistics: Statistics
- analytics: Analytics
- works_report: Works Report
- collections_report: Collections Report
tasks: Tasks
technical: Features
transfers: Transfers
@@ -473,24 +503,46 @@ en:
workflow_roles: Workflow Roles
works: Works
works_listing: Works listing
+ works_report: Works Report
stats:
+ date_form:
+ load_stats: Load Stats
deposited_form:
end_label: end [defaults to now]
- heading: "Display Files Deposited:"
+ heading: 'Display Files Deposited:'
start_label: Start
+ deposits:
+ deposited: 'deposited '
+ deposits_by_users: 'Deposits By Users '
+ new_users:
+ newest_users: Newest Users %{users}
+ of: 'of '
+ registered: registered
+ total: 'Total: '
repository_objects:
series:
published: Published
unknown: Unknown
unpublished: Unpublished
+ stats_by_date:
+ explanation: Statistics in this section are filtered by the dates entered in the form below. The data is unfiltered unless the date form has been filled in. Start date is required and the default end is now.
+ statistics_by_date: Statistics By Date
+ top_data:
+ explanation_with_limit: Statistics in this section shows the top %{limit} items for each category
+ most_actie_users: Most Active Users (top %{count})
+ top_file_format: Top File Formats (top %{count})
+ top_file_formats_and_users: Top File Formats and Users
+ view_top: View top %{number}
user_deposits:
end_label: Ending [defaults to now]
heading: Display files deposited by users
start_label: Starting
+ workflows:
+ show_number_per_page: Show %{number}) per page
works:
headers:
main: Work Statistics
- total: "Total Works:"
+ total: 'Total Works:'
visibility: Totals by Visibility
users:
index:
@@ -517,16 +569,16 @@ en:
index:
header: Review Submissions
heading:
- work: Work
depositor: Depositor
- submission_date: Submission Date
status: status
- works_published: "%{total_count} works published"
- works_under_review: "%{total_count} works under review"
- works_listing: Works listing
+ submission_date: Submission Date
+ work: Work
tabs:
published: Published
under_review: Under Review
+ works_listing: Works listing
+ works_published: "%{total_count} works published"
+ works_under_review: "%{total_count} works under review"
api:
accepted:
default: Your request has been accepted for processing, but processing is not complete. See job for more info.
@@ -546,7 +598,7 @@ en:
default: You must be logged in to do that!
unprocessable_entity:
default: The resource you attempted to modify cannot be modified according to your request.
- background_attribution_html: ""
+ background_attribution_html: ''
base:
attributes:
table_attribute_name: Attribute Name
@@ -556,7 +608,7 @@ en:
citations:
citations: Citations
endnote: EndNote
- header: "Citations:"
+ header: 'Citations:'
mendeley: Mendeley
zotero: Zotero
currently_shared:
@@ -614,6 +666,7 @@ en:
cancel: Cancel
remove: Remove
text: Removing this work will not remove it from the repository, only from this collection. Are you sure you want to remove this work from the collection?
+ display_data_info: This table will only display data if works are assigned to collections
header:
actions: Action
title: Collection title
@@ -661,8 +714,8 @@ en:
help_html: Select the file to be used as the thumbnail for this work.
legend_html: Thumbnail
form_visibility_component:
+ subtitle_html: "Who should be able to view or download this content?"
visibility: Visibility
- subtitle_html: Who should be able to view or download this content?
inspect_work:
back_to: Back to
entity_id: Entity ID
@@ -673,6 +726,7 @@ en:
processing_entity_id: Processing Entity ID
proxy_for: Proxy for
roles: Roles
+ solr: Solr
state: State
state_name: State Name
users: Users
@@ -693,7 +747,7 @@ en:
empty: This %{type} is not currently in any collections.
header: Relationships
relationships_parent_row:
- label: "In %{type}:"
+ label: 'In %{type}:'
share_with:
definition_heading: Permission Definitions
definitions_html: "View/Download: this file (both contents and metadata) is accessible from within %{application_name}. Edit: this file (both contents and metadata) can be edited. You may only grant this permission to %{institution_name} users and/or groups."
@@ -720,7 +774,7 @@ en:
twitter: Twitter
twitter_share: Share on Twitter
unauthorized:
- id: "ID: %{id}"
+ id: 'ID: %{id}'
is_private: The %{type} you have tried to access is private
page_is_private: The page you have tried to access is private
unauthorized: Unauthorized
@@ -755,12 +809,13 @@ en:
button_label: Delete Selected
deleting_file_from: Deleting a file from %{application_name} is permanent. Click OK to delete this file from %{application_name}, or Cancel to cancel this operation
edit:
- apply_changes_to: "Changes will be applied to: (%{x_number_of} works)"
+ apply_changes_to: 'Changes will be applied to: (%{x_number_of} works)'
batch_edit_descriptions: Batch Edit Descriptions Click on labels below to edit work descriptions.
clear_batch: Clear Batch
descriptions: Descriptions
- descriptions_title: "Descriptions:"
+ descriptions_title: 'Descriptions:'
permissions: Permissions
+ save_changes: Save changes
sharing: Sharing
visibility: Visibility
batch_uploads:
@@ -781,7 +836,10 @@ en:
search_results: Back to search results
citations:
work:
+ apa: APA
+ chicago: Chicago
citation_formats: Citation Formats
+ mla: MLA
collection:
actions:
add_existing_works:
@@ -829,9 +887,16 @@ en:
create: Save
create_new: Add to new Collection
no_collections: You do not have access to any existing collections. You may create a new collection.
- select_heading: "Select the collection to add your files to:"
+ select_heading: 'Select the collection to add your files to:'
title: Add to collection
update: Save changes
+ collection_type:
+ admin_set_title: Admin Set
+ default_title: User Collection
+ collection_types:
+ create_service:
+ admin_set_description: An aggregation of works that is intended to help with administrative control. Admin Sets provide a way of defining behaviors and policies around a set of works.
+ default_description: A User Collection can be created by any user to organize their works.
collections:
collection_counts:
collections: Collections
@@ -854,7 +919,7 @@ en:
works_in_collection: Works
sort_and_per_page:
number_of_results_to_display_per_page: Number of results to display per page
- results_per_page: "Results per page:"
+ results_per_page: 'Results per page:'
sort_by_html: "Sort by:"
collection_type:
admin_set_title: Admin Set
@@ -910,6 +975,10 @@ en:
type_label: Issue Type
content_blocks:
cancel: Cancel
+ form:
+ announcement: announcement
+ marketing: marketing
+ researcher: researcher
tabs:
announcement_text: Announcement Text
featured_researcher: Featured Researcher
@@ -945,11 +1014,9 @@ en:
select_type_of_collection: Select type of collection
collections:
collection_title: Collection Title
- last_updated: Last updated
- works: Works
- files: Files
edit:
- header: "Edit %{type_title}: %{title}"
+ header: 'Edit %{type_title}: %{title}'
+ files: Files
form:
permission_update_errors:
error: Invalid update option for permission template.
@@ -965,7 +1032,7 @@ en:
relationships: Relationships
sharing: Sharing
form_branding:
- alt_text: "Alt Text:"
+ alt_text: 'Alt Text:'
banner:
description: An image to be displayed at the top of the collection page. For best results, upload an image (JPG, GIF or PNG) that is at least 120 pixels tall and 1200 pixels wide.
label: Banner
@@ -973,7 +1040,7 @@ en:
description: Optionally, you can upload a banner image and/or logo images to associate with this collection. If uploaded, these images will be displayed at the top of the collection page to provide unique branding for the collection.
label: Branding
choose_file: Choose File
- link_url: "Link URL:"
+ link_url: 'Link URL:'
logo:
description: One or more images to be displayed at the top of the collection page. For best results, upload an image (JPG, GIF or PNG) that is 40 pixels in height. Larger images will be resized to 40 pixels in height.
label: Logo
@@ -1047,8 +1114,10 @@ en:
remove: Remove
title: Viewers
type: Type
+ last_updated: Last updated
new:
header: New %{type_title}
+ recent_activity: Recent activity
show:
header: Collection
item_count: Works
@@ -1071,14 +1140,15 @@ en:
show_document_list_menu:
select: Select
show_document_list_row:
- creator: "Creator:"
- depositor: "Depositor:"
- edit_access: "Edit Access:"
- title: "Collections"
- recent_activity: Recent activity
+ creator: 'Creator:'
+ depositor: 'Depositor:'
+ edit_access: 'Edit Access:'
+ groups: 'Groups: '
+ users: 'Users: '
sort_and_per_page:
show_par_page_html: Show %{select} per page
- sort_by: "Sort By:"
+ sort_by: 'Sort By:'
+ title: Collections
work_action_menu:
delete_work: Delete work
deleting_from_work: Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation
@@ -1087,6 +1157,7 @@ en:
remove_from_collection: Remove from collection
select_an_action: Select an action
transfer_ownership_of_work: Transfer ownership of work
+ works: Works
create_work: Create Work
current_proxies: Current Proxies
delete_notification: Delete Notification
@@ -1138,21 +1209,21 @@ en:
view_admin_set: View collection
view_collection: View collection
work_confirmation: Deleting a work from %{application_name} is permanent. Click OK to delete this work from %{application_name}, or Cancel to cancel this operation
- collections: Collections
collection_list:
- description: "Description:"
- edit_access: "Edit Access:"
- groups: "Groups:"
+ description: 'Description:'
+ edit_access: 'Edit Access:'
+ groups: 'Groups:'
managed_access:
deposit: Deposit
manage: Manage
view: View
- users: "Users:"
+ users: 'Users:'
+ collections: Collections
facet_label:
- collections: "Filter collections:"
- highlighted: "Filter highlights:"
- shared: "Filter shares:"
- works: "Filter works:"
+ collections: 'Filter collections:'
+ highlighted: 'Filter highlights:'
+ shared: 'Filter shares:'
+ works: 'Filter works:'
heading:
access: Access
action: Actions
@@ -1214,36 +1285,32 @@ en:
repository_growth:
collections: Collections
date: Date
- works: Works
title: Repository Growth
+ works: Works
repository_objects:
status: Current Status
subtitle: Current Status
title: Repository Objects
resource_type_graph:
+ count: Count
resource_type: Resource Type
title: Resource Types
- count: Count
- work_type_graph:
- work_type: Work Type
- title: Work Types
- count: Count
show_admin:
current_registered_users: Current
+ graph_reports: Customized Graph Reports
new_visitors: New Visitors
past_30_days: Past 30 days
registered_users: Registered Users
returning_visitors: Returning Visitors
total_visitors: Total Visitors
- graph_reports: Customized Graph Reports
stats:
collections: Collections created
- work_views: Metadata View
file_downloads: File Download
file_views: File View
files: Files deposited
heading: Your Statistics
joined_on: Joined on
+ work_views: Metadata View
works: Works created
tabs:
admin_sets: Admin Sets
@@ -1255,9 +1322,9 @@ en:
user_activity:
date: Date
new_users: New Users
+ new_visitors: New Visitors
registered_users: Registered Users
returning_visitors: Returning Visitors
- new_visitors: New Visitors
subtitle: New user signups
title: User Activity
total_visitors: Total Visitors
@@ -1272,6 +1339,10 @@ en:
view_files: View Files
visibility_graph:
visibility: Visibility
+ work_type_graph:
+ count: Count
+ title: Work Types
+ work_type: Work Type
document_language: en
edit_profile: Edit Profile
embargoes:
@@ -1294,7 +1365,7 @@ en:
expired: Expired Active Embargoes
manage_embargoes: Manage Embargoes
list_expired_active_embargoes:
- change_all: "Change all files within %{cc} to "
+ change_all: 'Change all files within %{cc} to '
deactivate: Deactivate Embargo
deactivate_selected: Deactivate Embargoes for Selected
missing: There are no expired embargoes in effect at this time.
@@ -1339,6 +1410,8 @@ en:
versions_title: Display previous versions
asset_deleted_flash:
message: The file has been deleted.
+ asset_permissions_denial_flash:
+ message: The file(s) %{files} could not be updated. You do not have sufficient privileges to edit it."
asset_saved_flash:
message:
one: The file %{saved_files} has been saved.
@@ -1508,7 +1581,7 @@ en:
expired: Expired Active Leases
manage_leases: Manage Leases
list_expired_active_leases:
- change_all: "Change all files within %{cc} to "
+ change_all: 'Change all files within %{cc} to '
deactivate: Deactivate Lease
deactivate_selected: Deactivate Leases for Selected
missing: There are no expired leases in effect at this time.
@@ -1565,7 +1638,7 @@ en:
change_tab_message: Are you sure you want to leave this tab? Any unsaved data will be lost.
notifications:
batch_create_failure:
- message: "The batch create for %{user} failed: %{messages}"
+ message: 'The batch create for %{user} failed: %{messages}'
subject: Failing batch create
batch_create_success:
message: The batch create for %{user} passed.
@@ -1581,7 +1654,7 @@ en:
subject: Ownership Change Request
transfer_link_label: transfer requests
transfer_on_update:
- comments: "Comments: %{receiver_comment}"
+ comments: 'Comments: %{receiver_comment}'
message: Your transfer request was %{status}.
subject: Ownership Change %{status}
validation:
@@ -1610,8 +1683,20 @@ en:
status: Status
title: Operations
updated: Updated
+ show:
+ message_header: Message
+ message_label: 'Message:'
+ operation_type_header: Operation Type
+ status: status
+ status_header: Status
+ status_label: 'Status:'
pages:
cancel: Cancel
+ form:
+ about: about
+ agreement: agreement
+ help: help
+ terms: terms
tabs:
about_page: About Page
agreement_page: Deposit Agreement
@@ -1628,6 +1713,10 @@ en:
owner:
edit: Edit access
read: View/Download
+ permissions:
+ confirm:
+ confirm: Yes please.
+ deny: No. I'll update it manually.
read_only: The repository is in read-only mode for maintenance. No submissions or edits can be made at this time.
search:
button:
@@ -1676,6 +1765,10 @@ en:
no_links: No links have been generated
title: Single-Use Links
single_use_links_viewer:
+ show:
+ actions: Actions
+ descriptions: " Descriptions:"
+ download: Download (can only be used once)
single_use_error:
help: '%{application_name} could not locate the single use link. This link either expired or had been used previously. We apologize for the inconvenience. You might be interested in using the help page for looking up solutions.'
link_expired_not_found: Single Use Link Expired or Not Found
@@ -1696,11 +1789,20 @@ en:
mendeley:
contact_form: Contact Form
export_to_mendeley: Export to Mendeley
- export_to_mendeley_details: "Exporting to Mendeley is supported via embedded metadata. If Mendeley does not automatically pick up metadata for deposited files, please report the issue via the "
+ export_to_mendeley_details: 'Exporting to Mendeley is supported via embedded metadata. If Mendeley does not automatically pick up metadata for deposited files, please report the issue via the '
zotero:
contact_form: Contact Form
export_to_zotero: Export to Zotero
- export_to_zotero_details: "Exporting to Zotero is supported via embedded metadata. If Zotero does not automatically pick up metadata for deposited files, please report the issue via the "
+ export_to_zotero_details: 'Exporting to Zotero is supported via embedded metadata. If Zotero does not automatically pick up metadata for deposited files, please report the issue via the '
+ stats:
+ downloads:
+ downloads: Downloads
+ pageviews:
+ pageviews: Page Views
+ work:
+ downloads: Downloads
+ header: Work Analytics
+ pageviews: Pageviews
toolbar:
dashboard:
menu: Dashboard
@@ -1777,9 +1879,9 @@ en:
set_all_to_this_resource_type: Set all to this Resource Type
start: Start
js_templates_branding:
- alt_text: "Alt Text:"
+ alt_text: 'Alt Text:'
error: Error
- link_url: "Link URL:"
+ link_url: 'Link URL:'
previous: previous
remove: Remove
remove_new_banner: Remove New Banner
@@ -1813,6 +1915,7 @@ en:
users:
activity_log:
date: Date
+ no_user_activity: No user activity
user_activity: User Activity
index:
avatar: Avatar
@@ -1828,6 +1931,19 @@ en:
search_form:
go: Go
search_users: Search Users
+ user_info:
+ administrative_area: Administrative Area
+ affiliation: Affiliation
+ chat_id: Chat ID
+ department: Department
+ email: Email
+ facebook_handle: Facebook Handle
+ linkedin: LinkedIn
+ office: Office
+ telephone: Telephone
+ title: Title
+ twitter_handle: Twitter Handle
+ website: Website(s)
virus_scanner:
virus_detected: Virus detected in %{filename}. The file has not been saved.
visibility:
@@ -1857,7 +1973,7 @@ en:
default:
deposit: Deposit
load:
- state_error: "The workflow: %{workflow_name} has not been updated. You are removing a state: %{state_name} with %{entity_count} entity/ies. A state may not be removed while it has active entities!"
+ state_error: 'The workflow: %{workflow_name} has not been updated. You are removing a state: %{state_name} with %{entity_count} entity/ies. A state may not be removed while it has active entities!'
unauthorized: The work is not currently available because it has not yet completed the approval process
unauthorized_parent: The file is not currently available because its parent work has not yet completed the approval process
works:
@@ -1906,6 +2022,16 @@ en:
no_preview: No preview available
update:
header: Edit Work
+ layouts:
+ error:
+ system_error: System Error
+ shared:
+ nav_safety_modal:
+ cancel: Cancel
+ ok: OK
+ schema_version:
+ created_on_version: Created On Version
+ version_after_save: Version After Save
simple_form:
hints:
admin_set:
@@ -1914,7 +2040,7 @@ en:
collection:
based_near: A place name related to the collection, such as its site of publication, or the city, state, or country the collection contents are about. Calls upon the GeoNames web service.
contributor: A person or group you want to recognize for playing a role in the creation of the collection, but not the primary role.
- creator: "The person or group responsible for the collection. Usually this is the author of the content. Personal names should be entered with the last name first: Smith, John"
+ creator: 'The person or group responsible for the collection. Usually this is the author of the content. Personal names should be entered with the last name first: Smith, John'
date_created: The date on which the collection was created.
description: Free-text notes about the collection. Examples include abstracts of a paper or citation information for a journal article.
identifier: A unique handle identifying the collection. An example would be a DOI for a journal article, or an ISBN or OCLC number for a book.
@@ -1937,7 +2063,7 @@ en:
require_membership: A work must belong to at least one collection of this type
sharable: Allow users to assign collection managers, depositors, and viewers for collections they manage
share_applies_to_new_works: When new works are created directly in the collection, grant sharing users and groups permissions for the new work according to their collection roles.
- title: ""
+ title: ''
defaults:
abstract: A brief summary of a research article, thesis, review, conference proceeding, or any in-depth analysis of a particular subject.
access_right: Contains information about who can access the resource or an indication of its security status.
@@ -2015,4 +2141,4 @@ en:
other: This work has %{count} total views
download:
one: and 1 download
- other: and %{count} downloads
\ No newline at end of file
+ other: and %{count} downloads
diff --git a/config/locales/hyrax.pt-BR.yml b/config/locales/hyrax.pt-BR.yml
index 9a8dd00f34..c81723bb78 100644
--- a/config/locales/hyrax.pt-BR.yml
+++ b/config/locales/hyrax.pt-BR.yml
@@ -156,6 +156,7 @@ pt-BR:
add_participants: Acrescentar participantes
add_user: "Acrescentar usuário:"
current_participants: Participantes atuais
+ as: como
form_visibility:
cancel: Cancelar
page_description: As configurações de divulgação e acesso determinam as opções disponíveis aos depositantes quando submetem uma obra a este conjunto. Mudanças na configuração não afetam obras já depositadas.
@@ -194,6 +195,25 @@ pt-BR:
item_list_header: Obras neste conjunto
show_actions:
confirm_delete: Tem certeza de que deseja excluir este conjunto administrativo? Essa ação não pode ser revertida.
+ index:
+ creator: Criador
+ date_created: Data criada
+ no_administrative_sets_have_been_created: Nenhum conjunto administrativo foi criado.
+ title: Título
+ works: Funciona
+ show_document_list:
+ actions: Ações
+ date_uploaded: Data enviada
+ list_of_items_in_this_administrative_set: Lista de itens neste conjunto administrativo
+ status: Situação
+ title: Título
+ visibility: Visibilidade
+ show_document_list_row:
+ creator: 'Criador:'
+ depositor: 'Depositário:'
+ edit_access: 'Editar acesso:'
+ groups: 'Grupos:'
+ users: 'Usuários:'
analytics:
collection_reports:
custom_range:
@@ -364,6 +384,7 @@ pt-BR:
top_works: Principais obras
work_title: Título de Trabalho
work_views: Exibições da página de trabalho
+ id: ID
work_counts:
child_works: criança trabalha
files: arquivos
@@ -421,9 +442,11 @@ pt-BR:
remove_success: Participante removido
submit: Acrescentar
update_notice: Participantes Atualizados
+ as: como
form_settings:
instructions: Estas configurações determinam como as coleções deste tipo podem ser gerenciadas e descobertas.
- warning: "Aviso: estas configurações não podem ser alteradas após a criação de uma coleção deste tipo."
+ warning: 'Aviso: estas configurações não podem ser alteradas após a criação de uma coleção deste tipo.'
+ apply_to_new_works: APLICAR A NOVAS OBRAS
index:
breadcrumb: Tipos de Coleção
create_new_button: Criar novo tipo de coleção
@@ -454,6 +477,7 @@ pt-BR:
description: Descrição
feature: Característica
header: Características
+ status: Situação
sidebar:
activity: Atividade
analytics: Analytics
@@ -505,6 +529,27 @@ pt-BR:
main: Estatísticas
total: "Total de obras:"
visibility: Totais por Acesso
+ date_form:
+ load_stats: Carregar Stats
+ deposits:
+ deposited: depósito
+ deposits_by_users: Depósitos dos Usuários
+ new_users:
+ newest_users: Usuários mais recentes
+ of: de
+ registered: registrado
+ total: 'Total:'
+ stats_by_date:
+ explanation: As estatísticas nesta seção são filtradas pelas datas indicadas no formulário abaixo. Os dados não são filtrados a menos que o formulário de data tenha sido preenchido. A data de início é necessária e o fim padrão é agora.
+ statistics_by_date: Estatísticas por Data
+ top_data:
+ explanation_with_limit: Estatísticas nesta seção mostram os itens de topo para cada categoria
+ most_actie_users: Usuários mais ativos
+ top_file_format: Formatos de arquivos superiores (top % {conte})
+ top_file_formats_and_users: Top File Formats e Usuários
+ view_top: Veja o topo % {número}
+ workflows:
+ show_number_per_page: Mostrar% {número}) por página
users:
index:
access_label: Último acesso
@@ -622,6 +667,7 @@ pt-BR:
header:
actions: Ação
title: Título da coleção
+ display_data_info: Esta tabela só exibirá dados se os trabalhos forem atribuídos às coleções
form_permission:
visibility: Visibilidade Quem deve conseguir visualizar ou baixar este conteúdo?
form_permission_under_embargo:
@@ -683,6 +729,7 @@ pt-BR:
users: Comercial
workflow: Fluxo de trabalho
workflow_comments: Comentários de fluxo de trabalho
+ solr: Solr
items:
actions: Ações
date_uploaded: Data de carga
@@ -742,6 +789,8 @@ pt-BR:
previous_comments: Comentários anteriores
review_comment: Comentário da revisão
title: Revisão e aprovação
+ member_of_collections:
+ member_of_collections: Membro das Coleções
base/unauthorized:
is_private: O %{type} que você tentou acessar é privado
unauthorized: Não autorizado
@@ -768,6 +817,7 @@ pt-BR:
permissions: Permissões
sharing: Partilha
visibility: Visibilidade
+ save_changes: Salvar mudanças
batch_uploads:
disabled: Recurso desativado pelo administrador
files:
@@ -787,6 +837,9 @@ pt-BR:
citations:
work:
citation_formats: Formatos de citação
+ apa: APA
+ chicago: Chicago
+ mla: MLA
collection:
actions:
add_existing_works:
@@ -892,6 +945,10 @@ pt-BR:
featured_researcher: Pesquisador em destaque
marketing_text: Texto de marketing
updated: Blocos de conteúdo atualizados.
+ form:
+ announcement: anúncio
+ marketing: marketing
+ researcher: pesquisador
controls:
about: Sobre
contact: Contato
@@ -1047,9 +1104,11 @@ pt-BR:
show_document_list_menu:
select: Selecione
show_document_list_row:
- creator: "O Criador:"
- depositor: "Depositante:"
- edit_access: "Editar acesso:"
+ creator: 'O Criador:'
+ depositor: 'Depositante:'
+ edit_access: 'Editar acesso:'
+ groups: 'Grupos:'
+ users: 'Usuários:'
sort_and_per_page:
show_par_page_html: Mostrar %{select} por página
sort_by: "Ordenar Por:"
@@ -1399,6 +1458,8 @@ pt-BR:
save: Salvar Revisão
save_your_note: Você deve clicar em "Salvar revisão". reverter uma versão anterior deste arquivo
upload: Carregar nova versão
+ asset_permissions_denial_flash:
+ message: Os arquivos não puderam ser atualizados. Você não tem privilégios suficientes para editá-lo."
flexible_schema_validators:
compound_validator:
errors:
@@ -1578,6 +1639,13 @@ pt-BR:
status: Status
title: Operações
updated: Atualizada
+ show:
+ message_header: Mensagem
+ message_label: 'Mensagem:'
+ operation_type_header: Tipo de Operação
+ status: status
+ status_header: Situação
+ status_label: 'Status:'
pages:
cancel: Cancelar
tabs:
@@ -1586,6 +1654,11 @@ pt-BR:
help_page: Página de Ajuda
terms_page: Termos de uso
updated: Páginas atualizadas.
+ form:
+ about: sobre
+ agreement: acordo
+ help: socorro
+ terms: termos
passive_consent_to_agreement: Ao salvar esta obra, aceito o
permission_levels:
edit: Editar acesso
@@ -1648,6 +1721,10 @@ pt-BR:
help: '%{application_name} não pôde localizar o link de uso único. Este link expirou ou foi usado anteriormente. Pedimos desculpas pela inconveniência. Talvez você esteja interessado em usar a página de ajuda para procurar soluções.'
link_expired_not_found: Link de uso único expirado ou não encontrado
link_not_found: Link de uso único não encontrado
+ show:
+ actions: Ações
+ descriptions: 'Descrições:'
+ download: Baixe (só pode ser usado uma vez)
sort_label: Ordene a lista de itens
sr:
thumbnail: imagem representativa padrão
@@ -1783,6 +1860,7 @@ pt-BR:
activity_log:
date: Encontro
user_activity: Atividade do Usuário
+ no_user_activity: Nenhuma atividade do usuário
index:
avatar: Avatar
department: Departamento
@@ -1797,6 +1875,19 @@ pt-BR:
search_form:
go: Vai
search_users: Pesquisar usuários
+ user_info:
+ administrative_area: Área Administrativa
+ affiliation: Afiliação
+ chat_id: ID do chat
+ department: Departamento
+ email: E-mail
+ facebook_handle: Maçaneta do Facebook
+ linkedin: LinkedIn
+ office: Escritório
+ telephone: Telefone
+ title: Título
+ twitter_handle: Twitter Handle
+ website: Site(s)
virus_scanner:
virus_detected: Vírus detectado em %{filename}. O arquivo não foi salvo.
visibility:
@@ -1874,6 +1965,10 @@ pt-BR:
no_preview: Ainda não disponível
update:
header: Editar obra
+ permissions:
+ confirm:
+ confirm: Sim, por favor.
+ deny: Não, atualizarei manualmente.
simple_form:
hints:
admin_set:
@@ -1975,3 +2070,17 @@ pt-BR:
total_view:
one: Este trabalho tem 1 visualização total
other: Este trabalho tem %{count} visualizações totais
+ catalog:
+ edit_partials:
+ default_details:
+ title: 'Título:'
+ layouts:
+ error:
+ system_error: Erro no sistema
+ shared:
+ nav_safety_modal:
+ cancel: Cancelar
+ ok: ESTÁ BEM
+ schema_version:
+ created_on_version: Criado na versão
+ version_after_save: Versão Depois de Salvar