Merge branch 'main' of github.com:MM2-0/Kvaesitso
This commit is contained in:
commit
110a49c7c8
@ -466,4 +466,7 @@
|
||||
<item quantity="one">%1$d Eintrag wurde entfernt.</item>
|
||||
<item quantity="other">%1$d Einträge wurden entfernt.</item>
|
||||
</plurals>
|
||||
<string name="frequently_used_rows">Anzahl Zeilen</string>
|
||||
<string name="frequently_used_show_in_favorites">In Favoriten anzeigen</string>
|
||||
<string name="menu_remove">Entfernen</string>
|
||||
</resources>
|
||||
@ -232,4 +232,64 @@
|
||||
<string name="weather_no_data">Geen weergegevens beschikbaar.</string>
|
||||
<string name="weather_widget_set_location">Locatie instellen</string>
|
||||
<string name="missing_permission_appshortcuts_search_settings">%1$s moet ingesteld worden als de standaard startscherm-app om applicatiesnelkoppelingen te zoeken</string>
|
||||
<string name="missing_permission_contact_search">Geef toegang tot contacten om contactpersonen te zoeken.</string>
|
||||
<string name="preference_category_icons">Pictogrammen</string>
|
||||
<string name="preference_cards">Kaarten</string>
|
||||
<string name="preference_cards_summary">Kaartweergave aanpassen</string>
|
||||
<string name="preference_cards_corner_radius">Hoekstraal</string>
|
||||
<string name="preference_icon_shape_platform">Systeemstandaard</string>
|
||||
<string name="preference_icon_shape_square">Vierkant</string>
|
||||
<string name="preference_icon_shape_triangle">Reuleauxdriehoek</string>
|
||||
<string name="preference_icon_shape_circle">Cirkel</string>
|
||||
<string name="preference_icon_shape_teardrop">Traan</string>
|
||||
<string name="preference_theme_system">Systeem volgen</string>
|
||||
<string name="missing_permission_notification_badges">Toegang tot meldingen is nodig om meldingsstipjes te tonen</string>
|
||||
<string name="missing_permission_calendar_widget">Geef toegang tot de kalender om hier toekomstige afspraken te tonen.</string>
|
||||
<string name="grant_permission">Geef toegang</string>
|
||||
<string name="preference_layout_summary">Posities van zoekbalk, widgets en zoekresultaten</string>
|
||||
<string name="preference_custom_colors_a1">Primair</string>
|
||||
<string name="preference_custom_colors_a2">Secundair</string>
|
||||
<string name="preference_custom_colors_a3">Tertiair</string>
|
||||
<string name="preference_custom_colors_n1">Neutraal</string>
|
||||
<string name="preference_custom_colors_n2">Neutrale Variant</string>
|
||||
<string name="preference_custom_colors_error">Foutmelding</string>
|
||||
<string name="preference_colors_auto_generate">Generen op basis van primaire kleur</string>
|
||||
<string name="preference_cards_stroke_width">Lijndikte</string>
|
||||
<string name="preference_cards_opacity">Transparantie</string>
|
||||
<string name="preference_icon_shape_hexagon">Zeshoek</string>
|
||||
<string name="menu_remove">Verwijderen</string>
|
||||
<string name="missing_permission_calendar_search">Geef toegang tot de kalender om afspraken te doorzoeken.</string>
|
||||
<string name="missing_permission_files_search">Geef toegang tot bestanden en media om foto\'s, media en documenten op dit apparaat te doorzoeken.</string>
|
||||
<string name="missing_permission_appshortcuts_search">Stel %1$s in als standaard startschermapplicatie om applicatiesnelkoppelingen te doorzoeken.</string>
|
||||
<string name="missing_permission_appshortcuts_create">Stel %1$s in als standaard startschermapplicatie om applicatiesnelkoppelingen te maken.</string>
|
||||
<string name="preference_screen_about_summary">Applicatie- en licentie-informatie</string>
|
||||
<string name="preference_screen_appearance_summary">Pas het uitzicht aan</string>
|
||||
<string name="preference_weather_provider">Provider</string>
|
||||
<string name="provider_metno">MET Norway</string>
|
||||
<string name="provider_openweathermap">OpenWeatherMap</string>
|
||||
<string name="provider_brightsky">Deutscher Wetterdienst (Enkel Duitsland)</string>
|
||||
<string name="provider_here">HERE</string>
|
||||
<string name="preference_category_location">Locatie</string>
|
||||
<string name="preference_automatic_location">Automatische locatie</string>
|
||||
<string name="preference_automatic_location_summary">Gebruik GPS en locatieservices om automatisch de locatie te bepalen</string>
|
||||
<string name="preference_location">Locatie</string>
|
||||
<string name="preference_imperial_units_summary">Gebruik graden Fahrenheit en mijl per uur</string>
|
||||
<string name="preference_imperial_units">Imperiale eenheden</string>
|
||||
<string name="preference_category_debug">Debug</string>
|
||||
<string name="preference_category_debug_tools">Hulpmiddelen</string>
|
||||
<string name="preference_debug_cleanup_database">Database opschonen</string>
|
||||
<string name="preference_debug_cleanup_database_summary">Verwijder kapotte en ongebruikte velden uit de database</string>
|
||||
<plurals name="debug_cleanup_database_result">
|
||||
<item quantity="one">%1$d entry verwijderd.</item>
|
||||
<item quantity="other">%1$d entries verwijderd.</item>
|
||||
</plurals>
|
||||
<string name="preference_cards_shape">Vorm</string>
|
||||
<string name="preference_cards_shape_rounded">Afgerond</string>
|
||||
<string name="preference_cards_shape_cut">Afgetopt</string>
|
||||
<string name="preference_icon_shape">Vorm</string>
|
||||
<string name="preference_icon_shape_rounded_square">Afgerond vierkant</string>
|
||||
<string name="preference_icon_shape_squircle">Squircle</string>
|
||||
<string name="preference_category_searchbar">Zoekbalk</string>
|
||||
<string name="preference_screen_services">Diensten</string>
|
||||
<string name="edit_favorites_dialog_empty_section">Sleep items naar hier</string>
|
||||
</resources>
|
||||
@ -641,15 +641,12 @@
|
||||
<string name="restore_meta">Created %1$s on %2$s with %3$s.</string>
|
||||
<string name="restore_select_components">Select what to restore. Existing data will be overwritten!</string>
|
||||
<string name="restore_complete">The backup has been restored.</string>
|
||||
|
||||
<string name="icon_picker_title">Pick icon</string>
|
||||
<string name="icon_picker_default_icon">Default</string>
|
||||
<string name="icon_picker_suggestions">Suggestions</string>
|
||||
<string name="icon_picker_search_icon">Search icon</string>
|
||||
|
||||
<string name="apps_profile_main">Personal</string>
|
||||
<string name="apps_profile_work">Work</string>
|
||||
|
||||
<string name="favorites">Favorites</string>
|
||||
<string name="create_app_shortcut">Create shortcut</string>
|
||||
<string name="frequently_used_show_in_favorites">Show in favorites</string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user