Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Jul 2, 2024
2 parents d6d1d78 + dc000f0 commit 4a5baea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ or click one of the badges below.
- Highlighter
- Privacy Blur
- Pixelation Paint
- Text
- Image Brush
- Filter Brush
- Pointing Arrow
- Line
- Double Pointing Arrow
Expand All @@ -335,8 +338,6 @@ or click one of the badges below.
- Polygon
- Star
- Lasso
- Text
- Image Brush
- Image Resizing
- Width changing
- Height changing
Expand Down
8 changes: 8 additions & 0 deletions core/resources/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1226,4 +1226,12 @@
<string name="deuteranomaly_sub">Moeite met onderscheid tussen groene en rode tinten</string>
<string name="protanomaly_sub">Moeite met onderscheid tussen rode en groene tinten</string>
<string name="color_blind_scheme_sub">Selecteer modus om themakleuren aan te passen voor een bepaalde variant in kleurblindheid</string>
<string name="linear_gaussian_box_blur">Lineaire Gaussbox-vervaging</string>
<string name="linear_gaussian">Lineaire Gaussian</string>
<string name="linear_fast_gaussian">Lineaire snelle Gaussian</string>
<string name="linear_tent_blur">Lineaire tent-vervaging</string>
<string name="linear_box_blur">Lineaire box-vervaging</string>
<string name="linear_stack_blur">Lineaire gestapelde vervaging</string>
<string name="linear_fast_gaussian_next">Lineaire snelle Gaussiaanse Next</string>
<string name="gaussian_box_blur">Gaussiaanse box-vervaging</string>
</resources>
1 change: 1 addition & 0 deletions core/resources/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1225,4 +1225,5 @@
<string name="lanczos_6_jinc">Lanczos 6 Jinc</string>
<string name="lagrange_3_sub">Um filtro de interpolação Lagrange de ordem 3, que oferece melhor precisão e resultados mais suaves para o dimensionamento de imagens</string>
<string name="lanczos_6_sub">Um filtro de reamostragem Lanczos com uma ordem superior a 6, proporcionando uma escala de imagem mais nítida e precisa</string>
<string name="linear_box_blur">Desfoque de caixa linear</string>
</resources>

0 comments on commit 4a5baea

Please sign in to comment.