@box/metadata-template-editor 2.1.9 → 2.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/bn-IN.js +108 -107
- package/dist/i18n/da-DK.js +107 -107
- package/dist/i18n/de-DE.js +106 -107
- package/dist/i18n/en-AU.js +5 -107
- package/dist/i18n/en-CA.js +2 -108
- package/dist/i18n/en-GB.js +5 -107
- package/dist/i18n/en-x-pseudo.js +2 -108
- package/dist/i18n/es-419.js +107 -107
- package/dist/i18n/es-ES.js +107 -107
- package/dist/i18n/fi-FI.js +108 -107
- package/dist/i18n/fr-CA.js +107 -107
- package/dist/i18n/fr-FR.js +107 -107
- package/dist/i18n/hi-IN.js +108 -107
- package/dist/i18n/it-IT.js +108 -107
- package/dist/i18n/ja-JP.js +108 -107
- package/dist/i18n/ko-KR.js +108 -107
- package/dist/i18n/nb-NO.js +108 -107
- package/dist/i18n/nl-NL.js +108 -107
- package/dist/i18n/pl-PL.js +108 -107
- package/dist/i18n/pt-BR.js +108 -107
- package/dist/i18n/ru-RU.js +108 -107
- package/dist/i18n/sv-SE.js +107 -107
- package/dist/i18n/tr-TR.js +108 -107
- package/dist/i18n/zh-CN.js +108 -107
- package/dist/i18n/zh-TW.js +108 -107
- package/package.json +7 -7
- package/dist/i18n/bn-IN.properties +0 -212
- package/dist/i18n/da-DK.properties +0 -212
- package/dist/i18n/de-DE.properties +0 -212
- package/dist/i18n/en-AU.properties +0 -212
- package/dist/i18n/en-CA.properties +0 -212
- package/dist/i18n/en-GB.properties +0 -212
- package/dist/i18n/en-US.js +0 -108
- package/dist/i18n/en-US.properties +0 -212
- package/dist/i18n/en-x-pseudo.properties +0 -212
- package/dist/i18n/es-419.properties +0 -212
- package/dist/i18n/es-ES.properties +0 -212
- package/dist/i18n/fi-FI.properties +0 -212
- package/dist/i18n/fr-CA.properties +0 -212
- package/dist/i18n/fr-FR.properties +0 -212
- package/dist/i18n/hi-IN.properties +0 -212
- package/dist/i18n/it-IT.properties +0 -212
- package/dist/i18n/ja-JP.properties +0 -212
- package/dist/i18n/json/src/lib/components/field-selector/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/field-type-dropdown/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/field-type-tiles/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/components/confirmation-modal/messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/components/type-specific-configuration/taxonomy/taxonomy-selector-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/configurator-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/dropdown-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/levels-chain-messages.json +0 -1
- package/dist/i18n/json/src/lib/components/metadata-field-configurator/messages/taxonomy-messages.json +0 -1
- package/dist/i18n/json/src/lib/messages.json +0 -1
- package/dist/i18n/json/src/lib/utils/field-options/messages.json +0 -1
- package/dist/i18n/ko-KR.properties +0 -212
- package/dist/i18n/nb-NO.properties +0 -212
- package/dist/i18n/nl-NL.properties +0 -212
- package/dist/i18n/pl-PL.properties +0 -212
- package/dist/i18n/pt-BR.properties +0 -212
- package/dist/i18n/ru-RU.properties +0 -212
- package/dist/i18n/sv-SE.properties +0 -212
- package/dist/i18n/tr-TR.properties +0 -212
- package/dist/i18n/zh-CN.properties +0 -212
- package/dist/i18n/zh-TW.properties +0 -212
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
# Label for the section that shows all taxonomies
|
|
2
|
-
groupSharedFeatures.metadataTemplateEditor.allTaxonomies = 所有分類系統
|
|
3
|
-
# Label for the cancel button in the confirmation modal
|
|
4
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.cancelDeleteField = 取消
|
|
5
|
-
# Label for the confirm button in the confirmation modal
|
|
6
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.confirmDeleteField = 確認
|
|
7
|
-
# Aria label for the context menu of the field configurator
|
|
8
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.contextMenuAriaLabel = 欄位設定器上下文選單
|
|
9
|
-
# Label for the button to delete a field
|
|
10
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteField = 移除
|
|
11
|
-
# Aria label for the button to delete a field
|
|
12
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldAriaLabel = 刪除欄位
|
|
13
|
-
# Description for the delete field confirmation modal
|
|
14
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldDescription = 所有與此欄位相關聯的檔案或資料夾現在都會有一個未指派的值。儲存範本後,此動作無法復原。
|
|
15
|
-
# Title for the delete field confirmation modal
|
|
16
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.deleteFieldTitle = 刪除「{fieldName}」欄位
|
|
17
|
-
# Description of the inline notice that explains the purpose of the description field.
|
|
18
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionInfoTooltip = 說明內容對任何存取範本的人員均可見。此外,還能協助 Box AI 為您尋找並自動填入中繼資料。
|
|
19
|
-
# Aria label for the info badge that provides more information about the description field.
|
|
20
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.descriptionLearnMoreBadgeAriaLabel = 深入瞭解說明欄位
|
|
21
|
-
# Aria label for the button to drag and drop a field to reorder it
|
|
22
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dragAndDropFieldAriaLabel = 拖放重新排序欄位
|
|
23
|
-
# Placeholder text for the input to add a new dropdown option
|
|
24
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addAnOptionOptionPlaceholder = 新增選項
|
|
25
|
-
# Label for the button to add a new dropdown option
|
|
26
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.addOption = + 新增選項
|
|
27
|
-
# Label for the checkbox to allow multiple selections in a dropdown
|
|
28
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.allowMultipleSelection = 允許多個選取
|
|
29
|
-
# Label for the button to delete a dropdown option
|
|
30
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteDropdownOptionAriaLabel = 刪除選項
|
|
31
|
-
# Description for the delete option confirmation modal
|
|
32
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionDescription = 所有與此相關聯的檔案或資料夾現在都會有一個未指派的值。儲存範本後,此動作無法復原。
|
|
33
|
-
# Title for the delete option confirmation modal
|
|
34
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.deleteOptionTitle = 刪除「{optionName}」選項
|
|
35
|
-
# Aria label for the button to drag and drop a dropdown option to reorder it
|
|
36
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.dragAndDropOptionAriaLabel = 拖放重新排序選項
|
|
37
|
-
# Generic error shown above the option list when any dropdown option has a validation error
|
|
38
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.dropdown.optionListValidationError = 此清單中的部分選項包含驗證錯誤。
|
|
39
|
-
# Label for the button to duplicate a field
|
|
40
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateField = 重複
|
|
41
|
-
# Aria label for the button to duplicate a field
|
|
42
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.duplicateFieldAriaLabel = 重複欄位
|
|
43
|
-
# Aria label for the Edit tab button in the field configurator extension tab switcher
|
|
44
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.editTabAriaLabel = 編輯欄位
|
|
45
|
-
# Placeholder for a text input allowing the description of a field in templates.
|
|
46
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionInputPlaceholder = 新增顯示在使用者工具提示中的自訂說明
|
|
47
|
-
# Label for a text input allowing the description of a field in templates.
|
|
48
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldDescriptionLabel = 欄位說明
|
|
49
|
-
# Placeholder for a text input allowing the specification of a field name in templates.
|
|
50
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameInputPlaceholder = 新增欄位名稱/標籤
|
|
51
|
-
# Label for a text input allowing the specification of a field name in templates.
|
|
52
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldNameLabel = 欄位名稱
|
|
53
|
-
# Label for a dropdown allowing the selection of a field type in templates.
|
|
54
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypeLabel = 欄位類型
|
|
55
|
-
# Placeholder for a dropdown allowing the selection of a field type in templates.
|
|
56
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.fieldTypePlaceholder = 選取類型
|
|
57
|
-
# Label for the status badge indicating that a field is hidden
|
|
58
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hiddenStatus = 已隱藏
|
|
59
|
-
# Text for the button to hide a field
|
|
60
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.hideField = 隱藏欄位
|
|
61
|
-
# Accessibility label indicating that a taxonomy level chip is not selected.
|
|
62
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipNotSelected = 未選取
|
|
63
|
-
# Accessibility label indicating that a taxonomy level chip is selected.
|
|
64
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.chipSelected = 個選定項目
|
|
65
|
-
# Message displayed when there are no levels to display in the levels chain.
|
|
66
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.levelsChain.noLevels = 沒有要顯示的等級。
|
|
67
|
-
# Label for the button to move a field down in the list
|
|
68
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDown = 下移
|
|
69
|
-
# Aria label for the button to move a field down in the list
|
|
70
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveDownAriaLabel = 將欄位下移
|
|
71
|
-
# Label for the button to move a field up in the list
|
|
72
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUp = 上移
|
|
73
|
-
# Aria label for the button to move a field up in the list
|
|
74
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.moveUpAriaLabel = 將欄位上移
|
|
75
|
-
# Text for the button to show a field
|
|
76
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.showField = 顯示
|
|
77
|
-
# Label for the toggle that allows you to set the taxonomy field in the template as multiple selection.
|
|
78
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.allowMultipleTaxonomySelections = 使用者可以挑選多個值
|
|
79
|
-
# Call to action header
|
|
80
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionHeader = 選擇或建立屬性分類系統
|
|
81
|
-
# Call to action subheader
|
|
82
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.callToActionSubheader = 分類系統允許您為下拉欄位設定動態和可重複使用的選項。
|
|
83
|
-
# Error message shown when no taxonomy has been selected
|
|
84
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.noTaxonomySelectedError = 請選取分類
|
|
85
|
-
# Label in taxonomy template field defining the selection policy
|
|
86
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection = 使用者可以從哪個等級選取值?
|
|
87
|
-
# Radio button label for any level selection
|
|
88
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.anyLevelSelection = 使用者可以從清單中的任何等級挑選
|
|
89
|
-
# Label for the dropdown to choose the taxonomy level
|
|
90
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.chooseTaxonomyLevel = 選擇分類等級
|
|
91
|
-
# Radio button label for required selection
|
|
92
|
-
groupSharedFeatures.metadataTemplateEditor.configurator.taxonomy.selection.requiredSelection = 使用者必須從以下等級挑選:
|
|
93
|
-
# Text for the cancel button in the confirmation modal
|
|
94
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.cancelButtonText = 取消
|
|
95
|
-
# Aria label for the close button ("x") in the modal
|
|
96
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.closeButtonAriaLabel = 關閉
|
|
97
|
-
# Text for the confirm button in the confirmation modal
|
|
98
|
-
groupSharedFeatures.metadataTemplateEditor.confirmationModal.confirmButtonText = 確認
|
|
99
|
-
# Heading for the empty state when no fields exist yet
|
|
100
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.heading = 新增您的第一個欄位
|
|
101
|
-
# Aria label for the field type picker tiles.
|
|
102
|
-
groupSharedFeatures.metadataTemplateEditor.emptyState.selectFieldTypeAriaLabel = 選取欄位類型。
|
|
103
|
-
# Label for the field selector dropdown button that scrolls to a specific field
|
|
104
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.selectField = 選取欄位
|
|
105
|
-
# Placeholder label shown for fields that have no display name yet
|
|
106
|
-
groupSharedFeatures.metadataTemplateEditor.fieldSelector.unnamedField = (未命名的欄位)
|
|
107
|
-
# Field type description for date input
|
|
108
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.date = 帶日曆選擇工具的日期欄位
|
|
109
|
-
# Field type description for dropdown selection
|
|
110
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.dropdown = 支援單選和複選
|
|
111
|
-
# Field type description for numerical input
|
|
112
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.number = 支援所有數值
|
|
113
|
-
# Field type description for taxonomy selection
|
|
114
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.taxonomy = 可選選項的階層清單
|
|
115
|
-
# Field type description for text input
|
|
116
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDescriptions.text = 自由文字輸入,最多 10,000 個字元
|
|
117
|
-
# Label for the add field dropdown trigger button
|
|
118
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addField = 新增欄位
|
|
119
|
-
# Aria label for the add field button
|
|
120
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypeDropdown.addFieldAriaLabel = 新增欄位
|
|
121
|
-
# Field type for date input
|
|
122
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.date = 日期
|
|
123
|
-
# Field type for dropdown selection
|
|
124
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.dropdown = 下拉式選單
|
|
125
|
-
# Field type for numerical input
|
|
126
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.number = 數字
|
|
127
|
-
# Field type for taxonomy selection
|
|
128
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.taxonomy = 分類
|
|
129
|
-
# Field type for text input
|
|
130
|
-
groupSharedFeatures.metadataTemplateEditor.fieldTypes.text = 文字
|
|
131
|
-
# Error message for duplicate option labels
|
|
132
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.duplicateOption = 選項標籤必須是唯一的。
|
|
133
|
-
# Error message displayed when a required field is not filled out in templates.
|
|
134
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameCannotBeEmpty = 欄位名稱不能為空。
|
|
135
|
-
# Error message for field name length
|
|
136
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.fieldNameTooLong = 欄位名稱太長。
|
|
137
|
-
# Error message for empty option labels
|
|
138
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.optionKeyCannotBeEmpty = 選項不能為空。
|
|
139
|
-
# Error message for missing selected level in taxonomy
|
|
140
|
-
groupSharedFeatures.metadataTemplateEditor.fields.validationErrors.selectedLevelRequired = 請選取等級。
|
|
141
|
-
# Error message shown when the taxonomy fetch fails
|
|
142
|
-
groupSharedFeatures.metadataTemplateEditor.loadTaxonomiesError = 無法載入分類。
|
|
143
|
-
# Accessible label shown while taxonomy options are being fetched
|
|
144
|
-
groupSharedFeatures.metadataTemplateEditor.loadingTaxonomies = 正在載入分類…
|
|
145
|
-
# Label for the section that shows recently used taxonomies
|
|
146
|
-
groupSharedFeatures.metadataTemplateEditor.recentlyUsedTaxonomies = 最近使用過的項目
|
|
147
|
-
# Button label to retry a failed taxonomy fetch
|
|
148
|
-
groupSharedFeatures.metadataTemplateEditor.retryLoadTaxonomies = 重試
|
|
149
|
-
# Placeholder text for the search input in the taxonomy selector
|
|
150
|
-
groupSharedFeatures.metadataTemplateEditor.searchTaxonomiesInputPlaceholder = 搜尋分類
|
|
151
|
-
# Text for the button that opens the taxonomy selector
|
|
152
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelector = 選擇分類
|
|
153
|
-
# Aria label for the button that opens the taxonomy selector
|
|
154
|
-
groupSharedFeatures.metadataTemplateEditor.taxonomySelectorAriaLabel = 開啟分類選取工具
|
|
155
|
-
# Cancel button
|
|
156
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.cancel = 取消
|
|
157
|
-
# Accessible label for the close (×) button on the metadata template editor modal
|
|
158
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.closeAriaLabel = 關閉中繼資料範本編輯器
|
|
159
|
-
# Default title displayed in the metadata template editor header
|
|
160
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.createTitle = 新的中繼資料範本
|
|
161
|
-
# Error message for display name already used before.
|
|
162
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.displayNameUsedBefore = 此顯示名稱之前已使用過。請選擇另一個。
|
|
163
|
-
# Title displayed in the metadata template editor header for editing an existing template
|
|
164
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.editTitle = 編輯「{templateName}」中繼資料範本
|
|
165
|
-
# Error message shown when the template data could not be fetched
|
|
166
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fetchError = 出了點問題。請重新載入以再試一次。
|
|
167
|
-
# Error message for field name too long
|
|
168
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldNameTooLong = 欄位名稱太長。
|
|
169
|
-
# Error message for required fields
|
|
170
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fieldRequired = 此欄位為必填
|
|
171
|
-
# Description for the fields section
|
|
172
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.description = 將您的第一個欄位新增至範本:
|
|
173
|
-
# Label for the fields section
|
|
174
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.label = 欄位
|
|
175
|
-
# Link to more information about metadata field types
|
|
176
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.fields.learnMore = 深入瞭解中繼資料欄位類型
|
|
177
|
-
# Error message for forbidden display name
|
|
178
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.forbiddenDisplayName = 此顯示名稱禁止使用。請選擇另一個。
|
|
179
|
-
# Error message for invalid characters
|
|
180
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.invalidCharacters = 欄位包含非法字元。
|
|
181
|
-
# Aria label for the loading indicator shown while template data is being fetched
|
|
182
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.loading = 載入範本中…
|
|
183
|
-
# Accessible label for the close button on save notifications
|
|
184
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationCloseButtonAriaLabel = 關閉通知
|
|
185
|
-
# Accessible label for the error icon in the save notification
|
|
186
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationErrorIconAriaLabel = 錯誤
|
|
187
|
-
# Accessible label for the success icon in the save notification
|
|
188
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.notificationSuccessIconAriaLabel = 成功
|
|
189
|
-
# Label for the reload button shown when template loading fails
|
|
190
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.reload = 重新載入
|
|
191
|
-
# Save button
|
|
192
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.save = 儲存
|
|
193
|
-
# Error notification message shown when the template fails to save
|
|
194
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveErrorNotification = 無法儲存範本。請再試一次。
|
|
195
|
-
# Success notification message shown after the template is saved
|
|
196
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.saveSuccessNotification = 已成功儲存範本。
|
|
197
|
-
# Aria Label for the save changes button in metadata template
|
|
198
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.submitting = 正在提交…
|
|
199
|
-
# Description for the template name field
|
|
200
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.description = 向使用者顯示的範本顯示名稱
|
|
201
|
-
# Label for the template name field
|
|
202
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.templateName.label = 範本名稱
|
|
203
|
-
# Body text for the unsaved changes confirmation modal
|
|
204
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesBody = 您有未儲存的變更。 如果現在離開,您的變更將會遺失。
|
|
205
|
-
# Confirm button label for the unsaved changes modal — discards changes and closes
|
|
206
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesDiscard = 不儲存就離開
|
|
207
|
-
# Cancel button label for the unsaved changes modal — returns to the editor
|
|
208
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesKeepEditing = 繼續編輯
|
|
209
|
-
# Title for the unsaved changes confirmation modal
|
|
210
|
-
groupSharedFeatures.metadataTemplateEditor.templateForm.unsavedChangesTitle = 未儲存的變更
|
|
211
|
-
# Message to show that the collapsed field configurator contains errors
|
|
212
|
-
groupSharedFeatures.metadataTemplateEditor.templates.details.fields.thisFieldContainsErrors = 此欄位包含驗證錯誤。
|