-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
480d454
commit 580645e
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"english": { | ||
"language_set": "Language is set on English", | ||
"no_limited_offer": "No limited offer found.", | ||
"price_found": "Price found at" | ||
}, | ||
"dutch": { | ||
"language_set": "Taal is ingesteld op Nederlands", | ||
"no_limited_offer": "Geen limited offer gevonden.", | ||
"price_found": "Prijs gevonden op" | ||
}, | ||
"french": { | ||
"language_set": "La langue est r\u00e9gl\u00e9e sur le fran\u00e7ais", | ||
"no_limited_offer": "Aucune offre limit\u00e9e trouv\u00e9e.", | ||
"price_found": "Prix trouv\u00e9 \u00e0" | ||
}, | ||
"german": { | ||
"language_set": "Die Sprache ist auf Deutsch eingestellt", | ||
"no_limited_offer": "Keine limitierte Angebote gefunden.", | ||
"price_found": "Preis gefunden bei" | ||
} | ||
} |