MoserClientResources_zh_TW.properties 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. #
  2. # IBM Confidential
  3. #
  4. # OCO Source Materials
  5. #
  6. # IBM Cognos Products: Moser
  7. #
  8. # (C) Copyright IBM Corp. 2015, 2016, 2017
  9. #
  10. # The source code for this program is not published or otherwise
  11. # divested of its trade secrets, irrespective of what has been
  12. # deposited with the U.S. Copyright Office.
  13. #
  14. #NLS_ENCODING=UTF-8
  15. #NLS_MESSAGEFORMAT_NONE
  16. # AggregateMode
  17. AggregateMode_dynamic = 動態
  18. AggregateMode_static = 靜態
  19. # CardinalityEnum
  20. CardinalityEnum_zero = 零
  21. CardinalityEnum_one = 一
  22. CardinalityEnum_many = 多個
  23. # ContextMode
  24. ContextMode_warnWhenMissing = 遺漏環境定義時出現警告
  25. ContextMode_includeInQuery = 查詢中需要環境定義
  26. ContextMode_infoWhenMissing = 遺漏環境定義時出現參考訊息
  27. # FacetTypeEnabled
  28. FacetTypeEnabled_automatic = 自動
  29. FacetTypeEnabled_true = True
  30. FacetTypeEnabled_false = False
  31. # GenerateSQL
  32. GenerateSQL_asView = 在已產生的 SQL 中顯示全部的查詢項目
  33. GenerateSQL_minimized = 在已產生的 SQL 中僅顯示需要的查詢項目
  34. # HighLevelDataType
  35. HighLevelDataType_boolean = 布林
  36. HighLevelDataType_string = 文字
  37. HighLevelDataType_integer = 整數
  38. HighLevelDataType_decimal = 十進位
  39. HighLevelDataType_datetime = 時間戳記
  40. HighLevelDataType_time = 時間
  41. HighLevelDataType_date = 日期
  42. HighLevelDataType_interval = 間隔
  43. HighLevelDataType_array = 貨幣
  44. HighLevelDataType_object = 二進位
  45. HighLevelDataType_period = 期間
  46. # InstanceType
  47. InstanceType_copy = 複製
  48. InstanceType_local = 本端
  49. InstanceType_missing = 遺漏
  50. InstanceType_reference = 參照
  51. # JoinFilterType
  52. JoinFilterType_none = 無
  53. JoinFilterType_in = 於
  54. JoinFilterType_between = 介於
  55. JoinFilterType_table = 表格
  56. # ProParameterMode
  57. ProParameterMode_in = 輸入
  58. ProParameterMode_out = 輸出
  59. ProParameterMode_inout = 改寫
  60. # QuerySubjectUsage
  61. QuerySubjectUsage_automatic = 自動
  62. QuerySubjectUsage_bridge = 橋接器
  63. QuerySubjectUsage_summaryQuery = 摘要查詢
  64. # RegularAggregateType
  65. RegularAggregateType_automatic = 自動
  66. RegularAggregateType_none = 無
  67. RegularAggregateType_average = 平均值
  68. RegularAggregateType_calculated = 聚集然後計算
  69. RegularAggregateType_count = 計數
  70. RegularAggregateType_countDistinct = 相異計數
  71. RegularAggregateType_countNonZero = 計數非零
  72. RegularAggregateType_minimum = 最小值
  73. RegularAggregateType_median = 中位數
  74. RegularAggregateType_maximum = 最大值
  75. RegularAggregateType_standardDeviation = 標準差
  76. RegularAggregateType_total = 總計
  77. RegularAggregateType_variance = 變異數
  78. # SetOperation
  79. # these strings are translatable, the translated ones should be in capitals as well
  80. SetOperation_UNION = UNION
  81. SetOperation_INTERSECT = INTERSECT
  82. SetOperation_EXCEPT = EXCEPT
  83. # SetOperationDuplicates
  84. SetOperationDuplicates_remove = 移除
  85. SetOperationDuplicates_preserve = 保留
  86. # SortOrder
  87. SortOrder_ascending = 遞增
  88. SortOrder_descending = 遞減
  89. # SortOrderNullPlacement
  90. SortOrderNullPlacement_first = 名字
  91. SortOrderNullPlacement_last = 姓氏
  92. # SourceCategoryType
  93. SourceCategoryType_calculation = 計算
  94. SourceCategoryType_column = 直欄
  95. SourceCategoryType_dimension/measure = 維度/測量
  96. SourceCategoryType_dimension/regular = 維度/一般
  97. SourceCategoryType_folder = 資料夾
  98. SourceCategoryType_hierarchy/level = 階層/層次
  99. SourceCategoryType_hierarchy/parent-child = 階層/上下代
  100. SourceCategoryType_level = 層次
  101. SourceCategoryType_measure = 測量
  102. SourceCategoryType_namedSet = 具名集
  103. SourceCategoryType_property = 內容
  104. SourceCategoryType_table = 表格
  105. SourceCategoryType_variable = 變數
  106. # SplitColumnTreatment
  107. SplitColumnTreatment_show = 顯示
  108. SplitColumnTreatment_hide = 隱藏
  109. # SplitDisplay
  110. SplitDisplay_inline = 行內
  111. SplitDisplay_folder = 資料夾
  112. # SqlLanguageType
  113. SqlLanguageType_cognos = Cognos
  114. SqlLanguageType_native = 原生
  115. SqlLanguageType_passThrough = 透通
  116. # TableType
  117. # these strings are translatable, the translated ones should be in capitals as well
  118. TableType_TABLE = TABLE
  119. TableType_VIEW = VIEW
  120. TableType_SYSTEM_TABLE = SYSTEM_TABLE
  121. TableType_GLOBAL_TEMPORARY = GLOBAL_TEMPORARY
  122. TableType_LOCAL_TEMPORARY = LOCAL_TEMPORARY
  123. TableType_ALIAS = ALIAS
  124. TableType_SYNONYM = SYNONYM
  125. # UsageType
  126. UsageType_automatic = 自動
  127. UsageType_identifier = ID
  128. UsageType_attribute = 屬性
  129. UsageType_fact = 測量
  130. # UseSpecType
  131. UseSpecType_database = 資料庫
  132. UseSpecType_file = 檔案
  133. UseSpecType_module = 模組
  134. UseSpecType_dataset = 資料集
  135. UseSpecType_package = 套件
  136. # UFRID:177D9FA3-8747-4102-A8A0-550FE965BF99