diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-25 11:23:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-25 11:23:41 +0200 |
commit | 015ff084e31a4202513d202c7a2362a4d6c59f1b (patch) | |
tree | 320427b743f6ceb525f71ce67cf3b4c17f3a246f /po/tr.po | |
parent | 11943ebaaf98d70be17bcdf2579ee7461fa789a6 (diff) | |
download | weechat-015ff084e31a4202513d202c7a2362a4d6c59f1b.zip |
core: add microseconds precision in function util_parse_delay
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 49 |
1 files changed, 45 insertions, 4 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-08-24 18:16+0200\n" +"POT-Creation-Date: 2023-08-25 11:16+0200\n" "PO-Revision-Date: 2023-08-08 07:14+0200\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3100,9 +3100,28 @@ msgstr "bir komutu birden çok kez yürüt" msgid "[-interval <delay>[<unit>]] <count> <command>" msgstr "[-interval <gecikme>[<birim>]] <sayım> <komut>" +#, fuzzy +#| msgid "" +#| " delay: delay between execution of commands\n" +#| " unit: optional, values are:\n" +#| " ms: milliseconds\n" +#| " s: seconds (default)\n" +#| " m: minutes\n" +#| " h: hours\n" +#| " count: number of times to execute command\n" +#| "command: command to execute (or text to send to buffer if command does " +#| "not start with '/')\n" +#| "\n" +#| "Note: the command is executed on buffer where /repeat was executed (if " +#| "the buffer does not exist any more, the command is not executed).\n" +#| "\n" +#| "Example:\n" +#| " scroll 2 pages up:\n" +#| " /repeat 2 /window page_up" msgid "" -" delay: delay between execution of commands\n" +" delay: delay between execution of commands (minimum: 1 millisecond)\n" " unit: optional, values are:\n" +" us: microseconds\n" " ms: milliseconds\n" " s: seconds (default)\n" " m: minutes\n" @@ -3606,9 +3625,31 @@ msgstr "gelecekte yürütülmek üzere bir komut zamanla" msgid "<number>[<unit>] <command>" msgstr "<sayı>[<birim>] <komut>" -msgid "" -" number: amount of time to wait (integer number)\n" +#, fuzzy +#| msgid "" +#| " number: amount of time to wait (integer number)\n" +#| " unit: optional, values are:\n" +#| " ms: milliseconds\n" +#| " s: seconds (default)\n" +#| " m: minutes\n" +#| " h: hours\n" +#| "command: command to execute (or text to send to buffer if command does " +#| "not start with '/')\n" +#| "\n" +#| "Note: the command is executed on buffer where /wait was executed (if the " +#| "buffer does not exist any more, the command is not executed).\n" +#| "\n" +#| "Examples:\n" +#| " join channel in 10 seconds:\n" +#| " /wait 10 /join #test\n" +#| " set away in 15 minutes:\n" +#| " /wait 15m /away -all I'm away\n" +#| " say 'hello' in 2 minutes:\n" +#| " /wait 2m hello" +msgid "" +" number: amount of time to wait (minimum: 1 millisecond)\n" " unit: optional, values are:\n" +" us: microseconds\n" " ms: milliseconds\n" " s: seconds (default)\n" " m: minutes\n" |