Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #838

Closed
wants to merge 3 commits into from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion Editor/Localization/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,6 @@
"ma_info.param_usage_ui.header": "Expressions Parameter Usage",
"ma_info.param_usage_ui.other_objects": "Other objects on this avatar",
"ma_info.param_usage_ui.free_space": "Unused parameter space ({0} bits)",
"ma_info.param_usage_ui.bits_template": "{0} ({1} bits)"
"ma_info.param_usage_ui.bits_template": "{0} ({1} bits)",
"ma_info.param_usage_ui.no_data": "[ NO DATA ]"
}
3 changes: 2 additions & 1 deletion Editor/Localization/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,6 @@
"ma_info.param_usage_ui.header": "Expressions Parameter 使用状況",
"ma_info.param_usage_ui.other_objects": "このアバター内の他のオブジェクト",
"ma_info.param_usage_ui.free_space": "未使用領域 ({0} 個のビット)",
"ma_info.param_usage_ui.bits_template": "{0} ({1} 個のビットを使用中)"
"ma_info.param_usage_ui.bits_template": "{0} ({1} 個のビットを使用中)",
"ma_info.param_usage_ui.no_data": "[ NO DATA ]"
}
4 changes: 2 additions & 2 deletions Editor/Localization/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"params.autodetect_header": " 自動檢測參數 ",
"params.internal": "內部",
"params.pb_prefix": "PhysBones 前綴",
"params.syncmode": "參數模式",
"params.syncmode": "參數類型",
"params.saved": "保存",
"params.synced": "同步",
"params.default": "預設值",
Expand All @@ -39,7 +39,7 @@
"merge_parameter.ui.internalParameter": "自動重命名",
"merge_parameter.ui.internalParameter.tooltip": "如果為打勾,此參數將會自動重命名以防止參數名稱衝突",
"merge_parameter.ui.isPrefix": "是 PhysBone 前綴",
"merge_parameter.ui.syncType": "參數模式",
"merge_parameter.ui.syncType": "參數類型",
"merge_parameter.ui.localOnly": "僅限本地",
"merge_parameter.ui.localOnly.tooltip": "如果為打勾,此參數將不會在網路上同步",
"merge_parameter.ui.unregistered_foldout": "未註冊的參數",
Expand Down