mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[start] added translations
This commit is contained in:
committed by
Oleg Korshul
parent
551993f83d
commit
7abd3ac3f6
@ -146,6 +146,8 @@ l10n.en = {
|
||||
settOptDescAUpdateAsk: "You will be notified about all updates steps",
|
||||
settRtlMode: "RTL Interface",
|
||||
settGpuUseMode: "Use graphics acceleration when available",
|
||||
tplPanelLocal: "Local",
|
||||
tplPanelCloud: "Cloud",
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -83,8 +83,8 @@
|
||||
<div class='lr-flex'>
|
||||
<h3 class='table-caption' l10n>${_lang.actTemplates}</h3>
|
||||
<div>
|
||||
<a data-value='local' class='nav-item'>Local</a>
|
||||
<a data-value='cloud' class='nav-item'>Cloud</a>
|
||||
<a data-value='local' class='nav-item'>${_lang.tplPanelLocal}Local</a>
|
||||
<a data-value='cloud' class='nav-item'>${_lang.tplPanelCloud}Cloud</a>
|
||||
</div>
|
||||
</div>
|
||||
<section panel='local'>
|
||||
|
||||
Reference in New Issue
Block a user