fix/various fixes
This commit is contained in:
@@ -140,13 +140,13 @@ interface Resources {
|
||||
};
|
||||
appExperience: {
|
||||
language: 'Language';
|
||||
languageDesc: 'App display language';
|
||||
languageDesc: 'Display language';
|
||||
largeText: 'Large Text';
|
||||
largeTextDesc: 'Make reading easier';
|
||||
nightMode: 'Night Mode';
|
||||
nightModeDesc: 'Use dark theme';
|
||||
theme: 'Theme';
|
||||
themeDesc: 'App color theme';
|
||||
themeDesc: 'Color theme';
|
||||
title: 'App Experience';
|
||||
};
|
||||
dataPrivacy: {
|
||||
@@ -154,6 +154,17 @@ interface Resources {
|
||||
deleteUnderDevelopment: 'Delete data feature is under development.';
|
||||
exportAll: 'Export All Data';
|
||||
exportUnderDevelopment: 'Export feature is under development.';
|
||||
purgeDialogCancel: 'Cancel';
|
||||
purgeDialogConfirm: 'Delete permanently';
|
||||
purgeDialogDescription: 'This cannot be undone. Your data will be removed immediately.';
|
||||
purgeDialogTitle: 'Final confirmation';
|
||||
purgeInputLabel: 'Confirmation phrase';
|
||||
purgeInputPlaceholder: 'Type the phrase shown above';
|
||||
purgeOpenConfirm: 'I understand, continue';
|
||||
purgePhraseHint: 'Type the following Chinese sentence exactly (every character and punctuation). The server only accepts this exact phrase:';
|
||||
purgeSubmitting: 'Deleting…';
|
||||
purgeWarningBody: 'This permanently deletes your conversations, memory, stories, chapters, orders, and related files in cloud storage. All devices will be signed out.\nYou can still log in with the same phone number, but your previous content cannot be restored.';
|
||||
purgeWarningTitle: 'Before you continue';
|
||||
title: 'Data & Privacy';
|
||||
};
|
||||
editAvatar: 'Edit Profile Picture';
|
||||
|
||||
@@ -19,6 +19,17 @@
|
||||
"deleteUnderDevelopment": "Delete data feature is under development.",
|
||||
"exportAll": "Export All Data",
|
||||
"exportUnderDevelopment": "Export feature is under development.",
|
||||
"purgeDialogCancel": "Cancel",
|
||||
"purgeDialogConfirm": "Delete permanently",
|
||||
"purgeDialogDescription": "This cannot be undone. Your data will be removed immediately.",
|
||||
"purgeDialogTitle": "Final confirmation",
|
||||
"purgeInputLabel": "Confirmation phrase",
|
||||
"purgeInputPlaceholder": "Type the phrase shown above",
|
||||
"purgeOpenConfirm": "I understand, continue",
|
||||
"purgePhraseHint": "Type the following Chinese sentence exactly (every character and punctuation). The server only accepts this exact phrase:",
|
||||
"purgeSubmitting": "Deleting…",
|
||||
"purgeWarningBody": "This permanently deletes your conversations, memory, stories, chapters, orders, and related files in cloud storage. All devices will be signed out.\nYou can still log in with the same phone number, but your previous content cannot be restored.",
|
||||
"purgeWarningTitle": "Before you continue",
|
||||
"title": "Data & Privacy"
|
||||
},
|
||||
"editAvatar": "Edit Profile Picture",
|
||||
|
||||
@@ -19,6 +19,17 @@
|
||||
"deleteUnderDevelopment": "删除数据功能开发中,敬请期待。",
|
||||
"exportAll": "导出所有数据",
|
||||
"exportUnderDevelopment": "导出功能开发中,敬请期待。",
|
||||
"purgeDialogCancel": "取消",
|
||||
"purgeDialogConfirm": "确认永久删除",
|
||||
"purgeDialogDescription": "确定要执行吗?删除后立即生效,无法撤销。",
|
||||
"purgeDialogTitle": "最后确认",
|
||||
"purgeInputLabel": "确认口令",
|
||||
"purgeInputPlaceholder": "在此输入完整确认句",
|
||||
"purgeOpenConfirm": "我了解后果,继续删除",
|
||||
"purgePhraseHint": "请在下方输入框中完整输入以下句子(须一字不差,含标点):",
|
||||
"purgeSubmitting": "正在删除…",
|
||||
"purgeWarningBody": "将永久删除账号下的对话、记忆、故事、章节、订单等业务数据,并删除云端已关联的图片等文件。所有设备将立即退出登录。\n您的手机号与账号仍可登录,但此前内容无法恢复。",
|
||||
"purgeWarningTitle": "清空数据前请知悉",
|
||||
"title": "数据与隐私"
|
||||
},
|
||||
"editAvatar": "编辑头像",
|
||||
|
||||
Reference in New Issue
Block a user