mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Update translation
This commit is contained in:
parent
c2bcc82cc0
commit
d1af950c46
@ -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 "> <button class="btn btn-info"
|
||||
id="screen-size">Toggle Editor
|
||||
Size</button></span>
|
||||
<span class="d-none d-md-block "> <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',
|
||||
|
@ -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)"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user