mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
aspell: add bar item "aspell_suggest" in /help aspell (closes #390)
This commit is contained in:
@@ -12,20 +12,22 @@
|
||||
deldict
|
||||
addword [<dict>] <word>
|
||||
|
||||
enable: Aspell wird aktiviert
|
||||
disable: Aspell wird deaktiviert
|
||||
toggle: Aspell Funktionalität umschalten
|
||||
listdict: die, auf dem System, installierten Wörterbücher werden aufgelistet
|
||||
setdict: Wörterbuch für den aktuellen Buffer einstellen (mehrere Wörterbücher müssen durch Kommata getrennt werden)
|
||||
deldict: Wörterbuch für den aktuellen Buffer entfernen
|
||||
addword: fügt ein Wort in das persönliche Wörterbuch von Aspell hinzu
|
||||
enable: enable aspell
|
||||
disable: disable aspell
|
||||
toggle: toggle aspell
|
||||
listdict: show installed dictionaries
|
||||
setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
|
||||
deldict: delete dictionary used on current buffer
|
||||
addword: add a word in personal aspell dictionary
|
||||
|
||||
Eingaben die mit '/' beginnen werden nicht überprüft, davon ausgenommen sind einige Befehle (siehe /set aspell.check.commands).
|
||||
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
|
||||
|
||||
Um Aspell auf alle Buffer anzuwenden sollte die Einstellung "default_dict" genutzt und Aspell aktiviert werden:
|
||||
/set aspell.check.default_dict "de_DE-neu"
|
||||
To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
|
||||
/set aspell.check.default_dict "en"
|
||||
/aspell enable
|
||||
|
||||
Die Standardtastaturbelegung zum Umschalten der Aspell Funktionalität lautet alt-s.
|
||||
To display a list of suggestions in a bar, use item "aspell_suggest".
|
||||
|
||||
Default key to toggle aspell is alt-s.
|
||||
----
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ To enable aspell on all buffers, use option "default_dict", then enable aspell,
|
||||
/set aspell.check.default_dict "en"
|
||||
/aspell enable
|
||||
|
||||
To display a list of suggestions in a bar, use item "aspell_suggest".
|
||||
|
||||
Default key to toggle aspell is alt-s.
|
||||
----
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ Pour activer aspell sur tous les tampons, utilisez l'option "default_dict", par
|
||||
/set aspell.check.default_dict "en"
|
||||
/aspell enable
|
||||
|
||||
Pour afficher une liste des suggestions dans une barre, utilisez l'objet "aspell_suggest".
|
||||
|
||||
La touche par défaut pour activer/désactiver aspell est alt-s.
|
||||
----
|
||||
|
||||
|
||||
@@ -12,20 +12,22 @@
|
||||
deldict
|
||||
addword [<dizionario>] <parola>
|
||||
|
||||
enable: abilita aspell
|
||||
disable: disabilita aspell
|
||||
toggle: abilita/disabilita aspell
|
||||
listdict: mostra i dizionari installati
|
||||
setdict: imposta dizionario per il buffer corrente (più dizionari vanno separati da virgola)
|
||||
deldict: elimina dizionario usato per il buffer corrente
|
||||
addword: aggiunge una parola nel dizionario personale aspell
|
||||
enable: enable aspell
|
||||
disable: disable aspell
|
||||
toggle: toggle aspell
|
||||
listdict: show installed dictionaries
|
||||
setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
|
||||
deldict: delete dictionary used on current buffer
|
||||
addword: add a word in personal aspell dictionary
|
||||
|
||||
La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi (consultare /set aspell.check.commands).
|
||||
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
|
||||
|
||||
Per abilitare aspell su tutti i buffer, usare l'opzione "default_dict", poi abilita aspell, ad esempio:
|
||||
/set aspell.check.default_dict "it"
|
||||
To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
|
||||
/set aspell.check.default_dict "en"
|
||||
/aspell enable
|
||||
|
||||
Il tasto predefinito per (dis)abilitare aspell è alt-s.
|
||||
To display a list of suggestions in a bar, use item "aspell_suggest".
|
||||
|
||||
Default key to toggle aspell is alt-s.
|
||||
----
|
||||
|
||||
|
||||
@@ -12,20 +12,22 @@
|
||||
deldict
|
||||
addword [<dict>] <word>
|
||||
|
||||
enable: aspell の有効化
|
||||
disable: aspell の無効化
|
||||
toggle: aspell の有効無効を切り替え
|
||||
listdict: インストール済み辞書を表示
|
||||
setdict: 現在のバッファ用の辞書を設定 (コンマで区切れば複数の辞書を指定可能)
|
||||
deldict: 現在のバッファ用の辞書を削除
|
||||
addword: aspell の個人辞書に単語を追加
|
||||
enable: enable aspell
|
||||
disable: disable aspell
|
||||
toggle: toggle aspell
|
||||
listdict: show installed dictionaries
|
||||
setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
|
||||
deldict: delete dictionary used on current buffer
|
||||
addword: add a word in personal aspell dictionary
|
||||
|
||||
いくつかのコマンドを除いて '/' で始まる入力行はチェックされません (/set aspell.check.commands を参照)。
|
||||
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
|
||||
|
||||
全てのバッファで aspell を有効化するには、"default_dict" オプションを設定した後に、aspell を有効化してください。例:
|
||||
To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
|
||||
/set aspell.check.default_dict "en"
|
||||
/aspell enable
|
||||
|
||||
aspell の有効無効を切り替えるデフォルトのキーは alt-s です。
|
||||
To display a list of suggestions in a bar, use item "aspell_suggest".
|
||||
|
||||
Default key to toggle aspell is alt-s.
|
||||
----
|
||||
|
||||
|
||||
@@ -12,20 +12,22 @@
|
||||
deldict
|
||||
addword [<język>] <słowo>
|
||||
|
||||
enable: włącza aspell
|
||||
disable: wyłącza aspell
|
||||
toggle: przełącza aspell
|
||||
listdict: pokazuje zainstalowane słowniki
|
||||
setdict: ustawia słownik dla obecnego buforu (kilka słowników może być podanych po przecinku)
|
||||
deldict: usuwa słownik używany w obecnym buforze
|
||||
addword: dodaje słowo do osobistego słownika aspell
|
||||
enable: enable aspell
|
||||
disable: disable aspell
|
||||
toggle: toggle aspell
|
||||
listdict: show installed dictionaries
|
||||
setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
|
||||
deldict: delete dictionary used on current buffer
|
||||
addword: add a word in personal aspell dictionary
|
||||
|
||||
Jeśli wprowadzany tekst zaczyna się od '/' nie będzie on sprawdzany, za wyjątkiem kilku komend (zobacz /set aspell.check.commands).
|
||||
Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
|
||||
|
||||
W celu włączenia aspell dla wszystkich buforów, należy użyć opcji "default_dict", następnie włączyć aspell, na przykład:
|
||||
To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
|
||||
/set aspell.check.default_dict "en"
|
||||
/aspell enable
|
||||
|
||||
Domyślny skrót klawiszowy przełączający aspell to alt-s.
|
||||
To display a list of suggestions in a bar, use item "aspell_suggest".
|
||||
|
||||
Default key to toggle aspell is alt-s.
|
||||
----
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -4551,6 +4551,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
"dictlist: zobrazí nainstalované slovníky\n"
|
||||
|
||||
@@ -24,7 +24,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-31 09:13+0200\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <>\n"
|
||||
@@ -5267,6 +5267,7 @@ msgstr ""
|
||||
"enable|disable|toggle || listdict || setdict <dict>[,<dict>...] || deldict "
|
||||
"|| addword [<dict>] <word>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" enable: enable aspell\n"
|
||||
" disable: disable aspell\n"
|
||||
@@ -5285,6 +5286,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
" enable: Aspell wird aktiviert\n"
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -4770,6 +4770,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
"dictlist: muestra diccionarios instalados\n"
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"PO-Revision-Date: 2015-04-11 18:42+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-04-11 18:57+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -5190,6 +5190,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
" enable : activer aspell\n"
|
||||
@@ -5209,6 +5211,9 @@ msgstr ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"Pour afficher une liste des suggestions dans une barre, utilisez l'objet "
|
||||
"\"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"La touche par défaut pour activer/désactiver aspell est alt-s."
|
||||
|
||||
msgid "list of all languages supported by aspell"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -4152,6 +4152,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -4879,6 +4879,7 @@ msgstr ""
|
||||
"enable|disable|toggle || listdict || setdict <dizionario>[,<dizionario>...] "
|
||||
"|| deldict || addword [<dizionario>] <parola>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" enable: enable aspell\n"
|
||||
" disable: disable aspell\n"
|
||||
@@ -4897,6 +4898,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
" enable: abilita aspell\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-04-01 23:14+0900\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
|
||||
@@ -4934,6 +4934,7 @@ msgstr ""
|
||||
"enable|disable|toggle || listdict || setdict <dict>[,<dict>...] || deldict "
|
||||
"|| addword [<dict>] <word>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" enable: enable aspell\n"
|
||||
" disable: disable aspell\n"
|
||||
@@ -4952,6 +4953,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
" enable: aspell の有効化\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -5048,6 +5048,7 @@ msgstr ""
|
||||
"enable|disable|toggle || listdict || setdict <język>[,<język>...] || deldict "
|
||||
"|| addword [<język>] <słowo>"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" enable: enable aspell\n"
|
||||
" disable: disable aspell\n"
|
||||
@@ -5066,6 +5067,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
" enable: włącza aspell\n"
|
||||
|
||||
+3
-1
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
|
||||
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -4721,6 +4721,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -4186,6 +4186,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2015-03-10 21:33+0100\n"
|
||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -3750,6 +3750,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
|
||||
|
||||
+3
-1
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:40+0200\n"
|
||||
"POT-Creation-Date: 2015-04-11 18:55+0200\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -3747,6 +3747,8 @@ msgid ""
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item \"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -488,6 +488,9 @@ weechat_aspell_command_init ()
|
||||
" /set aspell.check.default_dict \"en\"\n"
|
||||
" /aspell enable\n"
|
||||
"\n"
|
||||
"To display a list of suggestions in a bar, use item "
|
||||
"\"aspell_suggest\".\n"
|
||||
"\n"
|
||||
"Default key to toggle aspell is alt-s."),
|
||||
"enable"
|
||||
" || disable"
|
||||
|
||||
Reference in New Issue
Block a user