mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
338 lines
20 KiB
PHP
338 lines
20 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'Stock overview' => 'Dispensa',
|
|
'#1 products expiring within the next #2 days' => '#1 prodotti scadranno tra #2 giorni',
|
|
'#1 products are already expired' => '#1 prodotti scaduti',
|
|
'#1 products are below defined min. stock amount' => '#1 prodotti sotto il limite minimo',
|
|
'Product' => 'prodotto',
|
|
'Amount' => 'quantità',
|
|
'Next best before date' => 'Prossima data di scadenza',
|
|
'Logout' => 'Logout',
|
|
'Chores overview' => 'Riepilogo delle abitudini',
|
|
'Batteries overview' => 'Riepilogo delle batterie',
|
|
'Purchase' => 'Acquisti',
|
|
'Consume' => 'Consumi',
|
|
'Inventory' => 'Inventario',
|
|
'Shopping list' => 'Lista della spesa',
|
|
'Chore tracking' => 'Dati abitudini',
|
|
'Battery tracking' => 'Dati batterie',
|
|
'Products' => 'Prodotti',
|
|
'Locations' => 'Posizioni',
|
|
'Quantity units' => 'Unità di misura',
|
|
'Chores' => 'Abitudini',
|
|
'Batteries' => 'Batterie',
|
|
'Chore' => 'Abitudine',
|
|
'Next estimated tracking' => 'Prossima esecuzione',
|
|
'Last tracked' => 'Ultima esecuzione',
|
|
'Battery' => 'Batterie',
|
|
'Last charged' => 'Ultima ricarica',
|
|
'Next planned charge cycle' => 'Prossima ricarica',
|
|
'Best before' => 'Data di scadenza',
|
|
'OK' => 'OK',
|
|
'Product overview' => 'Riepilogo dei prodotti',
|
|
'Stock quantity unit' => 'Unità di misura',
|
|
'Stock amount' => 'Quantità',
|
|
'Last purchased' => 'Ultimo acquisto',
|
|
'Last used' => 'Ultimo utilizzo',
|
|
'Spoiled' => 'Scaduto',
|
|
'Barcode lookup is disabled' => 'I codici a barre sono disabilitati',
|
|
'will be added to the list of barcodes for the selected product on submit' => 'sarà aggiunto alla lista dei codici a barre per questo prodotto',
|
|
'New amount' => 'Nuova quantità',
|
|
'Note' => 'Nota',
|
|
'Tracked time' => 'Ora di esecuzione',
|
|
'Chore overview' => 'Riepilogo dell\'abitudine',
|
|
'Tracked count' => 'Numero di esecuzioni',
|
|
'Battery overview' => 'Riepilogo della batteria',
|
|
'Charge cycles count' => 'Numero di ricariche',
|
|
'Create shopping list item' => 'Aggiungi un prodotto alla lista della spesa',
|
|
'Edit shopping list item' => 'Modifica un\'entrata della lista della spesa',
|
|
'Save' => 'Salva',
|
|
'Add' => 'Aggiungi',
|
|
'Name' => 'Nome',
|
|
'Location' => 'Posizione',
|
|
'Min. stock amount' => 'Quantità minima',
|
|
'QU purchase' => 'Unità di acquisto',
|
|
'QU stock' => 'Unità di dispensa',
|
|
'QU factor' => 'Fattore di conversione',
|
|
'Description' => 'Descrizione',
|
|
'Create product' => 'Aggiungi prodotto',
|
|
'Barcode(s)' => 'Codice a barre',
|
|
'Minimum stock amount' => 'Quantità minima',
|
|
'Default best before days' => 'Data di scadenza standard in giorni',
|
|
'Quantity unit purchase' => 'Unità di acquisto',
|
|
'Quantity unit stock' => 'Unità di dispensa',
|
|
'Factor purchase to stock quantity unit' => 'Fattore di conversione tra quantità di acquisto e di dispensa',
|
|
'Create location' => 'Aggiungi posizione',
|
|
'Create quantity unit' => 'Aggiungi unità di misura',
|
|
'Period type' => 'Tipo di ripetizione',
|
|
'Period days' => 'Periodo in giorni',
|
|
'Create chore' => 'Aggiungi abitudine',
|
|
'Used in' => 'Usato in',
|
|
'Create battery' => 'Aggiungi batteria',
|
|
'Edit battery' => 'Modifica batteria',
|
|
'Edit chore' => 'Modifica abitudine',
|
|
'Edit quantity unit' => 'Modifica unità di misura',
|
|
'Edit product' => 'Modifica prodotto',
|
|
'Edit location' => 'Modifica posizione',
|
|
'Record data' => 'Registra dati',
|
|
'Manage master data' => 'Gestisci dati',
|
|
'This will apply to added products' => 'Verrà applicato ai prodotti aggiunti',
|
|
'never' => 'mai',
|
|
'Add products that are below defined min. stock amount' => 'Aggiungi prodotti sotti il limite minimo',
|
|
'For purchases this amount of days will be added to today for the best before date suggestion' => 'Questo numero di giorni verrà aggiunto alla data di acquisto per la data di scadenza',
|
|
'This means 1 #1 purchased will be converted into #2 #3 in stock' => 'Questo significa che 1 #1 acquistato diventerà #2 #3 in dispensa',
|
|
'Login' => 'Login',
|
|
'Username' => 'Username',
|
|
'Password' => 'Password',
|
|
'Invalid credentials, please try again' => 'Credenziali non valide, per favore riprova',
|
|
'Are you sure to delete battery "#1"?' => 'Sei sicuro di voler eliminare la batteria "#1"?',
|
|
'Yes' => 'Si',
|
|
'No' => 'No',
|
|
'Are you sure to delete chore "#1"?' => 'Sei sicuro di voler eliminare l\'abitudine "#1"?',
|
|
'"#1" could not be resolved to a product, how do you want to proceed?' => '"#1" non è stato associato a nessun prodotto, vuoi procedere?',
|
|
'Create or assign product' => 'Aggiungi o assegna prodotto',
|
|
'Cancel' => 'Annulla',
|
|
'Add as new product' => 'Aggiungi come nuovo prodotto',
|
|
'Add as barcode to existing product' => 'Assegna il codice a barre ad un prodotto',
|
|
'Add as new product and prefill barcode' => 'Aggiungi come nuovo prodotto ed assegna il codice a barre',
|
|
'Are you sure to delete quantity unit "#1"?' => 'Sei sicuro di voler eliminare l\'unità di misura "#1"?',
|
|
'Are you sure to delete product "#1"?' => 'Sei sicuro di voler eliminare il prodotto "#1"?',
|
|
'Are you sure to delete location "#1"?' => 'Sei sicuro di voler eliminare la posizione "#1"?',
|
|
'Manage API keys' => 'Gestisci le chiavi API',
|
|
'REST API & data model documentation' => 'REST API & Documentazione del modello di dati',
|
|
'API keys' => 'Chiavi API',
|
|
'Create new API key' => 'Crea nuova chiave API',
|
|
'API key' => 'Chiave API',
|
|
'Expires' => 'Scade il',
|
|
'Created' => 'Creata il',
|
|
'This product is not in stock' => 'Questo prodotto non è in dispensa',
|
|
'This means #1 will be added to stock' => '#1 sarà aggiunto alla dispensa',
|
|
'This means #1 will be removed from stock' => '#1 sarà rimosso dalla dispensa',
|
|
'This means it is estimated that a new execution of this chore is tracked #1 days after the last was tracked' => 'L\'esecuzione dell\'abitudine è #1 giorni dopo la precedente',
|
|
'Removed #1 #2 of #3 from stock' => '#1 #2 su #3 rimossi dalla dispensa',
|
|
'About grocy' => 'Riguardo grocy',
|
|
'Close' => 'Chiudi',
|
|
'#1 batteries are due to be charged within the next #2 days' => '#1 batterie da ricaricare entro #2 giorni',
|
|
'#1 batteries are overdue to be charged' => '#1 batterie devono essere ricaricate',
|
|
'#1 chores are due to be done within the next #2 days' => '#1 abitudini da eseguire entro #2 giorni',
|
|
'#1 chores are overdue to be done' => '#1 abitudini da eseguire',
|
|
'Released on' => 'Rilasciato il',
|
|
'Consume #3 #1 of #2' => 'Consumati #3 #1 di #2',
|
|
'Added #1 #2 of #3 to stock' => 'Aggiunti #1 #2 di #3',
|
|
'Stock amount of #1 is now #2 #3' => 'La quantità in dispensa di #1 è ora #2 #3',
|
|
'Tracked execution of chore #1 on #2' => 'Esecuzione dell\'abitudine #1 registrata il #2',
|
|
'Tracked charge cycle of battery #1 on #2' => 'Ricarica della batteria #1 effettuata il #2',
|
|
'Consume all #1 which are currently in stock' => 'Consuma tutto #1 in dispensa',
|
|
'All' => 'Tutto',
|
|
'Track charge cycle of battery #1' => 'Registra la ricarica della batteria #1',
|
|
'Track execution of chore #1' => 'Registra l\'esecuzione dell\'abitudine #1',
|
|
'Filter by location' => 'Filtra per posizione',
|
|
'Search' => 'Cerca',
|
|
'Not logged in' => 'Non autenticato',
|
|
'You have to select a product' => 'Devi selezionare un prodotto',
|
|
'You have to select a chore' => 'Devi selezionare un\'abitudine',
|
|
'You have to select a battery' => 'Devi selezionare una batteria',
|
|
'A name is required' => 'Inserisci un nome',
|
|
'A location is required' => 'Inserisci la posizione',
|
|
'The amount cannot be lower than #1' => 'La quantità non può essere minore di #1',
|
|
'This cannot be negative' => 'Il numero non può essere negativo',
|
|
'A quantity unit is required' => 'Inserisci un\'unità di misura',
|
|
'A period type is required' => 'Seleziona un tipo di ripetizione',
|
|
'A best before date is required and must be later than today' => 'È necessaria una data di scadenza anticipata e deve essere successiva a quella di oggi',
|
|
'Settings' => 'Impostazioni',
|
|
'This can only be before now' => 'Questo può essere solo prima d\'ora',
|
|
'Calendar' => 'Calendario',
|
|
'Recipes' => 'Ricette',
|
|
'Edit recipe' => 'Modifica Ricetta',
|
|
'New recipe' => 'Nuova Ricetta',
|
|
'Ingredients list' => 'Lista Ingredienti',
|
|
'Add recipe ingredient' => 'Aggiungi l\'ingrediente della ricetta',
|
|
'Edit recipe ingredient' => 'Modifica l\'ingrediente della ricetta',
|
|
'Are you sure to delete recipe "#1"?' => 'Sei sicuro di voler eliminare la ricetta "# 1"?',
|
|
'Are you sure to delete recipe ingredient "#1"?' => 'Sei sicuro di voler eliminare l\'ingrediente della ricetta "# 1"?',
|
|
'Are you sure to empty the shopping list?' => 'Sei sicuro di svuotare la lista della spesa?',
|
|
'Clear list' => 'Pulisci lista',
|
|
'Requirements fulfilled' => 'Requisiti soddisfatti',
|
|
'Put missing products on shopping list' => 'Metti i prodotti mancanti nella lista della spesa',
|
|
'Not enough in stock, #1 ingredients missing' => 'Non abbastanza in magazzino, mancano gli ingredienti # 1',
|
|
'Enough in stock' => 'Abbastanza in magazzino',
|
|
'Not enough in stock, #1 ingredients missing but already on the shopping list' => 'Non abbastanza in magazzino, mancano gli ingredienti # 1 ma sono già nella lista della spesa',
|
|
'Expand to fullscreen' => 'Espandi a schermo intero',
|
|
'Ingredients' => 'Ingredienti',
|
|
'Preparation' => 'Preparation',
|
|
'Recipe' => 'Recipe',
|
|
'Not enough in stock, #1 missing, #2 already on shopping list' => 'Not enough in stock, #1 missing, #2 already on shopping list',
|
|
'Show notes' => 'Show notes',
|
|
'Put missing amount on shopping list' => 'Put missing amount on shopping list',
|
|
'Are you sure to put all missing ingredients for recipe "#1" on the shopping list?' => 'Are you sure to put all missing ingredients for recipe "#1" on the shopping list?',
|
|
'Added for recipe #1' => 'Added for recipe #1',
|
|
'Manage users' => 'Manage users',
|
|
'User' => 'User',
|
|
'Users' => 'Users',
|
|
'Are you sure to delete user "#1"?' => 'Are you sure to delete user "#1"?',
|
|
'Create user' => 'Create user',
|
|
'Edit user' => 'Edit user',
|
|
'First name' => 'First name',
|
|
'Last name' => 'Last name',
|
|
'A username is required' => 'A username is required',
|
|
'Confirm password' => 'Confirm password',
|
|
'Passwords do not match' => 'Passwords do not match',
|
|
'Change password' => 'Change password',
|
|
'Done by' => 'Done by',
|
|
'Last done by' => 'Last done by',
|
|
'Unknown' => 'Unknown',
|
|
'Filter by chore' => 'Filter by chore',
|
|
'Chores journal' => 'Chores journal',
|
|
'0 means suggestions for the next charge cycle are disabled' => '0 means suggestions for the next charge cycle are disabled',
|
|
'Charge cycle interval (days)' => 'Charge cycle interval (days)',
|
|
'Last price' => 'Last price',
|
|
'Price history' => 'Price history',
|
|
'No price history available' => 'No price history available',
|
|
'Price' => 'Price',
|
|
'in #1 per purchase quantity unit' => 'in #1 per purchase quantity unit',
|
|
'The price cannot be lower than #1' => 'The price cannot be lower than #1',
|
|
'#1 product expires within the next #2 days' => '#1 product expires within the next #2 days',
|
|
'#1 product is already expired' => '#1 product is already expired',
|
|
'#1 product is below defined min. stock amount' => '#1 product is below defined min. stock amount',
|
|
'Unit' => 'Unit',
|
|
'Units' => 'Units',
|
|
'#1 chore is due to be done within the next #2 days' => '#1 chore is due to be done within the next #2 days',
|
|
'#1 chore is overdue to be done' => '#1 chore is overdue to be done',
|
|
'#1 battery is due to be charged within the next #2 days' => '#1 battery is due to be charged within the next #2 days',
|
|
'#1 battery is overdue to be charged' => '#1 battery is overdue to be charged',
|
|
'#1 unit was automatically added and will apply in addition to the amount entered here' => '#1 unit was automatically added and will apply in addition to the amount entered here',
|
|
'in singular form' => 'in singular form',
|
|
'in plural form' => 'in plural form',
|
|
'Never expires' => 'Never expires',
|
|
'This cannot be lower than #1' => 'This cannot be lower than #1',
|
|
'-1 means that this product never expires' => '-1 means that this product never expires',
|
|
'Quantity unit' => 'Quantity unit',
|
|
'Only check if a single unit is in stock (a different quantity can then be used above)' => 'Only check if a single unit is in stock (a different quantity can then be used above)',
|
|
'Are you sure to consume all ingredients needed by recipe "#1" (ingredients marked with "check only if a single unit is in stock" will be ignored)?' => 'Are you sure to consume all ingredients needed by recipe "#1" (ingredients marked with "check only if a single unit is in stock" will be ignored)?',
|
|
'Removed all ingredients of recipe "#1" from stock' => 'Removed all ingredients of recipe "#1" from stock',
|
|
'Consume all ingredients needed by this recipe' => 'Consume all ingredients needed by this recipe',
|
|
'Click to show technical details' => 'Click to show technical details',
|
|
'Error while saving, probably this item already exists' => 'Error while saving, probably this item already exists',
|
|
'Error details' => 'Error details',
|
|
'Tasks' => 'Tasks',
|
|
'Show done tasks' => 'Show done tasks',
|
|
'Task' => 'Task',
|
|
'Due' => 'Due',
|
|
'Assigned to' => 'Assigned to',
|
|
'Mark task "#1" as completed' => 'Mark task "#1" as completed',
|
|
'Uncategorized' => 'Uncategorized',
|
|
'Task categories' => 'Task categories',
|
|
'Create task' => 'Create task',
|
|
'A due date is required' => 'A due date is required',
|
|
'Category' => 'Category',
|
|
'Edit task' => 'Edit task',
|
|
'Are you sure to delete task "#1"?' => 'Are you sure to delete task "#1"?',
|
|
'#1 task is due to be done within the next #2 days' => '#1 task is due to be done within the next #2 days',
|
|
'#1 tasks are due to be done within the next #2 days' => '#1 tasks are due to be done within the next #2 days',
|
|
'#1 task is overdue to be done' => '#1 task is overdue to be done',
|
|
'#1 tasks are overdue to be done' => '#1 tasks are overdue to be done',
|
|
'Edit task category' => 'Edit task category',
|
|
'Create task category' => 'Create task category',
|
|
'Product groups' => 'Product groups',
|
|
'Ungrouped' => 'Ungrouped',
|
|
'Create product group' => 'Create product group',
|
|
'Edit product group' => 'Edit product group',
|
|
'Product group' => 'Product group',
|
|
'Are you sure to delete product group "#1"?' => 'Are you sure to delete product group "#1"?',
|
|
'Stay logged in permanently' => 'Stay logged in permanently',
|
|
'When not set, you will get logged out at latest after 30 days' => 'When not set, you will get logged out at latest after 30 days',
|
|
'Filter by status' => 'Filter by status',
|
|
'Below min. stock amount' => 'Below min. stock amount',
|
|
'Expiring soon' => 'Expiring soon',
|
|
'Already expired' => 'Already expired',
|
|
'Due soon' => 'Due soon',
|
|
'Overdue' => 'Overdue',
|
|
'View settings' => 'View settings',
|
|
'Auto reload on external changes' => 'Auto reload on external changes',
|
|
'Enable night mode' => 'Enable night mode',
|
|
'Auto enable in time range' => 'Auto enable in time range',
|
|
'From' => 'From',
|
|
'in format' => 'in format',
|
|
'To' => 'To',
|
|
'Time range goes over midnight' => 'Time range goes over midnight',
|
|
'Product picture' => 'Product picture',
|
|
'No file selected' => 'No file selected',
|
|
'If you don\'t select a file, the current picture will not be altered' => 'If you don\'t select a file, the current picture will not be altered',
|
|
'Current picture' => 'Current picture',
|
|
'Delete' => 'Delete',
|
|
'The current picture will be deleted when you save the product' => 'The current picture will be deleted when you save the product',
|
|
'Select file' => 'Select file',
|
|
'Image of product #1' => 'Image of product #1',
|
|
'This product cannot be deleted because it is in stock, please remove the stock amount first.' => 'This product cannot be deleted because it is in stock, please remove the stock amount first.',
|
|
'Delete not possible' => 'Delete not possible',
|
|
'Equipment' => 'Equipment',
|
|
'Instruction manual' => 'Instruction manual',
|
|
'The selected equipment has no instruction manual' => 'The selected equipment has no instruction manual',
|
|
'Notes' => 'Notes',
|
|
'Edit equipment' => 'Edit equipment',
|
|
'Create equipment' => 'Create equipment',
|
|
'If you don\'t select a file, the current instruction manual will not be altered' => 'If you don\'t select a file, the current instruction manual will not be altered',
|
|
'Current instruction manual' => 'Current instruction manual',
|
|
'No instruction manual available' => 'No instruction manual available',
|
|
'The current instruction manual will be deleted when you save the equipment' => 'The current instruction manual will be deleted when you save the equipment',
|
|
'No picture available' => 'No picture available',
|
|
'Filter by product group' => 'Filter by product group',
|
|
'Presets for new products' => 'Presets for new products',
|
|
'Included recipes' => 'Included recipes',
|
|
'A recipe is required' => 'A recipe is required',
|
|
'Add included recipe' => 'Add included recipe',
|
|
'Edit included recipe' => 'Edit included recipe',
|
|
'Group' => 'Group',
|
|
'This will be used as a headline to group ingredients together' => 'This will be used as a headline to group ingredients together',
|
|
'Journal' => 'Journal',
|
|
'Stock journal' => 'Stock journal',
|
|
'Filter by product' => 'Filter by product',
|
|
'Booking time' => 'Booking time',
|
|
'Booking type' => 'Booking type',
|
|
'Undo booking' => 'Undo booking',
|
|
'Undone on' => 'Undone on',
|
|
'Batteries journal' => 'Batteries journal',
|
|
'Filter by battery' => 'Filter by battery',
|
|
'Undo charge cycle' => 'Undo charge cycle',
|
|
'Undo chore execution' => 'Undo chore execution',
|
|
'Chore execution successfully undone' => 'Chore execution successfully undone',
|
|
'Undo' => 'Undo',
|
|
'Booking successfully undone' => 'Booking successfully undone',
|
|
'Charge cycle successfully undone' => 'Charge cycle successfully undone',
|
|
'This cannot be negative and must be an integral number' => 'This cannot be negative and must be an integral number',
|
|
'Disable stock fulfillment checking for this ingredient' => 'Disable stock fulfillment checking for this ingredient',
|
|
'Add all list items to stock' => 'Add all list items to stock',
|
|
'Add #3 #1 of #2 to stock' => 'Add #3 #1 of #2 to stock',
|
|
'Adding shopping list item #1 of #2' => 'Adding shopping list item #1 of #2',
|
|
'Use a specific stock item' => 'Use a specific stock item',
|
|
'The first item in this list would be picked by the default rule which is "First expiring first, then first in first out"' => 'The first item in this list would be picked by the default rule which is "First expiring first, then first in first out"',
|
|
'Mark #3 #1 of #2 as open' => 'Mark #3 #1 of #2 as open',
|
|
'When a product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)' => 'When a product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)',
|
|
'Default best before days after opened' => 'Default best before days after opened',
|
|
'Marked #1 #2 of #3 as opened' => 'Marked #1 #2 of #3 as opened',
|
|
'Mark as opened' => 'Mark as opened',
|
|
'Expires on #1; Bought on #2' => 'Expires on #1; Bought on #2',
|
|
'Not opened' => 'Not opened',
|
|
'Opened' => 'Opened',
|
|
'Mark #3 #1 of #2 as open' => 'Mark #3 #1 of #2 as open',
|
|
'#1 opened' => '#1 opened',
|
|
'Product expires' => 'Product expires',
|
|
'Task due' => 'Task due',
|
|
'Chore due' => 'Chore due',
|
|
'Battery charge cycle due' => 'Battery charge cycle due',
|
|
'Show clock in header' => 'Show clock in header',
|
|
'Stock settings' => 'Stock settings',
|
|
'Shopping list to stock workflow' => 'Shopping list to stock workflow',
|
|
'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set' => 'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set',
|
|
'Skip' => 'Salta',
|
|
'Servings' => 'Servings',
|
|
'Costs' => 'Costs',
|
|
'Based on the prices of the last purchase per product' => 'Based on the prices of the last purchase per product',
|
|
'The ingredients listed here result in this amount of servings' => 'The ingredients listed here result in this amount of servings',
|
|
'Do not check against the shopping list when adding missing items to it' => 'Do not check against the shopping list when adding missing items to it',
|
|
'By default the amount to be added to the shopping list is "needed amount - stock amount - shopping list amount" - when this is enabled, it is only checked against the stock amount, not against what is already on the shopping list' => 'By default the amount to be added to the shopping list is "needed amount - stock amount - shopping list amount" - when this is enabled, it is only checked against the stock amount, not against what is already on the shopping list',
|
|
'Picture' => 'Picture',
|
|
'Uncheck ingredients to not put them on the shopping list' => 'Uncheck ingredients to not put them on the shopping list'
|
|
);
|