Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 8eea617

Browse files
committed
Add translations
Closes #1126
1 parent 7be55fe commit 8eea617

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

js/languages/en-US.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@
306306
"ServerChangeWarning": "We recommend you make a copy of your previous settings, shown below. Your previous username and password will no longer be available beyond this point.",
307307
"ModeratorFee": "Fee:",
308308
"PriceForOne": "Price per single item, file, or service.",
309+
"Avatar": "Avatar",
310+
"firewall": {
311+
"Open": "Open",
312+
"Restricted": "Restricted",
313+
"SeverelyRestricted": "Severely Restricted"
314+
},
309315
"moderatorSettings": {
310316
"DisputeResolution": "Dispute Resolution",
311317
"ServiceFee": "Service fee",

js/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('Advanced') %></h3>
11281128

11291129
<div class="flexCol-9 borderRight0 custCol-border">
11301130
<div class="fieldItem">
1131-
<%= ob.user.network_connection %> <span class="txt-fade"><%= polyglot.t('ReadOnly') %></span>
1131+
<%= polyglot.t('firewall.' + ob.user.network_connection.replace(" ", "")) %> <span class="txt-fade"><%= polyglot.t('ReadOnly') %></span>
11321132
</div>
11331133
</div>
11341134

0 commit comments

Comments
 (0)