From: Ihor Radchenko <yantar92@posteo.net>
To: "Esteban Ordóñez" <quiliro@riseup.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages
Date: Mon, 28 Nov 2022 05:26:14 +0000 [thread overview]
Message-ID: <87v8mzhcp5.fsf@localhost> (raw)
In-Reply-To: <49ccd4f74f568aa4d928c35a4af4c79d@riseup.net>
[-- Attachment #1: Type: text/plain, Size: 1456 bytes --]
Esteban Ordóñez <quiliro@riseup.net> writes:
> El 2022-11-26 19:06, Ihor Radchenko escribió:
>
>> '(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL"
>> "Total time" "File time" "Clock summary at")
>> ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO"
>> "Tiempo total" "Tiempo archivo" "Clock summary at")
>
> I don't know what "L" or "N" are.
"L" is supposed to refer to heading "Level".
> "Tarea" is not "Headline". "Tarea" is "Task".
> "Heading" is "Encabezado". I am not sure what "Headline" is.
> I am not sure what "Clock summary at" refers to. I would need a
> complete sentence. But literally it translates to "Resumen de reloj
> en".
> The rest is OK with me.
"Clock summary at" will be used as title:
#+TITLE: Clock summary at [2022-11-28]
I am attaching a patch according to your suggestions. Under your name.
Let me know if everything looks OK.
Thanks for the help!
>> P.S. I am taking this opportunity with an easy help request to see how
>> many people would be interested to contribute non-code.
>
> Finally something that I can contribute to! :-D
In theory, we tried to list ways to help that do not involve code in
https://orgmode.org/worg/org-contribute.html#org27513d8
Though it is hard to say how visible that page is from
https://orgmode.org/. (It is "Contribute" link on top).
More things also require translation in `org-export-dictionary'.
[-- Attachment #2: 0001-org-clock-clocktable-language-setup-Fix-Spanish-tran.patch --]
[-- Type: text/x-patch, Size: 1739 bytes --]
From cc1e81900a7ff6e3ba7001764cd442d787aa0518 Mon Sep 17 00:00:00 2001
Message-Id: <cc1e81900a7ff6e3ba7001764cd442d787aa0518.1669612732.git.yantar92@posteo.net>
From: =?UTF-8?q?Esteban=20Ord=C3=B3=C3=B1ez?= <quiliro@riseup.net>
Date: Mon, 28 Nov 2022 13:18:19 +0800
Subject: [PATCH] org-clock-clocktable-language-setup: Fix Spanish translation
* lisp/org-clock.el (org-clock-clocktable-language-setup): Use
"Encabezado" for heading instead of "Tarea". The latter is "Task",
not heading. Translate "Clock summary at".
TINYCHANGE
Link: https://orgmode.org/list/49ccd4f74f568aa4d928c35a4af4c79d@riseup.net
---
lisp/org-clock.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 1b59c0b58..811da10e0 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -347,7 +347,7 @@ (defcustom org-clock-clocktable-formatter 'org-clocktable-write-default
;; FIXME: translate es and nl last string "Clock summary at"
(defcustom org-clock-clocktable-language-setup
'(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File time" "Clock summary at")
- ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total" "Tiempo archivo" "Clock summary at")
+ ("es" "Archivo" "N" "Fecha y hora" "Encabezado" "Tiempo" "TODO" "Tiempo total" "Tiempo archivo" "Resumen de reloj en")
("fr" "Fichier" "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée totale" "Durée fichier" "Horodatage sommaire à")
("nl" "Bestand" "N" "Tijdstip" "Rubriek" "Duur" "ALLES" "Totale duur" "Bestandstijd" "Klok overzicht op")
("de" "Datei" "E" "Zeitstempel" "Kopfzeile" "Dauer" "GESAMT"
--
2.35.1
[-- Attachment #3: Type: text/plain, Size: 224 bytes --]
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2022-11-28 5:26 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-27 0:06 [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages Ihor Radchenko
2022-11-27 9:02 ` gerard.vermeulen
2022-11-28 5:10 ` Ihor Radchenko
2022-11-28 5:47 ` gerard.vermeulen
2022-12-04 11:14 ` Ihor Radchenko
2022-12-04 11:21 ` Ihor Radchenko
2022-11-27 9:15 ` Esteban Ordóñez
2022-11-28 5:26 ` Ihor Radchenko [this message]
2022-11-28 10:21 ` Esteban Ordóñez
2022-12-04 11:17 ` Ihor Radchenko
2022-12-05 13:08 ` Esteban Ordóñez
2022-12-05 13:15 ` Ihor Radchenko
2022-12-05 13:34 ` Esteban Ordóñez
2022-12-05 13:37 ` Esteban Ordóñez
2022-12-05 13:44 ` Ihor Radchenko
2022-12-05 16:47 ` Esteban Ordóñez
2022-12-05 13:50 ` Christian Moe
2022-12-05 14:33 ` Esteban Ordóñez
2022-12-05 15:25 ` Christian Moe
2022-12-05 16:51 ` Esteban Ordóñez
2022-12-14 13:17 ` [HELP] Things to help Org that do not involve programming Ihor Radchenko
2023-02-03 9:09 ` Kevin Brubeck Unhammer
2023-02-11 11:51 ` Ihor Radchenko
2022-11-28 5:01 ` [HELP] Translate/extend `org-clock-clocktable-language-setup' for Spanish/Dutch/more languages Ihor Radchenko
2022-11-29 0:07 ` Jonathan Gregory
2022-12-04 11:24 ` Ihor Radchenko
2022-12-04 17:44 ` Jonathan Gregory
2022-12-10 13:26 ` Ihor Radchenko
2022-11-30 0:19 ` Rudolf Adamkovič
2022-12-04 11:26 ` Ihor Radchenko
2022-12-12 12:34 ` Ihor Radchenko
2022-12-13 21:35 ` Rudolf Adamkovič
2022-11-30 15:01 ` Max Nikulin
2022-12-04 11:27 ` Ihor Radchenko
2022-12-06 11:12 ` Max Nikulin
2023-02-03 8:55 ` Kevin Brubeck Unhammer
2023-02-03 9:52 ` Christian Moe
2023-02-03 11:01 ` Kevin Brubeck Unhammer
2023-02-11 11:56 ` Ihor Radchenko
-- strict thread matches above, loose matches on Subject: below --
2022-12-01 6:44 Pedro Andres Aranda Gutierrez
2022-12-12 12:18 ` Ihor Radchenko
2022-12-12 12:32 ` Pedro Andres Aranda Gutierrez
2023-02-02 11:05 ` Ihor Radchenko
2023-02-04 2:02 ` Esteban Ordóñez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v8mzhcp5.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=quiliro@riseup.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).