Skip to content
Merged
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
9 changes: 9 additions & 0 deletions i18n-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,9 @@ es:
line 2555: ' coding concepts.'
line 2556: ' teach-case12-content5-1'
line 2557: ' teach-case12-content5-2'
line 598: ' color-custom-ranges-li1x2'
line 601: ' color-custom-ranges-li2x2'
line 604: ' color-custom-ranges-li3x2'
ko:
src/data/en.yml:
line 114: ' environment15'
Expand Down Expand Up @@ -3636,6 +3639,9 @@ ko:
line 2555: ' coding concepts.'
line 2556: ' teach-case12-content5-1'
line 2557: ' teach-case12-content5-2'
line 598: ' color-custom-ranges-li1x2'
line 601: ' color-custom-ranges-li2x2'
line 604: ' color-custom-ranges-li3x2'
zh-Hans:
src/data/en.yml:
line 114: ' environment15'
Expand Down Expand Up @@ -5455,3 +5461,6 @@ zh-Hans:
line 2555: ' coding concepts.'
line 2556: ' teach-case12-content5-1'
line 2557: ' teach-case12-content5-2'
line 598: ' color-custom-ranges-li1x2'
line 601: ' color-custom-ranges-li2x2'
line 604: ' color-custom-ranges-li3x2'
6 changes: 3 additions & 3 deletions src/data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,11 @@ learn:
and brightness) mode. Without getting into too much detail, HSB color works
as follows:
color-custom-ranges-li1x1: Hue
color-custom-ranges-li1x2: '—The color type, ranges from 0 to 255 by default.'
color-custom-ranges-li1x2: '—The color type, ranges from 0 to 360 by default.'
color-custom-ranges-li2x1: Saturation
color-custom-ranges-li2x2: '—The vibrancy of the color, 0 to 255 by default.'
color-custom-ranges-li2x2: '—The vibrancy of the color, 0 to 100 by default.'
color-custom-ranges-li3x1: Brightness
color-custom-ranges-li3x2: '—The, well, brightness of the color, 0 to 255 by default.'
color-custom-ranges-li3x2: '—The, well, brightness of the color, 0 to 100 by default.'
color-custom-ranges-p6x1: 'With '
color-custom-ranges-p6x2: ' you can set your own ranges for these values. Some prefer a range of 0-360 for hue (think of 360 degrees on a color wheel) and 0-100 for saturation and brightness (think of 0-100%).'
coordinate-system-description1: 'This tutorial is from the book '
Expand Down
6 changes: 3 additions & 3 deletions src/data/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -622,11 +622,11 @@ learn:
saturación y brillo). Sin entrar mayormente en detalle, el color HSB
funciona como sigue:
color-custom-ranges-li1x1: Tono o Matiz
color-custom-ranges-li1x2: '—El tipo de color, valores por definición van de 0 a 255.'
color-custom-ranges-li1x2: '—El tipo de color, valores por definición van de 0 a 360.'
color-custom-ranges-li2x1: Saturación
color-custom-ranges-li2x2: '—La vivacidad del color, 0 a 255 por definición.'
color-custom-ranges-li2x2: '—La vivacidad del color, 0 a 100 por definición.'
color-custom-ranges-li3x1: Brillo
color-custom-ranges-li3x2: '—Es el brillo del color, 0 a 255 por definición.'
color-custom-ranges-li3x2: '—Es el brillo del color, 0 a 100 por definición.'
color-custom-ranges-p6x1: 'Con '
color-custom-ranges-p6x2: ' puedes definir tu propio rango de valores. Algunos prefieren un rango de 0-360 para el tono (piensa en los 360 grados de la rueda de color) y 0-100 para la saturación y brillo (piensa en 0-100%).'
coordinate-system-description1: 'Este tutorial proviene del libro '
Expand Down
6 changes: 3 additions & 3 deletions src/data/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,11 @@ learn:
여러분은 사실상 RGB값 설정만으로도 프로그래밍에 필요한 모든 색상을 누릴 수 있을텐데요, 마지막으로 RGB 외에 조정할 수 있는 색상
요소인 HSB(색조 Hue, 채도 Saturation, 밝기 Brightness)를 소개합니다
color-custom-ranges-li1x1: 색조 Hue
color-custom-ranges-li1x2: '—색상의 종류, 기본 범위 0부터 255까지'
color-custom-ranges-li1x2: '—색상의 종류, 기본 범위 0부터 360까지'
color-custom-ranges-li2x1: 채도 Saturation
color-custom-ranges-li2x2: '—색상의 생생함 정도, 기본 범위 0부터 255까지'
color-custom-ranges-li2x2: '—색상의 생생함 정도, 기본 범위 0부터 100까지'
color-custom-ranges-li3x1: 밝기 Brightness
color-custom-ranges-li3x2: '—(당연히) 색상의 밝은 정도, 기본 범위 0부터 255까지'
color-custom-ranges-li3x2: '—(당연히) 색상의 밝은 정도, 기본 범위 0부터 100까지'
color-custom-ranges-p6x1: '이 '
color-custom-ranges-p6x2: ' 함수를 이용하여 HSB값 범위 또한 설정할 수 있습니다. 어떤 사람들은 색조(Hue)를 0부터 360까지 설정하거나(위의 사진처럼 360도의 둥근 색상띠가 생각나지요), 채도와 밝기는 0부터 100까지 설정(0-100% 퍼센티지와 유비되지요)하는 것을 선호하기도 합니다.'
coordinate-system-description1: '이 튜토리얼은 다니엘 쉬프만(Daniel Shiffman)저, 모건 카우프만(Morgan Kaufmann) 출판 도서 '
Expand Down
6 changes: 3 additions & 3 deletions src/data/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,11 @@ learn:
至将会是介于 0 至 255 之间。
color-custom-ranges-p5x1: 最后,虽然您通常在编程时只需要用到 RGB 色值,您也能使用 HSB(色调、饱和度及亮度)模式来定义颜色。简单来说,HSB 色值使用方法如下:
color-custom-ranges-li1x1: 色调
color-custom-ranges-li1x2: —色调值,默认上介于 0 至 255 之间。
color-custom-ranges-li1x2: —色调值,默认上介于 0 至 360 之间。
color-custom-ranges-li2x1: 饱和度
color-custom-ranges-li2x2: —该颜色的饱和度,默认上介于 0 至 255 之间。
color-custom-ranges-li2x2: —该颜色的饱和度,默认上介于 0 至 100 之间。
color-custom-ranges-li3x1: 亮度
color-custom-ranges-li3x2: —该颜色的亮度,默认上介于 0 至 255 之间。
color-custom-ranges-li3x2: —该颜色的亮度,默认上介于 0 至 100 之间。
color-custom-ranges-p6x1: '使用函数 '
color-custom-ranges-p6x2: ' 您就能设定您自选的数字范围。有些人会比较偏好使用介于 0 至 360 之间的数值来定义色调(就如色轮的 360 度一样)及 0 至 100 之间的数值来定义饱和度及亮度(介于 0% 至 100%)。'
coordinate-system-description1: '以下教程来自于由 Daniel Shiffman 篇写的《 '
Expand Down