Skip to content

Commit

Permalink
Merge pull request musescore#22624 from musescore/4.3.0_ci_run_lupdate
Browse files Browse the repository at this point in the history
Update in-repo translation source files
  • Loading branch information
cbjeukendrup committed Apr 29, 2024
2 parents b4ba5fa + 6f1b6ae commit 1c45f48
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 12 deletions.
58 changes: 49 additions & 9 deletions share/locale/musescore_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7759,6 +7759,11 @@ By default, they will be placed such as that their right end are at the same lev
<source>Enter tuplet: octuplet</source>
<translation type="unfinished">Enter tuplet: octuplet</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="1360"/>
<source>&amp;Nonuplet</source>
<translation type="unfinished">&amp;Nonuplet</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="1361"/>
<source>Enter tuplet: nonuplet</source>
Expand Down Expand Up @@ -8340,6 +8345,41 @@ By default, they will be placed such as that their right end are at the same lev
<source>Show/hide page margins</source>
<translation type="unfinished">Show/hide page margins</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="2410"/>
<source>Show element bounding rectangles</source>
<translation type="unfinished">Show element bounding rectangles</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="2416"/>
<source>Color element shapes</source>
<translation type="unfinished">Color element shapes</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="2422"/>
<source>Show segment shapes</source>
<translation type="unfinished">Show segment shapes</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="2428"/>
<source>Color segment shapes</source>
<translation type="unfinished">Color segment shapes</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="2434"/>
<source>Show skylines</source>
<translation type="unfinished">Show skylines</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="2440"/>
<source>Show system bounding rectangles</source>
<translation type="unfinished">Show system bounding rectangles</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="2446"/>
<source>Show corrupted measures</source>
<translation type="unfinished">Show corrupted measures</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="1870"/>
<source>Full measure rest</source>
Expand Down Expand Up @@ -9447,11 +9487,6 @@ By default, they will be placed such as that their right end are at the same lev
<source>&amp;Octuplet</source>
<translation type="unfinished">&amp;Octuplet</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="1360"/>
<source>&amp;Nontuplet</source>
<translation type="unfinished">&amp;Nontuplet</translation>
</message>
<message>
<location filename="../../src/notation/internal/notationuiactions.cpp" line="1366"/>
<source>Othe&amp;r…</source>
Expand Down Expand Up @@ -9820,13 +9855,18 @@ By default, they will be placed such as that their right end are at the same lev
</message>
<message>
<location filename="../../src/diagnostics/internal/diagnosticsactions.cpp" line="55"/>
<source>Show &amp;accessible tree…</source>
<translation type="unfinished">Show &amp;accessible tree…</translation>
<source>Show &amp;accessibility tree…</source>
<translation type="unfinished">Show &amp;accessibility tree…</translation>
</message>
<message>
<location filename="../../src/diagnostics/internal/diagnosticsactions.cpp" line="60"/>
<source>&amp;Dump accessibility tree to console</source>
<translation type="unfinished">&amp;Dump accessibility tree to console</translation>
</message>
<message>
<location filename="../../src/diagnostics/internal/diagnosticsactions.cpp" line="65"/>
<source>Engraving &amp;elements</source>
<translation type="unfinished">Engraving &amp;elements</translation>
<source>Show engraving &amp;elements</source>
<translation type="unfinished">Show engraving &amp;elements</translation>
</message>
<message>
<location filename="../../src/multiinstances/internal/multiinstancesuiactions.cpp" line="35"/>
Expand Down
6 changes: 3 additions & 3 deletions src/diagnostics/internal/diagnosticsactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ const UiActionList DiagnosticsActions::m_actions = {
UiAction("diagnostic-show-accessible-tree",
mu::context::UiCtxAny,
mu::context::CTX_ANY,
TranslatableString("action", "Show &accessible tree…")
TranslatableString("action", "Show &accessibility tree…")
),
UiAction("diagnostic-accessible-tree-dump",
mu::context::UiCtxAny,
mu::context::CTX_ANY,
TranslatableString("action", "Accessible &dump")
TranslatableString("action", "&Dump accessibility tree to console")
),
UiAction("diagnostic-show-engraving-elements",
mu::context::UiCtxAny,
mu::context::CTX_ANY,
TranslatableString("action", "Engraving &elements")
TranslatableString("action", "Show engraving &elements")
)
};

Expand Down

0 comments on commit 1c45f48

Please sign in to comment.