Skip to content
Closed
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
26 changes: 13 additions & 13 deletions config/locales/admin.en.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
en:
admin:
title: "Admin Dashboard"
title: Admin Dashboard
releases:
title: "GitHub Releases"
no_releases: "No releases found."
fetch_error: "Failed to fetch releases from GitHub. Please try again later."
published_by: "Published by %{author} on"
title: GitHub Releases
no_releases: No releases found.
fetch_error: Failed to fetch releases from GitHub. Please try again later.
published_by: Published by %{author} on
files:
title: "ActiveStorage Files"
no_files: "No files found."
title: ActiveStorage Files
no_files: No files found.
table:
filename: "Filename"
size: "Size"
attached_to: "Attached To"
created_at: "Created"
filename: Filename
size: Size
attached_to: Attached To
created_at: Created
attached_to:
orphaned: "Orphaned"
variant_record: "Variant Record #%{id}"
orphaned: Orphaned
variant_record: Variant Record #%{id}
26 changes: 13 additions & 13 deletions config/locales/application.en.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
en:
application:
errors:
production_error_subject: "500 Error in play-test"
not_logged_in: "Not logged in"
user_label: "User"
controller_label: "Controller"
path_label: "Path"
method_label: "Method"
ip_label: "IP"
backtrace_label: "Backtrace (first 5 lines)"
production_error_subject: 500 Error in play-test
not_logged_in: Not logged in
user_label: User
controller_label: Controller
path_label: Path
method_label: Method
ip_label: IP
backtrace_label: Backtrace (first 5 lines)

debug:
n_plus_one_detected: "N+1 query detected: %{table} table was queried too many times"
Expand All @@ -19,13 +19,13 @@ en:

concerns:
public_viewable:
check_resource_owner_missing: "Including controller must implement check_resource_owner"
owns_resource_missing: "Including controller must implement owns_resource?"
pdf_filename_missing: "Including controller must implement pdf_filename"
resource_pdf_url_missing: "Including controller must implement resource_pdf_url"
check_resource_owner_missing: Including controller must implement check_resource_owner
owns_resource_missing: Including controller must implement owns_resource?
pdf_filename_missing: Including controller must implement pdf_filename
resource_pdf_url_missing: Including controller must implement resource_pdf_url

user_activity_check:
handle_inactive_redirect_missing: "Controllers using UserActivityCheck must implement handle_inactive_user_redirect"
handle_inactive_redirect_missing: Controllers using UserActivityCheck must implement handle_inactive_user_redirect

inspection_turbo_streams:
status_value_html: '<span class="value">%{status}</span>'
16 changes: 8 additions & 8 deletions config/locales/assessments/incomplete_fields.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ en:
assessments:
incomplete_fields:
show_details:
one: "Show 1 incomplete page"
other: "Show %{count} incomplete pages"
one: Show 1 incomplete page
other: Show %{count} incomplete pages
show_fields:
one: "Show 1 incomplete field"
other: "Show %{count} incomplete fields"
one: Show 1 incomplete field
other: Show %{count} incomplete fields
description: "The following fields must be filled in to complete this inspection:"
overall: "Overall completion"
needs_assessment: "Needs pass/fail assessment"
needs_number: "Needs numeric value"
needs_value: "Needs to be filled in"
overall: Overall completion
needs_assessment: Needs pass/fail assessment
needs_number: Needs numeric value
needs_value: Needs to be filled in
28 changes: 14 additions & 14 deletions config/locales/backups.en.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
en:
backups:
title: "Database Backups"
filename: "Filename"
size: "Size"
created_at: "Created At"
actions: "Actions"
download: "Download"
no_backups: "No backups found."
title: Database Backups
filename: Filename
size: Size
created_at: Created At
actions: Actions
download: Download
no_backups: No backups found.
errors:
s3_not_enabled: "S3 storage is not enabled."
s3_not_configured: "Active Storage is not configured to use S3."
invalid_backup: "Invalid backup requested."
invalid_date: "Invalid date format. Expected YYYY-MM-DD."
backup_not_found: "Backup file not found."
download_failed: "Failed to generate download URL."
fetch_failed: "Failed to fetch backups from S3."
s3_not_enabled: S3 storage is not enabled.
s3_not_configured: Active Storage is not configured to use S3.
invalid_backup: Invalid backup requested.
invalid_date: Invalid date format. Expected YYYY-MM-DD.
backup_not_found: Backup file not found.
download_failed: Failed to generate download URL.
fetch_failed: Failed to fetch backups from S3.
22 changes: 11 additions & 11 deletions config/locales/debug.en.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
en:
debug:
title: "Debug Info"
render_time: "Page render time"
query_count: "SQL queries"
query: "Query"
duration: "Duration"
name: "Name"
environment: "Environment"
development: "Development"
user_type: "Access level"
admin: "Admin user"
impersonating: "Impersonating user"
title: Debug Info
render_time: Page render time
query_count: SQL queries
query: Query
duration: Duration
name: Name
environment: Environment
development: Development
user_type: Access level
admin: Admin user
impersonating: Impersonating user
8 changes: 4 additions & 4 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ en:
activerecord:
attributes:
unit:
operator: "Controller / Owner"
operator: Controller / Owner
errors:
messages:
not_an_image: "must be an image file"
not_an_image: must be an image file
models:
user:
attributes:
current_password:
incorrect: "is incorrect"
incorrect: is incorrect
unit:
attributes:
base:
has_complete_inspections: "Cannot delete unit with completed inspections"
has_complete_inspections: Cannot delete unit with completed inspections
18 changes: 9 additions & 9 deletions config/locales/errors.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ en:
errors:
messages:
cant_be_blank: "can't be blank"
is_invalid: "is invalid"
invalid_image_format: "must be a valid image file"
image_processing_failed: "could not be processed"
is_invalid: is invalid
invalid_image_format: must be a valid image file
image_processing_failed: could not be processed
image_processing_error: "could not be processed: %{error}"
unauthorized: "You are not authorized to access this page."
unauthorized: You are not authorized to access this page.
not_found:
title: "Page not found"
message: "The page you are looking for does not exist."
title: Page not found
message: The page you are looking for does not exist.
internal_server_error:
title: "Internal server error"
title: Internal server error
message: "We're sorry, but something went wrong."
redirect_message: "Taking you back to the homepage in 10 seconds, or"
redirect_link: "click here to go there now"
redirect_message: Taking you back to the homepage in 10 seconds, or
redirect_link: click here to go there now
58 changes: 29 additions & 29 deletions config/locales/forms/anchorage.en.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
en:
forms:
anchorage:
header: "Anchorage"
header: Anchorage
sections:
anchor_counts: "Anchor Counts"
anchor_quality: "Anchor Quality"
anchor_counts: Anchor Counts
anchor_quality: Anchor Quality
fields:
num_low_anchors: "Low anchor points"
num_high_anchors: "High anchor points"
anchor_accessories_pass: "Correct anchor accessories"
anchor_degree_pass: "Anchors between 30-45°"
anchor_type_pass: "Anchors permanently closed and metal"
pull_strength_pass: "Pull strength test"
num_low_anchors: Low anchor points
num_high_anchors: High anchor points
anchor_accessories_pass: Correct anchor accessories
anchor_degree_pass: Anchors between 30-45°
anchor_type_pass: Anchors permanently closed and metal
pull_strength_pass: Pull strength test
status:
checks_passed: "Fields completed"
completion: "Assessment Completion"
checks_passed: Fields completed
completion: Assessment Completion
summary:
title: "Assessment Summary"
total_anchors: "Total Anchors"
required_anchors: "Required Anchors"
compliance_status: "Compliance Status"
area_warning: "Warning"
area_missing: "Unit area must be set to calculate required anchors"
distribution_title: "Anchor Distribution Analysis"
low_anchors: "Low Anchors"
high_anchors: "High Anchors"
completion: "Completion"
safety_checks: "Safety Checks"
critical_failures: "Critical Failures"
safety_summary: "Safety Summary"
title: Assessment Summary
total_anchors: Total Anchors
required_anchors: Required Anchors
compliance_status: Compliance Status
area_warning: Warning
area_missing: Unit area must be set to calculate required anchors
distribution_title: Anchor Distribution Analysis
low_anchors: Low Anchors
high_anchors: High Anchors
completion: Completion
safety_checks: Safety Checks
critical_failures: Critical Failures
safety_summary: Safety Summary
compliance:
not_assessed: "Not Assessed"
compliant: "Compliant"
non_compliant: "Non-Compliant (Requires %{required} total anchors, has %{actual})"
submit: "Save Assessment"
submit_continue: "Save & Continue"
not_assessed: Not Assessed
compliant: Compliant
non_compliant: Non-Compliant (Requires %{required} total anchors, has %{actual})
submit: Save Assessment
submit_continue: Save & Continue
errors:
header:
one: "1 error prevented this assessment from being saved:"
Expand Down
26 changes: 13 additions & 13 deletions config/locales/forms/enclosed.en.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
en:
forms:
enclosed:
header: "Totally Enclosed"
header: Totally Enclosed
sections:
exit_requirements: "Exit Requirements"
exit_requirements: Exit Requirements
fields:
exit_number: "Number of Exits"
exit_number_pass: "Number of Exits"
exit_sign_always_visible_pass: "Exit Sign Always Visible"
exit_number: Number of Exits
exit_number_pass: Number of Exits
exit_sign_always_visible_pass: Exit Sign Always Visible
status:
checks_passed: "Fields completed"
completion: "Assessment Completion"
checks_passed: Fields completed
completion: Assessment Completion
summary:
title: "Assessment Summary"
completion: "Completion"
safety_checks: "Safety Checks"
critical_failures: "Critical Failures"
submit: "Save Assessment"
submit_continue: "Save & Continue"
title: Assessment Summary
completion: Completion
safety_checks: Safety Checks
critical_failures: Critical Failures
submit: Save Assessment
submit_continue: Save & Continue
56 changes: 28 additions & 28 deletions config/locales/forms/fan.en.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
en:
forms:
fan:
header: "Fan/Blower"
header: Fan/Blower
sections:
fan_assessment: "Fan Assessment"
fan_assessment_footer: "You must test and log for every blower for this unit"
fan_assessment: Fan Assessment
fan_assessment_footer: You must test and log for every blower for this unit
fields:
fan_size_type: "Blower sizes"
blower_serial: "Blower serial numbers"
blower_tube_length: "Blower Tube Length (m)"
blower_tube_length_pass: "Blower Tube Length (m)"
blower_flap_pass: "Return flaps present"
blower_finger_pass: "Finger probe tests"
pat_pass: "PATs"
blower_visual_pass: "Visual inspections"
number_of_blowers: "Number of blowers"
fan_size_type: Blower sizes
blower_serial: Blower serial numbers
blower_tube_length: Blower Tube Length (m)
blower_tube_length_pass: Blower Tube Length (m)
blower_flap_pass: Return flaps present
blower_finger_pass: Finger probe tests
pat_pass: PATs
blower_visual_pass: Visual inspections
number_of_blowers: Number of blowers
status:
checks_passed: "Fields completed"
completion: "Assessment Completion"
checks_passed: Fields completed
completion: Assessment Completion
summary:
title: "Assessment Summary"
completion: "Completion"
safety_checks: "Safety Checks"
blower_checks: "Blower Checks"
electrical_safety: "Electrical Safety"
safety_issues: "Safety Issues"
overall_status: "Overall Status"
all_checks_passed: "All safety checks passed"
title: Assessment Summary
completion: Completion
safety_checks: Safety Checks
blower_checks: Blower Checks
electrical_safety: Electrical Safety
safety_issues: Safety Issues
overall_status: Overall Status
all_checks_passed: All safety checks passed
issues:
blower_flap: "Blower flap check failed"
finger_guards: "Finger guard check failed"
visual_damage: "Visual damage detected"
pat_failure: "PAT test failed"
submit: "Save Assessment"
submit_continue: "Save & Continue"
blower_flap: Blower flap check failed
finger_guards: Finger guard check failed
visual_damage: Visual damage detected
pat_failure: PAT test failed
submit: Save Assessment
submit_continue: Save & Continue
Loading
Loading