diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-permalink.eo.1.in | 10 | ||||
-rw-r--r-- | doc/git-permalink.fr.1.in | 26 | ||||
-rw-r--r-- | doc/git-permalink.pt.1.in | 8 | ||||
-rw-r--r-- | doc/spelling/en.txt | 11 | ||||
-rw-r--r-- | doc/spelling/eo.txt | 28 | ||||
-rw-r--r-- | doc/spelling/fr.txt | 4 | ||||
-rw-r--r-- | doc/spelling/international.txt | 81 | ||||
-rw-r--r-- | doc/spelling/pt.txt | 23 |
8 files changed, 169 insertions, 22 deletions
diff --git a/doc/git-permalink.eo.1.in b/doc/git-permalink.eo.1.in index 0d799c0..0881214 100644 --- a/doc/git-permalink.eo.1.in +++ b/doc/git-permalink.eo.1.in @@ -45,9 +45,9 @@ Montras versian numeron. .SH AGORDO -.SS "SUBTENITAJ REMOTOJ" +.SS "SUBTENITAJ ORIGINOJ" -La nunaj subtenitaj remotoj estas: +La nunaj subtenitaj originoj estas: .RS .IP \(bu @@ -83,8 +83,8 @@ informoj. .SS SUPERREGOJ -Se vi volas agordi la URL ŝablonon por projekto kun nesubtenita remoton, vi -povas uzi \fBgit\-config\fP(1). +Se vi volas agordi la URL ŝablonon por projekto kun nesubtenita origino +, vi povas uzi \fBgit\-config\fP(1). Estas du agordaj elektoj disponeblaj: @@ -161,7 +161,7 @@ Bona ekzekuto. .TP \fB1\fP -Nesubtenita remoto. Vidu la subtenitoj en SUBTENITAJ REMOTOJ, kaŭ kiel +Nesubtenita origino. Vidu la subtenitoj en SUBTENITAJ ORIGINOJ, kaj kiel aldoni ion en SUPERREGOJ. .TP diff --git a/doc/git-permalink.fr.1.in b/doc/git-permalink.fr.1.in index 3dcc01a..3c3ae97 100644 --- a/doc/git-permalink.fr.1.in +++ b/doc/git-permalink.fr.1.in @@ -8,7 +8,7 @@ .SH NOM -git\-permalink \- extension Git pour génerér liens web permanent (permalink) +git\-permalink \- extension Git pour générer liens web permanent (permalink) de fichiers dans un dépôt. @@ -21,9 +21,9 @@ de fichiers dans un dépôt. \fBgit\-permalink\fP utilise Git pour prendre a) le commit au \fIHEAD\fP et b) le \fIremote.origin.url\fP avec \fBgit\-config\fP(1), et se possible c) un modèle de -substituition d'URL. Il utilise ces valeurs pour construire un URL -\fIpermanent\fP, avec le commit inclus pour garantir la unicitè, e -optionalement le numeró de la ligne choisi. +substitution d'URL. Il utilise ces valeurs pour construire un URL +\fIpermanent\fP, avec le commit inclus pour garantir la unicité, e +optionnellement le nombre de la ligne choisi. \fBgit\-permalink\fP après utilise \fBxdg\-open\fP(1) pour ouvrir l'URL. @@ -41,7 +41,7 @@ Affiche message d'aide. .TP \fB\-\-version\fP, \fB\-V\fP -Imprime le numeró de version. +Imprime le nombre de version. .SH CONFIGURATION @@ -86,7 +86,7 @@ plus d'information. .SS MODÈLES Si vous souhaitez configurer le modèle de substitution d'URL pour un projet -que a un références distantes que n'est pas prises en charge, vous utilize +que a un références distantes que n'est pas prises en charge, vous utilise \fBgit\-config\fP(1). Il y a deux options de configuration disponible: @@ -100,7 +100,7 @@ Un modèle de substitution d'URL où le nom du \fIfichier\fP est avant, et le https://git.euandreh.xyz/fallible/tree/%s?id=%s .fi -Dans cet example, le nom du \fIfichier\fP est avant et le \fIcommit\fP est à la +Dans cet exemple, le nom du \fIfichier\fP est avant et le \fIcommit\fP est à la fin, après le "id=". .TP @@ -112,7 +112,7 @@ Un modèle de substitution d'URL où le \fIcommit\fP est avant, et le nom du https://git.sr.ht/~sircmpwn/scdoc/tree/%s/item/%s .fi -Dans cet example, le \fIcommit\fP est avant dans le chemin de l'URL, et le +Dans cet exemple, le \fIcommit\fP est avant dans le chemin de l'URL, et le \fIfichier\fP est après. .P @@ -120,7 +120,7 @@ Si aucune options n'est pas trouvé par \fBgit\-config\fP(1) et \fBgit\-permalin ne peut pas deviner l'URL, cela se termine par une erreur. -.SH EXAMPLES +.SH EXEMPLES Ouvrez \fIsrc/fold.c\fP d'un projet qui a de référence distante pointée a \fIsourcehut\fP: @@ -130,8 +130,8 @@ Ouvrez \fIsrc/fold.c\fP d'un projet qui a de référence distante pointée a Ouverture de https://git.sr.ht/~sircmpwn/ctools/tree/fbf17d92f5ed1c38983f73df912f051ad0f9ef2d/item/src/fold.c#L125 .fi -Géneréz un lien des lignes 59 à 94 de \fInongnu/packages/clojure.scm\fP dans un -projet hébergér sur \fIgitlab\fP, mais seulement imprimez le lien \fIsans\fP +Générez un lien des lignes 59 à 94 de \fInongnu/packages/clojure.scm\fP dans un +projet héberger sur \fIgitlab\fP, mais seulement imprimez le lien \fIsans\fP l'ouvrir avec \fBxdg\-open\fP(1): .nf @@ -141,7 +141,7 @@ l'ouvrir avec \fBxdg\-open\fP(1): .P Configurez un modèle de substitution d'URL, et ouvrir le fichier -\fIsrc/app_add.c\fP sans choisir un numeró de ligne: +\fIsrc/app_add.c\fP sans choisir un nombre de ligne: .nf $ git config git\-permalink.template\-file\-commit 'https://git.alpinelinux.org/apk\-tools/tree/%s?id=%s' @@ -195,7 +195,7 @@ Soumettre un bogue dans la liste de diffusion .ME . -Utilise le sujèt "\f(CR[git\-permalink] BUG ou TASK: +Utilise le sujet "\f(CR[git\-permalink] BUG ou TASK: <description>\fR". .IP \(bu Parcourir les bogues diff --git a/doc/git-permalink.pt.1.in b/doc/git-permalink.pt.1.in index 5b8ae4a..be9b490 100644 --- a/doc/git-permalink.pt.1.in +++ b/doc/git-permalink.pt.1.in @@ -31,7 +31,7 @@ sua unicidade, e opcionalmente o número da linha selecionada. .TP \fB\-p\fP -Somento imprime o link da URL web na saída padrão (STDOUT), não tenta +Somente imprime o link da URL web na saída padrão (STDOUT), não tenta abrí\-lo com \fBxdg\-open\fP(1) ou fazer qualquer coisa com ele. Por padrão isso está desligado. @@ -130,7 +130,7 @@ Abre o arquivo \fIsrc/fold.c\fP de um projeto com a origem apontada para o .fi Gera um link das linhas 59 a 94 do arquivo \fInongnu/packages/clojure.scm\fP em -um projeto hospedado no \fIgitlab\fP, mas somente o imprimie \fIsem\fP abrí\-lo com +um projeto hospedado no \fIgitlab\fP, mas somente o imprime \fIsem\fP abrí\-lo com \fBxdg\-open\fP(1): .nf @@ -165,8 +165,8 @@ Execução bem\-sucedida. .TP \fB1\fP Sem suporte à origem remota. Veja a lista de quais tem suporte em ORIGENS -REMOTAS COM SUPORTE, e como adicionar origens customizadas a parteir de um -model em MODELOS. +REMOTAS COM SUPORTE, e como adicionar origens customizadas a partir de um +modelo em MODELOS. .TP \fB2\fP diff --git a/doc/spelling/en.txt b/doc/spelling/en.txt new file mode 100644 index 0000000..6ae5fe0 --- /dev/null +++ b/doc/spelling/en.txt @@ -0,0 +1,11 @@ +CANCELLED +Changelog +LINENO +Você +colours +commited +didn +doesn +isn +sig +ve diff --git a/doc/spelling/eo.txt b/doc/spelling/eo.txt new file mode 100644 index 0000000..a427747 --- /dev/null +++ b/doc/spelling/eo.txt @@ -0,0 +1,28 @@ +- +-a +-da +-dfa +Defaŭlte +ELIRKODOJ +Git +Git-etendo +LINIONO +a +ad- +add +b +c +commit +fold +git +helpmesaĝon +id +kernel +kontribuuloj +org +origin +p +packages +remote +task +task-cebc diff --git a/doc/spelling/fr.txt b/doc/spelling/fr.txt new file mode 100644 index 0000000..e4534cf --- /dev/null +++ b/doc/spelling/fr.txt @@ -0,0 +1,4 @@ +- +LINENO +listede +unicité diff --git a/doc/spelling/international.txt b/doc/spelling/international.txt new file mode 100644 index 0000000..c22ae34 --- /dev/null +++ b/doc/spelling/international.txt @@ -0,0 +1,81 @@ +--help +--version +-V +-h +-p +AGPL +Affero +CGit +Changelog +EuAndreh +HEAD +Makefile +POSIX +README +STDOUT +ShellCheck +TAOUP +TODO +TODOs +Você +Vous +add.c +ankaŭ +app +aussi +bitbucket +cgit +clojure +codeberg +config +config +dfa5 +eo +escrever +esperante +euandreh +fold.c +français +gettext +git-config +git-permalink +git-permalink.template-commit-file +git-permalink.template-file-commit +git.euandreh.xyz +git.kernel.org +github +gitlab +gitlab +groff +gz +i18n +manpage +manpages +nongnu +notabug +pagure +pandoc +permalink +permalinks +po4a +pode +português +pouvez +povas +remote.origin.url +savannah +scm +skribi +sourcehut +src +também +task-cebc5298-17ad-5c60-dfa5-a25b66433a3a +template-commit-file +template-file-commit +url +v0 +v3 +xdg +xdg-open +xyz +écrire diff --git a/doc/spelling/pt.txt b/doc/spelling/pt.txt new file mode 100644 index 0000000..34deecf --- /dev/null +++ b/doc/spelling/pt.txt @@ -0,0 +1,23 @@ +BUGS +GIT +Git +NOLINHA +OP +abrí +add +bugs +cebc +commit +dfa +fold +git +help +kernel +open +org +origin +packages +remote +task +template +version |