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 Crowdin updates #157

Merged
merged 14 commits into from
Jul 3, 2023
7 changes: 7 additions & 0 deletions app/src/main/res/values-de/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="fragment_disclaimer_button_okay_timer">
<item quantity="one">Okay (%d Sekunde)</item>
<item quantity="other">Okay (%d Sekunden)</item>
</plurals>
</resources>
69 changes: 69 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="fragment_authentication_input_hint_email">E-Mail oder Nutzername</string>
<string name="fragment_authentication_input_hint_password">Passwort</string>
<string name="fragment_authentication_input_hint_url">Server-URL</string>
<string name="fragment_authentication_button_login">Anmeldung</string>
<string name="content_description_view_holder_recipe_image">Bild der gekochten Mahlzeit</string>
<string name="menu_navigation_drawer_logout">Abmeldung</string>
<string name="view_holder_recipe_text_placeholder">Laden…</string>
<string name="fragment_recipe_info_ingredients_header">Inhaltsstoffe</string>
<string name="fragment_recipe_info_instructions_header">Anweisungen</string>
<string name="fragment_disclaimer_main_text">Dieses Projekt wird unabhängig vom Mealie-Kernprojekt entwickelt. Es ist NICHT mit den Mealie-Kernentwicklern verbunden. Alle Probleme müssen an das Mealient-Repository und NICHT an das Mealie-Repository gemeldet werden.</string>
<string name="fragment_baseurl_url_input_empty">URL darf nicht leer sein</string>
<string name="fragment_base_url_no_connection">Kann keine Verbindung herstellen, Adresse prüfen.</string>
<string name="fragment_base_url_unexpected_response">Unerwartete Antwort. Ist es Mealie?</string>
<string name="fragment_base_url_malformed_url">URL-Format prüfen: %s</string>
<string name="fragment_base_url_save">Weiter</string>
<string name="menu_navigation_drawer_login">Anmeldung</string>
<string name="fragment_disclaimer_button_okay">Okay</string>
<string name="view_holder_recipe_instructions_step">Schritt: %d</string>
<string name="fragment_authentication_email_input_empty">E-Mail kann nicht leer sein</string>
<string name="fragment_authentication_password_input_empty">Das Passwort darf nicht leer sein</string>
<string name="fragment_authentication_credentials_incorrect">E-Mail oder Passwort sind falsch.</string>
<string name="fragment_authentication_unknown_error">Es ist ein Fehler aufgetreten, bitte versuchen Sie es erneut.</string>
<string name="fragment_add_recipe_recipe_name">Name des Rezepts</string>
<string name="fragment_add_recipe_recipe_description">Beschreibung</string>
<string name="menu_navigation_drawer_add_recipe">Rezept hinzufügen</string>
<string name="menu_navigation_drawer_recipes_list">Rezepte</string>
<string name="fragment_add_recipe_recipe_yield">Ausbeute des Rezepts</string>
<string name="fragment_add_recipe_save_button">Rezept speichern</string>
<string name="fragment_add_recipe_new_instruction">Neuer Schritt</string>
<string name="fragment_add_recipe_new_ingredient">Neue Zutat</string>
<string name="fragment_add_recipe_public_recipe">Öffentliches Rezept</string>
<string name="fragment_add_recipe_disable_comments">Kommentare deaktivieren</string>
<string name="fragment_add_recipe_ingredient_hint">Zutat</string>
<string name="fragment_add_recipe_instruction_hint">Beschreibung der Schritte</string>
<string name="fragment_add_recipe_name_error">Rezeptname darf nicht leer sein</string>
<string name="fragment_add_recipe_save_error">Etwas ist schief gelaufen</string>
<string name="fragment_add_recipe_save_success">Rezept erfolgreich gespeichert</string>
<string name="fragment_add_recipe_clear_button">Klar</string>
<string name="fragment_base_url_url_input_helper_text">Beispiel: demo.mealie.io</string>
<string name="fragment_authentication_email_input_helper_text">Beispiel: changeme@email.com</string>
<string name="fragment_authentication_password_input_helper_text">Beispiel: Demo</string>
<string name="fragment_recipes_last_page_loaded_toast">Zuletzt geladene Seite</string>
<string name="fragment_recipes_load_failure_toast" comment="EXAMPLE: Load error: unauthorized.">Ladefehler: %1$s.</string>
<string name="fragment_recipes_load_failure_toast_no_reason">Laden fehlgeschlagen.</string>
<string name="fragment_recipes_load_failure_toast_unauthorized">unbefugt</string>
<string name="fragment_recipes_load_failure_toast_unexpected_response">unerwartete Antwort</string>
<string name="fragment_recipes_load_failure_toast_no_connection">keine Verbindung</string>
<string name="fragment_recipes_favorite_update_failed">Favoritenstatusaktualisierung fehlgeschlagen</string>
<string name="fragment_recipes_delete_recipe_failed">Rezeptentfernung fehlgeschlagen</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_title">Rezept löschen</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_message">Sind Sie sicher, dass Sie %1$slöschen möchten? Dies kann nicht rückgängig gemacht werden.</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_positive_btn">Bestätigen Sie</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_negative_btn">Abbrechen</string>
<string name="menu_navigation_drawer_change_url">URL ändern</string>
<string name="search_recipes_hint">Rezepte suchen</string>
<string name="view_toolbar_navigation_icon_content_description">Navigationsschublade öffnen</string>
<string name="fragment_recipes_list_no_recipes">Keine Rezepte</string>
<string name="activity_share_recipe_success_toast">Rezept erfolgreich gespeichert.</string>
<string name="activity_share_recipe_failure_toast">Etwas ist schief gelaufen.</string>
<string name="content_description_activity_share_recipe_progress">Indikator für den Fortschritt</string>
<string name="view_holder_recipe_favorite_content_description">Artikel ist Favorit</string>
<string name="view_holder_recipe_non_favorite_content_description">Artikel ist nicht beliebt</string>
<string name="view_holder_recipe_delete_content_description">Rezept löschen</string>
<string name="fragment_recipes_favorite_added">%1$s zu den Favoriten hinzugefügt</string>
<string name="fragment_recipes_favorite_removed">%1$s aus den Favoriten entfernt</string>
<string name="menu_navigation_drawer_shopping_lists">Einkaufslisten</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@
<string name="view_holder_recipe_delete_content_description">Eliminar receta</string>
<string name="fragment_recipes_favorite_added">Añadido %1$s a favoritos</string>
<string name="fragment_recipes_favorite_removed">Eliminado %1$s de favoritos</string>
<string name="menu_navigation_drawer_shopping_lists">Listas de la compra</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-fr/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="fragment_disclaimer_button_okay_timer">
<item quantity="one">Ok (%d seconde)</item>
<item quantity="other">Ok (%d secondes)</item>
</plurals>
</resources>
69 changes: 69 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="fragment_authentication_input_hint_email">Email ou nom d\'utilisateur</string>
<string name="fragment_authentication_input_hint_password">Mot de passe</string>
<string name="fragment_authentication_input_hint_url">URL du serveur</string>
<string name="fragment_authentication_button_login">Connexion</string>
<string name="content_description_view_holder_recipe_image">Photo du repas cuisiné</string>
<string name="menu_navigation_drawer_logout">Déconnexion</string>
<string name="view_holder_recipe_text_placeholder">Chargement de…</string>
<string name="fragment_recipe_info_ingredients_header">Ingrédients</string>
<string name="fragment_recipe_info_instructions_header">Instructions</string>
<string name="fragment_disclaimer_main_text">Ce projet est développé indépendamment du projet principal Mealie. Il n\'est PAS associé aux développeurs de Mealie. Tout problème doit être signalé au dépôt Mealient, et NON au dépôt Mealie.</string>
<string name="fragment_baseurl_url_input_empty">L\'URL ne peut pas être vide</string>
<string name="fragment_base_url_no_connection">Impossible de se connecter, vérifier l\'adresse.</string>
<string name="fragment_base_url_unexpected_response">Réponse inattendue. Est-ce Mealie ?</string>
<string name="fragment_base_url_malformed_url">Vérifier le format de l\'URL : %s</string>
<string name="fragment_base_url_save">Procéder</string>
<string name="menu_navigation_drawer_login">Connexion</string>
<string name="fragment_disclaimer_button_okay">D\'accord</string>
<string name="view_holder_recipe_instructions_step">Étape : %d</string>
<string name="fragment_authentication_email_input_empty">L\'e-mail ne peut pas être vide</string>
<string name="fragment_authentication_password_input_empty">Le mot de passe ne peut pas être vide</string>
<string name="fragment_authentication_credentials_incorrect">L\'e-mail ou le mot de passe est incorrect.</string>
<string name="fragment_authentication_unknown_error">Un problème s\'est produit, veuillez réessayer.</string>
<string name="fragment_add_recipe_recipe_name">Nom de la recette</string>
<string name="fragment_add_recipe_recipe_description">Description</string>
<string name="menu_navigation_drawer_add_recipe">Ajouter une recette</string>
<string name="menu_navigation_drawer_recipes_list">Recettes</string>
<string name="fragment_add_recipe_recipe_yield">Rendement de la recette</string>
<string name="fragment_add_recipe_save_button">Enregistrer la recette</string>
<string name="fragment_add_recipe_new_instruction">Nouvelle étape</string>
<string name="fragment_add_recipe_new_ingredient">Nouvel ingrédient</string>
<string name="fragment_add_recipe_public_recipe">Recette publique</string>
<string name="fragment_add_recipe_disable_comments">Désactiver les commentaires</string>
<string name="fragment_add_recipe_ingredient_hint">Ingrédient</string>
<string name="fragment_add_recipe_instruction_hint">Description des étapes</string>
<string name="fragment_add_recipe_name_error">Le nom de la recette ne peut pas être vide</string>
<string name="fragment_add_recipe_save_error">Quelque chose n\'a pas fonctionné</string>
<string name="fragment_add_recipe_save_success">Sauvegarde réussie de la recette</string>
<string name="fragment_add_recipe_clear_button">Clair</string>
<string name="fragment_base_url_url_input_helper_text">Exemple : demo.mealie.io</string>
<string name="fragment_authentication_email_input_helper_text">Exemple : changeme@email.com</string>
<string name="fragment_authentication_password_input_helper_text">Exemple : démo</string>
<string name="fragment_recipes_last_page_loaded_toast">Dernière page chargée</string>
<string name="fragment_recipes_load_failure_toast" comment="EXAMPLE: Load error: unauthorized.">Erreur de chargement : %1$s.</string>
<string name="fragment_recipes_load_failure_toast_no_reason">Le chargement a échoué.</string>
<string name="fragment_recipes_load_failure_toast_unauthorized">non autorisé</string>
<string name="fragment_recipes_load_failure_toast_unexpected_response">réponse inattendue</string>
<string name="fragment_recipes_load_failure_toast_no_connection">pas de connexion</string>
<string name="fragment_recipes_favorite_update_failed">La mise à jour du statut de favori a échoué</string>
<string name="fragment_recipes_delete_recipe_failed">Échec de la suppression de la recette</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_title">Supprimer la recette</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_message">Êtes-vous sûr de vouloir supprimer %1$s? Cette opération ne peut être annulée.</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_positive_btn">Confirmer</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_negative_btn">Annuler</string>
<string name="menu_navigation_drawer_change_url">Modifier l\'URL</string>
<string name="search_recipes_hint">Rechercher des recettes</string>
<string name="view_toolbar_navigation_icon_content_description">Ouvrir le tiroir de navigation</string>
<string name="fragment_recipes_list_no_recipes">Pas de recettes</string>
<string name="activity_share_recipe_success_toast">La recette a été enregistrée avec succès.</string>
<string name="activity_share_recipe_failure_toast">Quelque chose n\'a pas fonctionné.</string>
<string name="content_description_activity_share_recipe_progress">Indicateur de progrès</string>
<string name="view_holder_recipe_favorite_content_description">L\'article est le préféré</string>
<string name="view_holder_recipe_non_favorite_content_description">L\'article n\'est pas favori</string>
<string name="view_holder_recipe_delete_content_description">Supprimer la recette</string>
<string name="fragment_recipes_favorite_added">Ajout de %1$s aux favoris</string>
<string name="fragment_recipes_favorite_removed">Suppression de %1$s des favoris</string>
<string name="menu_navigation_drawer_shopping_lists">Listes de courses</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-nl/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="fragment_disclaimer_button_okay_timer">
<item quantity="one">Oké (%d seconde)</item>
<item quantity="other">Oké (%d seconden)</item>
</plurals>
</resources>
69 changes: 69 additions & 0 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="fragment_authentication_input_hint_email">E-mail of gebruikersnaam</string>
<string name="fragment_authentication_input_hint_password">Wachtwoord</string>
<string name="fragment_authentication_input_hint_url">Server URL</string>
<string name="fragment_authentication_button_login">Inloggen</string>
<string name="content_description_view_holder_recipe_image">Foto van de bereide maaltijd</string>
<string name="menu_navigation_drawer_logout">Afmelden</string>
<string name="view_holder_recipe_text_placeholder">Laden…</string>
<string name="fragment_recipe_info_ingredients_header">Ingrediënten</string>
<string name="fragment_recipe_info_instructions_header">Instructies</string>
<string name="fragment_disclaimer_main_text">Dit project wordt onafhankelijk van het Mealie-kernproject ontwikkeld. Het is NIET verbonden met de kernontwikkelaars van Mealie. Eventuele problemen moeten worden gerapporteerd aan de Mealient repository, NIET aan de Mealie repository.</string>
<string name="fragment_baseurl_url_input_empty">URL kan niet leeg zijn</string>
<string name="fragment_base_url_no_connection">Kan geen verbinding maken, controleer adres.</string>
<string name="fragment_base_url_unexpected_response">Onverwachte reactie. Is het Mealie?</string>
<string name="fragment_base_url_malformed_url">Controleer URL-indeling: %s</string>
<string name="fragment_base_url_save">Ga verder</string>
<string name="menu_navigation_drawer_login">Inloggen</string>
<string name="fragment_disclaimer_button_okay">Oké</string>
<string name="view_holder_recipe_instructions_step">Stap: %d</string>
<string name="fragment_authentication_email_input_empty">E-mail kan niet leeg zijn</string>
<string name="fragment_authentication_password_input_empty">Wachtwoord kan niet leeg zijn</string>
<string name="fragment_authentication_credentials_incorrect">E-mail of wachtwoord is onjuist.</string>
<string name="fragment_authentication_unknown_error">Er is iets misgegaan, probeer het opnieuw.</string>
<string name="fragment_add_recipe_recipe_name">Naam recept</string>
<string name="fragment_add_recipe_recipe_description">Beschrijving</string>
<string name="menu_navigation_drawer_add_recipe">Recept toevoegen</string>
<string name="menu_navigation_drawer_recipes_list">Recepten</string>
<string name="fragment_add_recipe_recipe_yield">Recept opbrengst</string>
<string name="fragment_add_recipe_save_button">Recept opslaan</string>
<string name="fragment_add_recipe_new_instruction">Nieuwe stap</string>
<string name="fragment_add_recipe_new_ingredient">Nieuw ingrediënt</string>
<string name="fragment_add_recipe_public_recipe">Publiek recept</string>
<string name="fragment_add_recipe_disable_comments">Opmerkingen uitschakelen</string>
<string name="fragment_add_recipe_ingredient_hint">Ingrediënt</string>
<string name="fragment_add_recipe_instruction_hint">Stapbeschrijving</string>
<string name="fragment_add_recipe_name_error">Receptnaam kan niet leeg zijn</string>
<string name="fragment_add_recipe_save_error">Er ging iets mis</string>
<string name="fragment_add_recipe_save_success">Recept succesvol opgeslagen</string>
<string name="fragment_add_recipe_clear_button">Duidelijk</string>
<string name="fragment_base_url_url_input_helper_text">Voorbeeld: demo.mealie.io</string>
<string name="fragment_authentication_email_input_helper_text">Voorbeeld: changeme@email.com</string>
<string name="fragment_authentication_password_input_helper_text">Voorbeeld: demo</string>
<string name="fragment_recipes_last_page_loaded_toast">Laatste pagina geladen</string>
<string name="fragment_recipes_load_failure_toast" comment="EXAMPLE: Load error: unauthorized.">Fout bij laden: %1$s.</string>
<string name="fragment_recipes_load_failure_toast_no_reason">Laden mislukt.</string>
<string name="fragment_recipes_load_failure_toast_unauthorized">onbevoegd</string>
<string name="fragment_recipes_load_failure_toast_unexpected_response">onverwachte reactie</string>
<string name="fragment_recipes_load_failure_toast_no_connection">geen verbinding</string>
<string name="fragment_recipes_favorite_update_failed">Favoriete statusupdate mislukt</string>
<string name="fragment_recipes_delete_recipe_failed">Verwijderen van recept mislukt</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_title">Recept verwijderen</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_message">Weet je zeker dat je %1$swilt verwijderen? Dit kan niet ongedaan worden gemaakt.</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_positive_btn">Bevestig</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_negative_btn">Annuleren</string>
<string name="menu_navigation_drawer_change_url">URL wijzigen</string>
<string name="search_recipes_hint">Recepten zoeken</string>
<string name="view_toolbar_navigation_icon_content_description">Open de navigatielade</string>
<string name="fragment_recipes_list_no_recipes">Geen recepten</string>
<string name="activity_share_recipe_success_toast">Recept succesvol opgeslagen.</string>
<string name="activity_share_recipe_failure_toast">Er ging iets mis.</string>
<string name="content_description_activity_share_recipe_progress">Voortgangsindicator</string>
<string name="view_holder_recipe_favorite_content_description">Item is favoriet</string>
<string name="view_holder_recipe_non_favorite_content_description">Item is niet favoriet</string>
<string name="view_holder_recipe_delete_content_description">Recept verwijderen</string>
<string name="fragment_recipes_favorite_added">%1$s toegevoegd aan favorieten</string>
<string name="fragment_recipes_favorite_removed">Verwijderde %1$s uit favorieten</string>
<string name="menu_navigation_drawer_shopping_lists">Boodschappenlijstjes</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-pt/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="fragment_disclaimer_button_okay_timer">
<item quantity="one">Ok (%d segundo)</item>
<item quantity="other">Ok (%d segundos)</item>
</plurals>
</resources>
Loading
Loading