Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add welcome screen to seamly2d #1067

Merged
merged 7 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 91 additions & 5 deletions share/translations/seamly2d_cs_CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3898,7 +3898,7 @@ Do you want to download it?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to get exclusive access to file
<source>Unable to get exclusive access to file
%1
Possibly the file is already being downloaded.</source>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -4807,7 +4807,7 @@ Possibly the file is already being downloaded.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Margins go beyond printing.
<source>Margins go beyond printing.

Apply settings anyway?</source>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -8652,6 +8652,18 @@ Press enter to temporarily add it to the list.</source>
<source>User locale</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Startup</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Welcome</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do not show welcome screen</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Point name text:</source>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -9779,8 +9791,8 @@ Press enter to temporarily add it to the list.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Selects what decimal separator char to use.
When checked the separator for the user&apos;s locale is used.
<source>Selects what decimal separator char to use.
When checked the separator for the user&apos;s locale is used.
When unchecked the period is used.</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -9793,7 +9805,7 @@ When unchecked the period is used.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>When checked the Welcome window will not be displayed.
<source>When checked the Welcome window will not be displayed.
You can change this setting in the SeamlyMe preferences.</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -9818,6 +9830,80 @@ You can change this setting in the SeamlyMe preferences.</source>
<translation type="unfinished">Palce</translation>
</message>
</context>
<context>
<name>SeamlyWelcomeDialog</name>
<message>
<source>Welcome</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Welcome to Seamly2D</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Units:</source>
<translation type="unfinished">Jednotky:</translation>
</message>
<message>
<source>Sets the default units for a new measurement file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Decimal separator:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Selects what decimal separator char to use.
When checked the separator for the user&apos;s locale is used.
When unchecked the period is used.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>GUI language:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Do not show again</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>User locale</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Centimeters</source>
<translation type="unfinished">Centimetry</translation>
</message>
<message>
<source>Millimeters</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Inches</source>
<translation type="unfinished">Palce</translation>
</message>
<message>
<source>Sets the language used for Seamly2D.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>When checked the Welcome window will not be displayed.
You can change this setting in the Seamly2D preferences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Please choose your preferred units, decimal separator, language, and selection sound. (You can change these later.)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Sound:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Sets the node selection click sound.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SetPieceColor</name>
<message>
Expand Down
Loading
Loading