glitch-images/lang/en-gb.json
Georg Fischer 3ec6a6b64e add russian translation, translate share strings, add share to
vkontakte and update styles to account for longer texts
2016-01-13 14:32:49 +01:00

148 lines
6.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"lang": "en-GB",
"index": {
"title": "Image Glitch Tool",
"description": "With this app, you can glitch your own images by dragging an image into the browser window. Use the sliders in the control panel to alter the glitched parameters. The image updates in real time.\n\nThis app corrupts some bytes in an image. Because of the way [JPEG encoding](https://en.wikipedia.org/wiki/JPEG) works, the corrupted file still shows a corrupted image. It was inspired by [soulwire](http://github.com/soulwire)s [experiment](http://blog.soulwire.co.uk/laboratory/flash/as3-bitmapdata-glitch-generator) in Flash.\n\nThis tool was created by [Georg](http://snorpey.com/). He is always happy to learn about the things that people are creating with his tools. You can follow him on [Twitter](https://twitter.com/snorpey) or explore the source code of this app on [GitHub](https://github.com/snorpey/jpg-glitch).\n\nIf you like this glitch tool, you can check out some of Georgs other [JavaScript experiments](http://snorpey.github.io/experiments/)."
},
"settings": {
"settings": "Settings",
"settingstitle": "Change the tool settings",
"canzoomwithpointer": "Enable zooming with mousewheel and touch gestures",
"language": "Language",
"languageoptions": {
"de-de": "Deutsch (German)",
"en-us": "English (American English)",
"en-gb": "English (British English)",
"ru-ru": "Русский (Russian)"
},
"resizeuploadedimages": "Resize big images to avoid errors",
"error": {
"save": "Could not save settings to your browser.",
"load": "Could not load previous settings data from your browser."
}
},
"about": {
"info": "Info",
"infotitle": "Learn about the author of this tool."
},
"controls": {
"controls": "Controls",
"controlstitle": "Show and hide controls",
"randomize": "Randomise",
"randomizetitle": "Randomise control values",
"center": "Centre",
"centertitle": "Fit image to screen",
"original": "100%",
"originaltitle": "Zoom image to its original size 100%",
"zoom": "Zoom",
"amount": "Amount",
"seed": "Seed",
"iterations": "Iterations",
"quality": "Quality",
"fullscreen": "Fullscreen",
"fullscreentitle": "Toggle Fullscreen"
},
"nav": {
"menu": "Menu",
"menutitle": "Toggle the main menu"
},
"file": {
"open": "Open",
"opentitle": "Open an image from your device",
"import": "Import File",
"importtitle": "Import image from your hard drive",
"recent": "Open recently edited file",
"norecent": "No recently edited files available",
"untitled": "Untitled",
"del": "delete",
"deltitle": "Delete this image from your browsers storage",
"openimage": "Open",
"openimagetitle": "Open this image from your browsers storage",
"offline": "Take Offline",
"offlinetitle": "Delete this image from Imgur",
"openlink": "Open Link",
"openlinktitle": "Open image link in new browser tab",
"save": "Save",
"savetitle": "Save current image for later sessions",
"download": "Download Image",
"downloadtitle": "Download the glitched image to your device",
"saveinbrowser": "Save in Browser",
"saveinbrowsertitle": "Save image in your browsers storage",
"error": {
"load": "Could not get previous session data from your browser.",
"save": "Could not save data to your browser.",
"openimage": "Could not open image.",
"openfile": "Could not open file."
},
"message": {
"before": "This file has been saved before.",
"save": "A file was saved to your browsers storage.",
"del": "A file was deleted from your browsers storage.",
"resize": "Your image was scaled down a bit to work better with this app."
}
},
"share": {
"share": "Share",
"sharetitle": "Share your glitched image on the internet",
"info": "You can upload the image to [Imgur](https://imgur.com) to share it. Please note that after uploading the image will be publicly visible on the internet and the Imgur's [terms of service](https://imgur.com/tos) apply.",
"openon": "Open image on {$1}",
"openontitle": "Open the image you shared on {$1}",
"shareon": "Share image on {$1}",
"shareontitle": "Share your glitched image on {$1}",
"upload": "Upload Image to Imgur",
"uploadtitle": "Upload your glitched image to Imgur and share it with others online",
"uploading": "Uploading Image…",
"imagelink": "Online link to image",
"imagelinktitle": "You can use this link to share the image or embed it on other sites",
"opennewtabtitle": "Open the image in a new browser tab",
"recentlyshared": "Recently shared images",
"untitled": "Untitled",
"openlink": "Open Link",
"openlinktitle": "Open the online link of this image in a new browser tab",
"offline": "Take Offline",
"offlinetitle": "Delete this image from Imgur",
"target": {
"imgur": "Imgur",
"reddit": "Reddit",
"twitter": "Twitter",
"facebook": "Facebook",
"pinterest": "Pinterest",
"vkontakte": "VKontakte"
},
"link": {
"title": "Glitch!",
"description": {
"withoutname": "Check out what I made with this glitch tool:",
"withname": "Check out what I made with @snorpeys glitch tool:",
"edited": "I made this with snorpeys glitch tool:"
}
},
"error": {
"base64": "No base64 URL to upload.",
"upload": "Could not upload file to Imgur.",
"del": "Could not delete file from Imgur."
},
"message": {
"upload": "The image was successfully uploaded to Imgur. [Click here to open it]({$1})",
"del": "The image was successfully deleted from Imgur."
}
},
"webcam": {
"webcam": "Webcam",
"webcamtitle": "Take a picture with your webcam",
"webcamlabel": "Take a Picture",
"trigger": "Take Picture",
"triggertitle": "Click to take a picture with your webcam",
"picture": "Webcam Picture {$1}",
"error": {
"access": "Could not access your webcam."
}
},
"welcome": {
"firstvisit": [
"Welcome! Looks like this is your first time here.",
"To get started, you can drag the sliders below and glitch an image.",
"You can also import an image from your device. Just click on the OPEN button in the menu."
]
}
}