-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"CURRENCY_TITLE": "Valute", | ||
"PRICE_TITLE": "Prezzo ({conversion_var})", | ||
"PRICE_USD_TITLE": "Prezzo (USD)", | ||
"HOUR_TITLE": "Ora", | ||
"DAY_TITLE": "Giorno", | ||
"WEEK_TITLE": "Settimana", | ||
"TREND_TITLE": "Andamento ({range_var})", | ||
"CHANGES_TITLE": "Cambio", | ||
"ONE_DAY": "Un giorno", | ||
"ONE_WEEK": "Una settimana", | ||
"ONE_MONTH": "Un meseh", | ||
"UPDATE_SCHEDULED": "Aggiornamento programmato per essere esguito automaticamente ogni {minutes} minuti.", | ||
"LISTINGS_REQUESTED": "Richiesta valute inviara.", | ||
"CURRENCY_UPDATE_REQUESTED": "Richiesta di aggiornamento inviata per \"{name}\" utilizzando ID: {id}.", | ||
"UPDATE_STARTED": "Aggiornamento avviato.", | ||
"REQUEST_LOGO_DOWNLOAD": "Logo richiesto in download: \"{filename}\".", | ||
"LISTINGS_SUCCESS": "Dati valuta scaricati con successo dopo {numberOfAttempts} tentativi.", | ||
"LISTINGS_FAILURE": "Non è stato possibile scaricare i dati! Nuovo tentativo tra {retryTimeInSeconds} secondi.", | ||
"CURRENCY_UPDATE_SUCCESS": "Aggiornamento della valuta effettuato IDs: {id} dopo {numberOfAttempts} tentativi.", | ||
"CURRENCY_UPDATE_FAILURE": "Aggiornamento valuta fallita IDs: {id}. Nuovo tentativo tra {retryTimeInSeconds} secondi.", | ||
"LOGO_DOWNLOAD_SUCCESS": "Logo scaricato con successo: \"{filename}\".", | ||
"LOGO_DOWNLOAD_FAILURE": "Download del logo fallito: \"{filename}\".", | ||
"INVALID_CURRENCY": "Impossibile trovate la valuta con id: \"{id}\" o nome: \"{name}\".", | ||
"LOADING": "Lettura in corso …", | ||
"API_ERROR": "Impossibile scaricare i dati da {website}.", | ||
"SUSPENDED": "Sospeso", | ||
"RESUMED": "Riattivo", | ||
"LOGO_SAVE_FAILURE": "Non è stato possibile salvare \"{sourceFilename}\" come: \"{destinationFilename}\".", | ||
"LOGO_SAVE_SUCCESS": "Salvato con successo \"{sourceFilename}\" come: \"{destinationFilename}\".", | ||
"API_KEY_REQUIRED": "Per favore specifica la tua chiave API." | ||
} |