change to "data"
This commit is contained in:
		
							parent
							
								
									d68f77867d
								
							
						
					
					
						commit
						56d3b2fba2
					
				|  | @ -38,7 +38,7 @@ export const ChatbarSettings: FC<Props> = ({ | ||||||
|       <Import onImport={onImportConversations} /> |       <Import onImport={onImportConversations} /> | ||||||
| 
 | 
 | ||||||
|       <SidebarButton |       <SidebarButton | ||||||
|         text={t('Export conversations')} |         text={t('Export data')} | ||||||
|         icon={<IconFileExport size={18} />} |         icon={<IconFileExport size={18} />} | ||||||
|         onClick={() => onExportConversations()} |         onClick={() => onExportConversations()} | ||||||
|       /> |       /> | ||||||
|  |  | ||||||
|  | @ -32,7 +32,7 @@ export const Import: FC<Props> = ({ onImport }) => { | ||||||
|       /> |       /> | ||||||
| 
 | 
 | ||||||
|       <SidebarButton |       <SidebarButton | ||||||
|         text={t('Import conversations')} |         text={t('import data')} | ||||||
|         icon={<IconFileImport size={18} />} |         icon={<IconFileImport size={18} />} | ||||||
|         onClick={() => { |         onClick={() => { | ||||||
|           const importFile = document.querySelector( |           const importFile = document.querySelector( | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "لا يوجد محادثات", |   "No conversations.": "لا يوجد محادثات", | ||||||
|   "Search conversations...": "...البحث عن المحادثات", |   "Search conversations...": "...البحث عن المحادثات", | ||||||
|   "OpenAI API Key": " (أوبن أيه أي) OpenAI API Key (مفتاح واجهة برمجة تطبيقات)", |   "OpenAI API Key": " (أوبن أيه أي) OpenAI API Key (مفتاح واجهة برمجة تطبيقات)", | ||||||
|   "Import conversations": "استيراد المحادثات", |   "import data": "استيراد المحادثات", | ||||||
|   "Are you sure?": "هل أنت متأكد؟", |   "Are you sure?": "هل أنت متأكد؟", | ||||||
|   "Clear conversations": "مسح المحادثات", |   "Clear conversations": "مسح المحادثات", | ||||||
|   "Export conversations": "تصدير المحادثات", |   "export data": "تصدير المحادثات", | ||||||
|   "Dark mode": "الوضع الداكن", |   "Dark mode": "الوضع الداكن", | ||||||
|   "Light mode": "الوضع الفاتح" |   "Light mode": "الوضع الفاتح" | ||||||
|   } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "কোনো আলাপচারিতা নেই।", |   "No conversations.": "কোনো আলাপচারিতা নেই।", | ||||||
|   "Search conversations...": "আলাপচারিতা খুঁজুন...", |   "Search conversations...": "আলাপচারিতা খুঁজুন...", | ||||||
|   "OpenAI API Key": "OpenAI API Key", |   "OpenAI API Key": "OpenAI API Key", | ||||||
|   "Import conversations": "আলাপচারিতা ইমপোর্ট", |   "import data": "আলাপচারিতা ইমপোর্ট", | ||||||
|   "Are you sure?": "আপনি কি নিশ্চিত?", |   "Are you sure?": "আপনি কি নিশ্চিত?", | ||||||
|   "Clear conversations": "আলাপচারিতা ক্লিয়ার", |   "Clear conversations": "আলাপচারিতা ক্লিয়ার", | ||||||
|   "Export conversations": "আলাপচারিতা এক্সপোর্ট", |   "export data": "আলাপচারিতা এক্সপোর্ট", | ||||||
|   "Dark mode": "ডার্ক মোড", |   "Dark mode": "ডার্ক মোড", | ||||||
|   "Light mode": "লাইট মোড" |   "Light mode": "লাইট মোড" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "Keine Konversationen.", |   "No conversations.": "Keine Konversationen.", | ||||||
|   "Search conversations...": "Konversationen suchen...", |   "Search conversations...": "Konversationen suchen...", | ||||||
|   "OpenAI API Key": "OpenAI API-Schlüssel", |   "OpenAI API Key": "OpenAI API-Schlüssel", | ||||||
|   "Import conversations": "Konversationen importieren", |   "import data": "Konversationen importieren", | ||||||
|   "Are you sure?": "Bist du sicher?", |   "Are you sure?": "Bist du sicher?", | ||||||
|   "Clear conversations": "Konversationen löschen", |   "Clear conversations": "Konversationen löschen", | ||||||
|   "Export conversations": "Konversationen exportieren", |   "export data": "Konversationen exportieren", | ||||||
|   "Dark mode": "Dark Mode", |   "Dark mode": "Dark Mode", | ||||||
|   "Light mode": "Light Mode" |   "Light mode": "Light Mode" | ||||||
| } | } | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "No hay conversaciones.", |   "No conversations.": "No hay conversaciones.", | ||||||
|   "Search conversations...": "Buscar conversaciones...", |   "Search conversations...": "Buscar conversaciones...", | ||||||
|   "OpenAI API Key": "Llave de API de OpenAI", |   "OpenAI API Key": "Llave de API de OpenAI", | ||||||
|   "Import conversations": "Importar conversaciones", |   "import data": "Importar conversaciones", | ||||||
|   "Are you sure?": "¿Estás seguro?", |   "Are you sure?": "¿Estás seguro?", | ||||||
|   "Clear conversations": "Borrar conversaciones", |   "Clear conversations": "Borrar conversaciones", | ||||||
|   "Export conversations": "Exportar conversaciones", |   "export data": "Exportar conversaciones", | ||||||
|   "Dark mode": "Modo oscuro", |   "Dark mode": "Modo oscuro", | ||||||
|   "Light mode": "Modo claro" |   "Light mode": "Modo claro" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "Aucune conversation.", |   "No conversations.": "Aucune conversation.", | ||||||
|   "Search conversations...": "Rechercher des conversations...", |   "Search conversations...": "Rechercher des conversations...", | ||||||
|   "OpenAI API Key": "Clé API OpenAI", |   "OpenAI API Key": "Clé API OpenAI", | ||||||
|   "Import conversations": "Importer des conversations", |   "import data": "Importer des conversations", | ||||||
|   "Are you sure?": "Êtes-vous sûr ?", |   "Are you sure?": "Êtes-vous sûr ?", | ||||||
|   "Clear conversations": "Effacer les conversations", |   "Clear conversations": "Effacer les conversations", | ||||||
|   "Export conversations": "Exporter les conversations", |   "export data": "Exporter les conversations", | ||||||
|   "Dark mode": "Mode sombre", |   "Dark mode": "Mode sombre", | ||||||
|   "Light mode": "Mode clair" |   "Light mode": "Mode clair" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "אין שיחות חדשות", |   "No conversations.": "אין שיחות חדשות", | ||||||
|   "Search conversations...": "חיפוש שיחות...", |   "Search conversations...": "חיפוש שיחות...", | ||||||
|   "OpenAI API Key": "מפתח אישי ל openAI", |   "OpenAI API Key": "מפתח אישי ל openAI", | ||||||
|   "Import conversations": "ייבוא שיחות", |   "import data": "ייבוא שיחות", | ||||||
|   "Are you sure?": "אתה בטוח?", |   "Are you sure?": "אתה בטוח?", | ||||||
|   "Clear conversations": "ניקוי שיחות", |   "Clear conversations": "ניקוי שיחות", | ||||||
|   "Export conversations": "ייצוא שיחות", |   "export data": "ייצוא שיחות", | ||||||
|   "Dark mode": "מצב כהה", |   "Dark mode": "מצב כהה", | ||||||
|   "Light mode": "מצב בהיר" |   "Light mode": "מצב בהיר" | ||||||
| } | } | ||||||
|  | @ -1,13 +1,13 @@ | ||||||
| { | { | ||||||
|     "New folder": "Folder baru", |   "New folder": "Folder baru", | ||||||
|     "New chat": "Percakapan baru", |   "New chat": "Percakapan baru", | ||||||
|     "No conversations.": "Tidak ada percakapan.", |   "No conversations.": "Tidak ada percakapan.", | ||||||
|     "Search conversations...": "Cari percakapan...", |   "Search conversations...": "Cari percakapan...", | ||||||
|     "OpenAI API Key": "Kunci API OpenAI", |   "OpenAI API Key": "Kunci API OpenAI", | ||||||
|     "Import conversations": "Impor percakapan", |   "import data": "Impor percakapan", | ||||||
|     "Are you sure?": "Apakah Anda yakin?", |   "Are you sure?": "Apakah Anda yakin?", | ||||||
|     "Clear conversations": "Hapus percakapan", |   "Clear conversations": "Hapus percakapan", | ||||||
|     "Export conversations": "Ekspor percakapan", |   "export data": "Ekspor percakapan", | ||||||
|     "Dark mode": "Mode gelap", |   "Dark mode": "Mode gelap", | ||||||
|     "Light mode": "Mode terang" |   "Light mode": "Mode terang" | ||||||
| } | } | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "会話履歴はありません。", |   "No conversations.": "会話履歴はありません。", | ||||||
|   "Search conversations...": "会話を検索...", |   "Search conversations...": "会話を検索...", | ||||||
|   "OpenAI API Key": "OpenAI API Key", |   "OpenAI API Key": "OpenAI API Key", | ||||||
|   "Import conversations": "会話履歴をインポート", |   "import data": "会話履歴をインポート", | ||||||
|   "Are you sure?": "よろしいですか?", |   "Are you sure?": "よろしいですか?", | ||||||
|   "Clear conversations": " 会話をクリア", |   "Clear conversations": " 会話をクリア", | ||||||
|   "Export conversations": "会話履歴をエクスポート", |   "export data": "会話履歴をエクスポート", | ||||||
|   "Dark mode": "ダークモード", |   "Dark mode": "ダークモード", | ||||||
|   "Light mode": "ライトモード" |   "Light mode": "ライトモード" | ||||||
| } | } | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "대화가 없습니다.", |   "No conversations.": "대화가 없습니다.", | ||||||
|   "Search conversations...": "대화 검색...", |   "Search conversations...": "대화 검색...", | ||||||
|   "OpenAI API Key": "OpenAI API 키", |   "OpenAI API Key": "OpenAI API 키", | ||||||
|   "Import conversations": "대화 가져오기", |   "import data": "대화 가져오기", | ||||||
|   "Are you sure?": "확실합니까?", |   "Are you sure?": "확실합니까?", | ||||||
|   "Clear conversations": "대화 지우기", |   "Clear conversations": "대화 지우기", | ||||||
|   "Export conversations": "대화 내보내기", |   "export data": "대화 내보내기", | ||||||
|   "Dark mode": "다크 모드", |   "Dark mode": "다크 모드", | ||||||
|   "Light mode": "라이트 모드" |   "Light mode": "라이트 모드" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "Não há conversas.", |   "No conversations.": "Não há conversas.", | ||||||
|   "Search conversations...": "Buscar conversas...", |   "Search conversations...": "Buscar conversas...", | ||||||
|   "OpenAI API Key": "API Key da OpenAI", |   "OpenAI API Key": "API Key da OpenAI", | ||||||
|   "Import conversations": "Importar conversas", |   "import data": "Importar conversas", | ||||||
|   "Are you sure?": "Tem certeza?", |   "Are you sure?": "Tem certeza?", | ||||||
|   "Clear conversations": "Apagar conversas", |   "Clear conversations": "Apagar conversas", | ||||||
|   "Export conversations": "Exportar conversas", |   "export data": "Exportar conversas", | ||||||
|   "Dark mode": "Modo escuro", |   "Dark mode": "Modo escuro", | ||||||
|   "Light mode": "Modo claro" |   "Light mode": "Modo claro" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "Нет чатов.", |   "No conversations.": "Нет чатов.", | ||||||
|   "Search conversations...": "Поиск чатов...", |   "Search conversations...": "Поиск чатов...", | ||||||
|   "OpenAI API Key": "API-ключ OpenAI", |   "OpenAI API Key": "API-ключ OpenAI", | ||||||
|   "Import conversations": "Импортировать чаты", |   "import data": "Импортировать чаты", | ||||||
|   "Are you sure?": "Вы уверены?", |   "Are you sure?": "Вы уверены?", | ||||||
|   "Clear conversations": "Удалить чаты", |   "Clear conversations": "Удалить чаты", | ||||||
|   "Export conversations": "Экспортировать чаты", |   "export data": "Экспортировать чаты", | ||||||
|   "Dark mode": "Темный режим", |   "Dark mode": "Темный режим", | ||||||
|   "Light mode": "Светлый режим" |   "Light mode": "Светлый режим" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "සංවාද නැත.", |   "No conversations.": "සංවාද නැත.", | ||||||
|   "Search conversations...": "සංවාද සොයන්න...", |   "Search conversations...": "සංවාද සොයන්න...", | ||||||
|   "OpenAI API Key": "OpenAI API යතුර", |   "OpenAI API Key": "OpenAI API යතුර", | ||||||
|   "Import conversations": "සංවාද ආයාත කරන්න", |   "import data": "සංවාද ආයාත කරන්න", | ||||||
|   "Are you sure?": "ඔබට විශ්වාස ද?", |   "Are you sure?": "ඔබට විශ්වාස ද?", | ||||||
|   "Clear conversations": "සංවාද මකන්න", |   "Clear conversations": "සංවාද මකන්න", | ||||||
|   "Export conversations": "සංවාද නිර්යාත කරන්න", |   "export data": "සංවාද නිර්යාත කරන්න", | ||||||
|   "Dark mode": "අඳුරු මාදිලිය", |   "Dark mode": "අඳුරු මාදිලිය", | ||||||
|   "Light mode": "ආලෝක මාදිලිය" |   "Light mode": "ආලෝක මාදිලිය" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "Inga konversationer.", |   "No conversations.": "Inga konversationer.", | ||||||
|   "Search conversations...": "Sök konversationer...", |   "Search conversations...": "Sök konversationer...", | ||||||
|   "OpenAI API Key": "OpenAI API-nyckel", |   "OpenAI API Key": "OpenAI API-nyckel", | ||||||
|   "Import conversations": "Importera konversationer", |   "import data": "Importera konversationer", | ||||||
|   "Are you sure?": "Är du säker?", |   "Are you sure?": "Är du säker?", | ||||||
|   "Clear conversations": "Radera konversationer", |   "Clear conversations": "Radera konversationer", | ||||||
|   "Export conversations": "Exportera konversationer", |   "export data": "Exportera konversationer", | ||||||
|   "Dark mode": "Mörkt läge", |   "Dark mode": "Mörkt läge", | ||||||
|   "Light mode": "Ljust läge" |   "Light mode": "Ljust läge" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "సంభాషణలు లేవు.", |   "No conversations.": "సంభాషణలు లేవు.", | ||||||
|   "Search conversations...": "సంభాషణలు వెతకండి...", |   "Search conversations...": "సంభాషణలు వెతకండి...", | ||||||
|   "OpenAI API Key": "ఒపెన్ ఎయి ఐ API కీ ", |   "OpenAI API Key": "ఒపెన్ ఎయి ఐ API కీ ", | ||||||
|   "Import conversations": "సంభాషణలు దిగుమతి చేయండి", |   "import data": "సంభాషణలు దిగుమతి చేయండి", | ||||||
|   "Are you sure?": "మీరు ఖచ్చితంగా ఉన్నారా?", |   "Are you sure?": "మీరు ఖచ్చితంగా ఉన్నారా?", | ||||||
|   "Clear conversations": "సంభాషణలు తొలగించు", |   "Clear conversations": "సంభాషణలు తొలగించు", | ||||||
|   "Export conversations": "సంభాషణలు ఎగుమతి చేయండి", |   "export data": "సంభాషణలు ఎగుమతి చేయండి", | ||||||
|   "Dark mode": "డార్క్ మోడ్", |   "Dark mode": "డార్క్ మోడ్", | ||||||
|   "Light mode": "లైట్ మోడ్" |   "Light mode": "లైట్ మోడ్" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "Không có hội thoại nào.", |   "No conversations.": "Không có hội thoại nào.", | ||||||
|   "Search conversations...": "Tìm kiếm các cuộc hội thoại...", |   "Search conversations...": "Tìm kiếm các cuộc hội thoại...", | ||||||
|   "OpenAI API Key": "OpenAI API Key", |   "OpenAI API Key": "OpenAI API Key", | ||||||
|   "Import conversations": "Nhập dữ liệu hội thoại", |   "import data": "Nhập dữ liệu hội thoại", | ||||||
|   "Are you sure?": "Bạn chắc chắn chứ?", |   "Are you sure?": "Bạn chắc chắn chứ?", | ||||||
|   "Clear conversations": "Xoá các đoạn hội thoại", |   "Clear conversations": "Xoá các đoạn hội thoại", | ||||||
|   "Export conversations": "Xuất dữ liệu hội thoại", |   "export data": "Xuất dữ liệu hội thoại", | ||||||
|   "Dark mode": "Chế độ tối", |   "Dark mode": "Chế độ tối", | ||||||
|   "Light mode": "Chế độ sáng" |   "Light mode": "Chế độ sáng" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -4,10 +4,10 @@ | ||||||
|   "No conversations.": "无对话", |   "No conversations.": "无对话", | ||||||
|   "Search conversations...": "搜索对话...", |   "Search conversations...": "搜索对话...", | ||||||
|   "OpenAI API Key": "OpenAI API 密钥", |   "OpenAI API Key": "OpenAI API 密钥", | ||||||
|   "Import conversations": "导入对话", |   "import data": "导入对话", | ||||||
|   "Are you sure?": "确定吗?", |   "Are you sure?": "确定吗?", | ||||||
|   "Clear conversations": "清空对话", |   "Clear conversations": "清空对话", | ||||||
|   "Export conversations": "导出对话", |   "export data": "导出对话", | ||||||
|   "Dark mode": "深色模式", |   "Dark mode": "深色模式", | ||||||
|   "Light mode": "浅色模式" |   "Light mode": "浅色模式" | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue