je-editor 0.0.217__py3-none-any.whl → 0.0.219__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -185,7 +185,7 @@ class Gitgui(QWidget):
185
185
  self._load_commits_async(branch)
186
186
  self._info(
187
187
  self.language_wrapper_get("info_checkout_title"),
188
- f"{self.language_wrapper_get("info_checkout_msg")} {branch}"
188
+ f"{self.language_wrapper_get('info_checkout_msg')} {branch}"
189
189
  )
190
190
  self.worker = Worker(self.git.checkout, branch)
191
191
  self.worker.done.connect(after)
@@ -285,7 +285,7 @@ class Gitgui(QWidget):
285
285
  self.git.open_repo(repo_path)
286
286
  QMessageBox.information(self,
287
287
  self.language_wrapper_get("info_clone_success_title"),
288
- f"{self.language_wrapper_get("info_clone_success_msg")} {repo_path}")
288
+ f"{self.language_wrapper_get('info_clone_success_msg')} {repo_path}")
289
289
  except Exception as e:
290
290
  QMessageBox.critical(self, self.language_wrapper_get("err_clone_failed_title"), str(e))
291
291
 
@@ -169,7 +169,7 @@ please make sure that the current encoding is consistent with the default encodi
169
169
  "err_read_diff": "Failed to read diff",
170
170
  "err_stage": "Stage failed",
171
171
  "info_stage_title": "Stage",
172
- "info_stage_msg": "Executed git_client add -A",
172
+ "info_stage_msg": "Executed git add -A",
173
173
  "err_commit": "Commit failed",
174
174
  "info_commit_title": "Commit",
175
175
  "info_commit_msg": "Commit created",
@@ -163,7 +163,7 @@ traditional_chinese_word_dict = {
163
163
  "err_read_diff": "讀取差異失敗",
164
164
  "err_stage": "暫存失敗",
165
165
  "info_stage_title": "暫存",
166
- "info_stage_msg": "已執行 git_client add -A",
166
+ "info_stage_msg": "已執行 git add -A",
167
167
  "err_commit": "提交失敗",
168
168
  "info_commit_title": "提交",
169
169
  "info_commit_msg": "已建立提交",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: je_editor
3
- Version: 0.0.217
3
+ Version: 0.0.219
4
4
  Summary: JEditor is basic but powerful editor include GPT
5
5
  Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/JE-Chen/je_editor
@@ -49,7 +49,7 @@ je_editor/pyside_ui/dialog/search_ui/search_text_box.py,sha256=ul-98FVByq_TNkkLZ
49
49
  je_editor/pyside_ui/git_ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
50
  je_editor/pyside_ui/git_ui/commit_table.py,sha256=5NkPx27omhtql1n0E51i5wuXqojnioxRD3SJPq-X0Xg,1136
51
51
  je_editor/pyside_ui/git_ui/git_branch_tree_widget.py,sha256=zCVz-_67Rtz_TtKVnzGxoX3ia8FLb2qgkpeXQthwQbc,4473
52
- je_editor/pyside_ui/git_ui/git_client_gui.py,sha256=GVBqiSc5153AetpfoD9XKVkEPRHYnYdwUwZowoQGU0g,11668
52
+ je_editor/pyside_ui/git_ui/git_client_gui.py,sha256=kirBElyTiqpOtNlYSi5lDtRChAp6nkUD7hOhzG6SZuc,11668
53
53
  je_editor/pyside_ui/git_ui/graph_view.py,sha256=0qLxZMzRZMpDFACiUlv0EyyVkAZiYFlU7d2jE5NuVIE,6045
54
54
  je_editor/pyside_ui/main_ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
55
  je_editor/pyside_ui/main_ui/main_editor.py,sha256=-EZ-GqtR3_5zyhc4x2CxDsGGvTQ245QEzjdpWLa1_7E,11533
@@ -120,15 +120,15 @@ je_editor/utils/json_format/json_process.py,sha256=tszo48OnVivVkuuPrl-FtGaaq-1YO
120
120
  je_editor/utils/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
121
121
  je_editor/utils/logging/loggin_instance.py,sha256=5MUuLesU_WpR_Iu1uoAATi5Bj2yMYkimZrMfiXbk5pI,881
122
122
  je_editor/utils/multi_language/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
123
- je_editor/utils/multi_language/english.py,sha256=OJc8VEh4PhMQhdHz7_aWSzIdNoL2vJIK-uPQw0ZOM1g,9974
123
+ je_editor/utils/multi_language/english.py,sha256=Od7UyWqtg2xE-my7xNmAjL4ahTDSzbD5Zvkgi07IsUk,9967
124
124
  je_editor/utils/multi_language/multi_language_wrapper.py,sha256=_MtYrE51poQ1p_iWvT2eg_604uj6IsiBgGpifWpYLGc,1050
125
- je_editor/utils/multi_language/traditional_chinese.py,sha256=i-OYyq0ywYo8e3YqYQNoX5lAs38j6W3xeg47qOJ7MGU,10052
125
+ je_editor/utils/multi_language/traditional_chinese.py,sha256=12rUsAbpTEi2q7OwfSsbXe2zWwYebrmwIOSPbS9Rg10,10045
126
126
  je_editor/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
127
  je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=1gICetKpohBvmxmVhnqeCRq7AQS2YWK4AURmrqnVYVw,2277
128
128
  je_editor/utils/venv_check/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
129
129
  je_editor/utils/venv_check/check_venv.py,sha256=oCrMdue4NYUUGrVifh_iHFwIgxVx9azYN4jz3Xiulgg,999
130
- je_editor-0.0.217.dist-info/licenses/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
131
- je_editor-0.0.217.dist-info/METADATA,sha256=4e53JCW-nYVpIfqBHwoARsgzmkGX0m6hfMesSHzSp-4,3472
132
- je_editor-0.0.217.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
133
- je_editor-0.0.217.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
134
- je_editor-0.0.217.dist-info/RECORD,,
130
+ je_editor-0.0.219.dist-info/licenses/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
131
+ je_editor-0.0.219.dist-info/METADATA,sha256=DJNB4ve8KaYhpa5MxtDUuF4YpQ0-Ibnx84CXYIofVTc,3472
132
+ je_editor-0.0.219.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
133
+ je_editor-0.0.219.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
134
+ je_editor-0.0.219.dist-info/RECORD,,