-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translated theme text #3664
Translated theme text #3664
Conversation
No complaints of any consequence, translate away! And thanks :) |
Hello translators, here is another PR that needs your input, this time for theme edit texts. Please provide your translations for the following: |
Le 9 juin 2023, à 20:37, ulfhedlund ***@***.***> a écrit:FR
FR
#define TR_THEME_COLOR_DEFAULT "DEFAUT"
#define TR_THEME_COLOR_PRIMARY1 "PRIMAIRE 1"
#define TR_THEME_COLOR_PRIMARY2 "PRIMAIRE 2"
#define TR_THEME_COLOR_PRIMARY3 "PRIMAIRE 3"
#define TR_THEME_COLOR_SECONDARY1 "SECONDAIRE 1"
#define TR_THEME_COLOR_SECONDARY2 "SECONDAIRE 2"
#define TR_THEME_COLOR_SECONDARY3 "SECONDAIRE 3"
#define TR_THEME_COLOR_FOCUS "FOCUS"
#define TR_THEME_COLOR_EDIT "EDITER"
#define TR_THEME_COLOR_ACTIVE "ACTIF"
#define TR_THEME_COLOR_WARNING "ATTENTION"
#define TR_THEME_COLOR_DISABLED "DESACTIVE"
#define TR_THEME_COLOR_CUSTOM "PERSO"
#define TR_THEME_CHECKBOX "Case à cocher"
#define TR_THEME_ACTIVE "Actif"
#define TR_THEME_REGULAR "Par défaut"
#define TR_THEME_WARNING "Attention"
#define TR_THEME_DISABLED "Désactivé"
#define TR_THEME_EDIT "Editer"
#define TR_THEME_FOCUS "Focus"
Le 9 juin 2023, 20:37, à 20:37, ulfhedlund ***@***.***> a écrit:
…Hello translators, here is another PR that needs your input, this time
for theme edit texts.
@ParkerEde DE
@Eldenroot CZ
@robustini IT
@zyren CN / TW
@ajjjjjjjj PL
@ToshihiroMakuuchi JP
@HThuren DA
@Pat6874 FR
Please provide your translations for the following:
#define TR_THEME_COLOR_DEFAULT "DEFAULT"
#define TR_THEME_COLOR_PRIMARY1 "PRIMARY1"
#define TR_THEME_COLOR_PRIMARY2 "PRIMARY2"
#define TR_THEME_COLOR_PRIMARY3 "PRIMARY3"
#define TR_THEME_COLOR_SECONDARY1 "SECONDARY1"
#define TR_THEME_COLOR_SECONDARY2 "SECONDARY2"
#define TR_THEME_COLOR_SECONDARY3 "SECONDARY3"
#define TR_THEME_COLOR_FOCUS "FOCUS"
#define TR_THEME_COLOR_EDIT "EDIT"
#define TR_THEME_COLOR_ACTIVE "ACTIVE"
#define TR_THEME_COLOR_WARNING "WARNING"
#define TR_THEME_COLOR_DISABLED "DISABLED"
#define TR_THEME_COLOR_CUSTOM "CUSTOM"
#define TR_THEME_CHECKBOX "Checkbox"
#define TR_THEME_ACTIVE "Active"
#define TR_THEME_REGULAR "Regular"
#define TR_THEME_WARNING "Warning"
#define TR_THEME_DISABLED "Disabled"
#define TR_THEME_EDIT "Edit"
#define TR_THEME_FOCUS "Focus"
--
Reply to this email directly or view it on GitHub:
#3664 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
DA: #define TR_THEME_COLOR_DEFAULT "STANDARD" |
JP: #define TR_THEME_COLOR_DEFAULT "デフォルト" |
IT #define TR_THEME_COLOR_DEFAULT "PREDEFINITO" |
CZ #define TR_THEME_COLOR_DEFAULT "DEFAULTNÍ" |
PL #define TR_THEME_COLOR_DEFAULT "DOMYŚLNY" |
DE |
@zyren: do you have any translations for CN/TW? |
@offer-shmuely Would you mind doing Hebrew also? #3664 (comment) |
#define TR_THEME_COLOR_DEFAULT "DEFAULT" |
Sure, as long as it is not translating scripts... |
@pfeerick: there are now proper translations except for CN/TW. |
np about the conflicts, should be easy enough to figure out when it comes to merge. I'll give another day for CN/TW and then merge tomorrow sometime. What doesn't happen today can happen tomorrow... 🤭 |
CN #define TR_THEME_COLOR_DEFAULT "默认"
#define TR_THEME_COLOR_PRIMARY1 "主色1"
#define TR_THEME_COLOR_PRIMARY2 "主色2"
#define TR_THEME_COLOR_PRIMARY3 "主色3"
#define TR_THEME_COLOR_SECONDARY1 "副色1"
#define TR_THEME_COLOR_SECONDARY2 "副色2"
#define TR_THEME_COLOR_SECONDARY3 "副色3"
#define TR_THEME_COLOR_FOCUS "焦点"
#define TR_THEME_COLOR_EDIT "编辑"
#define TR_THEME_COLOR_ACTIVE "激活"
#define TR_THEME_COLOR_WARNING "警告"
#define TR_THEME_COLOR_DISABLED "禁用"
#define TR_THEME_COLOR_CUSTOM "自定义"
#define TR_THEME_CHECKBOX "复选框"
#define TR_THEME_ACTIVE "激活"
#define TR_THEME_REGULAR "常规"
#define TR_THEME_WARNING "警告"
#define TR_THEME_DISABLED "禁用"
#define TR_THEME_EDIT "编辑"
#define TR_THEME_FOCUS "焦点" TW #define TR_THEME_COLOR_DEFAULT "默認"
#define TR_THEME_COLOR_PRIMARY1 "主色1"
#define TR_THEME_COLOR_PRIMARY2 "主色2"
#define TR_THEME_COLOR_PRIMARY3 "主色3"
#define TR_THEME_COLOR_SECONDARY1 "副色1"
#define TR_THEME_COLOR_SECONDARY2 "副色2"
#define TR_THEME_COLOR_SECONDARY3 "副色3"
#define TR_THEME_COLOR_FOCUS "焦點"
#define TR_THEME_COLOR_EDIT "編輯"
#define TR_THEME_COLOR_ACTIVE "激活"
#define TR_THEME_COLOR_WARNING "警告"
#define TR_THEME_COLOR_DISABLED "禁用"
#define TR_THEME_COLOR_CUSTOM "自定義"
#define TR_THEME_CHECKBOX "復選框"
#define TR_THEME_ACTIVE "激活"
#define TR_THEME_REGULAR "常規"
#define TR_THEME_WARNING "警告"
#define TR_THEME_DISABLED "禁用"
#define TR_THEME_EDIT "編輯"
#define TR_THEME_FOCUS "焦點" |
@ulfhedlund |
No worries @zyren. Thank you. |
@pfeerick: All translators have now contributed, so ready to merge when you so decide. |
No apologies are necessary, we all do what we can, when we can :) Thank you for getting this in before review for merge, one less translation to catch up on ;) |
Changes to allow direct use of translation strings for all theme text, as per code from @philmoz
be2cbcd
to
8dc5b4b
Compare
Adds translation for theme edit texts.
Thank you @philmoz for helping out.
I can ping the translators once this is reviewed.