-
Notifications
You must be signed in to change notification settings - Fork 24
🐛 Fix display issues with chinese(#190) #194
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
Open
CyJaySong
wants to merge
1
commit into
patou:master
Choose a base branch
from
CyJaySong:fix/langue
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+28
−28
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
src/main/resources/messages/GitmojiBundle_fr_FR.properties
This file contains hidden or 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 |
|---|---|---|
| @@ -1,21 +1,21 @@ | ||
| # encoding=UTF-8 | ||
| projectName=Gitmoji Plus: Bouton de commit | ||
| config.useProjectSettings=Utilise les param�tres sp�cifiques au projet (au lieu des param�tres globaux) | ||
| config.useUnicode=Utilise l'emoji unicode plut�t que la version textuelle (:code:) | ||
| config.displayEmoji=Affiche l'emoji � la place de l'icone (Bogue dans IntelliJ Windows ou les emoji en noir et blanc) | ||
| config.insertInCursorPosition=Ins�re l'emoji � la position du curseur | ||
| config.useProjectSettings=Utilise les paramètres spécifiques au projet (au lieu des paramètres globaux) | ||
| config.useUnicode=Utilise l'emoji unicode plutôt que la version textuelle (:code:) | ||
| config.displayEmoji=Affiche l'emoji à la place de l'icone (Bogue dans IntelliJ Windows ou les emoji en noir et blanc) | ||
| config.insertInCursorPosition=Insère l'emoji à la position du curseur | ||
| config.includeGitMojiDescription=Inclus la description du gitmoji | ||
| config.language=Langue | ||
| config.source.type=Source Gitmoji | ||
| config.source.type.gitmoji.tooltip=<html>voir le site officiel <a href>Gitmoji</a></html> | ||
| config.source.type.conventionalGitmoji.tooltip=<html><a href>qu'est-ce que Conventional Gitmoji ?</a></html> | ||
| config.source.type.custom.tooltip=<html>voir <a href>comment cr�er une source Gitmoji personnalis�e</a></html> | ||
| config.source.type.custom.tooltip=<html>voir <a href>comment créer une source Gitmoji personnalisée</a></html> | ||
| config.source.jsonUrl=URL JSON Gitmoji | ||
| config.source.localizationUrl=Mod�le d'URL de localisation (prend en charge {locale}) | ||
| config.source.error.jsonUrl.empty=L'URL JSON Gitmoji ne doit pas �tre vide pour une source personnalis�e. | ||
| config.source.error.jsonUrl.invalid=L'URL JSON Gitmoji est invalide. Utilisez une URL http(s) compl�te. | ||
| config.source.error.localizationUrl.invalid=L'URL de localisation est invalide. Utilisez une URL http(s) compl�te ou laissez vide. | ||
| config.settings=Param�tres | ||
| config.preview=Aper�u | ||
| config.source.localizationUrl=Modèle d'URL de localisation (prend en charge {locale}) | ||
| config.source.error.jsonUrl.empty=L'URL JSON Gitmoji ne doit pas être vide pour une source personnalisée. | ||
| config.source.error.jsonUrl.invalid=L'URL JSON Gitmoji est invalide. Utilisez une URL http(s) complète. | ||
| config.source.error.localizationUrl.invalid=L'URL de localisation est invalide. Utilisez une URL http(s) complète ou laissez vide. | ||
| config.settings=Paramètres | ||
| config.preview=Aperçu | ||
| action.Gitmoji.GitCommitAction.text=Ajoute un Gitmoji | ||
| action.Gitmoji.GitCommitAction.description=Ajoute un gitmoji au message de commit | ||
34 changes: 17 additions & 17 deletions
34
src/main/resources/messages/GitmojiBundle_zh_CN.properties
This file contains hidden or 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 |
|---|---|---|
| @@ -1,21 +1,21 @@ | ||
| # encoding=UTF-8 | ||
| projectName=Gitmoji Plus: Commit Button | ||
| config.useProjectSettings=????????????????? | ||
| config.useUnicode=?? unicode ?????????? (:code:) | ||
| config.displayEmoji=?????? emoji ????????IntelliJ Windows ??????????????? | ||
| config.insertInCursorPosition=??????????? | ||
| config.includeGitMojiDescription=?? gitmoji ?? | ||
| config.language=?? | ||
| config.source.type=Gitmoji ??? | ||
| config.source.type.gitmoji.tooltip=<html>???? <a href>Gitmoji ??</a></html> | ||
| config.source.type.conventionalGitmoji.tooltip=<html><a href>??? Conventional Gitmoji?</a></html> | ||
| config.source.type.custom.tooltip=<html>?? <a href>??????? Gitmoji ?</a></html> | ||
| config.useProjectSettings=使用项目特定设置(而非全局设置) | ||
| config.useUnicode=使用 unicode 表情符号代替文本版本 (:code:) | ||
| config.displayEmoji=在列表中显示 emoji 而不是图标(IntelliJ Windows 中存在错误或表情符号显示为黑白) | ||
|
CyJaySong marked this conversation as resolved.
|
||
| config.insertInCursorPosition=在光标位置插入表情符号 | ||
| config.includeGitMojiDescription=包含 gitmoji 描述 | ||
| config.language=语言 | ||
| config.source.type=Gitmoji 来源类型 | ||
| config.source.type.gitmoji.tooltip=<html>查看官方 <a href>Gitmoji 网站</a></html> | ||
| config.source.type.conventionalGitmoji.tooltip=<html><a href>什么是 Conventional Gitmoji?</a></html> | ||
| config.source.type.custom.tooltip=<html>查看 <a href>如何创建自定义 Gitmoji 来源</a></html> | ||
| config.source.jsonUrl=Gitmoji JSON URL | ||
| config.source.localizationUrl=??? URL ????? {locale}? | ||
| config.source.error.jsonUrl.empty=????? Gitmoji JSON URL ????? | ||
| config.source.error.jsonUrl.invalid=Gitmoji JSON URL ????????? http(s) URL? | ||
| config.source.error.localizationUrl.invalid=Localization URL ????????? http(s) URL????? | ||
| config.settings=?? | ||
| config.preview=?? | ||
| config.source.localizationUrl=本地化 URL 模板(支持 {locale}) | ||
| config.source.error.jsonUrl.empty=自定义来源的 Gitmoji JSON URL 不能为空。 | ||
| config.source.error.jsonUrl.invalid=Gitmoji JSON URL 无效。请使用完整的 http(s) URL。 | ||
| config.source.error.localizationUrl.invalid=本地化 URL 无效。请使用完整的 http(s) URL,或留空。 | ||
| config.settings=设置 | ||
| config.preview=预览 | ||
| action.Gitmoji.GitCommitAction.text=GitMoji | ||
| action.Gitmoji.GitCommitAction.description=?? gitmoji ???????? | ||
| action.Gitmoji.GitCommitAction.description=添加 gitmoji 按钮到提交对话框 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.