Skip to content

Commit 39d1c0a

Browse files
authored
UBERF-10741: The application name has been corrected and the Customize label has been added (#9056)
Signed-off-by: Alexander Platov <[email protected]>
1 parent b1859c5 commit 39d1c0a

File tree

13 files changed

+24
-13
lines changed

13 files changed

+24
-13
lines changed

models/setting/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ export function createModel (builder: Builder): void {
412412
workbench.class.Application,
413413
core.space.Model,
414414
{
415-
label: setting.string.Setting,
415+
label: setting.string.Settings,
416416
icon: setting.icon.Setting,
417417
alias: settingId,
418418
hidden: true,

plugins/setting-assets/lang/cs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"BetaWarning": "Moduly označené jako beta jsou k dispozici pro experimentální účely a nemusí být plně funkční. V tuto chvíli nedoporučujeme spoléhat se na funkce beta pro kritickou práci.",
157157
"IntegrationFailed": "Nepodařilo se vytvořit integraci",
158158
"IntegrationError": "Zkuste to prosím znovu nebo kontaktujte podporu, pokud problém přetrvává",
159-
"EmailIsUsed": "E-mailová adresa je již použita jiným účtem"
159+
"EmailIsUsed": "E-mailová adresa je již použita jiným účtem",
160+
"Customize": "Přizpůsobit"
160161
}
161162
}

plugins/setting-assets/lang/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"BetaWarningDe": "Als Beta gekennzeichnete Module sind zu experimentellen Zwecken verfügbar und funktionieren möglicherweise nicht vollständig. Wir empfehlen derzeit nicht, sich auf Beta-Funktionen für kritische Arbeiten zu verlassen.",
157157
"IntegrationFailed": "Integration konnte nicht erstellt werden",
158158
"IntegrationError": "Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht",
159-
"EmailIsUsed": "E-Mail-Adresse wird in einem anderen Konto verwendet"
159+
"EmailIsUsed": "E-Mail-Adresse wird in einem anderen Konto verwendet",
160+
"Customize": "Anpassen"
160161
}
161162
}

plugins/setting-assets/lang/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"BetaWarning": "Modules labeled as beta are available for experimental purposes and may not be fully functional. We do not recommend relying on beta features for critical work at this time.",
157157
"IntegrationFailed": "Failed to create integration",
158158
"IntegrationError": "Please try again or contact support if the problem persists",
159-
"EmailIsUsed": "Email address is already used by another account"
159+
"EmailIsUsed": "Email address is already used by another account",
160+
"Customize": "Customize"
160161
}
161162
}

plugins/setting-assets/lang/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
"BetaWarning": "Los módulos etiquetados como beta están disponibles con fines experimentales y pueden no ser completamente funcionales. No recomendamos confiar en las funciones beta para trabajos críticos en este momento.",
148148
"IntegrationFailed": "Error al crear la integración",
149149
"IntegrationError": "Por favor, inténtelo de nuevo o contacte con soporte si el problema persiste",
150-
"EmailIsUsed": "El correo electrónico ya está en uso"
150+
"EmailIsUsed": "El correo electrónico ya está en uso",
151+
"Customize": "Personalizar"
151152
}
152153
}

plugins/setting-assets/lang/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"BetaWarning": "Les modules étiquetés comme bêta sont disponibles à des fins expérimentales et peuvent ne pas être entièrement fonctionnels. Nous ne recommandons pas de compter sur les fonctionnalités bêta pour un travail critique pour le moment.",
157157
"IntegrationFailed": "Échec de la création de l'intégration",
158158
"IntegrationError": "Veuillez réessayer ou contacter le support si le problème persiste",
159-
"EmailIsUsed": "L'adresse e-mail est déjà utilisée par un autre compte"
159+
"EmailIsUsed": "L'adresse e-mail est déjà utilisée par un autre compte",
160+
"Customize": "Personnaliser"
160161
}
161162
}

plugins/setting-assets/lang/it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"BetaWarning": "I moduli contrassegnati come beta sono disponibili per scopi sperimentali e potrebbero non funzionare completamente. Non ti consigliamo di fare affidamento sulle funzionalità beta per il lavoro critico in questo momento.",
157157
"IntegrationFailed": "Impossibile creare l'integrazione",
158158
"IntegrationError": "Si prega di riprovare o contattare il supporto se il problema persiste",
159-
"EmailIsUsed": "L'email è già in uso"
159+
"EmailIsUsed": "L'email è già in uso",
160+
"Customize": "Personalizzare"
160161
}
161162
}

plugins/setting-assets/lang/ja.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"BetaWarning": "ベータ版としてラベル付けされたモジュールは、実験的な目的で利用可能であり、完全に機能しない場合があります。現時点では、重要な作業にベータ版機能を依存することはお勧めしません。",
157157
"IntegrationFailed": "統合に失敗しました",
158158
"IntegrationError": "問題が解決しない場合は、もう一度お試しいただくか、サポートにお問い合わせください",
159-
"EmailIsUsed": "メールアドレスは他のアカウントで使用されています"
159+
"EmailIsUsed": "メールアドレスは他のアカウントで使用されています",
160+
"Customize": "カスタマイズ"
160161
}
161162
}

plugins/setting-assets/lang/pt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
"BetaWarning": "Modules labeled as beta are available for experimental purposes and may not be fully functional. We do not recommend relying on beta features for critical work at this time.",
148148
"IntegrationFailed": "Falha na integração",
149149
"IntegrationError": "Tente novamente ou entre em contato com o suporte se o problema persistir",
150-
"EmailIsUsed": "Este e-mail já está em uso"
150+
"EmailIsUsed": "Este e-mail já está em uso",
151+
"Customize": "Personalizar"
151152
}
152153
}

plugins/setting-assets/lang/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"BetaWarning": "Модули, помеченные как бета-версии, доступны для экспериментальных целей и могут быть не полностью функциональными. Мы не рекомендуем полагаться на функции бета-версии для критической работы в настоящее время.",
157157
"IntegrationFailed": "Не удалось создать интеграцию",
158158
"IntegrationError": "Пожалуйста, попробуйте снова или свяжитесь с поддержкой, если проблема не исчезнет",
159-
"EmailIsUsed": "Адрес электронной почты уже используется другим аккаунтом"
159+
"EmailIsUsed": "Адрес электронной почты уже используется другим аккаунтом",
160+
"Customize": "Настроить"
160161
}
161162
}

0 commit comments

Comments
 (0)