Skip to content

Commit

Permalink
Update localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Nov 5, 2024
1 parent f9a94a4 commit 750245e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def widget

def label(*)
# (opts[:label] || 'Log Location').to_s
(opts[:label] || I18n.t('dashboard.smart_attributes.auto_log_location.title')).to_s
(opts[:label] || I18n.t('dashboard.auto_log_location_title')).to_s
end

# Submission hash describing how to submit this attribute
Expand Down
5 changes: 1 addition & 4 deletions apps/dashboard/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,7 @@ en:
settings_values_label: "Values"
outdated_message: "%{app_title} parameters have changed since these settings were created."

smart_attributes:
auto_log_location:
title: "Log Location"
description: "The location of the log file for this job."
auto_log_location_title: "Log Location"

user_configuration:
support_ticket_error: "support_ticket is misconfigured. \"email\" or \"rt_api\" sections are required in the configuration YAML."
Expand Down
5 changes: 1 addition & 4 deletions apps/dashboard/config/locales/ja_JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ ja_JP:
show: "見せる"
# project: "Project"
# directory: "Directory"
smart_attributes:
auto_log_location:
title: "ログの場所"
description: "このジョブのログ ファイルの場所"
auto_log_location_title: "ログの場所"
5 changes: 1 addition & 4 deletions apps/dashboard/config/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ zh-CN:
可以从上方导航栏中的下拉菜单访问群集访问应用程序。
<br>自定义共享应用程序可以在下面使用。
smart_attributes:
auto_log_location:
title: "日志位置"
description: "此作业的日志文件位置"
auto_log_location_title: "日志位置"

# all_apps_table_app_column: "Name"
# all_apps_table_category_column: "Category"
Expand Down

0 comments on commit 750245e

Please sign in to comment.