chore(i18n): types
This commit is contained in:
@@ -583,6 +583,7 @@ export const translationKeys = [
|
||||
"settings.modals.dns.messages.saved",
|
||||
"settings.modals.dns.messages.configError",
|
||||
"settings.modals.dns.errors.invalid",
|
||||
"settings.modals.dns.errors.invalidYaml",
|
||||
"settings.modals.webUI.actions.openUrl",
|
||||
"settings.modals.webUI.title",
|
||||
"settings.modals.webUI.messages.supportedPlaceholders",
|
||||
@@ -674,6 +675,7 @@ export const translationKeys = [
|
||||
"shared.feedback.notifications.importSuccess",
|
||||
"shared.feedback.notifications.importSubscriptionSuccess",
|
||||
"shared.feedback.notifications.importWithClashProxy",
|
||||
"shared.feedback.notifications.updateAvailable",
|
||||
"shared.feedback.notifications.saved",
|
||||
"shared.feedback.notifications.common.copySuccess",
|
||||
"shared.feedback.notifications.common.saveSuccess",
|
||||
|
||||
@@ -752,6 +752,7 @@ export interface TranslationResources {
|
||||
};
|
||||
errors: {
|
||||
invalid: string;
|
||||
invalidYaml: string;
|
||||
};
|
||||
fields: {
|
||||
defaultNameserver: {
|
||||
@@ -1169,6 +1170,7 @@ export interface TranslationResources {
|
||||
importSuccess: string;
|
||||
importWithClashProxy: string;
|
||||
saved: string;
|
||||
updateAvailable: string;
|
||||
};
|
||||
validation: {
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user