Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Feb 16, 2021
1 parent 1c0d4d3 commit 777fac0
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 92 deletions.
3 changes: 3 additions & 0 deletions l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ OC.L10N.register(
"Cannot detect type of transmitted data. This is a bug, please report it." : "Kann den Typ der übertragenen Daten nicht erkennen. Dies ist ein Fehler, bitte melden Sie diesen.",
"Invalid URL-encoded string found. Please report a bug." : "Ungültige URL-kodierte Zeichenfolge gefunden. Bitte melden Sie den Fehler.",
"Recipes" : "Rezepte",
"User cannot create recipe folder" : "Benutzer konnte Rezeptordner nicht erstellen",
"Cookbook" : "Kochbuch",
"An integrated cookbook using schema.org JSON files as recipes" : "Ein integriertes Kochbuch, das schema.org-JSON-Dateien als Speicher für Rezepte verwendet",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Eine Bibliothek für all Ihre Rezepte. Sie nutzt JSON-Dateien, die dem schema.org-Standard für Rezepte folgen. Um weitere Rezepte zu der Sammlung hinzuzufügen, kann die URL des Rezepts eingefügt werden, so dass die Internetseite heruntergeladen, verarbeitet und in einem benutzerspezifizierten Verzeichnis abgelegt wird.",
Expand All @@ -29,6 +30,8 @@ OC.L10N.register(
"Search for recipes" : "Nach Rezepten suchen",
"Are you sure you want to delete this recipe?" : "Möchten Sie wirklich dieses Rezept löschen?",
"Delete failed" : "Löschen fehlgeschlagen",
"Cannot access recipe folder." : "Auf den Rezeptordner konnte nicht zugegriffen werden.",
"Select recipe folder" : "Rezeptordner auswählen",
"Path to your recipe collection" : "Pfad zur Rezept-Sammlung",
"Create recipe" : "Neues Rezept anlegen",
"Download recipe from URL" : "Rezept von URL herunterladen",
Expand Down
3 changes: 3 additions & 0 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Cannot detect type of transmitted data. This is a bug, please report it." : "Kann den Typ der übertragenen Daten nicht erkennen. Dies ist ein Fehler, bitte melden Sie diesen.",
"Invalid URL-encoded string found. Please report a bug." : "Ungültige URL-kodierte Zeichenfolge gefunden. Bitte melden Sie den Fehler.",
"Recipes" : "Rezepte",
"User cannot create recipe folder" : "Benutzer konnte Rezeptordner nicht erstellen",
"Cookbook" : "Kochbuch",
"An integrated cookbook using schema.org JSON files as recipes" : "Ein integriertes Kochbuch, das schema.org-JSON-Dateien als Speicher für Rezepte verwendet",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Eine Bibliothek für all Ihre Rezepte. Sie nutzt JSON-Dateien, die dem schema.org-Standard für Rezepte folgen. Um weitere Rezepte zu der Sammlung hinzuzufügen, kann die URL des Rezepts eingefügt werden, so dass die Internetseite heruntergeladen, verarbeitet und in einem benutzerspezifizierten Verzeichnis abgelegt wird.",
Expand All @@ -27,6 +28,8 @@
"Search for recipes" : "Nach Rezepten suchen",
"Are you sure you want to delete this recipe?" : "Möchten Sie wirklich dieses Rezept löschen?",
"Delete failed" : "Löschen fehlgeschlagen",
"Cannot access recipe folder." : "Auf den Rezeptordner konnte nicht zugegriffen werden.",
"Select recipe folder" : "Rezeptordner auswählen",
"Path to your recipe collection" : "Pfad zur Rezept-Sammlung",
"Create recipe" : "Neues Rezept anlegen",
"Download recipe from URL" : "Rezept von URL herunterladen",
Expand Down
4 changes: 4 additions & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ OC.L10N.register(
"Cannot detect type of transmitted data. This is a bug, please report it." : "No se pudo detectar el tipo de datos transmitidos. Esto es un error, por favor informe de esto.",
"Invalid URL-encoded string found. Please report a bug." : "Se ha encontrado una cadena inválida de codificación URL. Por favor informe de este error.",
"Recipes" : "Recetas",
"User cannot create recipe folder" : "El usuario no puede crear la carpeta de recetas",
"Cookbook" : "Recetario",
"An integrated cookbook using schema.org JSON files as recipes" : "Recetario que utiliza archivos JSON para recetas según el estándar schema.org",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Una biblioteca para todas tus recetas. Utiliza archivos en formato JSON, según el estándar schema.org. Para añadir una receta a la colección puedes copiar y pegar el URL de la receta, de manera que la página web es analizada y descargada en la carpeta especificada en la configuración de la aplicación.",
Expand All @@ -29,6 +30,9 @@ OC.L10N.register(
"Search for recipes" : "Buscar recetas",
"Are you sure you want to delete this recipe?" : "¿Realmente quieres borrar la receta?",
"Delete failed" : "Ha fallado el borrado",
"Cannot access recipe folder." : "No puede acceder a la carpeta de recetas.",
"You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder." : "Se ha registrado con una cuenta de invitado. Por ello no tiene permitido crear archivos o carpetas en este Nextcloud. Para ser capaz de usar la app del Recetario como invitado, deberá especificar la carpeta donde están las recetas. Necesitará permisos de escritura en dicha carpeta.",
"Select recipe folder" : "Selecciona la carpeta de recetas",
"Path to your recipe collection" : "Ruta a tu colección de recetas",
"Create recipe" : "Crear nueva receta",
"Download recipe from URL" : "Descargar receta desde URL",
Expand Down
4 changes: 4 additions & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Cannot detect type of transmitted data. This is a bug, please report it." : "No se pudo detectar el tipo de datos transmitidos. Esto es un error, por favor informe de esto.",
"Invalid URL-encoded string found. Please report a bug." : "Se ha encontrado una cadena inválida de codificación URL. Por favor informe de este error.",
"Recipes" : "Recetas",
"User cannot create recipe folder" : "El usuario no puede crear la carpeta de recetas",
"Cookbook" : "Recetario",
"An integrated cookbook using schema.org JSON files as recipes" : "Recetario que utiliza archivos JSON para recetas según el estándar schema.org",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Una biblioteca para todas tus recetas. Utiliza archivos en formato JSON, según el estándar schema.org. Para añadir una receta a la colección puedes copiar y pegar el URL de la receta, de manera que la página web es analizada y descargada en la carpeta especificada en la configuración de la aplicación.",
Expand All @@ -27,6 +28,9 @@
"Search for recipes" : "Buscar recetas",
"Are you sure you want to delete this recipe?" : "¿Realmente quieres borrar la receta?",
"Delete failed" : "Ha fallado el borrado",
"Cannot access recipe folder." : "No puede acceder a la carpeta de recetas.",
"You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder." : "Se ha registrado con una cuenta de invitado. Por ello no tiene permitido crear archivos o carpetas en este Nextcloud. Para ser capaz de usar la app del Recetario como invitado, deberá especificar la carpeta donde están las recetas. Necesitará permisos de escritura en dicha carpeta.",
"Select recipe folder" : "Selecciona la carpeta de recetas",
"Path to your recipe collection" : "Ruta a tu colección de recetas",
"Create recipe" : "Crear nueva receta",
"Download recipe from URL" : "Descargar receta desde URL",
Expand Down
1 change: 1 addition & 0 deletions l10n/eu.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ OC.L10N.register(
"Path to your recipe collection" : "Zure errezeta bildumarako bidea",
"Create recipe" : "Sortu errezeta",
"Categories" : "Kategoriak",
"Rename" : "Berrizendatu",
"Failed to fetch categories" : "Huts egin du kategoriak eskuratzen",
"Rescan library" : "Bireskaneatu liburutegia",
"Recipe folder" : "Errezeten karpeta",
Expand Down
1 change: 1 addition & 0 deletions l10n/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Path to your recipe collection" : "Zure errezeta bildumarako bidea",
"Create recipe" : "Sortu errezeta",
"Categories" : "Kategoriak",
"Rename" : "Berrizendatu",
"Failed to fetch categories" : "Huts egin du kategoriak eskuratzen",
"Rescan library" : "Bireskaneatu liburutegia",
"Recipe folder" : "Errezeten karpeta",
Expand Down
1 change: 1 addition & 0 deletions l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ OC.L10N.register(
"Create recipe" : "Créer une recette",
"Download recipe from URL" : "Télécharger la recette depuis l'URL",
"Uncategorized recipes" : "Recettes non catégorisées",
"Rename" : "Renommer",
"Failed to load category {category} recipes" : "Impossible de charger les recette de la catégorie {category}",
"Loading category recipes …" : "Chargement des recettes de la catégorie ...",
"Failed to fetch categories" : "Impossible de récupérer les catégories",
Expand Down
1 change: 1 addition & 0 deletions l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Create recipe" : "Créer une recette",
"Download recipe from URL" : "Télécharger la recette depuis l'URL",
"Uncategorized recipes" : "Recettes non catégorisées",
"Rename" : "Renommer",
"Failed to load category {category} recipes" : "Impossible de charger les recette de la catégorie {category}",
"Loading category recipes …" : "Chargement des recettes de la catégorie ...",
"Failed to fetch categories" : "Impossible de récupérer les catégories",
Expand Down
4 changes: 4 additions & 0 deletions l10n/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ OC.L10N.register(
"Cannot detect type of transmitted data. This is a bug, please report it." : "Non é posíbel detectar o tipo de datos transmitidos. Agradecémoslle que informe deste erro.",
"Invalid URL-encoded string found. Please report a bug." : "Atopouse unha cadea URL codificada non válida. Agradecémoslle que informe deste erro.",
"Recipes" : "Receitas",
"User cannot create recipe folder" : "O usuario non pode crear un cartafol de receitas",
"Cookbook" : "Libro de cociña",
"An integrated cookbook using schema.org JSON files as recipes" : "Un libro de receitas integrado que usa os ficheiros JSON de schema.org como receitas",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Unha biblioteca para todas as súas receitas. Emprega ficheiros JSON seguindo o formato de receita de schema.org. Para engadir unha receita á colección, pode pegar o URL da receita e a páxina web fornecida será analizada e descargada no cartafol que especifique nos axustes da aplicación.",
Expand All @@ -29,6 +30,9 @@ OC.L10N.register(
"Search for recipes" : "Buscar receitas",
"Are you sure you want to delete this recipe?" : "Confirma que quere eliminar esta receita?",
"Delete failed" : "Produciuse un fallo na eliminación",
"Cannot access recipe folder." : "Non é posíbel acceder ao cartafol de receitas.",
"You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder." : "Accedeu cunha conta de convidado. Polo tanto, non se lle permite xerar ficheiros e cartafoles arbitrarios nesta instancia de Nextcloud. Para poder usar a aplicación Cookbook como convidado, cómpre especificar un cartafol onde se almacenen todas as receitas. Necesitará permiso de escritura nese cartafol.",
"Select recipe folder" : "Seleccione o cartafol de receitas",
"Path to your recipe collection" : "Ruta á súa colección de receitas",
"Create recipe" : "Crear unha receita",
"Download recipe from URL" : "Descargar a receita do URL",
Expand Down
4 changes: 4 additions & 0 deletions l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Cannot detect type of transmitted data. This is a bug, please report it." : "Non é posíbel detectar o tipo de datos transmitidos. Agradecémoslle que informe deste erro.",
"Invalid URL-encoded string found. Please report a bug." : "Atopouse unha cadea URL codificada non válida. Agradecémoslle que informe deste erro.",
"Recipes" : "Receitas",
"User cannot create recipe folder" : "O usuario non pode crear un cartafol de receitas",
"Cookbook" : "Libro de cociña",
"An integrated cookbook using schema.org JSON files as recipes" : "Un libro de receitas integrado que usa os ficheiros JSON de schema.org como receitas",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Unha biblioteca para todas as súas receitas. Emprega ficheiros JSON seguindo o formato de receita de schema.org. Para engadir unha receita á colección, pode pegar o URL da receita e a páxina web fornecida será analizada e descargada no cartafol que especifique nos axustes da aplicación.",
Expand All @@ -27,6 +28,9 @@
"Search for recipes" : "Buscar receitas",
"Are you sure you want to delete this recipe?" : "Confirma que quere eliminar esta receita?",
"Delete failed" : "Produciuse un fallo na eliminación",
"Cannot access recipe folder." : "Non é posíbel acceder ao cartafol de receitas.",
"You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder." : "Accedeu cunha conta de convidado. Polo tanto, non se lle permite xerar ficheiros e cartafoles arbitrarios nesta instancia de Nextcloud. Para poder usar a aplicación Cookbook como convidado, cómpre especificar un cartafol onde se almacenen todas as receitas. Necesitará permiso de escritura nese cartafol.",
"Select recipe folder" : "Seleccione o cartafol de receitas",
"Path to your recipe collection" : "Ruta á súa colección de receitas",
"Create recipe" : "Crear unha receita",
"Download recipe from URL" : "Descargar a receita do URL",
Expand Down
10 changes: 0 additions & 10 deletions l10n/hy.js

This file was deleted.

8 changes: 0 additions & 8 deletions l10n/hy.json

This file was deleted.

6 changes: 5 additions & 1 deletion l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ OC.L10N.register(
"Cannot detect type of transmitted data. This is a bug, please report it." : "Impossibile rilevare il tipo di dati trasmessi. Questo è un bug, segnalalo.",
"Invalid URL-encoded string found. Please report a bug." : "Trovata una stringa codificata dell'URL non valida. Segnala un bug.",
"Recipes" : "Ricette",
"User cannot create recipe folder" : "L'utente non può creare la cartella delle ricette",
"Cookbook" : "Ricettario",
"An integrated cookbook using schema.org JSON files as recipes" : "Un ricettario integrato che utilizza file JSON schema.org come ricette",
"A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings." : "Una raccolta per tutte le tue ricette. Utilizza file JSON che seguono il formato di ricette schema.org. Per aggiungere una ricetta alla raccolta, puoi incollare l'URL della ricetta, e la pagina web fornita sarà elaborata e scaricata nella cartella che hai specificato nelle impostazioni dell'applicazione.",
Expand All @@ -29,6 +30,9 @@ OC.L10N.register(
"Search for recipes" : "Cerca le ricette",
"Are you sure you want to delete this recipe?" : "Sei sicuro di voler eliminare questa ricetta?",
"Delete failed" : "Eliminazione non riuscita",
"Cannot access recipe folder." : "Impossibile accedere alla cartella delle ricette.",
"You are logged in with a guest account. Therefore, you are not allowed to generate arbitrary files and folders on this Nextcloud instance. To be able to use the Cookbook app as a guest, you need to specify a folder where all recipes are stored. You will need write permission to this folder." : "Hai effettuato l'accesso con un account ospite. Pertanto, non ti è consentito generare file e cartelle arbitrari su questa istanza Nextcloud. Per poter utilizzare l'applicazione Ricettario come ospite, è necessario specificare una cartella in cui sono memorizzate tutte le ricette. Avrai bisogno dell'autorizzazione di scrittura per questa cartella. ",
"Select recipe folder" : "Seleziona la cartella delle ricette",
"Path to your recipe collection" : "Percorso alla tua raccolta di ricetta",
"Create recipe" : "Crea ricetta",
"Download recipe from URL" : "Scarica ricetta da URL",
Expand All @@ -48,7 +52,7 @@ OC.L10N.register(
"Print image with recipe" : "Stampa immagine con la ricetta",
"Could not set preference for image printing" : "Impossibile impostare la preferenze per la stampa dell'immagine",
"Could not set recipe update interval to {interval}" : "Impossibile impostare l'intervallo di aggiornamento delle ricette a {interval}",
"Could not set recipe folder to {path}" : "Impossibile impostare la cartelle delle ricetta a {path}",
"Could not set recipe folder to {path}" : "Impossibile impostare la cartella delle ricette a {path}",
"Loading config failed" : "Caricamento della configurazione non riuscito",
"Pick a local image" : "Scegli un'immagine locale",
"Path to your recipe image" : "Percorso all'immagine della ricetta",
Expand Down
Loading

0 comments on commit 777fac0

Please sign in to comment.