Skip to content

Commit 609c053

Browse files
nclspprNicolas Pieperruphy
authored
Initialize French translation (#73)
* Init the french documentation by copying /en doc * Full French translation of 5 files * Init the translation of forks.rst Co-authored-by: Nicolas Pieper <nicolas.pieper@six-group.com> Co-authored-by: Riccardo Iaconelli <riccardo@kde.org>
1 parent 52900a5 commit 609c053

11 files changed

Lines changed: 695 additions & 1 deletion

docs/fr/categories-list.rst

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
.. _categories-list:
2+
3+
Liste des catégories de logiciel
4+
===========================
5+
6+
Ici se trouve une liste contrôlée du vocabulaire des tags utiles pour catégoriser un logiciel.
7+
8+
==========
9+
Tags valides
10+
==========
11+
12+
- accounting
13+
- agile-project-management
14+
- applicant-tracking
15+
- application-development
16+
- appointment-scheduling
17+
- backup
18+
- billing-and-invoicing
19+
- blog
20+
- budgeting
21+
- business-intelligence
22+
- business-process-management
23+
- cad
24+
- call-center-management
25+
- cloud-management
26+
- collaboration
27+
- communications
28+
- compliance-management
29+
- contact-management
30+
- content-management
31+
- crm
32+
- customer-service-and-support
33+
- data-analytics
34+
- data-collection
35+
- data-visualization
36+
- digital-asset-management
37+
- digital-citizenship
38+
- document-management
39+
- donor-management
40+
- e-commerce
41+
- e-signature
42+
- email-management
43+
- email-marketing
44+
- employee-management
45+
- enterprise-project-management
46+
- enterprise-social-networking
47+
- erp
48+
- event-management
49+
- facility-management
50+
- feedback-and-reviews-management
51+
- financial-reporting
52+
- fleet-management
53+
- fundraising
54+
- gamification
55+
- geographic-information-systems
56+
- grant-management
57+
- graphic-design
58+
- help-desk
59+
- hr
60+
- ide
61+
- identity-management
62+
- instant-messaging
63+
- inventory-management
64+
- it-asset-management
65+
- it-development
66+
- it-management
67+
- it-security
68+
- it-service-management
69+
- knowledge-management
70+
- learning-management-system
71+
- marketing
72+
- mind-mapping
73+
- mobile-marketing
74+
- mobile-payment
75+
- network-management
76+
- office
77+
- online-booking
78+
- online-community
79+
- payment-gateway
80+
- payroll
81+
- predictive-analysis
82+
- procurement
83+
- productivity-suite
84+
- project-collaboration
85+
- project-management
86+
- property-management
87+
- real-estate-management
88+
- remote-support
89+
- resource-management
90+
- sales-management
91+
- seo
92+
- service-desk
93+
- social-media-management
94+
- survey
95+
- talent-management
96+
- task-management
97+
- taxes-management
98+
- test-management
99+
- time-management
100+
- time-tracking
101+
- translation
102+
- video-conferencing
103+
- video-editing
104+
- visitor-management
105+
- voip
106+
- warehouse-management
107+
- web-collaboration
108+
- web-conferencing
109+
- website-builder
110+
- workflow-management

docs/fr/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
4+
# The master toctree document.
5+
master_doc = 'index'

docs/fr/country.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. _`country-extension`:
2+
3+
Extensions spcécifiques à un pays
4+
Country-Specific Extensions
5+
===========================
6+
7+
Bien que la norme soit structurée pour avoir un sens sur le plan international,
8+
on peut ajouter des informations supplémentaires qui ont une utilité dans
9+
certains pays, comme la déclaration de conformité aux lois ou règlements.
10+
Le mécanisme d'extension fourni est l'utilisation de sections spécifiques
11+
à chaque pays.
12+
13+
Toutes les extensions spécifiques à un pays sont contenues dans une section
14+
nommée avec deux lettres minuscules `ISO 3166-1 alpha-2 country
15+
code <https://it.wikipedia.org/wiki/ISO_3166-1_alpha-2>`__. Pour le moment
16+
``spid`` est une propriété pour un logiciel Italien indiquant si le logiciel
17+
est intégré au système italien d'identification publique.
18+
19+
Si un logiciel est conforme, je trouverai :
20+
21+
.. code:: yaml
22+
23+
it:
24+
countryExtensionVersion: "0.2"
25+
piattaforme:
26+
- spid: yes
27+
28+
29+
Notez que les extensions spécifiques à un pays avec des sections
30+
internationales ne sont pas autorisées. Les pays qui souhaitent
31+
étendre le format devrait ajouter une section spécifique au pays
32+
à la place.
33+
34+
.. include:: schema.it.rst

docs/fr/example.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Exemple
2+
==========================
3+
4+
Ci-dessous vous trouverez deux exemples de fichiers `publiccode.yml`, le premier
5+
représente la configuration minimale, qui contient les champs obligatoires,
6+
alors que le second représente une version plus étendue.
7+
8+
Version minimale
9+
~~~~~~~~~~~~~~~
10+
11+
.. literalinclude:: example/publiccode.minimal.yml
12+
:language: yaml
13+
:linenos:
14+
15+
16+
Version étendue
17+
~~~~~~~~~~~~~~~
18+
19+
.. literalinclude:: example/publiccode.yml
20+
:language: yaml
21+
:linenos:
22+
23+
24+
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
publiccodeYmlVersion: "0.2"
2+
3+
name: Medusa
4+
url: "https://example.com/italia/medusa.git"
5+
softwareVersion: "dev" # Optional
6+
releaseDate: "2017-04-15"
7+
platforms:
8+
- web
9+
10+
categories:
11+
- financial-reporting
12+
13+
developmentStatus: development
14+
15+
softwareType: "standalone/desktop"
16+
17+
description:
18+
en:
19+
localisedName: medusa # Optional
20+
genericName: Text Editor
21+
shortDescription: >
22+
A rather short description which
23+
is probably useless
24+
25+
longDescription: >
26+
Very long description of this software, also split
27+
on multiple rows. You should note what the software
28+
is and why one should need it. We can potentially
29+
have many pages of text here.
30+
31+
features:
32+
- Just one feature
33+
34+
legal:
35+
license: AGPL-3.0-or-later
36+
37+
maintenance:
38+
type: "community"
39+
40+
contacts:
41+
- name: Francesco Rossi
42+
43+
localisation:
44+
localisationReady: yes
45+
availableLanguages:
46+
- en

docs/fr/example/publiccode.yml

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
publiccodeYmlVersion: "0.2"
2+
3+
name: Medusa
4+
applicationSuite: MegaProductivitySuite
5+
url: "https://example.com/italia/medusa.git"
6+
landingURL: "https://example.com/italia/medusa"
7+
isBasedOn: "https://github.com/italia/otello.git"
8+
softwareVersion: "1.0"
9+
releaseDate: "2017-04-15"
10+
logo: img/logo.svg
11+
monochromeLogo: img/logo-mono.svg
12+
13+
inputTypes:
14+
- text/plain
15+
outputTypes:
16+
- text/plain
17+
18+
platforms:
19+
- android
20+
- ios
21+
22+
categories:
23+
- content-management
24+
- office
25+
26+
usedBy:
27+
- Comune di Firenze
28+
- Comune di Roma
29+
30+
roadmap: "https://example.com/italia/medusa/roadmap"
31+
32+
developmentStatus: development
33+
34+
softwareType: "standalone/desktop"
35+
36+
intendedAudience:
37+
scope:
38+
- science-and-technology
39+
countries:
40+
- it
41+
- de
42+
unsupportedCountries:
43+
- us
44+
45+
description:
46+
en:
47+
localisedName: Medusa
48+
genericName: Text Editor
49+
shortDescription: >
50+
This description can have a maximum 150
51+
characters long. We should not fill the
52+
remaining space with "Lorem Ipsum". End
53+
54+
longDescription: >
55+
Very long description of this software, also split
56+
on multiple rows. You should note what the software
57+
is and why one should need it.
58+
59+
documentation: "https://read.the.documentation/medusa/v1.0"
60+
apiDocumentation: "https://read.the.api.doc/medusa/v1.0"
61+
62+
features:
63+
- Very important feature
64+
- Will run without a problem
65+
- Has zero bugs
66+
- Solves all the problems of the world
67+
screenshots:
68+
- img/sshot1.jpg
69+
- img/sshot2.jpg
70+
- img/sshot3.jpg
71+
videos:
72+
- https://youtube.com/xxxxxxxx
73+
awards:
74+
- 1st Price Software of the year
75+
76+
legal:
77+
license: AGPL-3.0-or-later
78+
mainCopyrightOwner: City of Chicago
79+
repoOwner: City of Chicago
80+
authorsFile: AUTHORS
81+
82+
maintenance:
83+
type: "contract"
84+
85+
contractors:
86+
- name: "Fornitore Privato SPA"
87+
email: "dario.bianchi@fornitore.it"
88+
website: "https://privatecompany.com"
89+
until: "2019-01-01"
90+
91+
contacts:
92+
- name: Francesco Rossi
93+
email: "francesco.rossi@comune.reggioemilia.it"
94+
affiliation: Comune di Reggio Emilia
95+
phone: "+3923113215112"
96+
97+
localisation:
98+
localisationReady: yes
99+
availableLanguages:
100+
- en
101+
- it
102+
- fr
103+
- de
104+
105+
dependsOn:
106+
open:
107+
- name: MySQL
108+
versionMin: "1.1"
109+
versionMax: "1.3"
110+
optional: yes
111+
- name: PostgreSQL
112+
version: "3.2"
113+
optional: yes
114+
proprietary:
115+
- name: Oracle
116+
versionMin: "11.4"
117+
- name: IBM SoftLayer
118+
hardware:
119+
- name: NFC Reader
120+
optional: yes
121+
122+
it:
123+
countryExtensionVersion: "0.2"
124+
125+
conforme:
126+
lineeGuidaDesign: yes
127+
modelloInteroperabilita: yes
128+
misureMinimeSicurezza: yes
129+
gdpr: yes
130+
131+
piattaforme:
132+
spid: yes
133+
cie: yes
134+
anpr: yes
135+
pagopa: yes
136+
137+
riuso:
138+
codiceIPA: c_h501

0 commit comments

Comments
 (0)