diff options
author | Hender | 2023-04-13 00:38:16 -0400 |
---|---|---|
committer | GitHub | 2023-04-13 00:38:16 -0400 |
commit | bd36e6c1f959b511eca6120e5099d108bbb2c426 (patch) | |
tree | 1b0edf875937b7154dd6512a217fe6af78ba6186 /RaspberryPITVHDMI_archivos/en-a2096d7903ea9680a0ddd80943fb0530045088c839730119480af4c3d8.js | |
parent | b5ad1f3cde58e2c49b142be534b919b21a960a6c (diff) | |
download | bash-cec-bd36e6c1f959b511eca6120e5099d108bbb2c426.tar.gz bash-cec-bd36e6c1f959b511eca6120e5099d108bbb2c426.tar.bz2 bash-cec-bd36e6c1f959b511eca6120e5099d108bbb2c426.zip |
Delete RaspberryPITVHDMI_archivos directoryHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'RaspberryPITVHDMI_archivos/en-a2096d7903ea9680a0ddd80943fb0530045088c839730119480af4c3d8.js')
-rw-r--r-- | RaspberryPITVHDMI_archivos/en-a2096d7903ea9680a0ddd80943fb0530045088c839730119480af4c3d8.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/RaspberryPITVHDMI_archivos/en-a2096d7903ea9680a0ddd80943fb0530045088c839730119480af4c3d8.js b/RaspberryPITVHDMI_archivos/en-a2096d7903ea9680a0ddd80943fb0530045088c839730119480af4c3d8.js deleted file mode 100644 index e1f5b7c..0000000 --- a/RaspberryPITVHDMI_archivos/en-a2096d7903ea9680a0ddd80943fb0530045088c839730119480af4c3d8.js +++ /dev/null @@ -1,8 +0,0 @@ -var I18n=I18n||{};I18n.defaultLocale="en",I18n.pluralizationRules={en:function(e){return 0===e?["zero","none","other"]:1===e?"one":"other"}},I18n.locale=null,I18n.fallbackLocale=null,I18n.PLACEHOLDER=/(?:\{\{|%\{)(.*?)(?:\}\}?)/gm,I18n.SEPARATOR=".",I18n.noFallbacks=!1,I18n.isValidNode=function(e,t,o){return null!==e[t]&&e[t]!==o},I18n.lookup=function(e,t){t=t||{};var o,a=this.prepareOptions(I18n.translations),i=t.locale||I18n.currentLocale(),r=a[i]||{};t=this.prepareOptions(t),"object"==typeof e&&(e=e.join(this.SEPARATOR)),t.scope&&(e=t.scope.toString()+this.SEPARATOR+e);var n=e;for(e=e.split(this.SEPARATOR),e.length>0&&"js"!==e[0]&&e.unshift("js");r&&e.length>0;)o=e.shift(),r=r[o];if(void 0===r&&this.extras&&this.extras[i])for(r=this.extras[i],e=n.split(this.SEPARATOR);r&&e.length>0;)o=e.shift(),r=r[o];return void 0===r&&(r=t.defaultValue),r},I18n.prepareOptions=function(){for(var e,t={},o=arguments.length,a=0;a<o;a++)if(e=arguments[a])for(var i in e)this.isValidNode(t,i)||(t[i]=e[i]);return t},I18n.interpolate=function(e,t){t=this.prepareOptions(t);var o,a,i,r=e.match(this.PLACEHOLDER);if(!r)return e;for(var n=0;o=r[n];n++){i=o.replace(this.PLACEHOLDER,"$1"),a=t[i],this.isValidNode(t,i)||(a="[missing "+o+" value]");var s=new RegExp(o.replace(/\{/gm,"\\{").replace(/\}/gm,"\\}"));e=e.replace(s,a)}return e},I18n.translate=function(e,t){t=this.prepareOptions(t),t.needsPluralization="number"==typeof t.count,t.ignoreMissing=!this.noFallbacks;var o=this.findTranslation(e,t);this.noFallbacks||(!o&&this.fallbackLocale&&(t.locale=this.fallbackLocale,o=this.findTranslation(e,t)),t.ignoreMissing=!1,o||this.currentLocale()===this.defaultLocale||(t.locale=this.defaultLocale,o=this.findTranslation(e,t)),o||"en"===this.currentLocale()||(t.locale="en",o=this.findTranslation(e,t)));try{return this.interpolate(o,t)}catch(t){return this.missingTranslation(e)}},I18n.findTranslation=function(e,t){var o=this.lookup(e,t);return o&&t.needsPluralization&&(o=this.pluralize(o,e,t)),o},I18n.toNumber=function(e,t){t=this.prepareOptions(t,this.lookup("number.format"),{precision:3,separator:this.SEPARATOR,delimiter:",",strip_insignificant_zeros:!1});var o,a=e<0,i=Math.abs(e).toFixed(t.precision).toString(),r=i.split(this.SEPARATOR),n=[];for(e=r[0],r[1];e.length>0;)n.unshift(e.substr(Math.max(0,e.length-3),3)),e=e.substr(0,e.length-3);if(o=n.join(t.delimiter),t.precision>0&&(o+=t.separator+r[1]),a&&(o="-"+o),t.strip_insignificant_zeros){var s={separator:new RegExp(t.separator.replace(/\./,"\\.")+"$"),zeros:/0+$/};o=o.replace(s.zeros,"").replace(s.separator,"")}return o},I18n.toHumanSize=function(e,t){for(var o,a,i=e,r=0;i>=1024&&r<4;)i/=1024,r+=1;return 0===r?(o=this.t("number.human.storage_units.units.byte",{count:i}),a=0):(o=this.t("number.human.storage_units.units."+[null,"kb","mb","gb","tb"][r]),a=i-Math.floor(i)==0?0:1),t=this.prepareOptions(t,{precision:a,format:"%n%u",delimiter:""}),e=this.toNumber(i,t),e=t.format.replace("%u",o).replace("%n",e)},I18n.pluralizer=function(e){var t=this.pluralizationRules[e];return void 0!==t?t:this.pluralizationRules.en},I18n.findAndTranslateValidNode=function(e,t){for(var o=0;o<e.length;o++){var a=e[o];if(this.isValidNode(t,a))return t[a]}return null},I18n.pluralize=function(e,t,o){if("object"!=typeof e)return e;o=this.prepareOptions(o);var a=o.count.toString(),i=this.pluralizer(o.locale||this.currentLocale()),r=i(Math.abs(a)),n="object"==typeof r&&r instanceof Array?r:[r],s=this.findAndTranslateValidNode(n,e);return null!==s||o.ignoreMissing?s:this.missingTranslation(t,n[0])},I18n.missingTranslation=function(e,t){var o="["+this.currentLocale()+this.SEPARATOR+e;return t&&(o+=this.SEPARATOR+t),o+"]"},I18n.currentLocale=function(){return I18n.locale||I18n.defaultLocale},I18n.enableVerboseLocalization=function(){var e=0,t={},o=I18n.t;I18n.noFallbacks=!0,I18n.t=I18n.translate=function(a,i){var r=t[a];if(!r){r=t[a]=++e;var n="Translation #"+r+": "+a;_.isEmpty(i)||(n+=", parameters: "+JSON.stringify(i)),Ember.Logger.info(n)}return o.apply(I18n,[a,i])+" (#"+r+")"}},I18n.enableVerboseLocalizationSession=function(){return sessionStorage.setItem("verbose_localization","true"),I18n.enableVerboseLocalization(),"Verbose localization is enabled. Close the browser tab to turn it off. Reload the page to see the translation keys."},I18n.t=I18n.translate,MessageFormat={locale:{}},I18n._compiledMFs={"logs_error_rate_notice.reached_hour_MF":function(e){var t="";if(t+="<b>",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.relativeAge,t+="</b> – <a href='",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.url,t+="' target='_blank'>",!e)throw new Error("MessageFormat: No data passed to function.");var o="rate",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/hour"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/hour"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="</a> reached site setting limit of ",!e)throw new Error("MessageFormat: No data passed to function.");var o="limit",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/hour"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/hour"}};return r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="."},"logs_error_rate_notice.reached_minute_MF":function(e){var t="";if(t+="<b>",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.relativeAge,t+="</b> – <a href='",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.url,t+="' target='_blank'>",!e)throw new Error("MessageFormat: No data passed to function.");var o="rate",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/minute"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/minute"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="</a> reached site setting limit of ",!e)throw new Error("MessageFormat: No data passed to function.");var o="limit",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/minute"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/minute"}};return r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="."},"logs_error_rate_notice.exceeded_hour_MF":function(e){var t="";if(t+="<b>",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.relativeAge,t+="</b> – <a href='",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.url,t+="' target='_blank'>",!e)throw new Error("MessageFormat: No data passed to function.");var o="rate",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/hour"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/hour"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="</a> exceeded site setting limit of ",!e)throw new Error("MessageFormat: No data passed to function.");var o="limit",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/hour"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/hour"}};return r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="."},"logs_error_rate_notice.exceeded_minute_MF":function(e){var t="";if(t+="<b>",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.relativeAge,t+="</b> – <a href='",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.url,t+="' target='_blank'>",!e)throw new Error("MessageFormat: No data passed to function.");var o="rate",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/minute"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/minute"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="</a> exceeded site setting limit of ",!e)throw new Error("MessageFormat: No data passed to function.");var o="limit",a=e[o],i=0,r={one:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" error/minute"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" errors/minute"}};return r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+="."},"topic.read_more_MF":function(e){var t="";if(t+="There ",!e)throw new Error("MessageFormat: No data passed to function.");var o="UNREAD",a=e[o],i=0,r={0:function(e){return""},one:function(e){var t="";if(t+="is <a href='",!e)throw new Error("MessageFormat: No data passed to function.");return t+=e.basePath,t+="/unread'>1 unread</a> "},other:function(e){var t="";if(t+="are <a href='",!e)throw new Error("MessageFormat: No data passed to function.");return t+=e.basePath,t+="/unread'>"+function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" unread</a> "}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+=" ",!e)throw new Error("MessageFormat: No data passed to function.");var o="NEW",a=e[o],i=0,r={0:function(e){return""},one:function(e){var t="";if(!e)throw new Error("MessageFormat: No data passed to function.");var o=e.BOTH,a={true:function(e){var t="";return t+="and "},false:function(e){var t="";return t+="is "},other:function(e){return""}};if(t+=(a[o]||a.other)(e),t+=" <a href='",!e)throw new Error("MessageFormat: No data passed to function.");return t+=e.basePath,t+="/new'>1 new</a> topic"},other:function(e){var t="";if(!e)throw new Error("MessageFormat: No data passed to function.");var r=e.BOTH,n={true:function(e){var t="";return t+="and "},false:function(e){var t="";return t+="are "},other:function(e){return""}};if(t+=(n[r]||n.other)(e),t+=" <a href='",!e)throw new Error("MessageFormat: No data passed to function.");return t+=e.basePath,t+="/new'>"+function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" new</a> topics"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+=" remaining, or ",!e)throw new Error("MessageFormat: No data passed to function.");var o="CATEGORY",a=e[o],i=0,r={true:function(e){var t="";if(t+="browse other topics in ",!e)throw new Error("MessageFormat: No data passed to function.");return t+=e.catLink},false:function(e){var t="";if(!e)throw new Error("MessageFormat: No data passed to function.");return t+=e.latestLink},other:function(e){return""}};return t+=(r[a]||r.other)(e)},"flagging.delete_confirm_MF":function(e){var t="";if(t+="You are about to delete ",!e)throw new Error("MessageFormat: No data passed to function.");var o="POSTS",a=e[o],i=0,r={one:function(e){var t="";return t+="<b>1</b> post"},other:function(e){var t="";return t+="<b>"+function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+"</b> posts"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+=" and ",!e)throw new Error("MessageFormat: No data passed to function.");var o="TOPICS",a=e[o],i=0,r={one:function(e){var t="";return t+="<b>1</b> topic"},other:function(e){var t="";return t+="<b>"+function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+"</b> topics"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+=" from this user, remove their account, block signups from their IP address <b>",!e)throw new Error("MessageFormat: No data passed to function.");if(t+=e.ip_address,t+="</b>, and add their email address <b>",!e)throw new Error("MessageFormat: No data passed to function.");return t+=e.email,t+="</b> to a permanent block list. Are you sure this user is really a spammer?"},posts_likes_MF:function(e){var t="";if(t+="This topic has ",!e)throw new Error("MessageFormat: No data passed to function.");var o="count",a=e[o],i=0,r={one:function(e){var t="";return t+="1 reply"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" replies"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+=" ",!e)throw new Error("MessageFormat: No data passed to function.");var o="ratio",a=e[o],i=0,r={low:function(e){var t="";return t+="with a high like to post ratio"},med:function(e){var t="";return t+="with a very high like to post ratio"},high:function(e){var t="";return t+="with an extremely high like to post ratio"},other:function(e){return""}};return t+=(r[a]||r.other)(e),t+="\n"},"admin.user.delete_all_posts_confirm_MF":function(e){var t="";if(t+="You are about to delete ",!e)throw new Error("MessageFormat: No data passed to function.");var o="POSTS",a=e[o],i=0,r={one:function(e){var t="";return t+="1 post"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" posts"}};if(r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+=" and ",!e)throw new Error("MessageFormat: No data passed to function.");var o="TOPICS",a=e[o],i=0,r={one:function(e){var t="";return t+="1 topic"},other:function(e){var t="";return t+=function(){var e=a-i;if(isNaN(e))throw new Error("MessageFormat: `"+o+"` isnt a number.");return e}()+" topics"}};return r[a+""]?t+=r[a+""](e):t+=(r[MessageFormat.locale.en(a-i)]||r.other)(e),t+=". Are you sure?"}},MessageFormat.locale.en=function(e){return 1===e?"one":"other"},function(){I18n.messageFormat=function(e,t){var o=I18n._compiledMFs[e];if(!o)return"Missing Key: "+e;try{return o(t)}catch(e){return e.message}return I18n._compiledMFs[e](t)}}(),I18n.translations={en:{js:{number:{format:{separator:".",delimiter:","},human:{storage_units:{format:"%n %u",units:{byte:{one:"Byte",other:"Bytes"},gb:"GB",kb:"KB",mb:"MB",tb:"TB"}}},short:{thousands:"{{number}}k",millions:"{{number}}M"}},dates:{time:"HH:mm",timeline_date:"MMM YYYY",long_no_year:"D MMM HH:mm",long_no_year_no_time:"D MMM",full_no_year_no_time:"Do MMMM",long_with_year:"D MMM YYYY HH:mm",long_with_year_no_time:"D MMM YYYY",full_with_year_no_time:"D MMMM YYYY",long_date_with_year:"D MMM 'YY LT",long_date_without_year:"D MMM LT",long_date_with_year_without_time:"D MMM 'YY",long_date_without_year_with_linebreak:"D MMM <br/>LT",long_date_with_year_with_linebreak:"D MMM 'YY <br/>LT",wrap_ago:"%{date} ago",tiny:{half_a_minute:"< 1m",less_than_x_seconds:{one:"< %{count}s",other:"< %{count}s"},x_seconds:{one:"%{count}s",other:"%{count}s"},less_than_x_minutes:{one:"< %{count}m",other:"< %{count}m"},x_minutes:{one:"%{count}m",other:"%{count}m"},about_x_hours:{one:"%{count}h",other:"%{count}h"},x_days:{one:"%{count}d",other:"%{count}d"},x_months:{one:"%{count}mon",other:"%{count}mon"},about_x_years:{one:"%{count}y",other:"%{count}y"},over_x_years:{one:"> %{count}y",other:"> %{count}y"},almost_x_years:{one:"%{count}y",other:"%{count}y"},date_month:"D MMM",date_year:"MMM 'YY"},medium:{x_minutes:{one:"%{count} min",other:"%{count} mins"},x_hours:{one:"%{count} hour",other:"%{count} hours"},x_days:{one:"%{count} day",other:"%{count} days"},date_year:"D MMM 'YY"},medium_with_ago:{x_minutes:{one:"%{count} min ago",other:"%{count} mins ago"},x_hours:{one:"%{count} hour ago",other:"%{count} hours ago"},x_days:{one:"%{count} day ago",other:"%{count} days ago"}},later:{x_days:{one:"%{count} day later",other:"%{count} days later"},x_months:{one:"%{count} month later",other:"%{count} months later"},x_years:{one:"%{count} year later",other:"%{count} years later"}},previous_month:"Previous Month",next_month:"Next Month",placeholder:"date"},share:{topic_html:'Topic: <span class="topic-title">%{topicTitle}</span>',post:"post #%{postNumber}",close:"close",twitter:"Share this link on Twitter",facebook:"Share this link on Facebook",email:"Send this link in an email"},action_codes:{public_topic:"made this topic public %{when}",private_topic:"made this topic a personal message %{when}",split_topic:"split this topic %{when}",invited_user:"invited %{who} %{when}",invited_group:"invited %{who} %{when}",user_left:"%{who} removed themselves from this message %{when}",removed_user:"removed %{who} %{when}",removed_group:"removed %{who} %{when}",autobumped:"automatically bumped %{when}",autoclosed:{enabled:"closed %{when}",disabled:"opened %{when}"},closed:{enabled:"closed %{when}",disabled:"opened %{when}"},archived:{enabled:"archived %{when}",disabled:"unarchived %{when}"},pinned:{enabled:"pinned %{when}",disabled:"unpinned %{when}"},pinned_globally:{enabled:"pinned globally %{when}",disabled:"unpinned %{when}"},visible:{enabled:"listed %{when}",disabled:"unlisted %{when}"},banner:{enabled:"made this a banner %{when}. It will appear at the top of every page until it is dismissed by the user.",disabled:"removed this banner %{when}. It will no longer appear at the top of every page."}},topic_admin_menu:"topic admin actions",wizard_required:"Welcome to your new Discourse! Let’s get started with <a href='%{url}' data-auto-route='true'>the setup wizard</a> ✨",emails_are_disabled:"All outgoing email has been globally disabled by an administrator. No email notifications of any kind will be sent.",bootstrap_mode_enabled:"To make launching your new site easier, you are in bootstrap mode. All new users will be granted trust level 1 and have daily email summary emails enabled. This will be automatically turned off when %{min_users} users have joined.",bootstrap_mode_disabled:"Bootstrap mode will be disabled within 24 hours.",themes:{default_description:"Default",broken_theme_alert:"Your site may not work because theme / component %{theme} has errors. Disable it at %{path}."},s3:{regions:{ap_northeast_1:"Asia Pacific (Tokyo)",ap_northeast_2:"Asia Pacific (Seoul)",ap_south_1:"Asia Pacific (Mumbai)",ap_southeast_1:"Asia Pacific (Singapore)",ap_southeast_2:"Asia Pacific (Sydney)",ca_central_1:"Canada (Central)",cn_north_1:"China (Beijing)",cn_northwest_1:"China (Ningxia)",eu_central_1:"EU (Frankfurt)",eu_north_1:"EU (Stockholm)",eu_west_1:"EU (Ireland)",eu_west_2:"EU (London)",eu_west_3:"EU (Paris)",sa_east_1:"South America (São Paulo)",us_east_1:"US East (N. Virginia)",us_east_2:"US East (Ohio)",us_gov_east_1:"AWS GovCloud (US-East)",us_gov_west_1:"AWS GovCloud (US-West)",us_west_1:"US West (N. California)",us_west_2:"US West (Oregon)"}},edit:"edit the title and category of this topic",expand:"Expand",not_implemented:"That feature hasn't been implemented yet, sorry!",no_value:"No",yes_value:"Yes",submit:"Submit",generic_error:"Sorry, an error has occurred.",generic_error_with_reason:"An error occurred: %{error}",go_ahead:"Go ahead",sign_up:"Sign Up",log_in:"Log In",age:"Age",joined:"Joined",admin_title:"Admin",show_more:"show more",show_help:"options",links:"Links",links_lowercase:{one:"link",other:"links"},faq:"FAQ",guidelines:"Guidelines",privacy_policy:"Privacy Policy",privacy:"Privacy",tos:"Terms of Service",rules:"Rules",conduct:"Code of Conduct",mobile_view:"Mobile View",desktop_view:"Desktop View",you:"You",or:"or",now:"just now",read_more:"read more",more:"More",less:"Less",never:"never",every_30_minutes:"every 30 minutes",every_hour:"every hour",daily:"daily",weekly:"weekly",every_month:"every month",every_six_months:"every six months",max_of_count:"max of {{count}}",alternation:"or",character_count:{one:"{{count}} character",other:"{{count}} characters"},related_messages:{title:"Related Messages"},suggested_topics:{title:"Suggested Topics",pm_title:"Suggested Messages"},about:{simple_title:"About",title:"About %{title}",stats:"Site Statistics",our_admins:"Our Admins",our_moderators:"Our Moderators",stat:{all_time:"All Time",last_7_days:"Last 7",last_30_days:"Last 30"},like_count:"Likes",topic_count:"Topics",post_count:"Posts",user_count:"Users",active_user_count:"Active Users",contact:"Contact Us",contact_info:"In the event of a critical issue or urgent matter affecting this site, please contact us at %{contact_info}."},bookmarked:{title:"Bookmark",clear_bookmarks:"Clear Bookmarks",help:{bookmark:"Click to bookmark the first post on this topic",unbookmark:"Click to remove all bookmarks in this topic"}},bookmarks:{created:"you've bookmarked this post",not_bookmarked:"bookmark this post",remove:"Remove Bookmark",confirm_clear:"Are you sure you want to clear all your bookmarks from this topic?"},drafts:{resume:"Resume",remove:"Remove",new_topic:"New topic draft",new_private_message:"New private message draft",topic_reply:"Draft reply",abandon:{confirm:"You already opened another draft in this topic. Are you sure you want to abandon it?",yes_value:"Yes, abandon",no_value:"No, keep"}},topic_count_latest:{one:"See {{count}} new or updated topic",other:"See {{count}} new or updated topics"},topic_count_unread:{one:"See {{count}} unread topic",other:"See {{count}} unread topics"},topic_count_new:{one:"See {{count}} new topic",other:"See {{count}} new topics"},preview:"preview",cancel:"cancel",save:"Save Changes",saving:"Saving...",saved:"Saved!",upload:"Upload",uploading:"Uploading...",uploading_filename:"Uploading: {{filename}}...",clipboard:"clipboard",uploaded:"Uploaded!",pasting:"Pasting...",enable:"Enable",disable:"Disable",continue:"Continue",undo:"Undo",revert:"Revert",failed:"Failed",switch_to_anon:"Enter Anonymous Mode",switch_from_anon:"Exit Anonymous Mode",banner:{close:"Dismiss this banner.",edit:"Edit this banner >>"},choose_topic:{none_found:"No topics found.",title:{search:"Search for a Topic by title, url or id:",placeholder:"type the topic title here"}},choose_message:{none_found:"No messages found.",title:{search:"Search for a Message by title:",placeholder:"type the message title here"}},review:{order_by:"Order by",in_reply_to:"in reply to",claim_help:{optional:"You can claim this item to prevent others from reviewing it.",required:"You must claim items before you can review them.",claimed_by_you:"You've claimed this item and can review it.",claimed_by_other:"This item can only be reviewed by <b>{{username}}</b>."},claim:{title:"claim this topic"},unclaim:{help:"remove this claim"},awaiting_approval:"Awaiting Approval",delete:"Delete",settings:{saved:"Saved",save_changes:"Save Changes",title:"Settings",priorities:{title:"Reviewable Priorities"}},moderation_history:"Moderation History",view_all:"View All",grouped_by_topic:"Grouped by Topic",none:"There are no items to review.",view_pending:"view pending",topic_has_pending:{one:"This topic has <b>%{count}</b> post pending approval",other:"This topic has <b>{{count}}</b> posts pending approval"},title:"Review",topic:"Topic:",filtered_topic:"You have filtered to reviewable content in a single topic.",filtered_user:"User",show_all_topics:"show all topics",deleted_post:"(post deleted)",deleted_user:"(user deleted)",user:{username:"Username",email:"Email",name:"Name",fields:"Fields"},user_percentage:{summary:{one:"{{agreed}}, {{disagreed}}, {{ignored}} ({{count}} total flag)",other:"{{agreed}}, {{disagreed}}, {{ignored}} ({{count}} total flags)"},agreed:{one:"{{count}}% agree",other:"{{count}}% agree"},disagreed:{one:"{{count}}% disagree",other:"{{count}}% disagree"},ignored:{one:"{{count}}% ignore",other:"{{count}}% ignore"}},topics:{topic:"Topic",reviewable_count:"Count",reported_by:"Reported by",deleted:"[Topic Deleted]",original:"(original topic)",details:"details",unique_users:{one:"%{count} user",other:"{{count}} users"}},replies:{one:"%{count} reply",other:"{{count}} replies"},edit:"Edit",save:"Save",cancel:"Cancel",new_topic:"Approving this item will create a new topic",filters:{all_categories:"(all categories)",type:{title:"Type",all:"(all types)"},minimum_score:"Minimum Score:",refresh:"Refresh",status:"Status",category:"Category",orders:{priority:"Priority",priority_asc:"Priority (reverse)",created_at:"Created At",created_at_asc:"Created At (reverse)"},priority:{title:"Minimum Priority",low:"(any)",medium:"Medium",high:"High"}},conversation:{view_full:"view full conversation"},scores:{about:"This score is calculated based on the trust level of the reporter, the accuracy of their previous flags, and the priority of the item being reported.",score:"Score",date:"Date",type:"Type",status:"Status",submitted_by:"Submitted By",reviewed_by:"Reviewed By"},statuses:{pending:{title:"Pending"},approved:{title:"Approved"},rejected:{title:"Rejected"},ignored:{title:"Ignored"},deleted:{title:"Deleted"},reviewed:{title:"(all reviewed)"},all:{title:"(everything)"}},types:{reviewable_flagged_post:{title:"Flagged Post",flagged_by:"Flagged By"},reviewable_queued_topic:{title:"Queued Topic"},reviewable_queued_post:{title:"Queued Post"},reviewable_user:{title:"User"}},approval:{title:"Post Needs Approval",description:"We've received your new post but it needs to be approved by a moderator before it will appear. Please be patient.",pending_posts:{one:"You have <strong>%{count}</strong> post pending.",other:"You have <strong>{{count}}</strong> posts pending."},ok:"OK"}},user_action:{user_posted_topic:"<a href='{{userUrl}}'>{{user}}</a> posted <a href='{{topicUrl}}'>the topic</a>",you_posted_topic:"<a href='{{userUrl}}'>You</a> posted <a href='{{topicUrl}}'>the topic</a>",user_replied_to_post:"<a href='{{userUrl}}'>{{user}}</a> replied to <a href='{{postUrl}}'>{{post_number}}</a>",you_replied_to_post:"<a href='{{userUrl}}'>You</a> replied to <a href='{{postUrl}}'>{{post_number}}</a>",user_replied_to_topic:"<a href='{{userUrl}}'>{{user}}</a> replied to <a href='{{topicUrl}}'>the topic</a>",you_replied_to_topic:"<a href='{{userUrl}}'>You</a> replied to <a href='{{topicUrl}}'>the topic</a>",user_mentioned_user:"<a href='{{user1Url}}'>{{user}}</a> mentioned <a href='{{user2Url}}'>{{another_user}}</a>",user_mentioned_you:"<a href='{{user1Url}}'>{{user}}</a> mentioned <a href='{{user2Url}}'>you</a>",you_mentioned_user:"<a href='{{user1Url}}'>You</a> mentioned <a href='{{user2Url}}'>{{another_user}}</a>",posted_by_user:"Posted by <a href='{{userUrl}}'>{{user}}</a>",posted_by_you:"Posted by <a href='{{userUrl}}'>you</a>",sent_by_user:"Sent by <a href='{{userUrl}}'>{{user}}</a>",sent_by_you:"Sent by <a href='{{userUrl}}'>you</a>"},directory:{filter_name:"filter by username",title:"Users",likes_given:"Given",likes_received:"Received",topics_entered:"Viewed",topics_entered_long:"Topics Viewed",time_read:"Time Read",topic_count:"Topics",topic_count_long:"Topics Created",post_count:"Replies",post_count_long:"Replies Posted",no_results:"No results were found.",days_visited:"Visits",days_visited_long:"Days Visited",posts_read:"Read",posts_read_long:"Posts Read",total_rows:{one:"%{count} user",other:"%{count} users"}},group_histories:{actions:{change_group_setting:"Change group setting",add_user_to_group:"Add user",remove_user_from_group:"Remove user",make_user_group_owner:"Make owner",remove_user_as_group_owner:"Revoke owner"}},groups:{member_added:"Added",member_requested:"Requested at",add_members:{title:"Add Members",description:"Manage the membership of this group",usernames:"Usernames"},requests:{title:"Requests",reason:"Reason",accept:"Accept",accepted:"accepted",deny:"Deny",denied:"denied",undone:"request undone"},manage:{title:"Manage",name:"Name",full_name:"Full Name",add_members:"Add Members",delete_member_confirm:"Remove '%{username}' from the '%{group}' group?",profile:{title:"Profile"},interaction:{title:"Interaction",posting:"Posting",notification:"Notification"},membership:{title:"Membership",access:"Access"},logs:{title:"Logs",when:"When",action:"Action",acting_user:"Acting user",target_user:"Target user",subject:"Subject",details:"Details",from:"From",to:"To"}},public_admission:"Allow users to join the group freely (Requires publicly visible group)",public_exit:"Allow users to leave the group freely",empty:{posts:"There are no posts by members of this group.",members:"There are no members in this group.",requests:"There are no membership requests for this group.",mentions:"There are no mentions of this group.",messages:"There are no messages for this group.",topics:"There are no topics by members of this group.",logs:"There are no logs for this group."},add:"Add",join:"Join",leave:"Leave",request:"Request",message:"Message",allow_membership_requests:"Allow users to send membership requests to group owners",membership_request_template:"Custom template to display to users when sending a membership request",membership_request:{submit:"Submit Request",title:"Request to join @%{group_name}",reason:"Let the group owners know why you belong in this group"},membership:"Membership",name:"Name",group_name:"Group name",user_count:"Users",bio:"About Group",selector_placeholder:"enter username",owner:"owner",index:{title:"Groups",all:"All Groups",empty:"There are no visible groups.",filter:"Filter by group type",owner_groups:"Groups I own",close_groups:"Closed Groups",automatic_groups:"Automatic Groups",automatic:"Automatic",closed:"Closed",public:"Public",private:"Private",public_groups:"Public Groups",automatic_group:"Automatic Group",close_group:"Close Group",my_groups:"My Groups",group_type:"Group type",is_group_user:"Member",is_group_owner:"Owner"},title:{one:"Group",other:"Groups"},activity:"Activity",members:{title:"Members",filter_placeholder_admin:"username or email",filter_placeholder:"username",remove_member:"Remove Member",remove_member_description:"Remove <b>%{username}</b> from this group",make_owner:"Make Owner",make_owner_description:"Make <b>%{username}</b> an owner of this group",remove_owner:"Remove as Owner",remove_owner_description:"Remove <b>%{username}</b> as an owner of this group",owner:"Owner"},topics:"Topics",posts:"Posts",mentions:"Mentions",messages:"Messages",notification_level:"Default notification level for group messages",alias_levels:{mentionable:"Who can @mention this group?",messageable:"Who can message this group?",nobody:"Nobody",only_admins:"Only admins",mods_and_admins:"Only moderators and Admins",members_mods_and_admins:"Only group members, moderators and admins",everyone:"Everyone"},notifications:{watching:{title:"Watching",description:"You will be notified of every new post in every message, and a count of new replies will be shown."},watching_first_post:{title:"Watching First Post",description:"You will be notified of new messages in this group but not replies to the messages."},tracking:{title:"Tracking",description:"You will be notified if someone mentions your @name or replies to you, and a count of new replies will be shown."},regular:{title:"Normal",description:"You will be notified if someone mentions your @name or replies to you."},muted:{title:"Muted",description:"You will not be notified of anything about messages in this group."}},flair_url:"Avatar Flair Image",flair_url_placeholder:"(Optional) Image URL or Font Awesome class", -flair_url_description:'Use square images no smaller than 20px by 20px or FontAwesome icons (accepted formats: "fa-icon", "far fa-icon" or "fab fa-icon").',flair_bg_color:"Avatar Flair Background Color",flair_bg_color_placeholder:"(Optional) Hex color value",flair_color:"Avatar Flair Color",flair_color_placeholder:"(Optional) Hex color value",flair_preview_icon:"Preview Icon",flair_preview_image:"Preview Image"},user_action_groups:{1:"Likes",2:"Likes",3:"Bookmarks",4:"Topics",5:"Replies",6:"Responses",7:"Mentions",9:"Quotes",11:"Edits",12:"Sent Items",13:"Inbox",14:"Pending",15:"Drafts"},categories:{all:"all categories",all_subcategories:"all",no_subcategory:"none",category:"Category",category_list:"Display category list",reorder:{title:"Reorder Categories",title_long:"Reorganize the category list",save:"Save Order",apply_all:"Apply",position:"Position"},posts:"Posts",topics:"Topics",latest:"Latest",latest_by:"latest by",toggle_ordering:"toggle ordering control",subcategories:"Subcategories",topic_sentence:{one:"%{count} topic",other:"%{count} topics"},topic_stat_sentence_week:{one:"%{count} new topic in the past week.",other:"%{count} new topics in the past week."},topic_stat_sentence_month:{one:"%{count} new topic in the past month.",other:"%{count} new topics in the past month."},n_more:"Categories (%{count} more) ..."},ip_lookup:{title:"IP Address Lookup",hostname:"Hostname",location:"Location",location_not_found:"(unknown)",organisation:"Organization",phone:"Phone",other_accounts:"Other accounts with this IP address:",delete_other_accounts:"Delete %{count}",username:"username",trust_level:"TL",read_time:"read time",topics_entered:"topics entered",post_count:"# posts",confirm_delete_other_accounts:"Are you sure you want to delete these accounts?",powered_by:"using <a href='https://maxmind.com'>MaxMindDB</a>",copied:"copied"},user_fields:{none:"(select an option)"},user:{said:"{{username}}:",profile:"Profile",mute:"Mute",edit:"Edit Preferences",download_archive:{button_text:"Download All",confirm:"Are you sure you want to download your posts?",success:"Download initiated, you will be notified via message when the process is complete.",rate_limit_error:"Posts can be downloaded once per day, please try again tomorrow."},new_private_message:"New Message",private_message:"Message",private_messages:"Messages",user_notifications:{ignore_duration_title:"Ignore Timer",ignore_duration_username:"Username",ignore_duration_when:"Duration:",ignore_duration_save:"Ignore",ignore_duration_note:"Please note that all ignores are automatically removed after the ignore duration expires.",ignore_duration_time_frame_required:"Please select a time frame",ignore_no_users:"You have no ignored users.",ignore_option:"Ignored",ignore_option_title:"You will not receive notifications related to this user and all of their topics and replies will be hidden.",add_ignored_user:"Add...",mute_option:"Muted",mute_option_title:"You will not receive any notifications related to this user.",normal_option:"Normal",normal_option_title:"You will be notified if this user replies to you, quotes you, or mentions you."},activity_stream:"Activity",preferences:"Preferences",profile_hidden:"This user's public profile is hidden.",expand_profile:"Expand",collapse_profile:"Collapse",bookmarks:"Bookmarks",bio:"About me",invited_by:"Invited By",trust_level:"Trust Level",notifications:"Notifications",statistics:"Stats",desktop_notifications:{label:"Live Notifications",not_supported:"Notifications are not supported on this browser. Sorry.",perm_default:"Turn On Notifications",perm_denied_btn:"Permission Denied",perm_denied_expl:"You denied permission for notifications. Allow notifications via your browser settings.",disable:"Disable Notifications",currently_enabled:"",enable:"Enable Notifications",currently_disabled:"",each_browser_note:"Note: You have to change this setting on every browser you use.",consent_prompt:"Do you want live notifications when people reply to your posts?"},dismiss:"Dismiss",dismiss_notifications:"Dismiss All",dismiss_notifications_tooltip:"Mark all unread notifications as read",first_notification:"Your first notification! Select it to begin.",dynamic_favicon:"Show counts on browser icon",theme_default_on_all_devices:"Make this the default theme on all my devices",text_size_default_on_all_devices:"Make this the default text size on all my devices",allow_private_messages:"Allow other users to send me personal messages",external_links_in_new_tab:"Open all external links in a new tab",enable_quoting:"Enable quote reply for highlighted text",enable_defer:"Enable defer to mark topics unread",change:"change",moderator:"{{user}} is a moderator",admin:"{{user}} is an admin",moderator_tooltip:"This user is a moderator",admin_tooltip:"This user is an admin",silenced_tooltip:"This user is silenced",suspended_notice:"This user is suspended until {{date}}.",suspended_permanently:"This user is suspended.",suspended_reason:"Reason: ",github_profile:"Github",email_activity_summary:"Activity Summary",mailing_list_mode:{label:"Mailing list mode",enabled:"Enable mailing list mode",instructions:"This setting overrides the activity summary.<br />\nMuted topics and categories are not included in these emails.\n",individual:"Send an email for every new post",individual_no_echo:"Send an email for every new post except my own",many_per_day:"Send me an email for every new post (about {{dailyEmailEstimate}} per day)",few_per_day:"Send me an email for every new post (about 2 per day)",warning:"Mailing list mode enabled. Email notification settings are overridden."},tag_settings:"Tags",watched_tags:"Watched",watched_tags_instructions:"You will automatically watch all topics with these tags. You will be notified of all new posts and topics, and a count of new posts will also appear next to the topic.",tracked_tags:"Tracked",tracked_tags_instructions:"You will automatically track all topics with these tags. A count of new posts will appear next to the topic.",muted_tags:"Muted",muted_tags_instructions:"You will not be notified of anything about new topics with these tags, and they will not appear in latest.",watched_categories:"Watched",watched_categories_instructions:"You will automatically watch all topics in these categories. You will be notified of all new posts and topics, and a count of new posts will also appear next to the topic.",tracked_categories:"Tracked",tracked_categories_instructions:"You will automatically track all topics in these categories. A count of new posts will appear next to the topic.",watched_first_post_categories:"Watching First Post",watched_first_post_categories_instructions:"You will be notified of the first post in each new topic in these categories.",watched_first_post_tags:"Watching First Post",watched_first_post_tags_instructions:"You will be notified of the first post in each new topic with these tags.",muted_categories:"Muted",muted_categories_instructions:"You will not be notified of anything about new topics in these categories, and they will not appear on the categories or latest pages.",muted_categories_instructions_dont_hide:"You will not be notified of anything about new topics in these categories.",no_category_access:"As a moderator you have limited category access, save is disabled.",delete_account:"Delete My Account",delete_account_confirm:"Are you sure you want to permanently delete your account? This action cannot be undone!",deleted_yourself:"Your account has been deleted successfully.",delete_yourself_not_allowed:"Please contact a staff member if you wish your account to be deleted.",unread_message_count:"Messages",admin_delete:"Delete",users:"Users",muted_users:"Muted",muted_users_instructions:"Suppress all notifications from these users.",ignored_users:"Ignored",ignored_users_instructions:"Suppress all posts and notifications from these users.",muted_topics_link:"Show muted topics",watched_topics_link:"Show watched topics",tracked_topics_link:"Show tracked topics",automatically_unpin_topics:"Automatically unpin topics when I reach the bottom.",apps:"Apps",revoke_access:"Revoke Access",undo_revoke_access:"Undo Revoke Access",api_approved:"Approved:",api_last_used_at:"Last used at:",theme:"Theme",home:"Default Home Page",staged:"Staged",staff_counters:{flags_given:"helpful flags",flagged_posts:"flagged posts",deleted_posts:"deleted posts",suspensions:"suspensions",warnings_received:"warnings"},messages:{all:"All",inbox:"Inbox",sent:"Sent",archive:"Archive",groups:"My Groups",bulk_select:"Select messages",move_to_inbox:"Move to Inbox",move_to_archive:"Archive",failed_to_move:"Failed to move selected messages (perhaps your network is down)",select_all:"Select All",tags:"Tags"},preferences_nav:{account:"Account",profile:"Profile",emails:"Emails",notifications:"Notifications",categories:"Categories",users:"Users",tags:"Tags",interface:"Interface",apps:"Apps"},change_password:{success:"(email sent)",in_progress:"(sending email)",error:"(error)",action:"Send Password Reset Email",set_password:"Set Password",choose_new:"Choose a new password",choose:"Choose a password"},second_factor_backup:{title:"Two Factor Backup Codes",regenerate:"Regenerate",disable:"Disable",enable:"Enable",enable_long:"Enable backup codes",manage:"Manage backup codes",copied_to_clipboard:"Copied to Clipboard",copy_to_clipboard_error:"Error copying data to Clipboard",remaining_codes:"You have <strong>{{count}}</strong> backup codes remaining.",use:"<a href>Use a backup code</a>",codes:{title:"Backup Codes Generated",description:"Each of these backup codes can only be used once. Keep them somewhere safe but accessible."}},second_factor:{title:"Two Factor Authentication",disable:"Disable Two Factor Authentication",enable:"Enable Two Factor Authentication",confirm_password_description:"Please confirm your password to continue",label:"Code",rate_limit:"Please wait before trying another authentication code.",enable_description:'Scan this QR code in a supported app (<a href="https://www.google.com/search?q=authenticator+apps+for+android" target="_blank">Android</a> – <a href="https://www.google.com/search?q=authenticator+apps+for+ios" target="_blank">iOS</a>) and enter your authentication code.\n',disable_description:"Please enter the authentication code from your app",show_key_description:"Enter manually",short_description:"Protect your account with one-time use security codes.\n",extended_description:'Two factor authentication adds extra security to your account by requiring a one-time token in addition to your password. Tokens can be generated on <a href="https://www.google.com/search?q=authenticator+apps+for+android" target=\'_blank\'>Android</a> and <a href="https://www.google.com/search?q=authenticator+apps+for+ios">iOS</a> devices.\n',oauth_enabled_warning:"Please note that social logins will be disabled once two factor authentication has been enabled on your account.",use:"<a href>Use Authenticator app</a>",enforced_notice:"You are required to enable two factor authentication before accessing this site."},change_about:{title:"Change About Me",error:"There was an error changing this value."},change_username:{title:"Change Username",confirm:"Are you absolutely sure you want to change your username?",taken:"Sorry, that username is taken.",invalid:"That username is invalid. It must only include numbers and letters"},change_email:{title:"Change Email",taken:"Sorry, that email is not available.",error:"There was an error changing your email. Perhaps that address is already in use?",success:"We've sent an email to that address. Please follow the confirmation instructions.",success_staff:"We've sent an email to your current address. Please follow the confirmation instructions."},change_avatar:{title:"Change your profile picture",gravatar:"<a href='//gravatar.com/emails' target='_blank'>Gravatar</a>, based on",gravatar_title:"Change your avatar on Gravatar's website",gravatar_failed:"We could not find a Gravatar with that email address.",refresh_gravatar_title:"Refresh your Gravatar",letter_based:"System assigned profile picture",uploaded_avatar:"Custom picture",uploaded_avatar_empty:"Add a custom picture",upload_title:"Upload your picture",upload_picture:"Upload Picture",image_is_not_a_square:"Warning: we've cropped your image; width and height were not equal."},change_profile_background:{title:"Profile Background",instructions:"Profile backgrounds will be centered and have a default width of 850px."},change_card_background:{title:"User Card Background",instructions:"Background images will be centered and have a default width of 590px."},email:{title:"Email",primary:"Primary Email",secondary:"Secondary Emails",no_secondary:"No secondary emails",sso_override_instructions:"Email can be updated from SSO provider.",instructions:"Never shown to the public.",ok:"We will email you to confirm",invalid:"Please enter a valid email address",authenticated:"Your email has been authenticated by {{provider}}",frequency_immediately:"We'll email you immediately if you haven't read the thing we're emailing you about.",frequency:{one:"We'll only email you if we haven't seen you in the last minute.",other:"We'll only email you if we haven't seen you in the last {{count}} minutes."}},associated_accounts:{title:"Associated Accounts",connect:"Connect",revoke:"Revoke",not_connected:"(not connected)"},name:{title:"Name",instructions:"your full name (optional)",instructions_required:"Your full name",too_short:"Your name is too short",ok:"Your name looks good"},username:{title:"Username",instructions:"unique, no spaces, short",short_instructions:"People can mention you as @{{username}}",available:"Your username is available",not_available:"Not available. Try {{suggestion}}?",not_available_no_suggestion:"Not available",too_short:"Your username is too short",too_long:"Your username is too long",checking:"Checking username availability...",prefilled:"Email matches this registered username"},locale:{title:"Interface language",instructions:"User interface language. It will change when you refresh the page.",default:"(default)",any:"any"},password_confirmation:{title:"Password Again"},auth_tokens:{title:"Recently Used Devices",ip:"IP",details:"Details",log_out_all:"Log out all",active:"active now",not_you:"Not you?",show_all:"Show all ({{count}})",show_few:"Show fewer",was_this_you:"Was this you?",was_this_you_description:"If it wasn’t you, we recommend you change your password and log out everywhere.",browser_and_device:"{{browser}} on {{device}}",secure_account:"Secure my Account",latest_post:"You last posted…"},last_posted:"Last Post",last_emailed:"Last Emailed",last_seen:"Seen",created:"Joined",log_out:"Log Out",location:"Location",website:"Web Site",email_settings:"Email",hide_profile_and_presence:"Hide my public profile and presence features",enable_physical_keyboard:"Enable physical keyboard support on iPad",text_size:{title:"Text Size",smaller:"Smaller",normal:"Normal",larger:"Larger",largest:"Largest"},title_count_mode:{title:"Background page title displays count of:",notifications:"New notifications",contextual:"New page content"},like_notification_frequency:{title:"Notify when liked",always:"Always",first_time_and_daily:"First time a post is liked and daily",first_time:"First time a post is liked",never:"Never"},email_previous_replies:{title:"Include previous replies at the bottom of emails",unless_emailed:"unless previously sent",always:"always",never:"never"},email_digests:{title:"When I don’t visit here, send me an email summary of popular topics and replies",every_30_minutes:"every 30 minutes",every_hour:"hourly",daily:"daily",weekly:"weekly",every_month:"every month",every_six_months:"every six months"},email_level:{title:"Send me an email when someone quotes me, replies to my post, mentions my @username, or invites me to a topic",always:"always",only_when_away:"only when away",never:"never"},email_messages_level:"Send me an email when someone messages me",include_tl0_in_digests:"Include content from new users in summary emails",email_in_reply_to:"Include an excerpt of replied to post in emails",other_settings:"Other",categories_settings:"Categories",new_topic_duration:{label:"Consider topics new when",not_viewed:"I haven't viewed them yet",last_here:"created since I was here last",after_1_day:"created in the last day",after_2_days:"created in the last 2 days",after_1_week:"created in the last week",after_2_weeks:"created in the last 2 weeks"},auto_track_topics:"Automatically track topics I enter",auto_track_options:{never:"never",immediately:"immediately",after_30_seconds:"after 30 seconds",after_1_minute:"after 1 minute",after_2_minutes:"after 2 minutes",after_3_minutes:"after 3 minutes",after_4_minutes:"after 4 minutes",after_5_minutes:"after 5 minutes",after_10_minutes:"after 10 minutes"},notification_level_when_replying:"When I post in a topic, set that topic to",invited:{search:"type to search invites...",title:"Invites",user:"Invited User",sent:"Sent",none:"No invites to display.",truncated:{one:"Showing the first invite.",other:"Showing the first {{count}} invites."},redeemed:"Redeemed Invites",redeemed_tab:"Redeemed",redeemed_tab_with_count:"Redeemed ({{count}})",redeemed_at:"Redeemed",pending:"Pending Invites",pending_tab:"Pending",pending_tab_with_count:"Pending ({{count}})",topics_entered:"Topics Viewed",posts_read_count:"Posts Read",expired:"This invite has expired.",rescind:"Remove",rescinded:"Invite removed",rescind_all:"Remove all Expired Invites",rescinded_all:"All Expired Invites removed!",rescind_all_confirm:"Are you sure you want to remove all expired invites?",reinvite:"Resend Invite",reinvite_all:"Resend all Invites",reinvite_all_confirm:"Are you sure you want to resend all invites?",reinvited:"Invite re-sent",reinvited_all:"All Invites re-sent!",time_read:"Read Time",days_visited:"Days Visited",account_age_days:"Account age in days",create:"Send an Invite",generate_link:"Copy Invite Link",link_generated:"Invite link generated successfully!",valid_for:"Invite link is only valid for this email address: %{email}",bulk_invite:{none:"You haven't invited anyone here yet. Send individual invites, or invite many people at once by <a href='https://meta.discourse.org/t/send-bulk-invites/16468'>uploading a CSV file</a>.",text:"Bulk Invite from File",success:"File uploaded successfully, you will be notified via message when the process is complete.",error:"Sorry, file should be CSV format.",confirmation_message:"You’re about to email invites to everyone in the uploaded file."}},password:{title:"Password",too_short:"Your password is too short.",common:"That password is too common.",same_as_username:"Your password is the same as your username.",same_as_email:"Your password is the same as your email.",ok:"Your password looks good.",instructions:"at least %{count} characters"},summary:{title:"Summary",stats:"Stats",time_read:"read time",recent_time_read:"recent read time",topic_count:{one:"topic created",other:"topics created"},post_count:{one:"post created",other:"posts created"},likes_given:{one:"given",other:"given"},likes_received:{one:"received",other:"received"},days_visited:{one:"day visited",other:"days visited"},topics_entered:{one:"topic viewed",other:"topics viewed"},posts_read:{one:"post read",other:"posts read"},bookmark_count:{one:"bookmark",other:"bookmarks"},top_replies:"Top Replies",no_replies:"No replies yet.",more_replies:"More Replies",top_topics:"Top Topics",no_topics:"No topics yet.",more_topics:"More Topics",top_badges:"Top Badges",no_badges:"No badges yet.",more_badges:"More Badges",top_links:"Top Links",no_links:"No links yet.",most_liked_by:"Most Liked By",most_liked_users:"Most Liked",most_replied_to_users:"Most Replied To",no_likes:"No likes yet.",top_categories:"Top Categories",topics:"Topics",replies:"Replies"},ip_address:{title:"Last IP Address"},registration_ip_address:{title:"Registration IP Address"},avatar:{title:"Profile Picture",header_title:"profile, messages, bookmarks and preferences"},title:{title:"Title",none:"(none)"},filters:{all:"All"},stream:{posted_by:"Posted by",sent_by:"Sent by",private_message:"message",the_topic:"the topic"}},loading:"Loading...",errors:{prev_page:"while trying to load",reasons:{network:"Network Error",server:"Server Error",forbidden:"Access Denied",unknown:"Error",not_found:"Page Not Found"},desc:{network:"Please check your connection.",network_fixed:"Looks like it's back.",server:"Error code: {{status}}",forbidden:"You're not allowed to view that.",not_found:"Oops, the application tried to load a URL that doesn't exist.",unknown:"Something went wrong."},buttons:{back:"Go Back",again:"Try Again",fixed:"Load Page"}},close:"Close",assets_changed_confirm:"This site was just updated. Refresh now for the latest version?",logout:"You were logged out.",refresh:"Refresh",read_only_mode:{enabled:"This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.",login_disabled:"Login is disabled while the site is in read only mode.",logout_disabled:"Logout is disabled while the site is in read only mode."},too_few_topics_and_posts_notice:"Let's <a href='https://blog.discourse.org/2014/08/building-a-discourse-community/'>get this discussion started!</a> There are currently <strong>%{currentTopics} / %{requiredTopics}</strong> topics and <strong>%{currentPosts} / %{requiredPosts}</strong> posts. New visitors need some conversations to read and respond to.",too_few_topics_notice:"Let's <a href='https://blog.discourse.org/2014/08/building-a-discourse-community/'>get this discussion started!</a> There are currently <strong>%{currentTopics} / %{requiredTopics}</strong> topics. New visitors need some conversations to read and respond to.",too_few_posts_notice:"Let's <a href='https://blog.discourse.org/2014/08/building-a-discourse-community/'>get this discussion started!</a> There are currently <strong>%{currentPosts} / %{requiredPosts}</strong> posts. New visitors need some conversations to read and respond to.",logs_error_rate_notice:{},learn_more:"learn more...",all_time:"total",all_time_desc:"total topics created",year:"year",year_desc:"topics created in the last 365 days",month:"month",month_desc:"topics created in the last 30 days",week:"week",week_desc:"topics created in the last 7 days",day:"day",first_post:"First post",mute:"Mute",unmute:"Unmute",last_post:"Posted",time_read:"Read",time_read_recently:"%{time_read} recently",time_read_tooltip:"%{time_read} total time read",time_read_recently_tooltip:"%{time_read} total time read (%{recent_time_read} in the last 60 days)",last_reply_lowercase:"last reply",replies_lowercase:{one:"reply",other:"replies"},signup_cta:{sign_up:"Sign Up",hide_session:"Remind me tomorrow",hide_forever:"no thanks",hidden_for_session:"OK, I'll ask you tomorrow. You can always use 'Log In' to create an account, too.",intro:"Hello! Looks like you’re enjoying the discussion, but you haven’t signed up for an accou |