* adjust code for langitem page.
This commit is contained in:
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "The editor is disabled for security reasons. To us
|
||||
$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>translation</a>.";
|
||||
$lang->dev->confirmRestore = 'Do you want to reset?';
|
||||
|
||||
$lang->dev->UR = 'Epic';
|
||||
$lang->dev->SR = 'Story';
|
||||
$lang->dev->default = 'Default';
|
||||
$lang->dev->change = 'Change';
|
||||
$lang->dev->UR = 'Epic';
|
||||
$lang->dev->SR = 'Story';
|
||||
|
||||
$lang->dev->fields = array();
|
||||
$lang->dev->fields['id'] = 'ID';
|
||||
|
||||
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "The editor is disabled for security reasons. To us
|
||||
$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>translation</a>.";
|
||||
$lang->dev->confirmRestore = 'Do you want to reset?';
|
||||
|
||||
$lang->dev->UR = 'Epic';
|
||||
$lang->dev->SR = 'Story';
|
||||
$lang->dev->default = 'Default';
|
||||
$lang->dev->change = 'Change';
|
||||
$lang->dev->UR = 'Epic';
|
||||
$lang->dev->SR = 'Story';
|
||||
|
||||
$lang->dev->fields = array();
|
||||
$lang->dev->fields['id'] = 'ID';
|
||||
|
||||
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "The editor is disabled for security reasons. To us
|
||||
$lang->dev->noteTranslate = "The translation is disabled for security reasons. To use this feature, please go to the official website to download and install the plugin of <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>translation</a>.";
|
||||
$lang->dev->confirmRestore = 'Do you want to reset?';
|
||||
|
||||
$lang->dev->UR = 'Epic';
|
||||
$lang->dev->SR = 'Story';
|
||||
$lang->dev->default = 'Default';
|
||||
$lang->dev->change = 'Change';
|
||||
$lang->dev->UR = 'Epic';
|
||||
$lang->dev->SR = 'Story';
|
||||
|
||||
$lang->dev->fields = array();
|
||||
$lang->dev->fields['id'] = 'ID';
|
||||
|
||||
@@ -20,8 +20,10 @@ $lang->dev->noteEditor = "编辑器功能因为安全原因被禁用。使
|
||||
$lang->dev->noteTranslate = "翻译功能因为安全原因被禁用。使用该功能,请到官网下载安装 <a href='https://www.zentao.net/extension-viewExt-151.html' target='_blank'>翻译</a> 插件。";
|
||||
$lang->dev->confirmRestore = '是否要恢复默认?';
|
||||
|
||||
$lang->dev->UR = '用户需求';
|
||||
$lang->dev->SR = '软件需求';
|
||||
$lang->dev->default = '默认值';
|
||||
$lang->dev->change = '修改值';
|
||||
$lang->dev->UR = '用户需求';
|
||||
$lang->dev->SR = '软件需求';
|
||||
|
||||
$lang->dev->fields = array();
|
||||
$lang->dev->fields['id'] = '序号';
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<form class='main-form form-ajax' method='post'>
|
||||
<div id='mainContent' class='main-content flex'>
|
||||
<div class="side-left">
|
||||
<div class="title">默认值</div>
|
||||
<div class="title"><?php echo $lang->dev->default;?></div>
|
||||
<div class="label-list">
|
||||
<?php foreach($originalLangs as $langKey => $originalLang):?>
|
||||
<div labelId="<?php echo "{$moduleName}_{$langKey}"?>" class="input-label h-32 my-12"><?php echo $originalLang?></div>
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="side-right">
|
||||
<div class="title">修改值</div>
|
||||
<div class="title"><?php echo $lang->dev->change?></div>
|
||||
<div class="input-list">
|
||||
<?php foreach($originalLangs as $langKey => $originalLang):?>
|
||||
<div class="input-control h-32 my-12">
|
||||
|
||||
Reference in New Issue
Block a user