-
Notifications
You must be signed in to change notification settings - Fork 9
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
6 changed files
with
208 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,50 @@ | ||
{ | ||
"appName": { | ||
"message": "fullyfeedly", | ||
"message": "FullyFeedly", | ||
"description": "The name of the application" | ||
}, | ||
"appDescription": { | ||
"message": "Display the full content of articles in Feedly", | ||
"message": "Show the full content of articles in Feedly", | ||
"description": "The description of the application" | ||
}, | ||
"articleNotLoaded": { | ||
"message": "Article Not Loaded", | ||
"description": "NNotification message displayed when the article is not loaded correctly" | ||
}, | ||
"articleNotFound": { | ||
"message": "Article Not Found", | ||
"description": "Notification message displayed when the article is not found" | ||
}, | ||
"loading": { | ||
"message": "Loading", | ||
"description": "Notification message displayed while loading the article" | ||
}, | ||
"done": { | ||
"message": "Done", | ||
"description": "Notification message displayed when the operation is completed with success" | ||
}, | ||
"APIOverQuota": { | ||
"message": "API Over Quota", | ||
"description": "Notification message displayed when API exceeded free usage quota" | ||
}, | ||
"APIBadRequest": { | ||
"message": "API Bad Request", | ||
"description": "Notification message displayed when the API request format is not valid" | ||
}, | ||
"APIAuthorizationRequired": { | ||
"message": "API Authorization Required", | ||
"description": "Notification message displayed when API requires authorization" | ||
}, | ||
"APIUnknownError": { | ||
"message": "API Unknown Error", | ||
"description": "Notification message displayed when the an unknown error occurred" | ||
}, | ||
"APIMissingKey": { | ||
"message": "API Missing Key", | ||
"description": "Notification message displayed when the key for API is missing" | ||
}, | ||
"InvalidAPI": { | ||
"message": "Invalid API", | ||
"description": "Notification message displayed when API is not valid" | ||
} | ||
} |
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,46 @@ | ||
{ | ||
"appName": { | ||
"message": "FullyFeedly", | ||
"description": "The name of the application" | ||
}, | ||
"appDescription": { | ||
"message": "Mostra il contenuto completo degli articoli in Feedly", | ||
"description": "The description of the application" | ||
}, | ||
"articleNotLoaded": { | ||
"message": "Articolo Non Caricato", | ||
"description": "NNotification message displayed when the article is not loaded correctly" | ||
}, | ||
"articleNotFound": { | ||
"message": "Articolo Non Trovato", | ||
"description": "Notification message displayed when the article is not found" | ||
}, | ||
"loading": { | ||
"message": "Caricamento", | ||
"description": "Notification message displayed while loading the article" | ||
}, | ||
"done": { | ||
"message": "Fatto", | ||
"description": "Notification message displayed when the operation is completed with success" | ||
}, | ||
"APIOverQuota": { | ||
"message": "API Over Quota", | ||
"description": "Notification message displayed when API exceeded free usage quota" | ||
}, | ||
"APIBadRequest": { | ||
"message": "API Bad Request", | ||
"description": "Notification message displayed when the API request format is not valid" | ||
}, | ||
"APIAuthorizationRequired": { | ||
"message": "API Autorizzazione Richiesta", | ||
"description": "Notification message displayed when API requires authorization" | ||
}, | ||
"APIUnknownError": { | ||
"message": "API Errore Sconosciuto", | ||
"description": "Notification message displayed when the an unknown error occurred" | ||
}, | ||
"APIMissingKey": { | ||
"message": "Chiave API Mancante", | ||
"description": "Notification message displayed when the key for API is missing" | ||
} | ||
} |
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
Oops, something went wrong.