From f66fe39d9d93742f422da75d4e8c4970ed0bf0bb Mon Sep 17 00:00:00 2001 From: brindosch Date: Tue, 10 Oct 2017 23:03:15 +0200 Subject: [PATCH] i18n typos and IT added --- assets/webconfig/i18n/de.json | 1 + assets/webconfig/i18n/en.json | 15 ++++++++------- assets/webconfig/js/settings.js | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/assets/webconfig/i18n/de.json b/assets/webconfig/i18n/de.json index 01725bab..8b5ff048 100644 --- a/assets/webconfig/i18n/de.json +++ b/assets/webconfig/i18n/de.json @@ -10,6 +10,7 @@ "general_speech_de" : "Deutsch", "general_speech_en" : "Englisch", "general_speech_es" : "Spanisch", + "general_speech_it" : "Italienisch", "general_access_default" : "Standard", "general_access_advanced" : "Fortgeschritten", "general_access_expert" : "Experte", diff --git a/assets/webconfig/i18n/en.json b/assets/webconfig/i18n/en.json index 9b1ce747..dd19bf20 100644 --- a/assets/webconfig/i18n/en.json +++ b/assets/webconfig/i18n/en.json @@ -10,6 +10,7 @@ "general_speech_de" : "German", "general_speech_en" : "English", "general_speech_es" : "Spanish", + "general_speech_it" : "Italian", "general_access_default" : "Default", "general_access_advanced" : "Advanced", "general_access_expert" : "Expert", @@ -229,7 +230,7 @@ "support_label_fbtext" : "Share our Hyperion Facebook page and get a notice when new updates are released", "support_label_twtext" : "Share and follow on Twitter, be always up to date with latest post about the Hyperion development", "support_label_ggtext" : "Circle us on Google +!", - "support_label_yttext" : "Bored from pictures? Checkout our Youtube channel!", + "support_label_yttext" : "Bored from pictures? Check out our Youtube channel!", "support_label_igtext" : "Visit us on Instagram to watch the latest Hyperion pictures!", "support_label_donate" : "Donate or use our affiliate links", "support_label_affinstr1" : "Click on the appropriate link of your country", @@ -237,7 +238,7 @@ "support_label_affinstr3" : "You ALWAYS pay the same price, there is absolutely no difference. Try it out!", "support_label_btctext" : "Address:", "support_label_donationpp" : "Donation:", - "support_label_webrestitle" : "Information and help ressources", + "support_label_webrestitle" : "Information and help resources", "support_label_webpagetitle" : "Webpage", "support_label_webpagetext" : "Home of Hyperion", "support_label_wikititle" : "Wiki", @@ -338,11 +339,11 @@ "wiz_cc_backlight" : "Additional you could define a backlight to sort out \"bad colors\" on nearly dark areas or if you don't like the switch between color and off during watching. Additional you could define if there should be some color in it or just white. This is disabled during the state \"Off\" ,\"Color\" and \"Effect\".", "wiz_cc_testintro" : "Time for a real test!", "wiz_cc_testintrok" : "Push on a button below to start a test video.", - "wiz_cc_testintrowok" : "Checkout the following link to download test videos:", + "wiz_cc_testintrowok" : "Check out the following link to download test videos:", "wiz_cc_link" : "Click me!", "wiz_cc_morethanone" : "You have more than one profile, please choose the profile you want to calibrate.", "wiz_cc_btn_stop" : "Stop video", - "wiz_cc_summary" : "A conclusen of your settings. During video playback, you could change or test values again. If you are done, click on save.", + "wiz_cc_summary" : "A conclusion of your settings. During video playback, you could change or test values again. If you are done, click on save.", "edt_dev_enum_subtract_minimum" : "Substract minimum", "edt_dev_enum_sub_min_warm_adjust" : "Min warm adjust", "edt_dev_enum_white_off" : "White off", @@ -532,7 +533,7 @@ "edt_conf_fg_width_title" : "Width", "edt_conf_fg_width_expl" : "Shrink picture to this width, as raw picture needs a lot of cpu time.", "edt_conf_fg_height_title" : "Height", - "edt_conf_fg_height_expl" : "Shrink picture to this height, as raw material needs a lot of cpu time.", + "edt_conf_fg_height_expl" : "Shrink picture to this height, as raw picture needs a lot of cpu time.", "edt_conf_fg_useXGetImage_title" : "Use XGetImage", "edt_conf_fg_useXGetImage_expl" : "XGetImage for newer X11 desktops", "edt_conf_fg_verticalPixelDecimation_title" : "Vertical pixel decimation", @@ -574,7 +575,7 @@ "edt_conf_kodic_enable3DDetection_expl" : "Detect which 3D mode Kodi is running. (no MVC and not for USB capture)", "edt_conf_fge_heading_title" : "Boot Effect/Color", "edt_conf_fge_type_title" : "Type", - "edt_conf_fge_type_expl" : "Choose between a color of effect.", + "edt_conf_fge_type_expl" : "Choose between a color or effect.", "edt_conf_fge_color_title" : "Color", "edt_conf_fge_color_expl" : "If type is \"Color\", set a color of your choice here.", "edt_conf_fge_effect_title" : "Effect", @@ -602,7 +603,7 @@ "edt_conf_webc_heading_title" : "Web Configuration", "edt_conf_webc_docroot_title" : "Document Root", "edt_conf_webc_docroot_expl" : "Local webinterface root path (just for webui developer)", - "edt_conf_effp_heading_title" : "Effekt Paths", + "edt_conf_effp_heading_title" : "Effect Paths", "edt_conf_effp_paths_title" : "Effect Path(s)", "edt_conf_effp_paths_expl" : "You could define more folders that contain effects. The effect configurator will always save inside the first folder.", "edt_conf_effp_paths_itemtitle" : "Path", diff --git a/assets/webconfig/js/settings.js b/assets/webconfig/js/settings.js index 5e5fa9cb..4ba798ef 100644 --- a/assets/webconfig/js/settings.js +++ b/assets/webconfig/js/settings.js @@ -1,6 +1,6 @@ var storedAccess; var storedLang; -var availLang = ['en','de','es']; +var availLang = ['en','de','es','it']; var availAccess = ['default','advanced','expert']; //$.i18n.debug = true;