Changes for page iTop如何翻译
Last modified by superadmin on 2024/12/13, 16:39
Summary
Details
- Page properties
-
- Content
-
... ... @@ -211,12 +211,29 @@ 211 211 ===== **占位符** ===== 212 212 213 213 214 -**$%1s**: 宿主对象类名称(本地化) 214 +* **$%1s**: 宿主对象类名称(本地化) 215 +* **$%2s**: 宿主对象友好名称 216 +* **$%3s**: 宿主对象内的当前标签名称(本地化) 217 +* **$%4s**: 远程对象类名称(本地化) 218 +* **$%5s**: 远程对象友好名称 注意:并非所有情况下都可用,需要检查! 215 215 216 -**$%2s**: 宿主对象友好名称 217 217 218 - **$%3s**:宿主对象内的当前标签名称(本地化)221 +===== Specialized ===== 219 219 220 - **$%4s**: 远程对象类名称(本地化)223 +除非为给定类的特定LinkedSet(或LinkedSetIndirect)属性定义了更具体的条目,否则使用上面的通用条目代码。 221 221 222 -**$%5s**: 远程对象友好名称 注意:并非所有情况下都可用,需要检查! 225 +以下是考虑法语中类别属性的覆盖逻辑示例: 226 + 227 +(% class="box" %) 228 +((( 229 +Dict::Add('FR FR', 'French', 'Français', [array](http:~/~/www.php.net/array)( 230 + 'Class:Person/Attribute:team\_list/UI:Links:Add:Button+' \=> 'Ajouter une %4$s', 231 + 'Class:Person/Attribute:team\_list/UI:Links:Add:Modal:Title' \=> 'Ajouter une %4$s à %2$s', 232 + 'Class:Person/Attribute:team\_list/UI:Links:Remove:Button+' \=> 'Retirer cette %4$s', 233 + 'Class:Person/Attribute:team\_list/UI:Links:Remove:Modal:Title' \=> 'Retirer une %4$s', 234 + 'Class:Team/Attribute:persons\_list/UI:Links:Add:Button+' \=> 'Ajouter une %4$s', 235 + 'Class:Team/Attribute:persons\_list/UI:Links:Add:Modal:Title' \=> 'Ajouter une %4$s à %2$s', 236 + 'Class:Team/Attribute:persons\_list/UI:Links:Remove:Button+' \=> 'Retirer cette %4$s', 237 + 'Class:Team/Attribute:persons\_list/UI:Links:Remove:Modal:Title' \=> 'Retirer une %4$s' 238 +)); 239 +)))