Skip to content
Open
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
606 changes: 606 additions & 0 deletions packages/locales/import/ja.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions packages/locales/src/lang/cn/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"common.label.enable_title": "启用{1}",
"common.label.end_date": "结束时间",
"common.label.entity": "实体",
"common.label.entity_type": "实体类型",
"common.label.error": "错误",
"common.label.export": "导出",
"common.label.false": "False",
Expand Down Expand Up @@ -136,6 +135,8 @@
"common.language.cn_short": "ZH",
"common.language.en": "English",
"common.language.en_short": "EN",
"common.language.ja": "日本語",
"common.language.ja_short": "JA",
"common.message.add_success": "添加成功。",
"common.message.click_to_upload_file": "点击或拖拽文件至此区域进行上传。",
"common.message.copy_successful": "复制成功。",
Expand Down Expand Up @@ -183,7 +184,7 @@
"valid.input.decimals": "请输入正确的小数。",
"valid.input.email": "请输入有效的电子邮件地址,格式为[email protected]。长度应为5到255个字符。",
"valid.input.form_list_name_no_repeat": "表单项名称不能重复。",
"valid.input.hex_number": "只允许十六进制数值。",
"valid.input.hex_number": "仅输入数字。",
"valid.input.image": "请选择.jpg、.png或.jpeg格式的图片。",
"valid.input.integer_positive_negative_zero": "请输入正整数/负整数或零。",
"valid.input.integer_positive_zero": "请输入正整数(包括零)。",
Expand Down
5 changes: 3 additions & 2 deletions packages/locales/src/lang/en/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"common.label.enable_title": "Enable {1}",
"common.label.end_date": "End Date",
"common.label.entity": "Entity",
"common.label.entity_type": "Entity Type",
"common.label.error": "Error",
"common.label.export": "Export",
"common.label.false": "False",
Expand Down Expand Up @@ -136,6 +135,8 @@
"common.language.cn_short": "ZH",
"common.language.en": "English",
"common.language.en_short": "EN",
"common.language.ja": "日本語",
"common.language.ja_short": "JA",
"common.message.add_success": "Added successfully.",
"common.message.click_to_upload_file": " Click or drag files to this area to upload.",
"common.message.copy_successful": "Copied successfully.",
Expand Down Expand Up @@ -183,7 +184,7 @@
"valid.input.decimals": "Please enter the correct decimal number.",
"valid.input.email": "Please enter a valid email address with [email protected] format. It must be 5 to 255 characters long.",
"valid.input.form_list_name_no_repeat": "The name of the form item cannot be repeated.",
"valid.input.hex_number": "Only hexadecimal values ​​are allowed.",
"valid.input.hex_number": "Input numbers only.",
"valid.input.image": "Please choose an image with .jpg, .png or .jpeg file format.",
"valid.input.integer_positive_negative_zero": "Please enter a positive/negative integer, or zero.",
"valid.input.integer_positive_zero": "Please enter a positive integer (Includes Zero).",
Expand Down
37 changes: 37 additions & 0 deletions packages/locales/src/lang/ja/dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"dashboard.add_title": "ダッシュボードを追加",
"dashboard.add_widget": "ウィジェットを追加",
"dashboard.dashboard_name": "ダッシュボード名",
"dashboard.edit_title": "ダッシュボードを編集",
"dashboard.empty_description": "棒グラフ、折れ線グラフ、円グラフなどを素早く挿入してデータを直感的に可視化し、ビジネスの動きを一目で把握できます",
"dashboard.empty_text": "ウィジェットを選択してデータダッシュボードの作成を始めましょう",
"dashboard.label.left_y_axis": "左Y軸",
"dashboard.label.right_y_axis": "右Y軸",
"dashboard.label.y_axis": "Y軸",
"dashboard.label_avg_value": "平均値",
"dashboard.label_count_value": "カウント数",
"dashboard.label_latest_value": "最新値",
"dashboard.label_max_value": "最大値",
"dashboard.label_min_value": "最小値",
"dashboard.label_nearly_half_year": "過去半年",
"dashboard.label_nearly_one_days": "直近1日",
"dashboard.label_nearly_one_month": "過去1か月",
"dashboard.label_nearly_one_week": "過去1週間",
"dashboard.label_nearly_one_year": "過去1年",
"dashboard.label_nearly_six_hours": "直近6時間",
"dashboard.label_nearly_three_hours": "直近3時間",
"dashboard.label_nearly_three_month": "過去3か月",
"dashboard.label_nearly_twelve_hours": "直近12時間",
"dashboard.label_sum_value": "合計値",
"dashboard.leave_to_new_dashboard_description": "新しく作成したダッシュボードに移動しますか? 現在のダッシュボードで行った変更は保存されませんのでご注意ください。",
"dashboard.plugin.trigger_confirm_text": "操作を実行してよろしいですか?",
"dashboard.plugin_class_data_card": "データ表示",
"dashboard.plugin_class_data_chart": "データチャート",
"dashboard.plugin_class_operate": "操作ウィジェット",
"dashboard.plugin_class_other": "その他",
"dashboard.set_as_home_dashboard_description": "現在のダッシュボードをホームダッシュボードに設定しますか? この操作は既存のホームダッシュボードを上書きします。",
"dashboard.set_as_home_dashboard_tip": "トップ固定ダッシュボード",
"dashboard.switch_title_off": "オフ",
"dashboard.switch_title_on": "オン",
"dashboard.unset_as_home_dashboard_tip": "固定解除"
}
12 changes: 12 additions & 0 deletions packages/locales/src/lang/ja/device.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"device.detail.basic_info": "基本情報",
"device.detail.entity_data": "エンティティデータ",
"device.label.param_device_id": "デバイスID",
"device.label.param_device_name": "デバイス名",
"device.label.param_entity_id": "エンティティID",
"device.label.param_entity_name": "エンティティ名",
"device.label.param_external_id": "外部デバイスID",
"device.label.param_founder": "作成者",
"device.label.param_source": "ソース",
"device.message.delete_tip": "削除してもよろしいですか?"
}
28 changes: 28 additions & 0 deletions packages/locales/src/lang/ja/entity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"entity.label.bool_enum_false": "Falseの値",
"entity.label.bool_enum_true": "Trueの値",
"entity.label.create_entity_from_workflow": "ワークフローから作成",
"entity.label.create_entity_only": "エンティティのみ作成",
"entity.label.create_property": "プロパティを作成",
"entity.label.create_service": "サービスを作成",
"entity.label.custom_entity": "カスタムエンティティ",
"entity.label.entity_items": "項目",
"entity.label.entity_maximum_length": "最大長さ",
"entity.label.entity_maximum_value": "最大値",
"entity.label.entity_minimum_length": "最小長さ",
"entity.label.entity_minimum_value": "最小値",
"entity.label.entity_type_of_access": "アクセス種別",
"entity.label.entity_type_of_access_read_and_write": "読み書き可",
"entity.label.entity_type_of_access_readonly": "読み取り専用",
"entity.label.entity_type_of_access_write": "書き込みのみ",
"entity.label.entity_type_of_boolean": "BOOLEAN",
"entity.label.entity_type_of_double": "DOUBLE",
"entity.label.entity_type_of_enum": "ENUM",
"entity.label.entity_type_of_long": "LONG",
"entity.label.entity_type_of_string": "STRING",
"entity.label.enumeration_items": "列挙項目",
"entity.label.historical_data": "履歴データ",
"entity.label.set_enumeration_items": "列挙項目を設定",
"entity.label.set_value": "値を設定",
"entity.label.value_source": "値のソース"
}
21 changes: 21 additions & 0 deletions packages/locales/src/lang/ja/error.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"error.http.account_session_logout": "アカウントがサインアウトされました",
"error.http.authentication_failed": "アカウントが存在しないか、パスワードが間違っています。再入力してください",
"error.http.dashboard_name_exist": "ダッシュボード名は既に存在します",
"error.http.data_no_found": "データが見つかりません",
"error.http.forbidden_permission": "アクセス権がなく、アクセスは拒否されました",
"error.http.method_not_allowed": "許可されていない HTTP メソッドです",
"error.http.name_repeated": "名前が重複しています",
"error.http.network_timeout": "ネットワーク接続がタイムアウトしました",
"error.http.page_not_found": "お探しのページは存在しません",
"error.http.parameter_syntax_error": "パラメーターの構文エラー",
"error.http.parameter_validation_failed": "パラメーター検証に失敗しました",
"error.http.request_too_frequently": "リクエストが多すぎます",
"error.http.role_does_not_exit": "ロールが存在しません",
"error.http.role_still_has_user": "まずロールに属するユーザーを削除してからロールを削除してください",
"error.http.server_error": "リクエストエラーです。確認して再試行してください",
"error.http.token_invalid": "トークンが無効です。再試行してください",
"error.http.token_not_found": "アカウントがログインしていません",
"error.http.user_has_no_permission": "現在のユーザーには権限がありません",
"error.http.user_register_email_exist": "このメールアドレスは既に登録されています"
}
Loading