forked from mikemaccana/outdated-browser-rework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguages.json
26 lines (26 loc) · 1.36 KB
/
languages.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
{
"en": {
"outOfDate": "Your browser is out-of-date!",
"update": {
"global": "You are using a web browser that does not support the latest technology. Update your browser to view this website correctly.",
"web": "There are modern and safer browsers such as Firefox, Microsoft Edge or Google Chrome you can easily upgrade for free and view this and other websites properly.",
"googlePlay": "Please install Chrome from Google Play",
"appStore": "Please update iOS from the Settings App"
},
"url": "https://browser-update.org/update-browser.html",
"callToAction": "Update my browser now",
"close": "Close"
},
"nl": {
"outOfDate": "Je gebruikt een verouderde browser",
"update": {
"global": "Je gebruikt een webbrowser die niet de laatste technologie ondersteund. Update je browser om deze website correct te bekijken.",
"web": "Er zijn moderne en veiligere browsers zoals Firefox, Microsoft Edge of Google Chrome waarnaar je eenvoudig en gratis kunt upgraden om deze en andere websites goed te bekijken.",
"googlePlay": "Installeer Chrome of Firefox vanuit de Play Store of zoek online hoe je een andere browser kunt installeren op jouw apparaat.",
"appStore": "Update je iOS versie via instellingen op je apparaat."
},
"url": "https://browser-update.org/update-browser.html",
"callToAction": "Update mijn browser nu ",
"close": "Sluiten"
}
}