Skip to content

Commit c496f87

Browse files
committed
allow exporting and importing all data (#740)
1 parent 58090d4 commit c496f87

File tree

14 files changed

+77
-12
lines changed

14 files changed

+77
-12
lines changed

src/_locales/de/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Erkläre das: {{selection}}",
145145
"New": "Neu",
146146
"Always display floating window, disable sidebar for all site adapters": "Immer das schwebende Fenster anzeigen, die Seitenleiste für alle Website-Adapter deaktivieren",
147-
"Allow ESC to close all floating windows": "ESC-Taste zum Schließen aller schwebenden Fenster zulassen"
147+
"Allow ESC to close all floating windows": "ESC-Taste zum Schließen aller schwebenden Fenster zulassen",
148+
"Export All Data": "Alle Daten exportieren",
149+
"Import All Data": "Alle Daten importieren"
148150
}

src/_locales/en/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Explain this: {{selection}}",
145145
"New": "New",
146146
"Always display floating window, disable sidebar for all site adapters": "Always display floating window, disable sidebar for all site adapters",
147-
"Allow ESC to close all floating windows": "Allow ESC to close all floating windows"
147+
"Allow ESC to close all floating windows": "Allow ESC to close all floating windows",
148+
"Export All Data": "Export All Data",
149+
"Import All Data": "Import All Data"
148150
}

src/_locales/es/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Explicar esto: {{selection}}",
145145
"New": "Nuevo",
146146
"Always display floating window, disable sidebar for all site adapters": "Mostrar siempre la ventana flotante, desactivar la barra lateral para todos los adaptadores de sitios",
147-
"Allow ESC to close all floating windows": "Permitir que ESC cierre todas las ventanas flotantes"
147+
"Allow ESC to close all floating windows": "Permitir que ESC cierre todas las ventanas flotantes",
148+
"Export All Data": "Exportar todos los datos",
149+
"Import All Data": "Importar todos los datos"
148150
}

src/_locales/fr/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Expliquer ceci : {{selection}}",
145145
"New": "Nouveau",
146146
"Always display floating window, disable sidebar for all site adapters": "Toujours afficher la fenêtre flottante, désactiver la barre latérale pour tous les adaptateurs de site",
147-
"Allow ESC to close all floating windows": "Autoriser la touche ESC pour fermer toutes les fenêtres flottantes"
147+
"Allow ESC to close all floating windows": "Autoriser la touche ESC pour fermer toutes les fenêtres flottantes",
148+
"Export All Data": "Exporter toutes les données",
149+
"Import All Data": "Importer toutes les données"
148150
}

src/_locales/in/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Jelaskan ini: {{selection}}",
145145
"New": "Baru",
146146
"Always display floating window, disable sidebar for all site adapters": "Selalu tampilkan jendela mengambang, nonaktifkan sidebar untuk semua adapter situs",
147-
"Allow ESC to close all floating windows": "Izinkan ESC untuk menutup semua jendela mengambang"
147+
"Allow ESC to close all floating windows": "Izinkan ESC untuk menutup semua jendela mengambang",
148+
"Export All Data": "Ekspor Semua Data",
149+
"Import All Data": "Impor Semua Data"
148150
}

src/_locales/it/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Spiega questo: {{selection}}",
145145
"New": "Nuovo",
146146
"Always display floating window, disable sidebar for all site adapters": "Mostra sempre la finestra flottante, disabilita la barra laterale per tutti gli adattatori del sito",
147-
"Allow ESC to close all floating windows": "Consenti ESC per chiudere tutte le finestre flottanti"
147+
"Allow ESC to close all floating windows": "Consenti ESC per chiudere tutte le finestre flottanti",
148+
"Export All Data": "Esporta tutti i dati",
149+
"Import All Data": "Importa tutti i dati"
148150
}

src/_locales/ja/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "これを説明する: {{selection}}",
145145
"New": "新規",
146146
"Always display floating window, disable sidebar for all site adapters": "常にフローティングウィンドウを表示し、すべてのサイトアダプターでサイドバーを無効にします",
147-
"Allow ESC to close all floating windows": "ESCキーですべてのフローティングウィンドウを閉じる"
147+
"Allow ESC to close all floating windows": "ESCキーですべてのフローティングウィンドウを閉じる",
148+
"Export All Data": "すべてのデータをエクスポート",
149+
"Import All Data": "すべてのデータをインポート"
148150
}

src/_locales/ko/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "이것을 설명하세요: {{selection}}",
145145
"New": "새로 만들기",
146146
"Always display floating window, disable sidebar for all site adapters": "항상 떠다니는 창을 표시하고 모든 사이트 어댑터의 사이드바를 비활성화합니다",
147-
"Allow ESC to close all floating windows": "ESC를 눌러 모든 떠다니는 창을 닫도록 허용"
147+
"Allow ESC to close all floating windows": "ESC를 눌러 모든 떠다니는 창을 닫도록 허용",
148+
"Export All Data": "모든 데이터 내보내기",
149+
"Import All Data": "모든 데이터 가져오기"
148150
}

src/_locales/pt/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Explique isso: {{selection}}",
145145
"New": "Novo",
146146
"Always display floating window, disable sidebar for all site adapters": "Sempre exibir janela flutuante, desativar barra lateral para todos os adaptadores de site",
147-
"Allow ESC to close all floating windows": "Permitir ESC para fechar todas as janelas flutuantes"
147+
"Allow ESC to close all floating windows": "Permitir ESC para fechar todas as janelas flutuantes",
148+
"Export All Data": "Exportar Todos os Dados",
149+
"Import All Data": "Importar Todos os Dados"
148150
}

src/_locales/ru/main.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,7 @@
144144
"Explain this: {{selection}}": "Объяснить это: {{selection}}",
145145
"New": "Новый",
146146
"Always display floating window, disable sidebar for all site adapters": "Всегда отображать плавающее окно, отключить боковую панель для всех адаптеров сайтов",
147-
"Allow ESC to close all floating windows": "Разрешить ESC для закрытия всех плавающих окон"
147+
"Allow ESC to close all floating windows": "Разрешить ESC для закрытия всех плавающих окон",
148+
"Export All Data": "Экспорт всех данных",
149+
"Import All Data": "Импорт всех данных"
148150
}

0 commit comments

Comments
 (0)