Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Colorpicker Crowdin translations by Github Action #1269

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion colorpicker/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
<string name="color_picker_save_dialog_msg" tools:ignore="MissingTranslation">Möchtest du deine Änderungen speichern?</string>
<string name="color_picker_no" tools:ignore="MissingTranslation">nein</string>
<string name="color_picker_yes" tools:ignore="MissingTranslation">ja</string>
<string name="color_picker_history_recently_used" tools:ignore="MissingTranslation">recently used</string>
<string name="color_picker_history_recently_used" tools:ignore="MissingTranslation">Zuletzt verwendet</string>
</resources>
18 changes: 9 additions & 9 deletions colorpicker/src/main/res/values-sl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="color_picker_title">Color Picker</string>
<string name="color_picker_tab_icon">Color Picker tab icon</string>
<string name="color_picker_title">Izbor barve</string>
<string name="color_picker_tab_icon">Ikona zavihka za izbor barve </string>
<string name="color_red">Rdeče</string>
<string name="color_green">Zeleno</string>
<string name="color_blue">Modro</string>
<string name="color_alpha">Alpha</string>
<string name="color_hex">HEX</string>
<string name="color_picker_apply">Apply</string>
<string name="color_hex">hex</string>
<string name="color_picker_apply">Uporabi</string>
<string name="color_picker_cancel">Prekliči</string>
<string name="color_picker_current_color" tools:ignore="MissingTranslation">current</string>
<string name="color_picker_new_color" tools:ignore="MissingTranslation">new</string>
<string name="color_picker_current_color" tools:ignore="MissingTranslation">Trenutno</string>
<string name="color_picker_new_color" tools:ignore="MissingTranslation">Novo</string>
<string name="color_picker_pipette" tools:ignore="MissingTranslation">Pipeta</string>
<string name="color_picker_save_dialog_title" tools:ignore="MissingTranslation">Shrani spremembe?</string>
<string name="color_picker_save_dialog_msg" tools:ignore="MissingTranslation">Ali želite shraniti spremembe?</string>
<string name="color_picker_no" tools:ignore="MissingTranslation">no</string>
<string name="color_picker_yes" tools:ignore="MissingTranslation">yes</string>
<string name="color_picker_history_recently_used" tools:ignore="MissingTranslation">recently used</string>
<string name="color_picker_no" tools:ignore="MissingTranslation">ne</string>
<string name="color_picker_yes" tools:ignore="MissingTranslation">ja</string>
<string name="color_picker_history_recently_used" tools:ignore="MissingTranslation">Nedavno uporabljeno</string>
</resources>
2 changes: 1 addition & 1 deletion colorpicker/src/main/res/values-th/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
<string name="color_picker_save_dialog_msg" tools:ignore="MissingTranslation">คุณต้องบันทึกการเปลี่ยนแปลงหรือไม่?</string>
<string name="color_picker_no" tools:ignore="MissingTranslation">ไม่</string>
<string name="color_picker_yes" tools:ignore="MissingTranslation">ใช่</string>
<string name="color_picker_history_recently_used" tools:ignore="MissingTranslation">recently used</string>
<string name="color_picker_history_recently_used" tools:ignore="MissingTranslation">ใช้เมื่อเร็ว ๆ นี้</string>
</resources>