19 lines
1.1 KiB
Python
19 lines
1.1 KiB
Python
langs = {
|
|
'ja_JP': {
|
|
('*', 'Bone Length'): 'ボーンの長さ',
|
|
('*', 'Extra UVs'): '追加のUV',
|
|
('*', 'Vertex Color Space'): '頂点カラーの色空間',
|
|
('*', 'Dependencies'): '依存関係',
|
|
('*', 'All dependencies are installed'): 'すべての依存関係がインストールされています',
|
|
('*', 'Reinstall'): '再インストール',
|
|
('*', 'Root Motion'): 'ルートモーション',
|
|
('*', 'Action Metadata'): 'アクションのメタデータ', # TODO: this should probably be removed in favor of directly using the values in the property groups
|
|
('*', 'PSA Export'): 'PSAエクスポート',
|
|
('*', 'Compression Ratio'): '圧縮率',
|
|
('*', 'Keyframe Quota'): 'キーフレームのクォータ',
|
|
('*', 'The minimum number of keyframes to be exported'): 'エクスポートするキーフレームの最小数',
|
|
('*', 'Select a PSA file'): 'PSAファイルを選択',
|
|
('*', 'Case Insensitive'): '大文字小文字を区別しない',
|
|
}
|
|
}
|