This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalisation.json
111 lines (111 loc) · 5.36 KB
/
localisation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"selected": "English",
"English": {
"EditItem": "&Edit item",
"NewItem": "&New item",
"DeleteItem": "&Delete item",
"Clipboard": "Copy to clipboard",
"DefaultOutput": "Select a product to find its best price.",
"OnlyFound": "can only be found in market",
"FoundIn": "can be found in the following markets",
"PricePreposition": "for",
"SearchBox": "Search...",
"NoProducts": "No product found.",
"RestartDialog": "Language change",
"RestartInstructions": "Restart the program for language changes to take effect.",
"ConfirmDeletionDialog": "Confirm deletion",
"ConfirmDeletionOne": "Are you sure you want to delete the product",
"ConfirmDeletionTwo": "Select from which markets to delete it",
"DeleteSuccess": "Successfully deleted product.",
"DeleteFailure": "ERROR: Could not delete product.",
"EditDialog": "Edit product",
"EditInstructions": "Modify the name, markets and price of the product",
"EditSuccess": "Successfully edited product.",
"EditFailure": "ERROR: Could not edit product.",
"NewDialog": "New product",
"NewInstructions": "Insert a name and at least one market and price for the new product",
"NewSuccess": "Successfully entered new product.",
"NewFailure": "ERROR: The product was already present in the database.",
"ProductName": "Name",
"Restore": "Restore",
"Market": "Market",
"Remove": "Remove",
"AddMarket": "Add market",
"Cancel": "Cancel",
"StatusBar": "Welcome to Markt Comparator!",
"StatusBarNoSelection": "No selection was found, please retry.",
"StatusBarCancel": "Operation was cancelled."
},
"Italiano": {
"EditItem": "Modifica selezione",
"NewItem": "Aggiungi nuovo",
"DeleteItem": "Elimina selezione",
"Clipboard": "Copia negli appunti",
"DefaultOutput": "Seleziona un prodotto per trovarne il miglior prezzo.",
"OnlyFound": "può essere comprato solo da",
"FoundIn": "può essere comprato nei seguenti supermarket",
"PricePreposition": "per",
"SearchBox": "Cerca...",
"NoProducts": "Nessun prodotto trovato.",
"RestartDialog": "Cambio lingua",
"RestartInstructions": "Riavviare il programma per far sì che i cambiamenti abbiano effetto.",
"ConfirmDeletionDialog": "Conferma eliminazione",
"ConfirmDeletionOne": "Sei sicuro di voler eliminare il prodotto",
"ConfirmDeletionTwo": "Seleziona i supermarket da cui eliminarlo",
"DeleteSuccess": "Prodotto eliminato con successo.",
"DeleteFailure": "ERROR: Non è stato possibile eliminare il prodotto.",
"EditDialog": "Modifica prodotto",
"EditInstructions": "Modifica nome, mercati e prezzi del prodotto",
"EditSuccess": "Prodotto modificato con successo.",
"EditFailure": "ERROR: Non è stato possibile modificare il prodotto.",
"NewDialog": "Nuovo prodotto",
"NewInstructions": "Inserisci un nome e almeno un mercato e prezzo per il nuovo prodotto",
"NewSuccess": "Nuovo prodotto inserito con successo.",
"NewFailure": "ERROR: Il prodotto era già presente nel database.",
"ProductName": "Nome",
"Restore": "Ripristina",
"Market": "Mercato",
"Remove": "Rimuovi",
"AddMarket": "Aggiungi",
"Cancel": "Annulla",
"StatusBar": "Benvenuto in Markt Comparator!",
"StatusBarNoSelection": "Nessuna selezione trovata; riprovare.",
"StatusBarCancel": "Operazione annullata."
},
"Deutsch": {
"EditItem": "Auswahl verändern",
"NewItem": "Neu einfügen",
"DeleteItem": "Auswahl löschen",
"Clipboard": "Zur Zwischenablage hinzufügen",
"DefaultOutput": "Bitte wählen Sie ein Produkt aus, um den besten Preis zu finden.",
"OnlyFound": "kann nur in folgendem Markt gefunden werden:",
"FoundIn": "kann in folgenden Märkten gefunden werden",
"PricePreposition": "für",
"SearchBox": "Suchen...",
"NoProducts": "Kein Produkt gefunden.",
"RestartDialog": "Sprache wechseln",
"RestartInstructions": "Bitte starten das Programm neu, um die Sprache zu wechseln.",
"ConfirmDeletionDialog": "Löschung bestätigen",
"ConfirmDeletionOne": "Sind Sie sicher, dass Sie das folgende Produkt löschen wollen?",
"ConfirmDeletionTwo": "Bitte wählen Sie den Markt, von dem es gelöscht werden soll.",
"DeleteSuccess": "Das Produkt wurde erfolgreich gelöscht.",
"DeleteFailure": "FEHLER: Löschung des Produktes war nicht erfolgreich.",
"EditDialog": "Produkt verändern",
"EditInstructions": "Bitte verändern Sie den Namen, die Märkte und die Preise vom Produkt.",
"EditSuccess": "Das Produkt wurde erfolgreich verändert.",
"EditFailure": "FEHLER: Veränderung des Produktes war nicht erfolgreich.",
"NewDialog": "Neues Produkt",
"NewInstructions": "Bitte fügen Sie einen Namen und mindestens einen Markt und einen Preis für das neue Produkt ein.",
"NewSuccess": "Neues Produkt wurde erfolgreich hinzugefügt.",
"NewFailure": "FEHLER: Das Produkt ist schon in der Datenbank.",
"ProductName": "Name",
"Restore": "Zurücksetzen",
"Market": "Markt",
"Remove": "Löschen",
"AddMarket": "Einfügen",
"Cancel": "Abbrechen",
"StatusBar": "Willkommen zum Markt Comparator!",
"StatusBarNoSelection": "Keine Auswahl gefunden. Bitte nochmal versuchen.",
"StatusBarCancel": "Vorgang abgebrochen."
}
}