Commit Graph

95 Commits

Author SHA1 Message Date
8e2b28c29d + add new flashair class to localization 2019-11-04 12:53:48 +01:00
e811ded0cb Updated dictionaries. 2019-09-11 13:33:15 +02:00
956078ee8c Refreshed dictionaries 2019-09-09 16:40:15 +02:00
a7893bf74d Optimize some translations 2019-09-09 09:38:49 +02:00
1caf8adeaf Rename dictionary so that wxWidgets can find it. 2019-09-09 09:38:49 +02:00
958faaa6de Update zh_CN 2019-09-09 09:38:49 +02:00
0bb3467c9d Updated ES, FR, IT, PL languages. 2019-09-03 13:23:36 +02:00
85007c0138 Updated Czech, German, Polish (fully translated),
Spanish, French, Italian (some translations pending)
dictionaries
2019-08-30 16:13:42 +02:00
2538920633 Manually merged Korean translation by @ulsanether 2019-08-30 14:39:14 +02:00
93159a85cf Refreshed the translation file. 2019-08-30 11:38:05 +02:00
0c5f26f65e Refreshed dictionaries with keys from GUI_ObjectLayers.cpp 2019-08-29 14:10:10 +02:00
89faeef890 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
a085ad1457 Update of "Volumes in Objects reordered" undo / redo message 2019-08-29 11:16:14 +02:00
9b0254dddc Updated the translations file. 2019-08-29 10:45:04 +02:00
6d3f7fd6f8 Plurals for number of Undo / Redo actions. 2019-08-28 16:19:46 +02:00
02b747b071 Reworded the "Add / remove instance / set number of instances". 2019-08-28 15:35:01 +02:00
ba58c3438a Another round of translation adjustments. 2019-08-28 15:12:55 +02:00
d25cc2aadf 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
a047cf0743 Generated new POT-file
Fixed lines with translation of the empty strings
2019-08-06 10:01:10 +02:00
8325b0ffbc renamed: resources/localization/ko_KR/PrusaSlicer.po -> resources/localization/ko_KR/PrusaSlicer_kr.po 2019-05-24 09:08:29 +02:00
db7ea9ca64 Add files via upload 2019-05-24 09:07:17 +02:00
31c92777a4 Add files via upload 2019-05-24 09:07:17 +02:00
fddaf585c5 Add files via upload 2019-05-24 09:07:17 +02:00
b9322b5fb9 Implements Turkish Language Pack #2342 2019-05-23 10:05:54 +02:00
c7a037942c traditional Chinese language pack added 2019-05-22 09:09:44 +02:00
86bcfb79b2 Create PrusaSlicer_zhtw.po 2019-05-22 09:09:44 +02:00
1d711cb14e Update Simplified Chinese translation 2019-05-21 10:53:41 +02:00
5945930dc3 New dictionaries 2019-05-20 17:14:34 +02:00
5d59d2c8f0 New POT 2019-05-20 16:37:55 +02:00
f22cbcaae4 Fix of #2277
+ new POT
2019-05-20 16:05:15 +02:00
2904e85a8e Merge branch 'master' of https://github.com/ulsanether/Slic3r into ulsanether-master 2019-05-16 10:47:39 +02:00
3409bbde90 Add files via upload 2019-05-16 11:19:30 +09:00
fc300c9a35 Add files via upload 2019-05-16 09:57:05 +09:00
28a5f19b1e Updated dictionaries 2019-05-14 18:01:29 +02:00
d284184f62 Updated handling of the SLIC3R_BUILD_ID key 2019-05-13 18:01:00 +02:00
884123933d Deleted unused menu items for OSX
+ Marked items for "Change part type" list
+ new POT
2019-05-13 15:07:53 +02:00
95041ea550 WIP: Renaming to PrusaSlicer.
Removed the obsolte icons.
2019-05-13 12:13:28 +02:00
e7d55b498d Updated POT-file 2019-05-11 23:33:50 +02:00
9cc219fab7 Localization improvements : Empty spaces at the end of phrase are removed from dictionary.
+ new POT
2019-05-11 23:29:25 +02:00
6262f5a1c8 More localization improvements, new POT
+ fixed crash after application closing with non-saved presets
2019-05-10 15:10:37 +02:00
b4adcc5b76 New POT-file 2019-05-10 13:26:20 +02:00
6233efd63f use _() instead of _utf8() for ButtonsDescription 2019-05-10 12:28:56 +02:00
d30737be60 Localization improvements
New list.txt and POT
2019-05-10 11:50:11 +02:00
41c1d75682 Fixed SPE-913
(Slicer do not display all extruders when it is started with SLA profile)

+ Updated POT-file
2019-05-10 11:06:46 +02:00
d9c7536282 Some more localization improvements. 2019-05-09 19:24:21 +02:00
2a1db8175a Fixed localization of the "Machine Limits" parameters.
Fixed localization of some other parameters (templating is not supported
inside the PrintConfig.cpp as these strings are translated not inside
PrintConfig.cpp, but by the calling GUI code).
Fixed localization of SLA status bar.
2019-05-09 14:15:56 +02:00
03dba475e8 Localization improvements 2019-05-04 02:07:07 +02:00
d90ccb5625 ConfigSnapshotDialog: Fix app name interpolation 2019-04-26 11:05:00 +02:00
330bd29089 Restored French localization files (Fix of #2158) 2019-04-25 09:16:18 +02:00
3e52e6f4a7 Added comments to the gettext dictionaries generated by the xgettext tool.
The prefix to be searched for in the source code comments is TRN
2019-04-18 10:13:56 +02:00