Skip to content

Commit

Permalink
samples, not sample count
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed May 24, 2024
1 parent 87cc614 commit 6d6e3ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion editor/js/Sidebar.Project.Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function SidebarProjectImage( editor ) {
const samplesNumber = new UIInteger( 16 ).setRange( pathTracerMinSamples, pathTracerMaxSamples );

const samplesRow = new UIRow();
samplesRow.add( new UIText( strings.getKey( 'sidebar/project/image/sampleCount' ) ).setClass( 'Label' ) );
samplesRow.add( new UIText( strings.getKey( 'sidebar/project/image/samples' ) ).setClass( 'Label' ) );
samplesRow.add( samplesNumber );

container.add( samplesRow );
Expand Down
8 changes: 4 additions & 4 deletions editor/js/Strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function Strings( config ) {
'sidebar/project/app/publish': 'Publish',

'sidebar/project/image': 'Image',
'sidebar/project/image/sampleCount': 'Sample Count',
'sidebar/project/image/samples': 'Samples',
'sidebar/project/video': 'Video',

'sidebar/project/shading': 'Shading',
Expand Down Expand Up @@ -754,7 +754,7 @@ function Strings( config ) {
'sidebar/project/app/publish': 'Publier',

'sidebar/project/image': 'Image',
'sidebar/project/image/sampleCount': 'Nombre d\'échantillons',
'sidebar/project/image/samples': 'd\'échantillons',
'sidebar/project/video': 'Video',

'sidebar/project/shading': 'Shading',
Expand Down Expand Up @@ -1152,7 +1152,7 @@ function Strings( config ) {
'sidebar/project/app/publish': '发布',

'sidebar/project/image': 'Image',
'sidebar/project/image/sampleCount': '样本计数',
'sidebar/project/image/samples': '样本',
'sidebar/project/video': '视频',

'sidebar/project/shading': 'Shading',
Expand Down Expand Up @@ -1550,7 +1550,7 @@ function Strings( config ) {
'sidebar/project/app/publish': 'アプリファイルとして保存',

'sidebar/project/image': '画像',
'sidebar/project/image/sampleCount': 'サンプル数',
'sidebar/project/image/samples': 'サンプル',
'sidebar/project/video': '動画',

'sidebar/project/shading': 'シェーディング',
Expand Down

0 comments on commit 6d6e3ae

Please sign in to comment.