you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 1 fun -  (13 children)

There are basically no translations in place for our SaidIt custom words, like "insightful" and "fun". Adding those would be a big help. If you want to help directly with git, it goes like this: https://github.com/libertysoft3/reddit-i18n/commit/9e43d772f670368cb5b1cb748521787b348fca37

[–][deleted]  (12 children)

[deleted]

    [–]macadoum 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (1 child)

    Yes. In which language would you like to translate Saidit ?

    [–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (9 children)

    a github pull request is the least effort all around, but like m7 said you are also welcome to just comment with changes/translations that you want.

    [–][deleted]  (2 children)

    [deleted]

      [–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (1 child)

      Weird, I haven't heard of that GitHub issue before. Maybe you need to verify the email address or something. It probably still will work.

      [–][deleted]  (5 children)

      [deleted]

        [–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (4 children)

        It looks like they flagged you as a spammer and you've got to email support to get it fixed.

        https://github.community/t5/How-to-use-Git-and-GitHub/why-my-account-has-been-flagged/td-p/1455

        Not cool, I'm sad to hear about this. If this continues we will stop using github.

        [–][deleted]  (3 children)

        [deleted]

          [–]macadoum 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (2 children)

          You want to translate it in chinese right ? Just go there : https://github.com/libertysoft3/reddit-i18n/blob/master/reddit_i18n/zh-cn/LC_MESSAGES/r2.po

          Click on the pen here https://i.imgur.com/0Yh3yCF.png to edit

          Now, add this code to the end of your file and translate the msgstr parts into chinese :

          SAIDIT

          msgid "insightful" msgstr "pertinent"

          msgid "fun" msgstr "amusant"

          msgid "vote insightful" msgstr "voter pertinent"

          msgid "vote fun" msgstr "voter amusant"

          msgid "%(percent)s insightful" msgstr "%(percent)s pertinent"

          msgid "%(percent)s fun" msgstr "%(percent)s amusant"

          msgid "from-domain" msgstr "depuis"

          msgid "don't show me submissions after I've voted them insightful" msgstr "ne plus me montrer les sujets que j'ai voté pertinantes"

          msgid "don't show me submissions after I've voted them fun" msgstr "ne plus me montrer les sujets que j'ai voté amusants"

          msgid "most insightful links" msgstr "liens les plus pertinents"

          msgid "most fun links" msgstr "liens les plus amusants"

          msgid "find popular subs" msgstr "les plus populaires"

          msgid "find new subs" msgstr "les plus récents"

          msgid "show thumbnails next to links?" msgstr "Montrer les miniatures à côté des liens ?"

          msgid "use each sub's media preferences" msgstr "Utiliser les préférences médias de mon sub"

          msgid "Auto-expand media previews?" msgstr "Prévisualiser automatiquement les médias ?"

          msgid "suggested sorts may be set by community moderators for specific threads or subs, like Q&As" msgstr "les modérateurs de commutés peuvent avoir crées des tris pour des sujets spécifiques, comme les Questions/Réponses par exemple"

          msgid "notify me when people say my username in comments" msgstr "recevoir une notification si mon pseudo est cité dans un commentaire"

          msgid "allow subs to show me custom themes" msgstr "autoriser les communautés à utiliser des thèmes personalisés"

          msgid "Night mode" msgstr "Mode sombre"

          msgid "Day mode" msgstr "Mode clair"

          msgid "required to view some subs" msgstr "requis pour visiter certaines communautés"

          msgid "reset subscriptions" msgstr "réinitialiser mes sousciptions"

          msgid "enable chat" msgstr "autoriser le chat"

          msgid "default (300px)" msgstr "par défaut (300px)"

          msgid "small (380px)" msgstr "petit (380px)"

          msgid "medium (480px)" msgstr "moyen (480px)"

          msgid "large (600px)" msgstr "large (600px)"

          msgid "extra large (780px)" msgstr "extra-large (780px)"

          msgid "to view saidit with only submissions from your friends, use [/s/friends](%s)" msgstr "Utilisez [/s/friends](%s) pour voir uniquement les publications de vos amis"

          msgid "deactivate your saidit account" msgstr "Désactiver mon compte SaidIt"

          At the end, just click the green button to make a pull request.