mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-22 00:00:19 +08:00
feat: Merge Export Excel Button and Export JSON Button
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"ui.button.load": "Lade Daten",
|
||||
"ui.button.update": "Aktualisieren",
|
||||
"ui.button.excel": "In Excel exportieren",
|
||||
"ui.button.srgf": "In SRGF exportieren",
|
||||
"ui.button.srgf": "In JSON exportieren",
|
||||
"ui.button.url": "Eingabe URL",
|
||||
"ui.button.setting": "Einstellungen",
|
||||
"ui.button.option": "Optionen",
|
||||
|
@ -3,8 +3,9 @@
|
||||
"ui.button.load": "Load data",
|
||||
"ui.button.update": "Update",
|
||||
"ui.button.directUpdate": "Direct update",
|
||||
"ui.button.files": "Export Files",
|
||||
"ui.button.excel": "Export Excel",
|
||||
"ui.button.srgf": "Export SRGF",
|
||||
"ui.button.srgf": "Export JSON",
|
||||
"ui.button.url": "Input URL",
|
||||
"ui.button.setting": "Settings",
|
||||
"ui.button.option": "Option",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"ui.button.update": "Mettre à jour",
|
||||
"ui.button.directUpdate": "Mise à jour directe",
|
||||
"ui.button.excel": "Exporter vers Excel",
|
||||
"ui.button.srgf": "Exporter vers SRGF",
|
||||
"ui.button.srgf": "Exporter vers JSON",
|
||||
"ui.button.url": "URL d'import",
|
||||
"ui.button.setting": "Paramètres",
|
||||
"ui.button.option": "Options",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"ui.button.load": "データの読み込み",
|
||||
"ui.button.update": "更新データ",
|
||||
"ui.button.excel": "Excelにエクスポート",
|
||||
"ui.button.srgf": "SRGFにエクスポート",
|
||||
"ui.button.srgf": "JSONにエクスポート",
|
||||
"ui.button.url": "URL入力",
|
||||
"ui.button.setting": "設定",
|
||||
"ui.button.option": "オプション",
|
||||
|
@ -3,8 +3,9 @@
|
||||
"ui.button.load": "加载数据",
|
||||
"ui.button.update": "更新数据",
|
||||
"ui.button.directUpdate": "直接更新",
|
||||
"ui.button.files": "导出文件",
|
||||
"ui.button.excel": "导出Excel",
|
||||
"ui.button.srgf":"导出SRGF",
|
||||
"ui.button.srgf":"导出JSON",
|
||||
"ui.button.url": "输入URL",
|
||||
"ui.button.setting": "设置",
|
||||
"ui.button.option": "选项",
|
||||
|
@ -3,8 +3,9 @@
|
||||
"ui.button.load": "載入資料",
|
||||
"ui.button.update": "更新資料",
|
||||
"ui.button.directUpdate": "直接更新",
|
||||
"ui.button.files": "匯出檔案",
|
||||
"ui.button.excel": "匯出 Excel",
|
||||
"ui.button.srgf": "匯出 SRGF",
|
||||
"ui.button.srgf": "匯出 JSON",
|
||||
"ui.button.url": "輸入 URL",
|
||||
"ui.button.setting": "設定",
|
||||
"ui.button.option": "選項",
|
||||
|
Reference in New Issue
Block a user