Skip to content
Open
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
8 changes: 7 additions & 1 deletion app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="app_launcher_name">Paint</string>
<string name="open_file">Open file</string>
<string name="eraser">Eraser</string>
<string name="eyedropper">Eyedropper</string>
<string name="bucket_fill">Bucket fill</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-eu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
<string name="change_background_color">Aldatu atzeko kolorea</string>
<string name="app_launcher_name">Paint</string>
<string name="use_relative_brush_size">Doitu pintzelaren tamaina zoom mailaren arabera</string>
<string name="clear_canvas_confirmation">Ziur zaude oihala garbitu nahi duzula?</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-gl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
<string name="change_background_color">Cambiar a cor do fondo</string>
<string name="app_launcher_name">Pintar</string>
<string name="use_relative_brush_size">Axustar o tamaño do pincel segundo o nivel de zoom</string>
<string name="clear_canvas_confirmation">Está certo de querer limpar o lenzo?</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-hr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
<string name="change_background_color">Promjeni boju pozadine</string>
<string name="app_launcher_name">Boja</string>
<string name="use_relative_brush_size">Prilagodi veličinu kista na temelju razine zumiranja</string>
<string name="clear_canvas_confirmation">Stvarno želiš izbrisati platno?</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-pt-rPT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
<string name="clear">Limpar</string>
<string name="change_background_color">Alterar cor de fundo</string>
<string name="app_launcher_name">Paint</string>
<string name="clear_canvas_confirmation">Tem a certeza de que quer limpar a tela?</string>
<string name="use_relative_brush_size">Ajustar tamanho do pincel segundo o nível de zoom</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="show_brush_size">Hiển thị công cụ kích thước cọ vẽ</string>
<string name="allow_zooming_moving_canvas">Cho phép phóng to và di chuyển tranh vẽ bằng cử chỉ</string>
<string name="clear">Làm sạch</string>
<string name="open_file">Mở tập tin</string>
<string name="open_file">Mở tệp</string>
<string name="eraser">Tẩy</string>
<string name="change_background_color">Thay đổi màu nền</string>
</resources>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="allow_zooming_moving_canvas">允许使用手势缩放和移动画布</string>
<string name="clear">清除</string>
<string name="change_background_color">更改背景色</string>
<string name="app_launcher_name">Paint</string>
<string name="app_launcher_name">绘画</string>
<string name="use_relative_brush_size">根据缩放级别调整画笔大小</string>
<string name="clear_canvas_confirmation">确定要清除画板吗?</string>
</resources>
Loading