Update translation

This commit is contained in:
amcmanu3 2022-06-21 16:55:42 -04:00
parent c2bcc82cc0
commit d1af950c46
2 changed files with 5 additions and 4 deletions

View File

@ -243,9 +243,9 @@
data-handler-name="ace/keyboard/emacs">Emacs</button>
<button onclick="setKeyboard(event.target)" class="btn btn-secondary"
data-handler-name="ace/keyboard/sublime">Sublime</button>
<span class="d-none d-md-block ">&nbsp;&nbsp;&nbsp;<button class="btn btn-info"
id="screen-size">Toggle Editor
Size</button></span>
<span class="d-none d-md-block ">&nbsp;&nbsp;&nbsp;<button class="btn btn-info" id="screen-size">{{
translate('serverFiles',
'size', data['lang']) }}</button></span>
</div>
<h3 id="file_warn"></h3>
<button class="btn btn-success" onclick="save()"><i class="fas fa-save"></i> {{ translate('serverFiles',

View File

@ -372,6 +372,7 @@
"noscript": "The file manager does not work without JavaScript",
"rename": "Rename",
"renameItemQuestion": "What should the new name be?",
"size": "Toggle Editor Size",
"save": "Save",
"stayHere": "DO NOT LEAVE THIS PAGE!",
"unsupportedLanguage": "Warning: This is not a supported file type",
@ -534,4 +535,4 @@
"userSettings": "User Settings",
"uses": "Number of uses allowed (-1==No Limit)"
}
}
}