aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-03-30 23:40:46 -0400
committerGitHub <noreply@github.com>2019-03-30 23:40:46 -0400
commit998782a0fc0915f076d67b207ad8b1194740b605 (patch)
tree23eb4604fb04cb12eedfaa7e9ab533eee63ba436
parent35d88ea61f9fa46afa141b5ea36ffe830133ebe3 (diff)
downloadkau-998782a0fc0915f076d67b207ad8b1194740b605.tar.gz
kau-998782a0fc0915f076d67b207ad8b1194740b605.tar.bz2
kau-998782a0fc0915f076d67b207ad8b1194740b605.zip
Translations (#190)
* New translations strings_commons.xml (Dutch) * New translations strings_about.xml (Dutch) * New translations strings_mediapicker.xml (Dutch) * New translations strings_about.xml (Tagalog) * New translations strings_colorpicker.xml (Tagalog) * New translations strings_commons.xml (Tagalog) * New translations strings_mediapicker.xml (Tagalog) * New translations strings_about.xml (Afrikaans) * New translations strings_commons.xml (Japanese) * New translations strings_commons.xml (Russian) * New translations strings_commons.xml (Romanian) * New translations strings_mediapicker.xml (Afrikaans) * New translations strings_commons.xml (Hebrew) * New translations strings_commons.xml (Greek) * New translations strings_commons.xml (Finnish) * New translations strings_commons.xml (English) * New translations strings_commons.xml (Dutch) * New translations strings_commons.xml (Czech) * New translations strings_mediapicker.xml (Arabic) * New translations strings_commons.xml (Arabic) * New translations strings_mediapicker.xml (Japanese) * New translations strings_mediapicker.xml (Russian) * New translations strings_mediapicker.xml (Romanian) * New translations strings_mediapicker.xml (Catalan) * New translations strings_mediapicker.xml (Hebrew) * New translations strings_mediapicker.xml (Greek) * New translations strings_mediapicker.xml (Finnish) * New translations strings_mediapicker.xml (English) * New translations strings_mediapicker.xml (Dutch) * New translations strings_mediapicker.xml (Czech) * New translations strings_commons.xml (Catalan) * New translations strings_commons.xml (Afrikaans) * New translations strings_about.xml (Arabic) * New translations strings_about.xml (Russian) * New translations strings_about.xml (Romanian) * New translations strings_about.xml (Japanese) * New translations strings_about.xml (Hebrew) * New translations strings_about.xml (Greek) * New translations strings_about.xml (Finnish) * New translations strings_about.xml (English) * New translations strings_about.xml (Dutch) * New translations strings_about.xml (Czech) * New translations strings_about.xml (Catalan) * New translations strings_colorpicker.xml (Afrikaans) * New translations strings_colorpicker.xml (Japanese) * New translations strings_colorpicker.xml (Russian) * New translations strings_colorpicker.xml (Romanian) * New translations strings_colorpicker.xml (Arabic) * New translations strings_colorpicker.xml (English) * New translations strings_colorpicker.xml (Catalan) * New translations strings_colorpicker.xml (Czech) * New translations strings_colorpicker.xml (Dutch) * New translations strings_colorpicker.xml (Finnish) * New translations strings_colorpicker.xml (Greek) * New translations strings_colorpicker.xml (Hebrew) * Remove blank translations
-rw-r--r--.idea/misc.xml12
-rw-r--r--about/src/main/res/values-nl-rNL/strings_about.xml6
-rw-r--r--colorpicker/src/main/res/values-nl-rNL/strings_colorpicker.xml6
-rw-r--r--core/src/main/res-public/values-nl-rNL/strings_commons.xml71
-rw-r--r--mediapicker/src/main/res/values-nl-rNL/strings_mediapicker.xml11
5 files changed, 103 insertions, 3 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml
index e0d5b93..cc04cd3 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -5,7 +5,7 @@
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
<option name="myNullables">
<value>
- <list size="7">
+ <list size="10">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
<item index="2" class="java.lang.String" itemvalue="javax.annotation.CheckForNull" />
@@ -13,23 +13,29 @@
<item index="4" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
<item index="5" class="java.lang.String" itemvalue="androidx.annotation.Nullable" />
<item index="6" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNullable" />
+ <item index="7" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.Nullable" />
+ <item index="8" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableDecl" />
+ <item index="9" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NullableType" />
</list>
</value>
</option>
<option name="myNotNulls">
<value>
- <list size="6">
+ <list size="9">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
<item index="4" class="java.lang.String" itemvalue="androidx.annotation.NonNull" />
<item index="5" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNonNull" />
+ <item index="6" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.qual.NonNull" />
+ <item index="7" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullDecl" />
+ <item index="8" class="java.lang.String" itemvalue="org.checkerframework.checker.nullness.compatqual.NonNullType" />
</list>
</value>
</option>
</component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
diff --git a/about/src/main/res/values-nl-rNL/strings_about.xml b/about/src/main/res/values-nl-rNL/strings_about.xml
new file mode 100644
index 0000000..570984d
--- /dev/null
+++ b/about/src/main/res/values-nl-rNL/strings_about.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<resources>
+ <string name="kau_about_libraries_intro">Deze app is mede mogelijk gemaakt door de volgende geweldige libraries.</string>
+ <string name="kau_about_faq_intro">Veelgestelde vragen</string>
+</resources>
diff --git a/colorpicker/src/main/res/values-nl-rNL/strings_colorpicker.xml b/colorpicker/src/main/res/values-nl-rNL/strings_colorpicker.xml
new file mode 100644
index 0000000..83e4089
--- /dev/null
+++ b/colorpicker/src/main/res/values-nl-rNL/strings_colorpicker.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!--Generated by crowdin.com-->
+<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName">
+ <string name="kau_md_color_palette">Kleurenpalet</string>
+ <string name="kau_md_presets">Voorinstellingen</string>
+</resources>
diff --git a/core/src/main/res-public/values-nl-rNL/strings_commons.xml b/core/src/main/res-public/values-nl-rNL/strings_commons.xml
new file mode 100644
index 0000000..a3967ff
--- /dev/null
+++ b/core/src/main/res-public/values-nl-rNL/strings_commons.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!--Generated by crowdin.com-->
+<!--
+A collection of common string values
+Most resources are verbatim and x represents a formatted item
+-->
+<resources>
+ <string name="kau_about_app">Over de app</string>
+ <string name="kau_about_x">Over %s</string>
+ <string name="kau_add_account">Account toevoegen</string>
+ <string name="kau_back">Terug</string>
+ <string name="kau_cancel">Annuleren</string>
+ <string name="kau_changelog">Veranderingen</string>
+ <string name="kau_close">Sluiten</string>
+ <string name="kau_contact_us">Contact opnemen</string>
+ <string name="kau_copy">Kopiƫren</string>
+ <string name="kau_custom">Aangepast</string>
+ <string name="kau_dark">Donker</string>
+ <string name="kau_default">Standaard</string>
+ <string name="kau_do_not_show_again">Niet opnieuw tonen</string>
+ <string name="kau_done">Gereed</string>
+ <string name="kau_error">Fout</string>
+ <string name="kau_exit">Afsluiten</string>
+ <string name="kau_exit_confirmation">Afsluiten?</string>
+ <string name="kau_exit_confirmation_x">%s afsluiten?</string>
+ <string name="kau_glass">Glas</string>
+ <string name="kau_got_it">Begrepen</string>
+ <string name="kau_great">Geweldig</string>
+ <string name="kau_hide">Verbergen</string>
+ <string name="kau_light">Licht</string>
+ <string name="kau_login">Aanmelden</string>
+ <string name="kau_logout">Afmelden</string>
+ <string name="kau_logout_confirm_as_x">%s uitloggen?</string>
+ <string name="kau_manage_account">Account beheren</string>
+ <string name="kau_maybe">Misschien</string>
+ <string name="kau_menu">Menu</string>
+ <string name="kau_no">Nee</string>
+ <string name="kau_no_results_found">Geen resultaten</string>
+ <string name="kau_none">Geen</string>
+ <string name="kau_ok">OK</string>
+ <string name="kau_play_store">Play Store</string>
+ <string name="kau_rate">Beoordelen</string>
+ <string name="kau_report_bug">Een fout melden</string>
+ <string name="kau_search">Zoeken</string>
+ <string name="kau_send_feedback">Feedback geven</string>
+ <string name="kau_send_via">Verzenden via</string>
+ <string name="kau_settings">Instellingen</string>
+ <string name="kau_share">Delen</string>
+ <string name="kau_text_copied">Tekst naar klembord gekopieerd.</string>
+ <string name="kau_thank_you">Bedankt</string>
+ <string name="kau_uh_oh">Oeps</string>
+ <string name="kau_warning">Waarschuwing</string>
+ <plurals name="kau_x_days">
+ <item quantity="one">%d dag</item>
+ <item quantity="other">%d dagen</item>
+ </plurals>
+ <plurals name="kau_x_hours">
+ <item quantity="one">%d uur</item>
+ <item quantity="other">%d uren</item>
+ </plurals>
+ <plurals name="kau_x_minutes">
+ <item quantity="one">%d minuut</item>
+ <item quantity="other">%d minuten</item>
+ </plurals>
+ <plurals name="kau_x_seconds">
+ <item quantity="one">%d seconde</item>
+ <item quantity="other">%d seconden</item>
+ </plurals>
+ <string name="kau_yes">Ja</string>
+ <string name="kau_permission_denied">Toestemming geweigerd</string>
+</resources>
diff --git a/mediapicker/src/main/res/values-nl-rNL/strings_mediapicker.xml b/mediapicker/src/main/res/values-nl-rNL/strings_mediapicker.xml
new file mode 100644
index 0000000..daaad70
--- /dev/null
+++ b/mediapicker/src/main/res/values-nl-rNL/strings_mediapicker.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<resources>
+ <string name="kau_no_items_found">Geen items gevonden</string>
+ <string name="kau_no_items_selected">Er zijn geen items geselecteerd</string>
+ <string name="kau_no_items_loaded">Er zijn geen items ingeladen</string>
+ <string name="kau_no_camera_found">Geen camera gevonden</string>
+ <string name="kau_no_camera_found_content">Installeer een camera-app en probeer het opnieuw.</string>
+ <string name="kau_temp_file_creation_failed">Kan tijdelijk bestand niet aanmaken.</string>
+ <string name="kau_select_media">Kies een afbeelding of video</string>
+</resources>