mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-09-21 05:27:34 -05:00
fix: natural translations for the batch-select options
Options name their object so they read as complete phrases; the collapsed placeholder stays short in every locale because the control has a fixed width
This commit is contained in:
+3
-3
@@ -13,9 +13,9 @@
|
||||
"Save": "Guardar",
|
||||
"Delete": "Borrar",
|
||||
"Select All": "Seleccionar Todos",
|
||||
"Select...": "Seleccionar...",
|
||||
"Select Not Exported": "Seleccionar no exportadas",
|
||||
"Select Updated": "Seleccionar actualizadas",
|
||||
"Select...": "Selección…",
|
||||
"Select Not Exported": "Seleccionar conversaciones no exportadas",
|
||||
"Select Updated": "Seleccionar conversaciones actualizadas",
|
||||
"Export": "Exportar",
|
||||
"Error": "Error",
|
||||
"Loading": "Cargando",
|
||||
|
||||
+3
-3
@@ -13,9 +13,9 @@
|
||||
"Save": "Enregistrer",
|
||||
"Delete": "Supprimer",
|
||||
"Select All": "Tout sélectionner",
|
||||
"Select...": "Sélectionner...",
|
||||
"Select Not Exported": "Sélectionner non exportées",
|
||||
"Select Updated": "Sélectionner mises à jour",
|
||||
"Select...": "Sélection…",
|
||||
"Select Not Exported": "Sélectionner les conversations non exportées",
|
||||
"Select Updated": "Sélectionner les conversations mises à jour",
|
||||
"Export": "Exporter",
|
||||
"Error": "Erreur",
|
||||
"Loading": "Chargement",
|
||||
|
||||
+3
-3
@@ -13,9 +13,9 @@
|
||||
"Save": "Simpan",
|
||||
"Delete": "Hapus",
|
||||
"Select All": "Pilih Semua",
|
||||
"Select...": "Pilih...",
|
||||
"Select Not Exported": "Pilih yang belum diekspor",
|
||||
"Select Updated": "Pilih yang diperbarui",
|
||||
"Select...": "Pilih massal…",
|
||||
"Select Not Exported": "Pilih percakapan yang belum diekspor",
|
||||
"Select Updated": "Pilih percakapan yang diperbarui",
|
||||
"Export": "Ekspor",
|
||||
"Error": "Kesalahan",
|
||||
"Loading": "Memuat",
|
||||
|
||||
+3
-3
@@ -13,9 +13,9 @@
|
||||
"Save": "保存",
|
||||
"Delete": "削除",
|
||||
"Select All": "すべて選択",
|
||||
"Select...": "選択...",
|
||||
"Select Not Exported": "未エクスポートを選択",
|
||||
"Select Updated": "更新されたものを選択",
|
||||
"Select...": "一括選択…",
|
||||
"Select Not Exported": "未エクスポートの会話を選択",
|
||||
"Select Updated": "更新された会話を選択",
|
||||
"Export": "エクスポート",
|
||||
"Error": "エラー",
|
||||
"Loading": "読み込み中",
|
||||
|
||||
+3
-3
@@ -13,9 +13,9 @@
|
||||
"Save": "Сохранить",
|
||||
"Delete": "Удалить",
|
||||
"Select All": "Выбрать все",
|
||||
"Select...": "Выбрать...",
|
||||
"Select Not Exported": "Выбрать неэкспортированные",
|
||||
"Select Updated": "Выбрать обновлённые",
|
||||
"Select...": "Выбрать…",
|
||||
"Select Not Exported": "Выбрать неэкспортированные разговоры",
|
||||
"Select Updated": "Выбрать обновлённые разговоры",
|
||||
"Export": "Экспорт",
|
||||
"Error": "Ошибка",
|
||||
"Loading": "Загрузка",
|
||||
|
||||
+3
-3
@@ -13,9 +13,9 @@
|
||||
"Save": "Kaydet",
|
||||
"Delete": "Sil",
|
||||
"Select All": "Tümünü Seç",
|
||||
"Select...": "Seç...",
|
||||
"Select Not Exported": "Dışa aktarılmamışları seç",
|
||||
"Select Updated": "Güncellenenleri seç",
|
||||
"Select...": "Toplu seçim…",
|
||||
"Select Not Exported": "Dışa aktarılmamış konuşmaları seç",
|
||||
"Select Updated": "Güncellenen konuşmaları seç",
|
||||
"Export": "Dışa Aktar",
|
||||
"Error": "Hata",
|
||||
"Loading": "Yükleniyor",
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
"Save": "保存",
|
||||
"Delete": "删除",
|
||||
"Select All": "全选",
|
||||
"Select...": "选择…",
|
||||
"Select Not Exported": "选择未导出",
|
||||
"Select Updated": "选择有更新",
|
||||
"Select...": "批量选择…",
|
||||
"Select Not Exported": "选择未导出的对话",
|
||||
"Select Updated": "选择有更新的对话",
|
||||
"Export": "导出",
|
||||
"Error": "错误",
|
||||
"Loading": "加载中",
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
"Save": "保存",
|
||||
"Delete": "刪除",
|
||||
"Select All": "全選",
|
||||
"Select...": "選取…",
|
||||
"Select Not Exported": "選取未匯出",
|
||||
"Select Updated": "選取有更新",
|
||||
"Select...": "批次選取…",
|
||||
"Select Not Exported": "選取未匯出的對話",
|
||||
"Select Updated": "選取有更新的對話",
|
||||
"Export": "匯出",
|
||||
"Error": "錯誤",
|
||||
"Loading": "載入中",
|
||||
|
||||
Reference in New Issue
Block a user