-
-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.6.3] Exoplanets plug-in (fix #3798)
- Fixed translation issue for multiple detection methods for one exoplanet - Fixed translation issue for exoplanetary classes of potentially habitable exoplanets - Added context support for exoplanet detection methods and exoplanetary classes
- Loading branch information
Showing
5 changed files
with
625 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1041,49 +1041,53 @@ void Exoplanets::translations() | |
{ | ||
#if 0 | ||
// TRANSLATORS: Habitable zone | ||
N_("Hot"); | ||
NC_("Hot", "Habitable zone"); | ||
// TRANSLATORS: Habitable zone | ||
N_("Warm"); | ||
NC_("Warm", "Habitable zone"); | ||
// TRANSLATORS: Habitable zone | ||
N_("Cold"); | ||
|
||
// TRANSLATORS: Planet size | ||
N_("Miniterran"); | ||
// TRANSLATORS: Planet size | ||
N_("Subterran"); | ||
// TRANSLATORS: Planet size | ||
N_("Terran"); | ||
// TRANSLATORS: Planet size | ||
N_("Superterran"); | ||
// TRANSLATORS: Planet size | ||
N_("Jovian"); | ||
// TRANSLATORS: Planet size | ||
N_("Neptunian"); | ||
NC_("Cold", "Habitable zone"); | ||
|
||
// TRANSLATORS: Exoplanet size | ||
NC_("Miniterran", "Exoplanet size"); | ||
// TRANSLATORS: Exoplanet size | ||
NC_("Subterran", "Exoplanet size"); | ||
// TRANSLATORS: Exoplanet size | ||
NC_("Terran", "Exoplanet size"); | ||
// TRANSLATORS: Exoplanet size | ||
NC_("Superterran", "Exoplanet size"); | ||
// TRANSLATORS: Exoplanet size | ||
NC_("Jovian", "Exoplanet size"); | ||
// TRANSLATORS: Exoplanet size | ||
NC_("Neptunian", "Exoplanet size"); | ||
|
||
// TRANSLATORS: Exoplanet detection method | ||
N_("Primary Transit"); | ||
NC_("Primary Transit", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
N_("Microlensing"); | ||
NC_("Microlensing", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
N_("Radial Velocity"); | ||
NC_("Radial Velocity", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
N_("Imaging"); | ||
NC_("Imaging", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
N_("Astrometry"); | ||
NC_("Astrometry", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method. TTV=Transit Timing Variation | ||
N_("TTV"); | ||
NC_("TTV", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
N_("Timing"); | ||
NC_("Timing", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
N_("Default"); | ||
NC_("Default", "Exoplanet detection method"); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
alex-w
Author
Member
|
||
// TRANSLATORS: Exoplanet detection method | ||
N_("Secondary Transit"); | ||
NC_("Secondary Transit", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
N_("Disk Kinematics"); | ||
NC_("Disk Kinematics", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
NC_("Kinematic", "Exoplanet detection method"); | ||
// TRANSLATORS: Exoplanet detection method | ||
NC_("Other", "Exoplanet detection method"); | ||
|
||
/* For copy/paste: | ||
// TRANSLATORS: | ||
N_(""); | ||
NC_("", "Exoplanet detection method"); | ||
*/ | ||
|
||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
What is the default method to detect exoplanets? If unknown, say "Unspecified" please.