mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Changes in code to correct the spelling of emoji (plural)
This commit is contained in:
parent
dc05b01ee1
commit
c05029d403
18 changed files with 25 additions and 25 deletions
4
CHANGELOG.md
Normal file → Executable file
4
CHANGELOG.md
Normal file → Executable file
|
@ -98,8 +98,8 @@ the popover was new). New features includes:
|
|||
* Assign and unassign members to cards;
|
||||
* Archive cards (though restoration is not yet possible);
|
||||
* Board stars;
|
||||
* Markdown and emojies support in comments and card description;
|
||||
* Emojies auto-completion in the text editor;
|
||||
* Markdown and emoji support in comments and card description;
|
||||
* Emoji auto-completion in the text editor;
|
||||
* Some keyboard shortcuts (eg `Ctrl`+`Enter` to submit a multi-line input).
|
||||
|
||||
We also introduced basic support for the [Sandstorm](https://sandstorm.io)
|
||||
|
|
4
client/components/main/editor.js
Normal file → Executable file
4
client/components/main/editor.js
Normal file → Executable file
|
@ -4,7 +4,7 @@ Template.editor.onRendered(() => {
|
|||
autosize($textarea);
|
||||
|
||||
$textarea.escapeableTextComplete([
|
||||
// Emojies
|
||||
// Emoji
|
||||
{
|
||||
match: /\B:([\-+\w]*)$/,
|
||||
search(term, callback) {
|
||||
|
@ -45,7 +45,7 @@ Template.editor.onRendered(() => {
|
|||
});
|
||||
|
||||
// XXX I believe we should compute a HTML rendered field on the server that
|
||||
// would handle markdown, emojies and user mentions. We can simply have two
|
||||
// would handle markdown, emoji and user mentions. We can simply have two
|
||||
// fields, one source, and one compiled version (in HTML) and send only the
|
||||
// compiled version to most users -- who don't need to edit.
|
||||
// In the meantime, all the transformation are done on the client using the
|
||||
|
|
2
client/lib/keyboard.js
Normal file → Executable file
2
client/lib/keyboard.js
Normal file → Executable file
|
@ -88,7 +88,7 @@ Template.keyboardShortcuts.helpers({
|
|||
action: 'shortcut-autocomplete-members',
|
||||
}, {
|
||||
keys: [':'],
|
||||
action: 'shortcut-autocomplete-emojies',
|
||||
action: 'shortcut-autocomplete-emoji',
|
||||
}, {
|
||||
keys: ['SPACE'],
|
||||
action: 'shortcut-assign-self',
|
||||
|
|
4
i18n/ar.i18n.json
Normal file → Executable file
4
i18n/ar.i18n.json
Normal file → Executable file
|
@ -234,7 +234,7 @@
|
|||
"search": "بحث",
|
||||
"select-color": "اختيار لون",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "الإكمال التلقائي للرموز التعبيرية",
|
||||
"shortcut-autocomplete-emoji": "الإكمال التلقائي للرموز التعبيرية",
|
||||
"shortcut-autocomplete-members": "الإكمال التلقائي لأسماء الأعضاء",
|
||||
"shortcut-clear-filters": "مسح التصفيات",
|
||||
"shortcut-close-dialog": "غلق النافذة",
|
||||
|
@ -260,4 +260,4 @@
|
|||
"view-it": "شاهدها",
|
||||
"warn-list-archived": "انتبه : هذه البطاقة في أرشيف القائمات",
|
||||
"what-to-do": "ماذا تريد أن تنجز?"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
"search": "Cerca",
|
||||
"select-color": "Selecciona un color",
|
||||
"shortcut-assign-self": "Assigna't la ftixa actual",
|
||||
"shortcut-autocomplete-emojies": "Autocompleta emoji",
|
||||
"shortcut-autocomplete-emoji": "Autocompleta emoji",
|
||||
"shortcut-autocomplete-members": "Autocompleta membres",
|
||||
"shortcut-clear-filters": "Elimina tots els filters",
|
||||
"shortcut-close-dialog": "Tanca el diàleg",
|
||||
|
|
4
i18n/de.i18n.json
Normal file → Executable file
4
i18n/de.i18n.json
Normal file → Executable file
|
@ -234,7 +234,7 @@
|
|||
"search": "Suchen",
|
||||
"select-color": "Wähle eine Farbe aus",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Autovervollständige Emojis",
|
||||
"shortcut-autocomplete-emoji": "Autovervollständige Emojis",
|
||||
"shortcut-autocomplete-members": "Autovervollständige Nutzer",
|
||||
"shortcut-clear-filters": "Alle Filter entfernen",
|
||||
"shortcut-close-dialog": "Dialog schließen",
|
||||
|
@ -260,4 +260,4 @@
|
|||
"view-it": "Ansehen",
|
||||
"warn-list-archived": "Warnung: Diese Karte befindet sich in einer archivierten Liste",
|
||||
"what-to-do": "Was willst du tun?"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -260,7 +260,7 @@
|
|||
"search": "Search",
|
||||
"select-color": "Select a color",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-emoji": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-members": "Autocomplete members",
|
||||
"shortcut-clear-filters": "Clear all filters",
|
||||
"shortcut-close-dialog": "Close Dialog",
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
"search": "Buscar",
|
||||
"select-color": "Selecciona un color",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-emoji": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-members": "Autocomplete members",
|
||||
"shortcut-clear-filters": "Clear all filters",
|
||||
"shortcut-close-dialog": "Close Dialog",
|
||||
|
|
4
i18n/fi.i18n.json
Normal file → Executable file
4
i18n/fi.i18n.json
Normal file → Executable file
|
@ -234,7 +234,7 @@
|
|||
"search": "Etsi",
|
||||
"select-color": "Valitse väri",
|
||||
"shortcut-assign-self": "Valitse itsesi nykyiselle kortille",
|
||||
"shortcut-autocomplete-emojies": "Automaattinen täydennys emojille",
|
||||
"shortcut-autocomplete-emoji": "Automaattinen täydennys emojille",
|
||||
"shortcut-autocomplete-members": "Automaattinen täydennys jäsenille",
|
||||
"shortcut-clear-filters": "Poista kaikki suodattimet",
|
||||
"shortcut-close-dialog": "Sulje valintaikkuna",
|
||||
|
@ -260,4 +260,4 @@
|
|||
"view-it": "Näytä se",
|
||||
"warn-list-archived": "varoitus: tämä kortti on arkistoitujen listalla",
|
||||
"what-to-do": "Mitä haluat tehdä?"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
"search": "Chercher",
|
||||
"select-color": "Choisissez une couleur",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Auto-complétion des emoji",
|
||||
"shortcut-autocomplete-emoji": "Auto-complétion des emoji",
|
||||
"shortcut-autocomplete-members": "Auto-complétion des membres",
|
||||
"shortcut-clear-filters": "Retirer tous les filtres",
|
||||
"shortcut-close-dialog": "Fermer le dialogue",
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
"search": "Search",
|
||||
"select-color": "Select a color",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-emoji": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-members": "Autocomplete members",
|
||||
"shortcut-clear-filters": "Clear all filters",
|
||||
"shortcut-close-dialog": "Close Dialog",
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
"search": "検索",
|
||||
"select-color": "色を選択",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-emoji": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-members": "Autocomplete members",
|
||||
"shortcut-clear-filters": "Clear all filters",
|
||||
"shortcut-close-dialog": "Close Dialog",
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
"search": "검색",
|
||||
"select-color": "색 선택",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-emoji": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-members": "Autocomplete members",
|
||||
"shortcut-clear-filters": "Clear all filters",
|
||||
"shortcut-close-dialog": "Close Dialog",
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
"search": "Buscar",
|
||||
"select-color": "Selecione uma cor",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Preenchimento automático de emoji",
|
||||
"shortcut-autocomplete-emoji": "Preenchimento automático de emoji",
|
||||
"shortcut-autocomplete-members": "Preenchimento automático de membros",
|
||||
"shortcut-clear-filters": "Limpar todos filtros",
|
||||
"shortcut-close-dialog": "Fechar dialogo",
|
||||
|
|
|
@ -231,7 +231,7 @@
|
|||
"search": "Поиск",
|
||||
"select-color": "Выбрать цвет",
|
||||
"shortcut-assign-self": "Связать себя с текущей карточкой",
|
||||
"shortcut-autocomplete-emojies": "Автозаполнение emoji",
|
||||
"shortcut-autocomplete-emoji": "Автозаполнение emoji",
|
||||
"shortcut-autocomplete-members": "Автозаполнение пользователей",
|
||||
"shortcut-clear-filters": "Сбросить все фильтры",
|
||||
"shortcut-close-dialog": "Закрыть диалог",
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
"search": "Search",
|
||||
"select-color": "Bir renk seç",
|
||||
"shortcut-assign-self": "Assign yourself to current card",
|
||||
"shortcut-autocomplete-emojies": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-emoji": "Autocomplete emoji",
|
||||
"shortcut-autocomplete-members": "Autocomplete members",
|
||||
"shortcut-clear-filters": "Clear all filters",
|
||||
"shortcut-close-dialog": "Close Dialog",
|
||||
|
|
4
i18n/zh-CN.i18n.json
Normal file → Executable file
4
i18n/zh-CN.i18n.json
Normal file → Executable file
|
@ -234,7 +234,7 @@
|
|||
"search": "搜索",
|
||||
"select-color": "选择颜色",
|
||||
"shortcut-assign-self": "分配当前卡片给自己",
|
||||
"shortcut-autocomplete-emojies": "自动补全表情",
|
||||
"shortcut-autocomplete-emoji": "自动补全表情",
|
||||
"shortcut-autocomplete-members": "自动补全成员",
|
||||
"shortcut-clear-filters": "清空全部过滤器",
|
||||
"shortcut-close-dialog": "关闭对话框",
|
||||
|
@ -260,4 +260,4 @@
|
|||
"view-it": "查看",
|
||||
"warn-list-archived": "警告: 该卡片位于已删除的清单中",
|
||||
"what-to-do": "要做什么?"
|
||||
}
|
||||
}
|
||||
|
|
4
meta/t9n-changelog/fr.md
Normal file → Executable file
4
meta/t9n-changelog/fr.md
Normal file → Executable file
|
@ -39,9 +39,9 @@ Les nouvelles fonctionnalités incluent:
|
|||
* Assigner et retirer l’assignation de membres aux cartes;
|
||||
* Archiver des cartes (bien que la restauration ne soit pas encore possible);
|
||||
* Tableaux favoris
|
||||
* Support du markdown et des emojies dans les commentaires et la description des
|
||||
* Support du markdown et des emoji dans les commentaires et la description des
|
||||
cartes;
|
||||
* Auto-complétion des emojies dans l'éditeur de texte;
|
||||
* Auto-complétion des emoji dans l'éditeur de texte;
|
||||
* Quelques raccourcis clavier (ex `Ctrl`+`Enter` pour envoyer une entrée
|
||||
multi-lignes).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue