[gnome-software] Add translated strings for the new OARS v1.1 additions



commit 82ee0ecc83f43fe5bcd2d809010078ff073fbeb5
Author: Richard Hughes <richard hughsie com>
Date:   Sun Dec 10 14:26:00 2017 +0000

    Add translated strings for the new OARS v1.1 additions

 src/gs-content-rating.c |   92 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 92 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-content-rating.c b/src/gs-content-rating.c
index 043d8e7..cd5f260 100644
--- a/src/gs-content-rating.c
+++ b/src/gs-content-rating.c
@@ -232,6 +232,9 @@ gs_content_rating_key_value_to_str (const gchar *id, AsContentRatingValue value)
        { "money-purchasing",   AS_CONTENT_RATING_VALUE_NONE,
        /* TRANSLATORS: content rating description */
        _("No ability to spend money") },
+       { "money-purchasing",   AS_CONTENT_RATING_VALUE_MILD,           /* v1.1 */
+       /* TRANSLATORS: content rating description */
+       _("Users are encouraged to donate real money") },
        { "money-purchasing",   AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
        _("Ability to spend real money in-game") },
@@ -262,6 +265,12 @@ gs_content_rating_key_value_to_str (const gchar *id, AsContentRatingValue value)
        { "social-info",        AS_CONTENT_RATING_VALUE_NONE,
        /* TRANSLATORS: content rating description */
        _("No sharing of user information with 3rd parties") },
+       { "social-info",        AS_CONTENT_RATING_VALUE_MILD,           /* v1.1 */
+       /* TRANSLATORS: content rating description */
+       _("Checking for the latest application version") },
+       { "social-info",        AS_CONTENT_RATING_VALUE_MODERATE,       /* v1.1 */
+       /* TRANSLATORS: content rating description */
+       _("Sharing diagnostic data not identifiable to the user") },
        { "social-info",        AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
        _("Sharing information identifiable to the user") },
@@ -271,6 +280,89 @@ gs_content_rating_key_value_to_str (const gchar *id, AsContentRatingValue value)
        { "social-location",    AS_CONTENT_RATING_VALUE_INTENSE,
        /* TRANSLATORS: content rating description */
        _("Sharing physical location to other users") },
+
+       /* v1.1 */
+       { "sex-homosexuality",  AS_CONTENT_RATING_VALUE_NONE,
+       /* TRANSLATORS: content rating description */
+       _("No references to homosexuality") },
+       { "sex-homosexuality",  AS_CONTENT_RATING_VALUE_MILD,
+       /* TRANSLATORS: content rating description */
+       _("Indirect references to homosexuality") },
+       { "sex-homosexuality",  AS_CONTENT_RATING_VALUE_MODERATE,
+       /* TRANSLATORS: content rating description */
+       _("Kissing between people of the same gender") },
+       { "sex-homosexuality",  AS_CONTENT_RATING_VALUE_INTENSE,
+       /* TRANSLATORS: content rating description */
+       _("Graphic sexual behavior between people of the same gender") },
+       { "sex-prostitution",   AS_CONTENT_RATING_VALUE_NONE,
+       /* TRANSLATORS: content rating description */
+       _("No references to prostitution") },
+       { "sex-prostitution",   AS_CONTENT_RATING_VALUE_MILD,
+       /* TRANSLATORS: content rating description */
+       _("Indirect references to prostitution") },
+       { "sex-prostitution",   AS_CONTENT_RATING_VALUE_MODERATE,
+       /* TRANSLATORS: content rating description */
+       _("Direct references of prostitution") },
+       { "sex-prostitution",   AS_CONTENT_RATING_VALUE_INTENSE,
+       /* TRANSLATORS: content rating description */
+       _("Graphic depictions of the act of prostitution") },
+       { "sex-adultery",       AS_CONTENT_RATING_VALUE_NONE,
+       /* TRANSLATORS: content rating description */
+       _("No references to adultery") },
+       { "sex-adultery",       AS_CONTENT_RATING_VALUE_MILD,
+       /* TRANSLATORS: content rating description */
+       _("Indirect references to adultery") },
+       { "sex-adultery",       AS_CONTENT_RATING_VALUE_MODERATE,
+       /* TRANSLATORS: content rating description */
+       _("Direct references of adultery") },
+       { "sex-adultery",       AS_CONTENT_RATING_VALUE_INTENSE,
+       /* TRANSLATORS: content rating description */
+       _("Graphic depictions of the act of adultery") },
+       { "sex-appearance",     AS_CONTENT_RATING_VALUE_NONE,
+       /* TRANSLATORS: content rating description */
+       _("No sexualized characters") },
+       { "sex-appearance",     AS_CONTENT_RATING_VALUE_MODERATE,
+       /* TRANSLATORS: content rating description */
+       _("Scantily clad human characters") },
+       { "sex-appearance",     AS_CONTENT_RATING_VALUE_INTENSE,
+       /* TRANSLATORS: content rating description */
+       _("Overtly sexualized human characters") },
+       { "violence-worship",   AS_CONTENT_RATING_VALUE_NONE,
+       /* TRANSLATORS: content rating description */
+       _("No references to desecration") },
+       { "violence-worship",   AS_CONTENT_RATING_VALUE_MILD,
+       /* TRANSLATORS: content rating description */
+       _("Depictions or references to historical desecration") },
+       { "violence-worship",   AS_CONTENT_RATING_VALUE_MODERATE,
+       /* TRANSLATORS: content rating description */
+       _("Depictions of modern-day human desecration") },
+       { "violence-worship",   AS_CONTENT_RATING_VALUE_INTENSE,
+       /* TRANSLATORS: content rating description */
+       _("Graphic depictions of modern-day desecration") },
+       { "violence-desecration", AS_CONTENT_RATING_VALUE_NONE,
+       /* TRANSLATORS: content rating description */
+       _("No visible dead human remains") },
+       { "violence-desecration", AS_CONTENT_RATING_VALUE_MILD,
+       /* TRANSLATORS: content rating description */
+       _("Visible dead human remains") },
+       { "violence-desecration", AS_CONTENT_RATING_VALUE_MODERATE,
+       /* TRANSLATORS: content rating description */
+       _("Dead human remains that are exposed to the elements") },
+       { "violence-desecration", AS_CONTENT_RATING_VALUE_INTENSE,
+       /* TRANSLATORS: content rating description */
+       _("Graphic depictions of desecration of human bodies") },
+       { "violence-slavery",   AS_CONTENT_RATING_VALUE_NONE,
+       /* TRANSLATORS: content rating description */
+       _("No references to slavery") },
+       { "violence-slavery",   AS_CONTENT_RATING_VALUE_MILD,
+       /* TRANSLATORS: content rating description */
+       _("Depictions or references to historical slavery") },
+       { "violence-slavery",   AS_CONTENT_RATING_VALUE_MODERATE,
+       /* TRANSLATORS: content rating description */
+       _("Depictions of modern-day slavery") },
+       { "violence-slavery",   AS_CONTENT_RATING_VALUE_INTENSE,
+       /* TRANSLATORS: content rating description */
+       _("Graphic depictions of modern-day slavery") },
        { NULL, 0, NULL } };
        for (i = 0; tab[i].id != NULL; i++) {
                if (g_strcmp0 (tab[i].id, id) == 0 && tab[i].value == value)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]