Commit Graph

202 Commits

Author SHA1 Message Date
Vojtech Bubnik
027ab4fb02 GUI initialization extracted from PrusaSlicer.cpp to GUI_Init.cpp/hpp.
Implemented try/catch blocks for Slic3r exceptions and std::exceptions
with GUI error reporting. This is extremely important to report
corruption of PrusaSlicer.ini.
2020-10-22 16:28:55 +02:00
YuSanka
11b6d4bcf5 Localization: Updated POT and List.txt
+ SavePresetDialog class is extracted from the PresetComboBoxes.cpp the the separate files
2020-10-19 14:18:02 +02:00
YuSanka
287e50d091 Localization: Fix of #4035
+ Added context for "Advanced" ("Mode")
+ Updated POT
2020-04-16 11:36:41 +02:00
Lukas Matena
ba08d5da9e Fix of #3983 - Crash caused by a typo in Korean localization 2020-04-08 10:37:26 +02:00
YuSanka
7806df7664 Updated translations for PL, IT, FR, ES, DE, CZ and JA 2020-03-18 12:45:42 +01:00
YuSanka
6b31a087f7 Updated POT 2020-03-16 13:56:09 +01:00
bubnikv
9b26f8a18b Updated dictionaries. 2020-03-13 14:39:26 +01:00
bubnikv
6866c2bdd4 Refreshed pot dictionaries. 2020-03-12 14:13:32 +01:00
bubnikv
c73493eba5 Manual merge of @BoaImpressao3D Added_translation_pt_br 2020-03-12 09:42:25 +01:00
bubnikv
f94d779621 Merge branch 'master' of https://github.com/ulsanether/PrusaSlicer into ulsanether-master 2020-03-11 15:33:31 +01:00
bubnikv
9d1fa809dd Updated pot file 2020-03-11 15:29:31 +01:00
bubnikv
b6ee1c1263 Updated dictionaries. 2020-03-07 10:34:54 +01:00
YuSanka
c47565430f Localization: "\t" symbols are deleted from community translations (ko, nl, pt_br, tr, zc_CN(TW)),
fixed some phrases
2020-03-06 17:34:06 +01:00
YuSanka
04ebdd8b3f localization: updated PrusaSlicer.pot 2020-03-05 13:59:20 +01:00
Lukas Matena
b95d635c4d Fixed several translated strings (fix of #3748) 2020-03-02 09:06:05 +01:00
lee hakmin
1ec02079f5
Update PrusaSlicer.po 2020-02-28 10:23:57 +09:00
lee hakmin
730966a07f
Update PrusaSlicer.po 2020-02-28 10:04:41 +09:00
lee hakmin
503739e2d4
Add files via upload 2020-02-28 09:47:53 +09:00
Lukas Matena
27f50778b2 Localization: Updated POT, new dictionaries for CZ, DE, ES, FR, IT, JA and PL 2020-02-27 15:47:15 +01:00
YuSanka
d1e35ff60e Localization: Deleted context "markers" from PO files, updated MO files 2020-02-21 17:56:32 +01:00
YuSanka
824b3713ae Localization: New dictionaries for CZ, DE, ES, FR, IT, NL and PL 2020-02-21 14:36:12 +01:00
YuSanka
c691a225c2 Localization: small changes in POT 2020-02-19 13:54:56 +01:00
YuSanka
77daa54b0c Localization: New POT 2020-02-19 13:21:31 +01:00
YuSanka
b5e61982a6 Localization: changed some phrases. Updated POT 2020-02-18 13:46:12 +01:00
YuSanka
e70b17f38c Updated POT
+ Fixed texts in DoubleSlider.cpp
2020-02-12 14:19:48 +01:00
lee hakmin
2ff491e2ef
Add files via upload 2020-02-11 09:50:17 +09:00
YuSanka
94d3ca7016 Manually merged Korean translation by @ulsanether
+ updated MO for Korean translation
+ set small size for mode icons
2020-02-10 20:13:48 +01:00
Oleksandra Yushchenko
d491a38fd7
Merge pull request #3629 from ulsanether/master
Updated Korean translation
2020-02-10 12:49:21 +01:00
lee hakmin
5324bdd30f Delete PrusaSlicer.mo 2020-02-10 20:10:10 +09:00
lee hakmin
38d0997248 Add files via upload 2020-02-10 19:48:37 +09:00
lee hakmin
ed65979044
Add files via upload 2020-02-09 22:13:38 +09:00
YuSanka
455f36119a Localization: Updated PrusaSlicer.pot and list.txt
+ added missed icons
2020-02-06 20:37:12 +01:00
YuSanka
0da4cb29b5 Localization improvements: added NL translation
+ to the list.txt added ObjectDataViewModel.cpp
2020-02-04 13:42:23 +01:00
YuSanka
5ff8ae955b Implemented editing for extruder of existing ToolChangeCode tick
+ Code refactoring: DoubleSlider is extracted from wxExtensions
2020-01-23 16:11:21 +01:00
Oleksandra Yushchenko
749a06a092
Merge branch 'master' into upstream2 2020-01-21 15:12:32 +01:00
bubnikv
c627114830 Fixed missing "&" in Brazilian Portugal translation. 2020-01-21 10:14:25 +01:00
Italo Soares
d8325cfc06 Fixed some translations for better understanding 2020-01-21 04:11:52 -05:00
Jebtrix
1779fc0e1d Change confusing message text 2020-01-20 11:18:26 -05:00
Spencer Owen
e7b835dc52 Add Astrobox to Print Host options 2020-01-06 03:37:35 -05:00
bubnikv
692ed26091 Fix of #3366
Fixed crash due to incorrect localization of the percent sign in
"The %1% infill pattern is not supposed to work at 100%% density."
This happens for ES, FR, IT, UK and ZH_TW localizations.

Also added a new CMake target "gettext_po_to_mo" to convert
all po files to mo files,
and renamed the "pot" target to "gettext_make_pot".
2019-12-22 11:54:23 +01:00
YuSanka
0e157b5b07 Updated dictionaries 2019-12-12 08:45:29 +01:00
YuSanka
6bcfc3fe83 Updated PrusaSlicer.pot 2019-12-06 13:58:23 +01:00
Matthias Urlichs
688457b2d0 Grammar fix 2019-12-04 21:13:42 +01:00
YuSanka
ee71f83939 Localization improvements:
* fixed "\n" at the end of phrases
 + updated list of files to localization
 + new PrusaSlicer.pot
 + Japanese localization
2019-12-04 11:14:13 +01:00
Arthur
dbbaf411ac A translation in brazilian portuguese has been added 2019-11-22 15:41:20 +01:00
Stephan Reichhelm
6089cadc4e + add new flashair class to localization 2019-11-04 12:53:48 +01:00
lee hakmin
c80cd04c20
Add files via upload 2019-10-25 00:03:18 +09:00
bubnikv
416c1f8c5b Updated dictionaries. 2019-09-11 13:33:15 +02:00
bubnikv
21cc859357 Refreshed dictionaries 2019-09-09 16:40:15 +02:00
Jiang Yue
de1758a424 Optimize some translations 2019-09-09 09:38:49 +02:00
Jiang Yue
c740389cfd Rename dictionary so that wxWidgets can find it. 2019-09-09 09:38:49 +02:00
Jiang Yue
f3e11479f8 Update zh_CN 2019-09-09 09:38:49 +02:00
bubnikv
3f078cd612 Updated ES, FR, IT, PL languages. 2019-09-03 13:23:36 +02:00
bubnikv
b240e93c72 Updated Czech, German, Polish (fully translated),
Spanish, French, Italian (some translations pending)
dictionaries
2019-08-30 16:13:42 +02:00
bubnikv
06a2a69261 Manually merged Korean translation by @ulsanether 2019-08-30 14:39:14 +02:00
bubnikv
2dbbfdac11 Refreshed the translation file. 2019-08-30 11:38:05 +02:00
bubnikv
ab361fc0e7 Refreshed dictionaries with keys from GUI_ObjectLayers.cpp 2019-08-29 14:10:10 +02:00
bubnikv
cd9d20a8b3 Renamed the dictionaries and their directories, so that
wxWidgets will open German dictionary for de_CH, English dictionary
for en_AU etc.
2019-08-29 13:36:12 +02:00
bubnikv
885ff11d4c Update of "Volumes in Objects reordered" undo / redo message 2019-08-29 11:16:14 +02:00
bubnikv
4af75c9f23 Updated the translations file. 2019-08-29 10:45:04 +02:00
bubnikv
8865c4b685 Plurals for number of Undo / Redo actions. 2019-08-28 16:19:46 +02:00
bubnikv
2b7a4973a8 Reworded the "Add / remove instance / set number of instances". 2019-08-28 15:35:01 +02:00
bubnikv
048ed74318 Another round of translation adjustments. 2019-08-28 15:12:55 +02:00
bubnikv
cd35fd9b34 Refreshed the dictionaries.
Introduced a new localization macro L_CONTEXT(string, context)
to define context dependent translations.

The only strings - "Top" and "Bottom" were already using context, but
until now the context had to be added to the PrusaSlicer.pot file
manually, while the context is being generated automatically now.
2019-08-27 17:14:03 +02:00
lee hakmin
7a5c692a27
Add files via upload 2019-08-25 09:43:28 +09:00
lee hakmin
81b85f5827
Add files via upload 2019-08-23 23:53:05 +09:00
lee hakmin
c4117c5cb6
Delete PrusaSlicer_kr.po 2019-08-23 23:50:53 +09:00
lee hakmin
9b90a923df
Delete PrusaSlicer_kr(new).po 2019-08-23 23:50:41 +09:00
lee hakmin
2093007eb6
Delete PrusaSlicer_kr(new).mo 2019-08-23 23:50:26 +09:00
lee hakmin
2db8c3bb57
Delete PrusaSlicer.po 2019-08-23 23:47:41 +09:00
lee hakmin
55ca41ae9c
Delete PrusaSlicer.mo 2019-08-23 23:47:27 +09:00
lee hakmin
2a06e28795
Add files via upload 2019-08-23 23:46:01 +09:00
YuSanka
b43f7c3880 Generated new POT-file
Fixed lines with translation of the empty strings
2019-08-06 10:01:10 +02:00
bubnikv
984a475d76 renamed: resources/localization/ko_KR/PrusaSlicer.po -> resources/localization/ko_KR/PrusaSlicer_kr.po 2019-05-24 09:08:29 +02:00
lee hakmin
020870b808 Add files via upload 2019-05-24 09:07:17 +02:00
lee hakmin
f0f64c6fac Add files via upload 2019-05-24 09:07:17 +02:00
lee hakmin
cad520c7ef Add files via upload 2019-05-24 09:07:17 +02:00
lee hakmin
883e00a057
Add files via upload 2019-05-24 00:40:15 +09:00
bubnikv
f7b87ce033 Implements Turkish Language Pack #2342 2019-05-23 10:05:54 +02:00
taksito
4083182acb traditional Chinese language pack added 2019-05-22 09:09:44 +02:00
taksito
dd5f00de0a Create PrusaSlicer_zhtw.po 2019-05-22 09:09:44 +02:00
Jiang Yue
efbb660f28 Update Simplified Chinese translation 2019-05-21 10:53:41 +02:00
lee hakmin
df6219e583
Add files via upload 2019-05-21 09:10:12 +09:00
lee hakmin
590ab38556
Add files via upload 2019-05-21 09:08:58 +09:00
YuSanka
eee23d1653 New dictionaries 2019-05-20 17:14:34 +02:00
YuSanka
64aa7237c0 New POT 2019-05-20 16:37:55 +02:00
YuSanka
7b84d1e710 Fix of #2277
+ new POT
2019-05-20 16:05:15 +02:00
bubnikv
0eeda8e321 Merge branch 'master' of https://github.com/ulsanether/Slic3r into ulsanether-master 2019-05-16 10:47:39 +02:00
lee hakmin
971070ea9f
Add files via upload 2019-05-16 11:19:30 +09:00
lee hakmin
0eef143d60
Add files via upload 2019-05-16 09:57:05 +09:00
YuSanka
3478d8e09c Updated dictionaries 2019-05-14 18:01:29 +02:00
bubnikv
0787fa861a Updated handling of the SLIC3R_BUILD_ID key 2019-05-13 18:01:00 +02:00
YuSanka
1b50ea3bda Deleted unused menu items for OSX
+ Marked items for "Change part type" list
+ new POT
2019-05-13 15:07:53 +02:00
bubnikv
56256519cc WIP: Renaming to PrusaSlicer.
Removed the obsolte icons.
2019-05-13 12:13:28 +02:00
YuSanka
92fb71e5af Updated POT-file 2019-05-11 23:33:50 +02:00
YuSanka
cd82b03a0e Localization improvements : Empty spaces at the end of phrase are removed from dictionary.
+ new POT
2019-05-11 23:29:25 +02:00
YuSanka
ec252eb71d More localization improvements, new POT
+ fixed crash after application closing with non-saved presets
2019-05-10 15:10:37 +02:00
YuSanka
c37ec5bc9e New POT-file 2019-05-10 13:26:20 +02:00
YuSanka
62590d291c use _() instead of _utf8() for ButtonsDescription 2019-05-10 12:28:56 +02:00
YuSanka
5804473171 Localization improvements
New list.txt and POT
2019-05-10 11:50:11 +02:00