refactor(variable): rename (#2937)

This commit is contained in:
被雨水过滤的空气-Rain 2023-10-30 14:57:28 +08:00 committed by GitHub
parent d7d56fddbe
commit e67107cd2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 9 additions and 10 deletions

View File

@ -619,7 +619,7 @@ export default {
"Dynamic value": "Dynamic value", "Dynamic value": "Dynamic value",
"Current user": "Current user", "Current user": "Current user",
"Current record": "Current record", "Current record": "Current record",
"Current parent record": "Current parent record", "Parent record": "Parent record",
"Current time": "Current time", "Current time": "Current time",
"System variables": "System variables", "System variables": "System variables",
"Date variables": "Date variables", "Date variables": "Date variables",

View File

@ -603,7 +603,7 @@ export default {
"Dynamic value": "Valor dinámico", "Dynamic value": "Valor dinámico",
"Current user": "Usuario actual", "Current user": "Usuario actual",
"Current record": "Registro actual", "Current record": "Registro actual",
"Current parent record": "Registro padre actual", "Parent record": "Registro padre",
"Current time": "Hora actual", "Current time": "Hora actual",
"System variables": "Variables del sistema", "System variables": "Variables del sistema",
"Date variables": "Variables de fecha", "Date variables": "Variables de fecha",

View File

@ -600,7 +600,7 @@ export default {
"Dynamic value": "Valeur dynamique", "Dynamic value": "Valeur dynamique",
"Current user": "Utilisateur actuel", "Current user": "Utilisateur actuel",
"Current record": "Enregistrement actuel", "Current record": "Enregistrement actuel",
"Current parent record": "Enregistrement parent actuel", "Parent record": "Enregistrement parent",
"Current time": "Heure actuelle", "Current time": "Heure actuelle",
"System variables": "Variables système", "System variables": "Variables système",
"Date variables": "Variables de date", "Date variables": "Variables de date",

View File

@ -502,7 +502,6 @@ export default {
"Dynamic value": "動的値", "Dynamic value": "動的値",
"Current user": "現在のユーザー", "Current user": "現在のユーザー",
"Current record": "現在のレコード", "Current record": "現在のレコード",
"Current parent record": "現在の親レコード",
"Popup close method": "ポップアップを閉じる方法", "Popup close method": "ポップアップを閉じる方法",
"Automatic close": "自動で閉じる", "Automatic close": "自動で閉じる",
"Manually close": "手動で閉じる", "Manually close": "手動で閉じる",

View File

@ -508,7 +508,7 @@ export default {
"Single select and radio fields can be used as the grouping field": "Campos de seleção única e de rádio podem ser usados como o campo de agrupamento", "Single select and radio fields can be used as the grouping field": "Campos de seleção única e de rádio podem ser usados como o campo de agrupamento",
"Tab name": "Nome da aba", "Tab name": "Nome da aba",
"Current record blocks": "Blocos de registro atual", "Current record blocks": "Blocos de registro atual",
"Current parent record": "Registro pai atual", "Parent record": "Registro pai",
"Popup message": "Mensagem pop-up", "Popup message": "Mensagem pop-up",
"Delete role": "Excluir função", "Delete role": "Excluir função",
"Role display name": "Nome de exibição da função", "Role display name": "Nome de exibição da função",

View File

@ -439,7 +439,7 @@ export default {
"Dynamic value": "Динамическое значение", "Dynamic value": "Динамическое значение",
"Current user": "Текущий пользователь", "Current user": "Текущий пользователь",
"Current record": "Текущая запись", "Current record": "Текущая запись",
"Current parent record": "Текущая родительская запись", "Parent record": "Родительская запись",
"Popup close method": "Метод закрытия всплывающего окна", "Popup close method": "Метод закрытия всплывающего окна",
"Automatic close": "Автоматическое закрытие", "Automatic close": "Автоматическое закрытие",
"Manually close": "Ручное закрытие", "Manually close": "Ручное закрытие",

View File

@ -438,7 +438,7 @@ export default {
"Dynamic value": "Dinamik değer", "Dynamic value": "Dinamik değer",
"Current user": "Seçili kullanıcı", "Current user": "Seçili kullanıcı",
"Current record": "Seçili kayıt", "Current record": "Seçili kayıt",
"Current parent record": "Seçili üst kayıt", "Parent record": st kayıt",
"Popup close method": "Açılır pencere kapatma metodu", "Popup close method": "Açılır pencere kapatma metodu",
"Automatic close": "Otomatik kapat", "Automatic close": "Otomatik kapat",
"Manually close": "Manuel kapat", "Manually close": "Manuel kapat",

View File

@ -620,7 +620,7 @@ export default {
"Dynamic value": "Динамічне значення", "Dynamic value": "Динамічне значення",
"Current user": "Поточний користувач", "Current user": "Поточний користувач",
"Current record": "Поточний запис", "Current record": "Поточний запис",
"Current parent record": "Поточний батьківський запис", "Parent record": атьківський запис",
"Current time": "Поточний час", "Current time": "Поточний час",
"System variables": "Системні змінні", "System variables": "Системні змінні",
"Date variables": "Змінні дати", "Date variables": "Змінні дати",

View File

@ -661,7 +661,7 @@ export default {
'Dynamic value': '动态值', 'Dynamic value': '动态值',
'Current user': '当前用户', 'Current user': '当前用户',
'Current record': '当前记录', 'Current record': '当前记录',
"Current parent record": "当前父记录", 'Parent record': '上级记录',
'Current time': '当前时间', 'Current time': '当前时间',
Now: '现在', Now: '现在',
'Popup close method': '弹窗关闭方式', 'Popup close method': '弹窗关闭方式',

View File

@ -19,7 +19,7 @@ export const useParentRecordVariable = (props: Props) => {
collectionField: props.collectionField, collectionField: props.collectionField,
uiSchema: props.schema, uiSchema: props.schema,
name: '$nParentRecord', name: '$nParentRecord',
title: t('Current parent record'), title: t('Parent record'),
collectionName: props.collectionName, collectionName: props.collectionName,
noDisabled: props.noDisabled, noDisabled: props.noDisabled,
targetFieldSchema: props.targetFieldSchema, targetFieldSchema: props.targetFieldSchema,