зеркало из https://github.com/nextcloud/cookbook.git
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Родитель
837cdcde2c
Коммит
cb42740cd1
28
l10n/de.js
28
l10n/de.js
|
@ -5,6 +5,21 @@ OC.L10N.register(
|
|||
"Recipe with ID %d was not found in database." : "Rezept mit der ID %d wurde in der Datenbank nicht gefunden",
|
||||
"Downloading of a file failed returned the following error message: %s" : "Das Herunterladen einer Datei ist fehlgeschlagen, es wurde die folgende Fehlermeldung zurückgegeben: %s",
|
||||
"No content encoding was detected in the content." : "Es wurde keine Kodierung des Inhalts erkannt.",
|
||||
"The given image for the recipe %s cannot be parsed. Aborting and skipping it." : "Das Bild zum Rezept %s kann nicht gelesen werden. Breche ab und überspringe es.",
|
||||
"No valid recipe was left after heuristics of recipe %s." : "Auch mit heuristischer Suche wurde kein Rezept gefunden %s.",
|
||||
"Heuristics failed for image extraction of recipe %s." : "Fehler bei der heuristischen Suche nach einem Bild für das Rezept %s.",
|
||||
"Could not guess image url as no recipe url was found." : "Eine Bild-URL konnte nicht ermittelt werden, da keine Rezept-URL gefunden wurde.",
|
||||
"Could not guess image url scheme from recipe url %s" : "Ein Bild-URL-Schema konnte nicht aus der Rezept-Url %sermittelt werden.",
|
||||
"Could not parse recipe ingredients. It is no array." : "Zutaten für das Rezept konnten nicht gelesen werden. Es ist kein Array.",
|
||||
"Could not parse recipe instructions as they are no array." : "Zubereitung für das Rezept konnte nicht gelesen werden. Es ist kein Array.",
|
||||
"Cannot parse recipe: Unknown object found during flattening of instructions." : "Rezept konnte nicht eingelesen werden: Unbekanntes Objekt beim Reduzieren von Anweisungen gefunden.",
|
||||
"Did not find any p or li entries in the raw string of the instructions." : "Keine p- oder li-Einträge in der originalen Zeichenfolge der Zubereitung gefunden.",
|
||||
"Could not parse the keywords for recipe {recipe}." : "Schlagwörter für das Rezept {recipe} konnten nicht eingelesen werden.",
|
||||
"Could not parse the nutrition information successfully for recipe {name}." : "Nährwertangaben für das Rezept {name} konnten nicht eingelesen werden.",
|
||||
"Using heuristics to parse the recipeYield field of recipe {name}." : "Verwenden von Heuristiken zum Analysieren des RecipeYield-Felds des Rezepts {name}.",
|
||||
"Using the highest number found in recipeYield string. Totally found: {num}" : "Größte Zahl, die in der RecipeYield-Zeichenfolge gefunden wurde, wird verwendet. Vollständig gefunden: {num}",
|
||||
"Could not parse recipeYield field. Falling back to 1." : "Feld RecipeYield konnte nicht eingelesen werden. Zurück zu 1.",
|
||||
"Could not parse recipe tools. It is no array." : "Utensilien für das Rezept konnten nicht gelesen werden. Es ist kein Array.",
|
||||
"Could not find recipe in HTML code." : "Im HTML-Code konnte kein Rezept gefunden werden",
|
||||
"JSON cannot be decoded." : "JSON kann nicht dekodiert werden",
|
||||
"No recipe was found." : "Kein Rezept gefunden",
|
||||
|
@ -14,8 +29,9 @@ OC.L10N.register(
|
|||
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["Fehler %u trat beim Parsen von %s auf","Fehler %u trat %n Mal beim Parsen von %s auf"],
|
||||
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["Schwerer Fehler %u trat beim Parsen von %s auf","Schwerer Fehler %u trat %n Mal beim Parsen von %s auf"],
|
||||
"First time it occurred in line %u and column %u" : "Er trat zum ersten Mal in Zeile %u und Spalte %u auf",
|
||||
"The recipe has already an image file. Cannot create a new one." : "Das Rezept hat bereits ein Bilddatei, eine neue Bilddatei kann nicht erzeugt werden",
|
||||
"There is no primary image for the recipe present." : "Es gibt aktuell kein Bild für dieses Rezept",
|
||||
"Could not parse duration {duration}" : "Eine Dauer {duration} konnte nicht gelesen werden.",
|
||||
"The recipe has already an image file. Cannot create a new one." : "Das Rezept hat bereits eine Bilddatei, eine neue Bilddatei kann nicht erzeugt werden.",
|
||||
"There is no primary image for the recipe present." : "Es gibt aktuell kein Bild für dieses Rezept.",
|
||||
"Cannot parse non-POST multipart encoding. This is a bug." : "Multipart-Kodierung von Nicht-POST kann nicht geparst werden. Dies ist ein Fehler.",
|
||||
"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 melde diesen.",
|
||||
"Invalid URL-encoded string found. Please report a bug." : "Ungültige URL-kodierte Zeichenfolge gefunden. Bitte melde den Fehler.",
|
||||
|
@ -26,7 +42,7 @@ OC.L10N.register(
|
|||
"User cannot create recipe folder" : "Benutzer konnte Rezeptordner nicht erstellen",
|
||||
"in %s" : "in %s",
|
||||
"The JSON file in the folder with ID %d does not have a valid name." : "Die JSON-Datei im Ordner mit der ID %d hat keinen gültigen Namen",
|
||||
"Could not parse URL" : "URL konnte nicht geparst werden",
|
||||
"Could not parse URL" : "URL konnte nicht eingelesen werden.",
|
||||
"Exception while downloading recipe from %s." : "Fehler beim Herunterladen des Rezepts von %s.",
|
||||
"Download from %s failed as HTTP status code %d is not in expected range." : "Herunterladen von %s fehlgeschlagen, da der HTTP-Statuscode %d nicht im erwarteten Bereich liegt.",
|
||||
"Could not find a valid encoding when parsing %s." : "In %s konnte keine gültige Kodierung gefunden werden.",
|
||||
|
@ -88,9 +104,9 @@ OC.L10N.register(
|
|||
"Could not set recipe update interval to {interval}" : "Konnte das Rezept-Aktualisierungsintervall nicht auf {interval} setzen",
|
||||
"Could not set recipe folder to {path}" : "Konnte den Pfad '{path}' nicht als Rezept-Ordner setzen",
|
||||
"Loading config failed" : "Laden der Konfiguration fehlgeschlagen",
|
||||
"Enter URL or select from your Nextcloud instance on the right" : "Gib eine URL ein oder wähle rechts aus Deiner Nextcloud-Instanz aus",
|
||||
"Enter URL or select from your Nextcloud instance on the right" : "Gib eine URL ein oder wähle rechts eine Bilddatei auf Deiner Nextcloud-Instanz aus",
|
||||
"Pick a local image" : "Bitte wähle eine lokale Bilddatei",
|
||||
"Path to your recipe image" : "Pfad zum Rezeptbild",
|
||||
"Path to your recipe image" : "Pfad zum Bild für das Rezept",
|
||||
"Move entry up" : "Eintrag nach oben verschieben",
|
||||
"Move entry down" : "Eintrag nach unten verschieben",
|
||||
"Insert entry above" : "Eintrag oben einfügen",
|
||||
|
@ -135,7 +151,7 @@ OC.L10N.register(
|
|||
"Unknown answer returned from server. See logs." : "Unbekannte Antwort vom Server zurückgegeben. Siehe Protokolle.",
|
||||
"No answer for request was received." : "Es wurde keine Antwort auf die Anfrage erhalten.",
|
||||
"Could not start request to save recipe." : "Das Rezept konnte nicht gespeichert werden.",
|
||||
"Recipe image" : "Rezept-Bild",
|
||||
"Recipe image" : "Bild für das Rezept",
|
||||
"Select order" : "Sortierung auswählen",
|
||||
"Creation date" : "Erstellungsdatum",
|
||||
"Modification date" : "Bearbeitungsdatum",
|
||||
|
|
28
l10n/de.json
28
l10n/de.json
|
@ -3,6 +3,21 @@
|
|||
"Recipe with ID %d was not found in database." : "Rezept mit der ID %d wurde in der Datenbank nicht gefunden",
|
||||
"Downloading of a file failed returned the following error message: %s" : "Das Herunterladen einer Datei ist fehlgeschlagen, es wurde die folgende Fehlermeldung zurückgegeben: %s",
|
||||
"No content encoding was detected in the content." : "Es wurde keine Kodierung des Inhalts erkannt.",
|
||||
"The given image for the recipe %s cannot be parsed. Aborting and skipping it." : "Das Bild zum Rezept %s kann nicht gelesen werden. Breche ab und überspringe es.",
|
||||
"No valid recipe was left after heuristics of recipe %s." : "Auch mit heuristischer Suche wurde kein Rezept gefunden %s.",
|
||||
"Heuristics failed for image extraction of recipe %s." : "Fehler bei der heuristischen Suche nach einem Bild für das Rezept %s.",
|
||||
"Could not guess image url as no recipe url was found." : "Eine Bild-URL konnte nicht ermittelt werden, da keine Rezept-URL gefunden wurde.",
|
||||
"Could not guess image url scheme from recipe url %s" : "Ein Bild-URL-Schema konnte nicht aus der Rezept-Url %sermittelt werden.",
|
||||
"Could not parse recipe ingredients. It is no array." : "Zutaten für das Rezept konnten nicht gelesen werden. Es ist kein Array.",
|
||||
"Could not parse recipe instructions as they are no array." : "Zubereitung für das Rezept konnte nicht gelesen werden. Es ist kein Array.",
|
||||
"Cannot parse recipe: Unknown object found during flattening of instructions." : "Rezept konnte nicht eingelesen werden: Unbekanntes Objekt beim Reduzieren von Anweisungen gefunden.",
|
||||
"Did not find any p or li entries in the raw string of the instructions." : "Keine p- oder li-Einträge in der originalen Zeichenfolge der Zubereitung gefunden.",
|
||||
"Could not parse the keywords for recipe {recipe}." : "Schlagwörter für das Rezept {recipe} konnten nicht eingelesen werden.",
|
||||
"Could not parse the nutrition information successfully for recipe {name}." : "Nährwertangaben für das Rezept {name} konnten nicht eingelesen werden.",
|
||||
"Using heuristics to parse the recipeYield field of recipe {name}." : "Verwenden von Heuristiken zum Analysieren des RecipeYield-Felds des Rezepts {name}.",
|
||||
"Using the highest number found in recipeYield string. Totally found: {num}" : "Größte Zahl, die in der RecipeYield-Zeichenfolge gefunden wurde, wird verwendet. Vollständig gefunden: {num}",
|
||||
"Could not parse recipeYield field. Falling back to 1." : "Feld RecipeYield konnte nicht eingelesen werden. Zurück zu 1.",
|
||||
"Could not parse recipe tools. It is no array." : "Utensilien für das Rezept konnten nicht gelesen werden. Es ist kein Array.",
|
||||
"Could not find recipe in HTML code." : "Im HTML-Code konnte kein Rezept gefunden werden",
|
||||
"JSON cannot be decoded." : "JSON kann nicht dekodiert werden",
|
||||
"No recipe was found." : "Kein Rezept gefunden",
|
||||
|
@ -12,8 +27,9 @@
|
|||
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["Fehler %u trat beim Parsen von %s auf","Fehler %u trat %n Mal beim Parsen von %s auf"],
|
||||
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["Schwerer Fehler %u trat beim Parsen von %s auf","Schwerer Fehler %u trat %n Mal beim Parsen von %s auf"],
|
||||
"First time it occurred in line %u and column %u" : "Er trat zum ersten Mal in Zeile %u und Spalte %u auf",
|
||||
"The recipe has already an image file. Cannot create a new one." : "Das Rezept hat bereits ein Bilddatei, eine neue Bilddatei kann nicht erzeugt werden",
|
||||
"There is no primary image for the recipe present." : "Es gibt aktuell kein Bild für dieses Rezept",
|
||||
"Could not parse duration {duration}" : "Eine Dauer {duration} konnte nicht gelesen werden.",
|
||||
"The recipe has already an image file. Cannot create a new one." : "Das Rezept hat bereits eine Bilddatei, eine neue Bilddatei kann nicht erzeugt werden.",
|
||||
"There is no primary image for the recipe present." : "Es gibt aktuell kein Bild für dieses Rezept.",
|
||||
"Cannot parse non-POST multipart encoding. This is a bug." : "Multipart-Kodierung von Nicht-POST kann nicht geparst werden. Dies ist ein Fehler.",
|
||||
"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 melde diesen.",
|
||||
"Invalid URL-encoded string found. Please report a bug." : "Ungültige URL-kodierte Zeichenfolge gefunden. Bitte melde den Fehler.",
|
||||
|
@ -24,7 +40,7 @@
|
|||
"User cannot create recipe folder" : "Benutzer konnte Rezeptordner nicht erstellen",
|
||||
"in %s" : "in %s",
|
||||
"The JSON file in the folder with ID %d does not have a valid name." : "Die JSON-Datei im Ordner mit der ID %d hat keinen gültigen Namen",
|
||||
"Could not parse URL" : "URL konnte nicht geparst werden",
|
||||
"Could not parse URL" : "URL konnte nicht eingelesen werden.",
|
||||
"Exception while downloading recipe from %s." : "Fehler beim Herunterladen des Rezepts von %s.",
|
||||
"Download from %s failed as HTTP status code %d is not in expected range." : "Herunterladen von %s fehlgeschlagen, da der HTTP-Statuscode %d nicht im erwarteten Bereich liegt.",
|
||||
"Could not find a valid encoding when parsing %s." : "In %s konnte keine gültige Kodierung gefunden werden.",
|
||||
|
@ -86,9 +102,9 @@
|
|||
"Could not set recipe update interval to {interval}" : "Konnte das Rezept-Aktualisierungsintervall nicht auf {interval} setzen",
|
||||
"Could not set recipe folder to {path}" : "Konnte den Pfad '{path}' nicht als Rezept-Ordner setzen",
|
||||
"Loading config failed" : "Laden der Konfiguration fehlgeschlagen",
|
||||
"Enter URL or select from your Nextcloud instance on the right" : "Gib eine URL ein oder wähle rechts aus Deiner Nextcloud-Instanz aus",
|
||||
"Enter URL or select from your Nextcloud instance on the right" : "Gib eine URL ein oder wähle rechts eine Bilddatei auf Deiner Nextcloud-Instanz aus",
|
||||
"Pick a local image" : "Bitte wähle eine lokale Bilddatei",
|
||||
"Path to your recipe image" : "Pfad zum Rezeptbild",
|
||||
"Path to your recipe image" : "Pfad zum Bild für das Rezept",
|
||||
"Move entry up" : "Eintrag nach oben verschieben",
|
||||
"Move entry down" : "Eintrag nach unten verschieben",
|
||||
"Insert entry above" : "Eintrag oben einfügen",
|
||||
|
@ -133,7 +149,7 @@
|
|||
"Unknown answer returned from server. See logs." : "Unbekannte Antwort vom Server zurückgegeben. Siehe Protokolle.",
|
||||
"No answer for request was received." : "Es wurde keine Antwort auf die Anfrage erhalten.",
|
||||
"Could not start request to save recipe." : "Das Rezept konnte nicht gespeichert werden.",
|
||||
"Recipe image" : "Rezept-Bild",
|
||||
"Recipe image" : "Bild für das Rezept",
|
||||
"Select order" : "Sortierung auswählen",
|
||||
"Creation date" : "Erstellungsdatum",
|
||||
"Modification date" : "Bearbeitungsdatum",
|
||||
|
|
|
@ -5,6 +5,21 @@ OC.L10N.register(
|
|||
"Recipe with ID %d was not found in database." : "Rezept mit der ID %d wurde in der Datenbank nicht gefunden.",
|
||||
"Downloading of a file failed returned the following error message: %s" : "Das Herunterladen einer Datei ist fehlgeschlagen, es wurde die folgende Fehlermeldung zurückgegeben: %s",
|
||||
"No content encoding was detected in the content." : "Im Inhalt wurde keine Inhaltscodierung erkannt.",
|
||||
"The given image for the recipe %s cannot be parsed. Aborting and skipping it." : "Das Foto zum Rezept %s kann nicht gelesen werden. Breche ab und überspringe es.",
|
||||
"No valid recipe was left after heuristics of recipe %s." : "Auch mit heuristischer Suche wurde kein Rezept gefunden %s.",
|
||||
"Heuristics failed for image extraction of recipe %s." : "Fehler bei der heuristischen Suche nach einem Bild für das Rezept %s.",
|
||||
"Could not guess image url as no recipe url was found." : "Die Foto-URl konnte nicht ermittelt werden, da keine Rezept-URl gefunden wurde.",
|
||||
"Could not guess image url scheme from recipe url %s" : "Konnte das Foto-URl-Schema nicht aus der Rezept-Url %sermitteln.",
|
||||
"Could not parse recipe ingredients. It is no array." : "Rezept-Zutaten konnten nicht gelesen werden. Kein Array.",
|
||||
"Could not parse recipe instructions as they are no array." : "Rezept-Anleitung konnten nicht gelesen werden. Kein Array.",
|
||||
"Cannot parse recipe: Unknown object found during flattening of instructions." : "Rezept konnte nicht eingelesen werden: Unbekanntes Objekt beim Reduzieren von Anweisungen gefunden.",
|
||||
"Did not find any p or li entries in the raw string of the instructions." : "Keine p- oder li-Einträge in der Roh-Zeichenfolge der Anleitung gefunden.",
|
||||
"Could not parse the keywords for recipe {recipe}." : "Schlagwörter für das Rezept {recipe} konnten nicht eingelesen werden.",
|
||||
"Could not parse the nutrition information successfully for recipe {name}." : "Die Nährwertangaben für das Rezept {name} konnten nicht eingelesen werden.",
|
||||
"Using heuristics to parse the recipeYield field of recipe {name}." : "Verwenden von Heuristiken zum Analysieren des RecipeYield-Felds des Rezepts {name}.",
|
||||
"Using the highest number found in recipeYield string. Totally found: {num}" : "Verwenden der höchsten Zahl, die in der RecipeYield-Zeichenfolge gefunden wird. Vollständig gefunden: {num}",
|
||||
"Could not parse recipeYield field. Falling back to 1." : "Das Feld RecipeYield konnte nicht eingelesen werden. Rückfall auf 1.",
|
||||
"Could not parse recipe tools. It is no array." : "Rezept-Werkzeuge konnten nicht gelesen werden. Kein Array.",
|
||||
"Could not find recipe in HTML code." : "Rezept in HTML-Code nicht gefunden.",
|
||||
"JSON cannot be decoded." : "JSON kann nicht dekodiert werden.",
|
||||
"No recipe was found." : "Kein Rezept gefunden.",
|
||||
|
@ -14,6 +29,7 @@ OC.L10N.register(
|
|||
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["Fehler %u trat beim Parsen von %s auf.","Fehler %u trat %n Mal beim Parsen von %s auf."],
|
||||
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["Fataler Fehler %u trat beim Parsen von %s auf.","Fataler Fehler %u trat %n Mal beim Parsen von %s auf."],
|
||||
"First time it occurred in line %u and column %u" : "Er trat zum ersten Mal in Zeile %u und Spalte %u auf",
|
||||
"Could not parse duration {duration}" : "Dauer {duration} konnte nicht eingelesen werden",
|
||||
"The recipe has already an image file. Cannot create a new one." : "Das Rezept hat bereits ein Bilddatei, eine neue Bilddatei kann nicht erstellt werden.",
|
||||
"There is no primary image for the recipe present." : "Es ist kein primäres Bild für das Rezept vorhanden.",
|
||||
"Cannot parse non-POST multipart encoding. This is a bug." : "Multipart-Kodierung von Nicht-POST kann nicht geparst werden. Dies ist ein Fehler.",
|
||||
|
|
|
@ -3,6 +3,21 @@
|
|||
"Recipe with ID %d was not found in database." : "Rezept mit der ID %d wurde in der Datenbank nicht gefunden.",
|
||||
"Downloading of a file failed returned the following error message: %s" : "Das Herunterladen einer Datei ist fehlgeschlagen, es wurde die folgende Fehlermeldung zurückgegeben: %s",
|
||||
"No content encoding was detected in the content." : "Im Inhalt wurde keine Inhaltscodierung erkannt.",
|
||||
"The given image for the recipe %s cannot be parsed. Aborting and skipping it." : "Das Foto zum Rezept %s kann nicht gelesen werden. Breche ab und überspringe es.",
|
||||
"No valid recipe was left after heuristics of recipe %s." : "Auch mit heuristischer Suche wurde kein Rezept gefunden %s.",
|
||||
"Heuristics failed for image extraction of recipe %s." : "Fehler bei der heuristischen Suche nach einem Bild für das Rezept %s.",
|
||||
"Could not guess image url as no recipe url was found." : "Die Foto-URl konnte nicht ermittelt werden, da keine Rezept-URl gefunden wurde.",
|
||||
"Could not guess image url scheme from recipe url %s" : "Konnte das Foto-URl-Schema nicht aus der Rezept-Url %sermitteln.",
|
||||
"Could not parse recipe ingredients. It is no array." : "Rezept-Zutaten konnten nicht gelesen werden. Kein Array.",
|
||||
"Could not parse recipe instructions as they are no array." : "Rezept-Anleitung konnten nicht gelesen werden. Kein Array.",
|
||||
"Cannot parse recipe: Unknown object found during flattening of instructions." : "Rezept konnte nicht eingelesen werden: Unbekanntes Objekt beim Reduzieren von Anweisungen gefunden.",
|
||||
"Did not find any p or li entries in the raw string of the instructions." : "Keine p- oder li-Einträge in der Roh-Zeichenfolge der Anleitung gefunden.",
|
||||
"Could not parse the keywords for recipe {recipe}." : "Schlagwörter für das Rezept {recipe} konnten nicht eingelesen werden.",
|
||||
"Could not parse the nutrition information successfully for recipe {name}." : "Die Nährwertangaben für das Rezept {name} konnten nicht eingelesen werden.",
|
||||
"Using heuristics to parse the recipeYield field of recipe {name}." : "Verwenden von Heuristiken zum Analysieren des RecipeYield-Felds des Rezepts {name}.",
|
||||
"Using the highest number found in recipeYield string. Totally found: {num}" : "Verwenden der höchsten Zahl, die in der RecipeYield-Zeichenfolge gefunden wird. Vollständig gefunden: {num}",
|
||||
"Could not parse recipeYield field. Falling back to 1." : "Das Feld RecipeYield konnte nicht eingelesen werden. Rückfall auf 1.",
|
||||
"Could not parse recipe tools. It is no array." : "Rezept-Werkzeuge konnten nicht gelesen werden. Kein Array.",
|
||||
"Could not find recipe in HTML code." : "Rezept in HTML-Code nicht gefunden.",
|
||||
"JSON cannot be decoded." : "JSON kann nicht dekodiert werden.",
|
||||
"No recipe was found." : "Kein Rezept gefunden.",
|
||||
|
@ -12,6 +27,7 @@
|
|||
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["Fehler %u trat beim Parsen von %s auf.","Fehler %u trat %n Mal beim Parsen von %s auf."],
|
||||
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["Fataler Fehler %u trat beim Parsen von %s auf.","Fataler Fehler %u trat %n Mal beim Parsen von %s auf."],
|
||||
"First time it occurred in line %u and column %u" : "Er trat zum ersten Mal in Zeile %u und Spalte %u auf",
|
||||
"Could not parse duration {duration}" : "Dauer {duration} konnte nicht eingelesen werden",
|
||||
"The recipe has already an image file. Cannot create a new one." : "Das Rezept hat bereits ein Bilddatei, eine neue Bilddatei kann nicht erstellt werden.",
|
||||
"There is no primary image for the recipe present." : "Es ist kein primäres Bild für das Rezept vorhanden.",
|
||||
"Cannot parse non-POST multipart encoding. This is a bug." : "Multipart-Kodierung von Nicht-POST kann nicht geparst werden. Dies ist ein Fehler.",
|
||||
|
|
14
l10n/kab.js
14
l10n/kab.js
|
@ -1,14 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"cookbook",
|
||||
{
|
||||
"Home" : "Asnubeg",
|
||||
"Loading…" : "Asali...",
|
||||
"Save changes" : "Sekles asnifel",
|
||||
"Search" : "Nadi",
|
||||
"Tags" : "Tibzimin",
|
||||
"Rename" : "Beddel isem",
|
||||
"Add" : "Rnu",
|
||||
"Close" : "Mdel",
|
||||
"Name" : "Nom"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,12 +0,0 @@
|
|||
{ "translations": {
|
||||
"Home" : "Asnubeg",
|
||||
"Loading…" : "Asali...",
|
||||
"Save changes" : "Sekles asnifel",
|
||||
"Search" : "Nadi",
|
||||
"Tags" : "Tibzimin",
|
||||
"Rename" : "Beddel isem",
|
||||
"Add" : "Rnu",
|
||||
"Close" : "Mdel",
|
||||
"Name" : "Nom"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
14
l10n/km.js
14
l10n/km.js
|
@ -1,14 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"cookbook",
|
||||
{
|
||||
"Home" : "ទំព័រដើម",
|
||||
"Search" : "Search",
|
||||
"Tags" : "ស្លាក",
|
||||
"Rename" : "ប្ដូរឈ្មោះ",
|
||||
"Add" : "បញ្ចូល",
|
||||
"Close" : "បិទ",
|
||||
"Name" : "ឈ្មោះ",
|
||||
"Description" : "ការអធិប្បាយ",
|
||||
"URL" : "URL"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
12
l10n/km.json
12
l10n/km.json
|
@ -1,12 +0,0 @@
|
|||
{ "translations": {
|
||||
"Home" : "ទំព័រដើម",
|
||||
"Search" : "Search",
|
||||
"Tags" : "ស្លាក",
|
||||
"Rename" : "ប្ដូរឈ្មោះ",
|
||||
"Add" : "បញ្ចូល",
|
||||
"Close" : "បិទ",
|
||||
"Name" : "ឈ្មោះ",
|
||||
"Description" : "ការអធិប្បាយ",
|
||||
"URL" : "URL"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
14
l10n/lo.js
14
l10n/lo.js
|
@ -1,14 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"cookbook",
|
||||
{
|
||||
"Home" : "ໜ້າຫຼັກ",
|
||||
"Loading…" : "ກຳລັງໂຫຼດ",
|
||||
"Search" : "ຄົ້ນຫາ",
|
||||
"Tags" : "ປ້າຍກຳກັບ",
|
||||
"Rename" : "ປ່ຽນຊື່",
|
||||
"Add" : "ເພີ່ມ",
|
||||
"Close" : "ປິດ",
|
||||
"Name" : "ຊື່",
|
||||
"URL" : "URL"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
12
l10n/lo.json
12
l10n/lo.json
|
@ -1,12 +0,0 @@
|
|||
{ "translations": {
|
||||
"Home" : "ໜ້າຫຼັກ",
|
||||
"Loading…" : "ກຳລັງໂຫຼດ",
|
||||
"Search" : "ຄົ້ນຫາ",
|
||||
"Tags" : "ປ້າຍກຳກັບ",
|
||||
"Rename" : "ປ່ຽນຊື່",
|
||||
"Add" : "ເພີ່ມ",
|
||||
"Close" : "ປິດ",
|
||||
"Name" : "ຊື່",
|
||||
"URL" : "URL"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"cookbook",
|
||||
{
|
||||
"in %s" : "dalam %s",
|
||||
"Home" : "Rumah",
|
||||
"Search" : "Search",
|
||||
"Rename" : "Namakan",
|
||||
"Add" : "Tambah",
|
||||
"Close" : "Tutup",
|
||||
"Name" : "Nama",
|
||||
"Description" : "Keterangan",
|
||||
"URL" : "URL"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,12 +0,0 @@
|
|||
{ "translations": {
|
||||
"in %s" : "dalam %s",
|
||||
"Home" : "Rumah",
|
||||
"Search" : "Search",
|
||||
"Rename" : "Namakan",
|
||||
"Add" : "Tambah",
|
||||
"Close" : "Tutup",
|
||||
"Name" : "Nama",
|
||||
"Description" : "Keterangan",
|
||||
"URL" : "URL"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
14
l10n/ta.js
14
l10n/ta.js
|
@ -1,14 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"cookbook",
|
||||
{
|
||||
"Home" : "அகம்",
|
||||
"Search" : "Search",
|
||||
"Tags" : "சீட்டுகள்",
|
||||
"Rename" : "பெயர்மாற்றம்",
|
||||
"Add" : "சேர்க்க",
|
||||
"Close" : "மூடுக",
|
||||
"Name" : "பெயர்",
|
||||
"Description" : "விவரிப்பு",
|
||||
"URL" : "URL"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
12
l10n/ta.json
12
l10n/ta.json
|
@ -1,12 +0,0 @@
|
|||
{ "translations": {
|
||||
"Home" : "அகம்",
|
||||
"Search" : "Search",
|
||||
"Tags" : "சீட்டுகள்",
|
||||
"Rename" : "பெயர்மாற்றம்",
|
||||
"Add" : "சேர்க்க",
|
||||
"Close" : "மூடுக",
|
||||
"Name" : "பெயர்",
|
||||
"Description" : "விவரிப்பு",
|
||||
"URL" : "URL"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
14
l10n/ug.js
14
l10n/ug.js
|
@ -1,14 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"cookbook",
|
||||
{
|
||||
"Home" : "ئۆي",
|
||||
"Search" : "Search",
|
||||
"Tags" : "بەلگەلەر",
|
||||
"Rename" : "ئات ئۆزگەرت",
|
||||
"Add" : "قوش",
|
||||
"Close" : "ياپ",
|
||||
"Name" : "ئاتى",
|
||||
"Description" : "چۈشەندۈرۈش",
|
||||
"URL" : "URL"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
12
l10n/ug.json
12
l10n/ug.json
|
@ -1,12 +0,0 @@
|
|||
{ "translations": {
|
||||
"Home" : "ئۆي",
|
||||
"Search" : "Search",
|
||||
"Tags" : "بەلگەلەر",
|
||||
"Rename" : "ئات ئۆزگەرت",
|
||||
"Add" : "قوش",
|
||||
"Close" : "ياپ",
|
||||
"Name" : "ئاتى",
|
||||
"Description" : "چۈشەندۈرۈش",
|
||||
"URL" : "URL"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -5,6 +5,21 @@ OC.L10N.register(
|
|||
"Recipe with ID %d was not found in database." : "沒有找到 ID 為「%d」的食譜。",
|
||||
"Downloading of a file failed returned the following error message: %s" : "檔案下載失敗返回以下錯誤消息:%s",
|
||||
"No content encoding was detected in the content." : "在內容中未檢測到內容編碼。",
|
||||
"The given image for the recipe %s cannot be parsed. Aborting and skipping it." : "無法剖析食譜 %s的給定圖像。中止並跳過它。",
|
||||
"No valid recipe was left after heuristics of recipe %s." : "探索食譜 %s 後沒有留下有效食譜。",
|
||||
"Heuristics failed for image extraction of recipe %s." : "探索式方法無法提取食譜 %s 的圖像。",
|
||||
"Could not guess image url as no recipe url was found." : "無法猜測圖像 url,因為沒有找到食譜 url。",
|
||||
"Could not guess image url scheme from recipe url %s" : "無法從食譜 URL %s 猜測圖像 URL 方案",
|
||||
"Could not parse recipe ingredients. It is no array." : "無法分析食譜成分。它不是一個數組。",
|
||||
"Could not parse recipe instructions as they are no array." : "無法分析食譜指令,因為它們不是數組。",
|
||||
"Cannot parse recipe: Unknown object found during flattening of instructions." : "無法分析食譜:在指令展平期間發現未知對象。",
|
||||
"Did not find any p or li entries in the raw string of the instructions." : "在指令的原始字符串中未找到任何 p 或 li 條目。",
|
||||
"Could not parse the keywords for recipe {recipe}." : "無法分析食譜 {recipe} 的關鍵字。",
|
||||
"Could not parse the nutrition information successfully for recipe {name}." : "無法成功分析食譜 {name} 的營養信息。",
|
||||
"Using heuristics to parse the recipeYield field of recipe {name}." : "使用啟發式分析食譜 {name} 的 recipeYield 字段。",
|
||||
"Using the highest number found in recipeYield string. Totally found: {num}" : "使用在 recipeYield 字符串中找到的最高數字。找到的總數:{num}",
|
||||
"Could not parse recipeYield field. Falling back to 1." : "無法分析 recipeYield 字段。回落到 1。",
|
||||
"Could not parse recipe tools. It is no array." : "無法分析食譜工具。它不是一個數組。",
|
||||
"Could not find recipe in HTML code." : "在 HTML 代碼中找不到食譜。",
|
||||
"JSON cannot be decoded." : "JSON 無法解碼。",
|
||||
"No recipe was found." : "沒有找到食譜。",
|
||||
|
@ -14,6 +29,7 @@ OC.L10N.register(
|
|||
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["分析 %s 時出現 %n 次錯誤 %u。"],
|
||||
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["分析 %s 時發生 %n 次嚴重錯誤 %u。"],
|
||||
"First time it occurred in line %u and column %u" : "第一次發生在 %u 行和 %u 列",
|
||||
"Could not parse duration {duration}" : "無法分析持續時間 {duration}",
|
||||
"The recipe has already an image file. Cannot create a new one." : "食譜已經有一個圖像檔案。無法創建新的。",
|
||||
"There is no primary image for the recipe present." : "沒有當前食譜的主圖像。",
|
||||
"Cannot parse non-POST multipart encoding. This is a bug." : "無法分析 non-POST 多部分編碼。這是一個 bug。",
|
||||
|
|
|
@ -3,6 +3,21 @@
|
|||
"Recipe with ID %d was not found in database." : "沒有找到 ID 為「%d」的食譜。",
|
||||
"Downloading of a file failed returned the following error message: %s" : "檔案下載失敗返回以下錯誤消息:%s",
|
||||
"No content encoding was detected in the content." : "在內容中未檢測到內容編碼。",
|
||||
"The given image for the recipe %s cannot be parsed. Aborting and skipping it." : "無法剖析食譜 %s的給定圖像。中止並跳過它。",
|
||||
"No valid recipe was left after heuristics of recipe %s." : "探索食譜 %s 後沒有留下有效食譜。",
|
||||
"Heuristics failed for image extraction of recipe %s." : "探索式方法無法提取食譜 %s 的圖像。",
|
||||
"Could not guess image url as no recipe url was found." : "無法猜測圖像 url,因為沒有找到食譜 url。",
|
||||
"Could not guess image url scheme from recipe url %s" : "無法從食譜 URL %s 猜測圖像 URL 方案",
|
||||
"Could not parse recipe ingredients. It is no array." : "無法分析食譜成分。它不是一個數組。",
|
||||
"Could not parse recipe instructions as they are no array." : "無法分析食譜指令,因為它們不是數組。",
|
||||
"Cannot parse recipe: Unknown object found during flattening of instructions." : "無法分析食譜:在指令展平期間發現未知對象。",
|
||||
"Did not find any p or li entries in the raw string of the instructions." : "在指令的原始字符串中未找到任何 p 或 li 條目。",
|
||||
"Could not parse the keywords for recipe {recipe}." : "無法分析食譜 {recipe} 的關鍵字。",
|
||||
"Could not parse the nutrition information successfully for recipe {name}." : "無法成功分析食譜 {name} 的營養信息。",
|
||||
"Using heuristics to parse the recipeYield field of recipe {name}." : "使用啟發式分析食譜 {name} 的 recipeYield 字段。",
|
||||
"Using the highest number found in recipeYield string. Totally found: {num}" : "使用在 recipeYield 字符串中找到的最高數字。找到的總數:{num}",
|
||||
"Could not parse recipeYield field. Falling back to 1." : "無法分析 recipeYield 字段。回落到 1。",
|
||||
"Could not parse recipe tools. It is no array." : "無法分析食譜工具。它不是一個數組。",
|
||||
"Could not find recipe in HTML code." : "在 HTML 代碼中找不到食譜。",
|
||||
"JSON cannot be decoded." : "JSON 無法解碼。",
|
||||
"No recipe was found." : "沒有找到食譜。",
|
||||
|
@ -12,6 +27,7 @@
|
|||
"_Error %u occurred while parsing %s._::_Error %u occurred %n times while parsing %s._" : ["分析 %s 時出現 %n 次錯誤 %u。"],
|
||||
"_Fatal error %u occurred while parsing %s._::_Fatal error %u occurred %n times while parsing %s._" : ["分析 %s 時發生 %n 次嚴重錯誤 %u。"],
|
||||
"First time it occurred in line %u and column %u" : "第一次發生在 %u 行和 %u 列",
|
||||
"Could not parse duration {duration}" : "無法分析持續時間 {duration}",
|
||||
"The recipe has already an image file. Cannot create a new one." : "食譜已經有一個圖像檔案。無法創建新的。",
|
||||
"There is no primary image for the recipe present." : "沒有當前食譜的主圖像。",
|
||||
"Cannot parse non-POST multipart encoding. This is a bug." : "無法分析 non-POST 多部分編碼。這是一個 bug。",
|
||||
|
|
Загрузка…
Ссылка в новой задаче