Changes for page iTop如何翻译
Last modified by superadmin on 2024/12/13, 16:39
Summary
Details
- Page properties
-
- Content
-
... ... @@ -211,12 +211,45 @@ 211 211 ===== **占位符** ===== 212 212 213 213 214 -**$%1s**: 宿主对象类名称(本地化) 214 +* **$%1s**: 宿主对象类名称(本地化) 215 +* **$%2s**: 宿主对象友好名称 216 +* **$%3s**: 宿主对象内的当前标签名称(本地化) 217 +* **$%4s**: 远程对象类名称(本地化) 218 +* **$%5s**: 远程对象友好名称 注意:并非所有情况下都可用,需要检查! 215 215 216 - **$%2s**:宿主对象友好名称220 +===== Specialized ===== 217 217 218 - **$%3s**: 宿主对象内的当前标签名称(本地化)222 +除非为给定类的特定LinkedSet(或LinkedSetIndirect)属性定义了更具体的条目,否则使用上面的通用条目代码。 219 219 220 - **$%4s**: 远程对象类名称(本地化)224 +以下是考虑法语中类别属性的覆盖逻辑示例: 221 221 222 -**$%5s**: 远程对象友好名称 注意:并非所有情况下都可用,需要检查! 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 + 255 +