mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Pulled translations from transifex
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
|
||||
return array(
|
||||
'manually' => 'Manuell',
|
||||
'dynamic-regular' => 'Dynamisch regelmäßig'
|
||||
'dynamic-regular' => 'Dynamisch regelmäßig',
|
||||
'daily' => 'Täglich',
|
||||
'weekly' => 'Wöchentlich',
|
||||
'monthly' => 'Monatlich'
|
||||
);
|
||||
|
@@ -86,5 +86,9 @@ return array(
|
||||
'French' => 'Französisch',
|
||||
'Turkish' => 'Türkisch',
|
||||
'Spanish' => 'Spanisch',
|
||||
'Russian' => 'Russisch'
|
||||
'Russian' => 'Russisch',
|
||||
'The thing which happens on the 5th of every month' => 'Das, was am 5. jedes Monats zu tun ist',
|
||||
'The thing which happens daily' => 'Das, was täglich zu tun ist',
|
||||
'The thing which happens on Mondays and Wednesdays' => 'Das, was Montags und Mittwochs zu tun ist',
|
||||
'Swedish' => 'Schwedisch'
|
||||
);
|
||||
|
@@ -151,7 +151,7 @@ return array(
|
||||
'Edit recipe ingredient' => 'Rezeptzutat bearbeiten',
|
||||
'Are you sure to delete recipe "#1"?' => 'Rezept "#1" wirklich löschen?',
|
||||
'Are you sure to delete recipe ingredient "#1"?' => 'Rezeptzutat "#1" wirklich löschen?',
|
||||
'Are you sure to empty the shopping list?' => 'Sicher, dass den Einkaufszettel geleert werden soll?',
|
||||
'Are you sure to empty shopping list "#1"?' => ' Einkaufszettel "#1" wirklich leeren? ',
|
||||
'Clear list' => 'Liste leeren',
|
||||
'Requirements fulfilled' => 'Bedarf im Bestand',
|
||||
'Put missing products on shopping list' => 'Fehlende Produkte auf den Einkaufszettel setzen',
|
||||
@@ -358,5 +358,40 @@ return array(
|
||||
'The given date is earlier than today, are you sure?' => 'Das angegebene Datum ist früher als heute, bist du sicher?',
|
||||
'Product count' => 'Produktanzahl',
|
||||
'Type a new product name or barcode and hit TAB to start a workflow' => 'Gib einen neuen Produktnamen oder Barcode ein und drücke TAB um einen Workflow zu starten',
|
||||
'This will be used as the default setting when adding this product as a recipe ingredient' => 'Dies wird als Standardeinstellung verwendet wenn dieses Produkt als Rezeptzutat hinzugefügt wird'
|
||||
'This will be used as the default setting when adding this product as a recipe ingredient' => 'Dies wird als Standardeinstellung verwendet wenn dieses Produkt als Rezeptzutat hinzugefügt wird',
|
||||
'Add item' => 'Eintrag hinzufügen',
|
||||
'Selected shopping list' => 'Ausgewählter Einkaufszettel',
|
||||
'New shopping list' => 'Neuer Einkaufszettel',
|
||||
'Delete shopping list' => 'Einkaufszettel löschen',
|
||||
'Chores settings' => 'Hausarbeiten-Einstellungen',
|
||||
'Batteries settings' => 'Batterie-Einstellungen',
|
||||
'Tasks settings' => 'Aufgaben-Einstellungen',
|
||||
'Create shopping list' => 'Einkaufszettel erstellen',
|
||||
'Are you sure to delete shopping list "#1"?' => ' Einkaufszettel "#1" wirklich löschen? ',
|
||||
'Average shelf life' => 'Durchschnittliche Haltbarkeit',
|
||||
'Spoil rate' => 'Verderblichkeitsrate',
|
||||
'Show more' => 'Mehr anzeigen',
|
||||
'Show less' => 'Weniger anzeigen',
|
||||
'The amount must be between #1 and #2' => 'Die Menge muss zwischen #1 und #2 liegen',
|
||||
'Day of month' => 'Tag des Monats',
|
||||
'Monday' => 'Montag',
|
||||
'Tuesday' => 'Dienstag',
|
||||
'Wednesday' => 'Mittwoch',
|
||||
'Thursday' => 'Donnerstag',
|
||||
'Friday' => 'Freitag',
|
||||
'Saturday' => 'Samstag',
|
||||
'Sunday' => 'Sonntag',
|
||||
'Configure userfields' => 'Benutzerfelder konfigurieren',
|
||||
'Userfields' => 'Benutzerfelder',
|
||||
'Filter by entity' => 'Nach Entität filtern',
|
||||
'Entity' => 'Entität',
|
||||
'Caption' => 'Titel',
|
||||
'Type' => 'Typ',
|
||||
'Create userfield' => 'Benutzerfeld erstellen',
|
||||
'A entity is required' => 'Eine Entität muss ausgewählt werden',
|
||||
'A caption is required' => 'Ein Titel ist erforderlich',
|
||||
'A type is required' => 'Ein Typ muss ausgewählt werden',
|
||||
'Show as column in tables' => 'Als Spalte in Tabellen anzeigen',
|
||||
'This is required and can only contain letters and numbers' => 'Dies ist erforderlich und darf nur Buchstaben und Zahlen enthalten',
|
||||
'Edit userfield' => 'Benutzerfeld bearbeiten'
|
||||
);
|
||||
|
11
localization/de/userfield_types.php
Normal file
11
localization/de/userfield_types.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'text-single-line' => 'Text (einzeilig)',
|
||||
'text-multi-line' => 'Text (mehrzeilig)',
|
||||
'number-integral' => 'Zahl (Ganzzahl)',
|
||||
'number-decimal' => 'Zahl (mit Dezimalstellen)',
|
||||
'date' => 'Datum (ohne Zeitanteil)',
|
||||
'datetime' => 'Datum & Zeit',
|
||||
'checkbox' => 'Kontrollkästchen'
|
||||
);
|
Reference in New Issue
Block a user