文档更改iTop如何翻译
由 superadmin 于 2024/12/13, 16:39 最后修改
修改评论
该版本没有评论
Summary
Details
- Page properties
-
- Content
-
... ... @@ -217,6 +217,39 @@ 217 217 * **$%4s**: 远程对象类名称(本地化) 218 218 * **$%5s**: 远程对象友好名称 注意:并非所有情况下都可用,需要检查! 219 219 220 +===== Specialized ===== 220 220 222 +除非为给定类的特定LinkedSet(或LinkedSetIndirect)属性定义了更具体的条目,否则使用上面的通用条目代码。 221 221 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 + 222 222