Skip to content

Commit 8814465

Browse files
committed
Update texts and translations
1 parent 29d2381 commit 8814465

10 files changed

Lines changed: 818 additions & 427 deletions

src/plugins/coreplugin/qml/dialogs/EditTempoDialog.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Dialog {
6363
Button {
6464
id: tapDetectButton
6565
text: qsTr("Tap to Detect Tempo")
66-
DescriptiveText.toolTip: qsTr("Press the button to the rhythm to detect to detect the tempo. Right-click to cancel.")
66+
DescriptiveText.toolTip: qsTr("Press the button to the rhythm to detect the tempo. Right-click to cancel.")
6767

6868
property int tapCount: 0
6969
property double sessionStartMs: 0

src/plugins/coreplugin/res/translations/org.diffscope.core_en_US.ts

Lines changed: 105 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,41 +2724,46 @@
27242724
<context>
27252725
<name>Core::InsertItemScenario</name>
27262726
<message>
2727-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="97"/>
2727+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="100"/>
27282728
<source>Adding track</source>
27292729
<translation type="unfinished"></translation>
27302730
</message>
27312731
<message>
2732-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="100"/>
2733-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="142"/>
2732+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="103"/>
2733+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="145"/>
27342734
<source>Unnamed track</source>
27352735
<translation type="unfinished"></translation>
27362736
</message>
27372737
<message>
2738-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="154"/>
2738+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="157"/>
27392739
<source>Inserting track</source>
27402740
<translation type="unfinished"></translation>
27412741
</message>
27422742
<message>
2743-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="206"/>
2743+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="209"/>
27442744
<source>Inserting label</source>
27452745
<translation type="unfinished"></translation>
27462746
</message>
27472747
<message>
2748-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="264"/>
2748+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="267"/>
27492749
<source>Unnamed clip</source>
27502750
<translation type="unfinished"></translation>
27512751
</message>
27522752
<message>
2753-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="290"/>
2753+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="293"/>
27542754
<source>Inserting singing clip</source>
27552755
<translation type="unfinished"></translation>
27562756
</message>
27572757
<message>
2758-
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="356"/>
2758+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="365"/>
27592759
<source>Inserting note</source>
27602760
<translation type="unfinished"></translation>
27612761
</message>
2762+
<message>
2763+
<location filename="../../project/scenarios/InsertItemScenario.cpp" line="431"/>
2764+
<source>Inserting phoneme</source>
2765+
<translation type="unfinished"></translation>
2766+
</message>
27622767
</context>
27632768
<context>
27642769
<name>Core::Internal::AfterSavingNotifyAddOn</name>
@@ -2996,19 +3001,19 @@
29963001
<translation>Initializing GUI...</translation>
29973002
</message>
29983003
<message>
2999-
<location filename="../../internal/CorePlugin.cpp" line="420"/>
3004+
<location filename="../../internal/CorePlugin.cpp" line="421"/>
30003005
<source>Last run terminated abnormally</source>
30013006
<translation type="unfinished"></translation>
30023007
</message>
30033008
<message>
3004-
<location filename="../../internal/CorePlugin.cpp" line="420"/>
3009+
<location filename="../../internal/CorePlugin.cpp" line="421"/>
30053010
<source>%1 did not exit normally during its last run.
30063011

30073012
To check for unsaved files, please go to Recovery Files.</source>
30083013
<translation type="unfinished"></translation>
30093014
</message>
30103015
<message>
3011-
<location filename="../../internal/CorePlugin.cpp" line="465"/>
3016+
<location filename="../../internal/CorePlugin.cpp" line="466"/>
30123017
<source>Errors occurred while loading some plugins:
30133018

30143019
%1
@@ -3017,12 +3022,12 @@ Please go to Plugins to see more details.</source>
30173022
<translation type="unfinished"></translation>
30183023
</message>
30193024
<message>
3020-
<location filename="../../internal/CorePlugin.cpp" line="468"/>
3025+
<location filename="../../internal/CorePlugin.cpp" line="469"/>
30213026
<source>%1 (%2)</source>
30223027
<translation type="unfinished">%1 (%2)</translation>
30233028
</message>
30243029
<message>
3025-
<location filename="../../internal/CorePlugin.cpp" line="470"/>
3030+
<location filename="../../internal/CorePlugin.cpp" line="471"/>
30263031
<source>Plugin Error</source>
30273032
<translation type="unfinished"></translation>
30283033
</message>
@@ -3949,7 +3954,7 @@ Do you want to save as a new file or overwrite it?</source>
39493954
</message>
39503955
<message>
39513956
<location filename="../../qml/dialogs/EditTempoDialog.qml" line="66"/>
3952-
<source>Press the button to the rhythm to detect to detect the tempo. Right-click to cancel.</source>
3957+
<source>Press the button to the rhythm to detect the tempo. Right-click to cancel.</source>
39533958
<translation type="unfinished"></translation>
39543959
</message>
39553960
<message>
@@ -4272,6 +4277,34 @@ Do you want to save as a new file or overwrite it?</source>
42724277
<translation type="unfinished"></translation>
42734278
</message>
42744279
</context>
4280+
<context>
4281+
<name>InsertPhonemeDialog</name>
4282+
<message>
4283+
<location filename="../../qml/dialogs/InsertPhonemeDialog.qml" line="20"/>
4284+
<source>Insert Phoneme</source>
4285+
<translation type="unfinished"></translation>
4286+
</message>
4287+
<message>
4288+
<location filename="../../qml/dialogs/InsertPhonemeDialog.qml" line="30"/>
4289+
<source>Token</source>
4290+
<translation type="unfinished"></translation>
4291+
</message>
4292+
<message>
4293+
<location filename="../../qml/dialogs/InsertPhonemeDialog.qml" line="43"/>
4294+
<source>Start (ms)</source>
4295+
<translation type="unfinished"></translation>
4296+
</message>
4297+
<message>
4298+
<location filename="../../qml/dialogs/InsertPhonemeDialog.qml" line="58"/>
4299+
<source>Language</source>
4300+
<translation type="unfinished">Language</translation>
4301+
</message>
4302+
<message>
4303+
<location filename="../../qml/dialogs/InsertPhonemeDialog.qml" line="73"/>
4304+
<source>Onset</source>
4305+
<translation type="unfinished"></translation>
4306+
</message>
4307+
</context>
42754308
<context>
42764309
<name>InsertSingingClipDialog</name>
42774310
<message>
@@ -4809,6 +4842,64 @@ Do you want to save as a new file or overwrite it?</source>
48094842
<translation type="unfinished"></translation>
48104843
</message>
48114844
</context>
4845+
<context>
4846+
<name>NotePhonemePropertyEditor</name>
4847+
<message>
4848+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="17"/>
4849+
<source>Phoneme</source>
4850+
<translation type="unfinished"></translation>
4851+
</message>
4852+
<message>
4853+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="39"/>
4854+
<source>Editing phoneme</source>
4855+
<translation type="unfinished"></translation>
4856+
</message>
4857+
<message>
4858+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="50"/>
4859+
<source>Token</source>
4860+
<translation type="unfinished"></translation>
4861+
</message>
4862+
<message>
4863+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="55"/>
4864+
<source>Start (ms)</source>
4865+
<translation type="unfinished"></translation>
4866+
</message>
4867+
<message>
4868+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="60"/>
4869+
<source>Language</source>
4870+
<translation type="unfinished">Language</translation>
4871+
</message>
4872+
<message>
4873+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="65"/>
4874+
<source>Onset</source>
4875+
<translation type="unfinished"></translation>
4876+
</message>
4877+
<message>
4878+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="169"/>
4879+
<source>Yes</source>
4880+
<translation type="unfinished"></translation>
4881+
</message>
4882+
<message>
4883+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="169"/>
4884+
<source>No</source>
4885+
<translation type="unfinished"></translation>
4886+
</message>
4887+
<message>
4888+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="185"/>
4889+
<source>Original</source>
4890+
<translation type="unfinished"></translation>
4891+
</message>
4892+
<message>
4893+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="195"/>
4894+
<source>Edited</source>
4895+
<translation type="unfinished"></translation>
4896+
</message>
4897+
<message>
4898+
<location filename="../../qml/propertyeditors/NotePhonemePropertyEditor.qml" line="204"/>
4899+
<source>Insert</source>
4900+
<translation type="unfinished"></translation>
4901+
</message>
4902+
</context>
48124903
<context>
48134904
<name>NotePitchPropertyEditor</name>
48144905
<message>

0 commit comments

Comments
 (0)