diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-26 19:15:33 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-26 20:30:17 +0200 |
commit | fe41da1506cd7c186a90f0808a90dd1c5711cb4e (patch) | |
tree | 68c7ae49b68590f14d24db356199de79a440c9b4 /po/tr.po | |
parent | 9bb3acd2c7905f61c641d268b6340cff4d11b280 (diff) | |
download | weechat-fe41da1506cd7c186a90f0808a90dd1c5711cb4e.zip |
core: update translations (issue #1503)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-03-26 10:57+0200\n" +"POT-Creation-Date: 2023-03-26 18:31+0200\n" "PO-Revision-Date: 2023-03-25 21:13+0100\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2609,18 +2609,25 @@ msgid "" " delete_previous_word_whitespace: delete previous word (until whitespace)\n" " delete_next_word: delete next word\n" " delete_beginning_of_line: delete from beginning of line until cursor\n" +" delete_beginning_of_input: delete from beginning of input until cursor\n" " delete_end_of_line: delete from cursor until end of line\n" -" delete_line: delete entire line\n" +" delete_end_of_input: delete from cursor until end of input\n" +" delete_line: delete current line\n" +" delete_input: delete entire input\n" " clipboard_paste: paste from the internal clipboard\n" " transpose_chars: transpose two chars\n" " undo: undo last command line action\n" " redo: redo last command line action\n" " move_beginning_of_line: move cursor to beginning of line\n" +" move_beginning_of_input: move cursor to beginning of input\n" " move_end_of_line: move cursor to end of line\n" +" move_end_of_input: move cursor to end of input\n" " move_previous_char: move cursor to previous char\n" " move_next_char: move cursor to next char\n" " move_previous_word: move cursor to previous word\n" " move_next_word: move cursor to next word\n" +" move_previous_line: move cursor to previous line\n" +" move_next_line: move cursor to next line\n" " history_previous: recall previous command in current buffer history\n" " history_next: recall next command in current buffer history\n" " history_global_previous: recall previous command in global history\n" |