From version < 9.1 >
edited by superadmin
on 2024/12/12, 21:37
To version < 13.1 >
edited by superadmin
on 2024/12/12, 21:40
< >
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -208,4 +208,48 @@
208 208  |UI:Links:Remove:Modal:Title|**链接删除**弹出窗口标题|Remove %4$s|Retirer un %4$s
209 209  |UI:Links:Remove:Modal:Message|**链接删除**的确认消息|Do you really want to remove %5$s from %2$s?|Voulez vous vraiment retirer %5$s de %2$s?
210 210  
211 +===== **占位符** =====
212 +
213 +
214 +* **$%1s**: 宿主对象类名称(本地化)
215 +* **$%2s**: 宿主对象友好名称
216 +* **$%3s**: 宿主对象内的当前标签名称(本地化)
217 +* **$%4s**: 远程对象类名称(本地化)
218 +* **$%5s**: 远程对象友好名称 注意:并非所有情况下都可用,需要检查!
219 +
220 +===== Specialized =====
221 +
222 +除非为给定类的特定LinkedSet(或LinkedSetIndirect)属性定义了更具体的条目,否则使用上面的通用条目代码。
223 +
224 +以下是考虑法语中类别属性的覆盖逻辑示例:
225 +
226 +(% class="box" %)
227 +(((
228 +Dict::Add('FR FR', 'French', 'Français', [array](http:~/~/www.php.net/array)(
229 + 'Class:Person/Attribute:team\_list/UI:Links:Add:Button+'         \=> 'Ajouter une %4$s',
230 + 'Class:Person/Attribute:team\_list/UI:Links:Add:Modal:Title'     \=> 'Ajouter une %4$s à %2$s',
231 + 'Class:Person/Attribute:team\_list/UI:Links:Remove:Button+'      \=> 'Retirer cette %4$s',
232 + 'Class:Person/Attribute:team\_list/UI:Links:Remove:Modal:Title'  \=> 'Retirer une %4$s',
233 + 'Class:Team/Attribute:persons\_list/UI:Links:Add:Button+'        \=> 'Ajouter une %4$s',
234 + 'Class:Team/Attribute:persons\_list/UI:Links:Add:Modal:Title'    \=> 'Ajouter une %4$s à %2$s',
235 + 'Class:Team/Attribute:persons\_list/UI:Links:Remove:Button+'     \=> 'Retirer cette %4$s',
236 + 'Class:Team/Attribute:persons\_list/UI:Links:Remove:Modal:Title' \=> 'Retirer une %4$s'
237 +));
238 +)))
239 +
240 +
241 +
242 +=== 最终用户门户 ===
243 +
244 +如果您添加了一个新的终端用户门户,您可能希望创建一个字典条目,以便为其创建一个真实的标签,要做到这一点,请按照以下语法进行操作:
245 +
246 +(% class="box" %)
247 +(((
248 +~/~/ Default portal
249 +'portal:itop-portal' \=> 'Standard portal',
250 +'portal:<YOUR\_PORTAIL\_ID>' \=> 'Your new portal label',
251 +)))
252 +
253 +=== ===
254 +
211 211  
深圳市艾拓先锋企业管理咨询有限公司