forked from MrBartusek/MeteoalarmCard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Italian translation (MrBartusek#13)
- Loading branch information
1 parent
e7faa49
commit cf886e8
Showing
3 changed files
with
34 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"common": { | ||
"name": "Scheda Meteoalarm", | ||
"description": "La scheda Meteoalarm ti informa degli eventi meteorologici in corso.", | ||
"not_available": "Meteoalarm non è disponibile" | ||
}, | ||
"error": { | ||
"missing_entity": "È necessario specificare un'entità!" | ||
}, | ||
"events": { | ||
"no_warnings": "Nessun allarme", | ||
"wind": "vento", | ||
"snow_ice": "neve/ghiaccio", | ||
"thunderstorms": "temporali", | ||
"fog": "nebbia", | ||
"hight_temperature": "alte temperature", | ||
"low_temperature": "basse temperature", | ||
"coastal_event": "eventi costieri", | ||
"forest_fire": "incendi boschivi", | ||
"avalanches": "valanghe", | ||
"rain": "pioggia", | ||
"flood": "inondazioni", | ||
"rain_flood": "acquazzoni" | ||
}, | ||
"messages": { | ||
"yellow": "Allarme Giallo {0}", | ||
"orange": "Allarme Arancione {0}", | ||
"red": "Allarme Rosso {0}" | ||
} | ||
} |