Source strings

609 Strings 100%
5,064 Words 100%
30,033 Characters 100%

Overview

Project website jamulus.io
Instructions for translators

Please see: https://github.com/jamulussoftware/jamuluswebsite/tree/release/_translator-files for the website and https://github.com/jamulussoftware/jamulus/blob/master/docs/TRANSLATING.md for the app. If you want to add a new language, please open an issue in the respective repository.

Project maintainers User avatar gilgongo User avatar ignotus666 User avatar ann0see User avatar pljones User avatar kingu
Translation license GNU General Public License v2.0 or later
Translation process
  • Translations can be made directly.
  • Translation suggestions can be made.
  • Translations are reviewed by dedicated reviewers.
  • Any authenticated user can contribute.
  • The translation uses bilingual files.
Source code repository https://github.com/jamulussoftware/jamulus
Repository branch main
Last remote commit Merge pull request #3235 from softins/mac-legacy-update db0724ff
Tony Mountifield authored 16 hours ago
Last commit in Weblate Translated using Weblate (Portuguese (Portugal)) eae90b59
User avatar mansil_alfalb authored 10 days ago
Weblate repository https://hosted.weblate.org/git/jamulus/jamulus-app/
File mask src/translation/translation_*.ts
Translation file Not available
Last change Jan. 12, 2024, 9:08 p.m.
Last author None
11 days ago

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 609 5,064 30,033
Approved 0% 0 0% 0 0% 0
Waiting for review 0% 0 0% 0 0% 0
Translated 100% 609 100% 5,064 100% 30,033
Needs editing 0% 0 0% 0 0% 0
Read-only 100% 609 100% 5,064 100% 30,033
Failing checks 8% 50 2% 114 2% 784
Strings with suggestions 0% 0 0% 0 0% 0
Untranslated strings 0% 0 0% 0 0% 0

Quick numbers

5,064
Hosted words
609
Hosted strings
100%
Translated
and previous 30 days

Trends of last 30 days

+100%
Hosted words
+100%
Hosted strings
+100%
Translated
Contributors
User avatar None

Source string added

4 months ago
User avatar trebmuh

Comment added

I'm failing to understand what we (all translators) should do then. It seems to me that because this "TextLabelVersion" text is never to be exposed to the user, then it's only a code thing, and then, it should NOT be translated in any language. If that's a correct analyze, then, could you remove this from the translation file or put a translator comment showing "not to be translated" ?

9 months ago
User avatar pljones

Comment added

I think this issue was the one I was thinking of: https://github.com/jamulussoftware/jamulus/issues/2848

10 months ago
User avatar trebmuh

Comment added

So, am I right to understand that we should NOT translate this one? And hence, we should remove the translations?

10 months ago
User avatar pljones

Comment resolved

Comment resolved 10 months ago
User avatar pljones

Comment added

@trebmuh: There should either be no text or it should be labelled as a placeholder, in my view. I vaguely remember this has been raised before -- there should have been an issue for it to get it changed, in that case.


  • src/aboutdlgbase.ui:57:

  • src/aboutdlgbase.ui-58-
  • src/aboutdlgbase.ui-59- TextLabelVersion
  • src/aboutdlgbase.ui-60-
  • src/util.cpp:751: lblVersion->setText ( GetVersionAndNameStr() );

  • 1661 QString GetVersionAndNameStr ( const bool bDisplayInGui )
  • ...
  • 1679 strVersionText += QCoreApplication::tr ( "%1, Version %2", "%1 is app name, %2 is version number" ).arg ( APP_NAME ).arg ( VERSION );
  • ... and more text run through "tr()" ...

10 months ago
User avatar pljones

Comment removed

Comment removed 10 months ago
User avatar pljones

Comment added

@trebmuh: There should either be no text or it should be labelled as a placeholder, in my view. I vaguely remember this has been raised before -- there should have been an issue for it to get it changed, in that case. src/aboutdlgbase.ui:57: <widget class="QLabel" name="lblVersion"> src/aboutdlgbase.ui-58- <property name="text"> src/aboutdlgbase.ui-59- <string>TextLabelVersion</string> src/aboutdlgbase.ui-60- </property> src/util.cpp:751: lblVersion->setText ( GetVersionAndNameStr() ); 1661 QString GetVersionAndNameStr ( const bool bDisplayInGui ) ... 1679 strVersionText += QCoreApplication::tr ( "%1, Version %2", "%1 is app name, %2 is version number" ).arg ( APP_NAME ).arg ( VERSION ); ... and more text run through "tr()" ...

10 months ago
User avatar trebmuh

Comment added

@ann0see @pljones does this string needs to be translated?

10 months ago
User avatar None

Source string added

10 months ago
Browse all translation changes