Skip to content

Commit

Permalink
The results of running
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 18, 2024
1 parent 35e8454 commit a95a5fe
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/dashboard/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ en:
The %{title} session data for this session can be accessed
under the %{data_link_tag}.
batch_connect_sessions_delete_confirm: Are you sure?
batch_connect_sessions_delete_hover: 删除会话
batch_connect_sessions_delete_title: Delete
batch_connect_sessions_edit_title: Edit new %{title} with this session parameters
batch_connect_sessions_error_invalid_job_name_html: |
Expand Down Expand Up @@ -181,6 +182,7 @@ en:
nav_develop_my_sandbox_apps_prod: My Shared Apps (Production)
nav_develop_title: Develop
nav_help_change_password: Change HPC Password
nav_help_custom: Nav help custom
nav_help_docs: Online Documentation
nav_help_support: Contact Support
nav_help_support_ticket: Submit Support Ticket
Expand Down Expand Up @@ -245,6 +247,7 @@ en:
validation_error: Invalid Request. Please review the error messages below
system_apps_caption: System Installed App
unknown: Unknown
uppy: Uppy
user_configuration:
support_ticket_error: support_ticket is misconfigured. "email" or "rt_api" sections are required in the configuration YAML.
welcome_html: |
Expand Down
244 changes: 244 additions & 0 deletions apps/dashboard/config/locales/ja_JP.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,255 @@
---
ja_JP:
activemodel:
errors:
messages:
format: "%{attribute} format invalid or missing"
invalid: "%{attribute} is invalid"
required: "%{attribute} is required"
used: "%{attribute} is already used"
dashboard:
active_sessions_caption_html: <a href="%{all_sessions_url}"> view all (%{number_of_sessions})</a>
active_sessions_title: Active interactive sessions
add: 付け加え
all_apps_table_app_column: Name
all_apps_table_category_column: Category
all_apps_table_sub_category_column: Sub Category
announcements_dismissible_button: OK
announcements_required_button: Accept
apps_setup_failure_html: |
<h2>A problem occurred while initializing your data for this app.</h2>
<p class="lead">
At your own risk you can still <a href="%{app_url}">open the app</a>
or you can just go <a href="%{home_url}">back to the dashboard</a>
</p>
<p>
Share this with the developer of your app:
The setup production script is supposed to be idempotent and is run each time
the user opens the app through the dashboard.</p>
<h4>Exception: %{exception_class}</h4>
<pre>%{exception_message}</pre>
<h4>Stack trace:</h4>
<pre>%{exception_trace}</pre>
apps_system_apps_title: System Apps
auto_log_location_title: ログの場所
balance_additional_message: Consider requesting additional %{balanace_units}
balance_message: "%{units_balance} is %{value}"
balance_reload_message_html: Reload page to see updated balance. Balances are updated daily.<br>Last update was %{last_update}
balance_warning_prefix_html: "%{units_balance} warning for"
batch_connect_apps_menu_title: Interactive Apps
batch_connect_form_attr_cache_error: Unable to use previously cached values, using defaults instead. (%{error_message})
batch_connect_form_choose_template_name: Choose a template name
batch_connect_form_data_root: data root directory
batch_connect_form_invalid: The form.yml has missing options in the %{id} form field.
batch_connect_form_launch: Launch
batch_connect_form_prefill: Use saved settings
batch_connect_form_prefill_error: Oops... Something is wrong with your template
batch_connect_form_reset_resolution: Reset Resolution
batch_connect_form_save: Save settings
batch_connect_form_save_new_template: save new settings
batch_connect_form_save_submit: Save settings and close
batch_connect_form_select_template: select saved settings
batch_connect_form_session_data_html: |
* The %{title} session data for this session can be accessed
under the %{data_link_tag}.
batch_connect_form_template_name_label: setting name
batch_connect_form_type_new_name: App settings name
batch_connect_form_type_new_name_error: Please type a valid name to continue
batch_connect_invalid_form_array: "'form' element in form.yml is not an Array"
batch_connect_invalid_form_attributes: "'attributes' element in form.yml is not a Map"
batch_connect_missing_cluster: |
The cluster was never set. Either set it in form.yml.erb with `cluster` or `form.cluster` or
set `cluster` in submit.yml.erb.
batch_connect_no_apps: There are no available Interactive Apps.
batch_connect_no_sessions: You have no active sessions.
batch_connect_sandbox: " [Sandbox]"
batch_connect_sessions_cancel_confirm: Are you sure?
batch_connect_sessions_cancel_title: Cancel
batch_connect_sessions_data_html: |
The %{title} session data for this session can be accessed
under the %{data_link_tag}.
batch_connect_sessions_delete_confirm: Are you sure?
batch_connect_sessions_delete_hover: 删除会话
batch_connect_sessions_delete_title: Delete
batch_connect_sessions_edit_title: Edit new %{title} with this session parameters
batch_connect_sessions_error_invalid_job_name_html: |
If this job failed to submit because of an invalid job name
please ask your administrator to configure OnDemand to set the
environment variable OOD_JOB_NAME_ILLEGAL_CHARS.
batch_connect_sessions_errors_staging: 'Failed to stage the template with the following error:'
batch_connect_sessions_errors_submission: 'Failed to submit session with the following error:'
batch_connect_sessions_novnc_launch: Launch %{app_title}
batch_connect_sessions_novnc_view_only: View Only (Share-able Link)
batch_connect_sessions_path_selector_forbidden_error: You do not have permission to select that directory or file.
batch_connect_sessions_relaunch_title: Relaunch
batch_connect_sessions_staged_root: staged root directory
batch_connect_sessions_stats_created_at: 'Created at:'
batch_connect_sessions_stats_host: 'Host:'
batch_connect_sessions_stats_session_id: 'Session ID:'
batch_connect_sessions_stats_support_ticket: Problems with this session?
batch_connect_sessions_stats_support_ticket_link_text: Submit support ticket
batch_connect_sessions_stats_time_remaining: 'Time Remaining:'
batch_connect_sessions_stats_time_requested: 'Time Requested:'
batch_connect_sessions_stats_time_used: 'Time Used:'
batch_connect_sessions_stats_undetermined_host: Undetermined
batch_connect_sessions_status_bad: Your session has entered a bad state. Feel free to contact support for further information.
batch_connect_sessions_status_blurb_cancel_failure: Failed to cancel session.
batch_connect_sessions_status_blurb_cancel_success: Session was successfully canceled.
batch_connect_sessions_status_blurb_create_success: Session was successfully created.
batch_connect_sessions_status_blurb_delete_failure: Failed to delete session.
batch_connect_sessions_status_blurb_delete_success: Session was successfully deleted.
batch_connect_sessions_status_completed: For debugging purposes, this card will be retained for %{days} more days
batch_connect_sessions_status_missing_connection: |
This app is missing information required to establish a connection. Please
contact support if you see this message.
batch_connect_sessions_status_queued: |
Please be patient as your job currently sits in queue. The wait time depends
on the number of cores as well as time requested.
batch_connect_sessions_status_starting: |
Your session is currently starting... Please be patient as this process can
take a few minutes.
batch_connect_sessions_word: Session
bc_saved_settings:
delete_confirm: Are you sure?
delete_title: Delete %{settings_name} saved settings
deleted_message: Saved settings %{settings_name} deleted.
edit_title: Edit %{settings_name} saved settings
launch_title: Launch %{app_title} with %{settings_name} parameters
missing_settings: Selected saved settings not found.
no_settings_title: You have no saved settings.
outdated_message: "%{app_title} parameters have changed since these settings were created."
saved_message: "%{settings_name} settings saved"
settings_values_label: Values
title: Saved Settings
breadcrumbs_all_apps: All Apps
breadcrumbs_home: Home
breadcrumbs_my_sessions: My Interactive Sessions
breadcrumbs_support_ticket: Support Ticket
close: Close
custom_pages:
invalid: 'Invalid page code: %{page}. This page has not been configured'
delete: 消す
development_apps_caption: Sandbox App
directory: Directory
edit: 編集する
files_directory_download_error_modal_title: Directory too large to download
files_directory_download_unauthorized: You can only download a directory as zip that you have read and execute access to
files_directory_size_calculation_error: Timeout while trying to determine directory size.
files_directory_size_calculation_timeout: Timeout while trying to determine directory size.
files_directory_size_unknown: 'Error with status %{exit_code} when trying to determine directory size: %{error}'
files_directory_too_large: The directory is too large to download as a zip. The directory should be less than %{download_directory_size_limit} bytes.
files_download_not_enabled: Downloading files is not enabled on this server.
files_remote_dir_not_created: Did not create directory %{path}
files_remote_disabled: Remote file support is not enabled
files_remote_empty_dir_unsupported: Remote does not support empty directories
files_remote_error_listing_remotes: 'Error listing Rclone remotes: %{error}'
jobs_create_blank_project: Create a new project
jobs_create_template_project: Create a new project from a template
jobs_launchers: Launchers
jobs_launchers_created: Launcher successfully created!
jobs_launchers_default_created: A 'hello_world.sh' was also added to this project.
jobs_launchers_delete_script_confirmation: Delete all contents of launcher?
jobs_launchers_deleted: Launcher successfully deleted!
jobs_launchers_fixed_field: Fixed Value
jobs_launchers_not_found: Cannot find Launcher %{launcher_id}
jobs_launchers_submitted: Successfully submitted job %{job_id}.
jobs_launchers_updated: Launcher manifest updated!
jobs_new_launcher: New Launcher
jobs_project_created: Project successfully created!
jobs_project_delete_project_confirmation: Delete all contents of project directory?
jobs_project_deleted: Project successfully deleted!
jobs_project_description_placeholder: Project description
jobs_project_directory_help_html: 'Leave empty and a new directory will be created. <br />Default location: %{root_directory}'
jobs_project_directory_placeholder: Project directory absolute path
jobs_project_generic_error: 'There was an error processing your request: %{error}'
jobs_project_invalid_configuration_clusters: An HPC cluster is required. Contact your administrator to add one to the system.
jobs_project_invalid_configuration_scripts: An executable script is required for your project. Upload a script using the file application.
jobs_project_job_deleted: Successfully deleted job %{job_id}
jobs_project_job_not_deleted: Cannot delete job %{job_id}
jobs_project_job_stopped: Successfully stopped job %{job_id}
jobs_project_manifest_updated: Project manifest updated!
jobs_project_name_placeholder: Project name
jobs_project_name_validation: Project name may only contain letters, digits, dashes, underscores, and spaces
jobs_project_not_found: Cannot find project %{project_id}
jobs_project_save_error: Cannot save manifest to %{path}
jobs_project_validation_error: Invalid Request. Please review the errors below
launch: 起動する
motd_erb_render_error: 'MOTD was not parsed or rendered correctly: %{error_message}'
motd_title: Message of the Day
nav_all_apps: All Apps
nav_develop_docs: Developer Documentation
nav_develop_my_sandbox_apps_dev: My Sandbox Apps (Development)
nav_develop_my_sandbox_apps_prod: My Shared Apps (Production)
nav_develop_title: Develop
nav_help_change_password: Change HPC Password
nav_help_custom: Nav help custom
nav_help_docs: Online Documentation
nav_help_support: Contact Support
nav_help_support_ticket: Submit Support Ticket
nav_help_title: Help
nav_help_two_factor: Configure Two-Factor Authentication
nav_limit_caption: showing %{subset_count} of %{total_count}
nav_logout: Log Out
nav_restart_server: Restart Web Server
nav_sessions: My Interactive Sessions
nav_user: Logged in as %{username}
not_grouped: Other Apps
pinned_apps_caption_html: A featured subset of <a href="%{all_apps_url}">all available apps</a>
pinned_apps_category: Apps
pinned_apps_title: Pinned Apps
project: Project
quota_additional_message: Consider deleting or archiving files to free up disk space.
quota_block: Using %{used} of quota %{available}
quota_block_shared: "(%{used_exclusive} are yours)"
quota_file: Using %{used} files of quota %{available} files
quota_file_shared: "(%{used_exclusive} files are yours)"
quota_reload_message: Reload page to see updated quota. Quotas are updated every 5 minutes.
quota_warning_prefix_html: Quota limit warning for
recently_used_apps_title: Recently Used Apps
remove: 抜かす
restart_msg_html: |
Your group membership has changed, which affects your access to apps. Your dashboard should restart automatically.
If it doesn't please, click: <a href="%{restart_url}">restart web server</a>.
save: 溜める
saved_settings_title: Saved Settings
settings_invalid_request: Invalid settings submitted
settings_updated: Settings updated
shared_apps_caption: Shared by %{owner_title} (%{owner})
shared_apps_caption_short: Shared by %{owner}
shared_apps_title: Shared Apps
sharing_catalog_msg_html: "<br>A subset of the apps available can be viewed on the %{catalog_link_tag}.\n"
sharing_catalog_title: App Catalog
sharing_no_shared_apps_html: "<strong>No custom shared apps available.</strong>\n"
sharing_support_msg_html: |
If you don't see the app you are looking for, please
<a href="%{support_url}">contact support</a>.
sharing_welcome_msg_html: |
Cluster access applications are available from the dropdown menus in the navbar above.
<br>Custom shared apps are available below.
shell_app_title: "%{cluster_title} Shell Access"
show: 見せる
support_ticket:
creation_success: 'Support ticket email sent to: %{to}'
generic_error: 'There was an error processing your request: %{error}'
header: Support Ticket
rt:
creation_success: 'Support ticket created in RequestTracker system. TicketId: %{ticket_id}'
title: Support Ticket
validation:
attachments_items: The %{id} are invalid. %{items} added, maximum number of attachments is %{max}
attachments_size: The %{id} are invalid. Maximum attachment size is %{max}
email: The %{id} format is invalid. Expected a valid email address
items:
attachments_js: No more attachments allowed
required: The %{id} is required
size:
attachments_js: Max attachment size is %{max}. Selected file size is %{size}
validation_error: Invalid Request. Please review the error messages below
system_apps_caption: System Installed App
unknown: Unknown
uppy: Uppy
user_configuration:
support_ticket_error: support_ticket is misconfigured. "email" or "rt_api" sections are required in the configuration YAML.
welcome_html: |
%{logo_img_tag}
<p class="lead">OnDemand provides an integrated, single access point for all of your HPC resources.</p>
Loading

0 comments on commit a95a5fe

Please sign in to comment.