-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I18n and l10n support (FR and ES) (#57)
Add a first set of translations for French and Spanish
- Loading branch information
1 parent
2bc0340
commit 102f036
Showing
7 changed files
with
489 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include README | ||
include LICENSE | ||
include CHANGES.* | ||
recursive-include sphinxcontrib *.pot *.po *.mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Spanish (Spain) translations for PROJECT. | ||
# Copyright (C) 2022 ORGANIZATION | ||
# This file is distributed under the same license as the PROJECT project. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2022-04-19 11:04+0200\n" | ||
"PO-Revision-Date: 2022-04-25 10:40+0200\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language: es_ES\n" | ||
"Language-Team: es_ES <[email protected]>\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.9.1\n" | ||
|
||
#: sphinxcontrib/httpdomain.py:271 | ||
msgid "Parameters" | ||
msgstr "Parámetros" | ||
|
||
#: sphinxcontrib/httpdomain.py:274 | ||
msgid "JSON Parameters" | ||
msgstr "Parámetros JSON" | ||
|
||
#: sphinxcontrib/httpdomain.py:277 | ||
msgid "Request JSON Object" | ||
msgstr "Objeto JSON de solicitud" | ||
|
||
#: sphinxcontrib/httpdomain.py:280 | ||
msgid "Request JSON Array of Objects" | ||
msgstr "Lista de objetos JSON de solicitud" | ||
|
||
#: sphinxcontrib/httpdomain.py:283 | ||
msgid "Response JSON Object" | ||
msgstr "Objeto JSON de respuesta" | ||
|
||
#: sphinxcontrib/httpdomain.py:286 | ||
msgid "Response JSON Array of Objects" | ||
msgstr "Lista de objetos JSON de respuesta" | ||
|
||
#: sphinxcontrib/httpdomain.py:289 | ||
msgid "Query Parameters" | ||
msgstr "Parámetros de consulta" | ||
|
||
#: sphinxcontrib/httpdomain.py:292 | ||
msgid "Form Parameters" | ||
msgstr "Parámetros de Forma" | ||
|
||
#: sphinxcontrib/httpdomain.py:294 | ||
msgid "Request Headers" | ||
msgstr "Encabezados de solicitud" | ||
|
||
#: sphinxcontrib/httpdomain.py:297 | ||
msgid "Response Headers" | ||
msgstr "Encabezados de respuesta" | ||
|
||
#: sphinxcontrib/httpdomain.py:300 | ||
msgid "Status Codes" | ||
msgstr "Códigos de Status" | ||
|
||
#: sphinxcontrib/httpdomain.py:794 | ||
msgid "HTTP Routing Table" | ||
msgstr "Tabla de enrutamiento HTTP" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# French (France) translations for PROJECT. | ||
# Copyright (C) 2022 ORGANIZATION | ||
# This file is distributed under the same license as the PROJECT project. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2022-04-19 11:04+0200\n" | ||
"PO-Revision-Date: 2022-04-25 10:40+0200\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language: fr_FR\n" | ||
"Language-Team: fr_FR <[email protected]>\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.9.1\n" | ||
|
||
#: sphinxcontrib/httpdomain.py:271 | ||
msgid "Parameters" | ||
msgstr "Paramètres" | ||
|
||
#: sphinxcontrib/httpdomain.py:274 | ||
msgid "JSON Parameters" | ||
msgstr "Paramètre JSON" | ||
|
||
#: sphinxcontrib/httpdomain.py:277 | ||
msgid "Request JSON Object" | ||
msgstr "Objet JSON de requête" | ||
|
||
#: sphinxcontrib/httpdomain.py:280 | ||
msgid "Request JSON Array of Objects" | ||
msgstr "Tableau d'objets JSON de requête" | ||
|
||
#: sphinxcontrib/httpdomain.py:283 | ||
msgid "Response JSON Object" | ||
msgstr "Objet JSON de réponse" | ||
|
||
#: sphinxcontrib/httpdomain.py:286 | ||
msgid "Response JSON Array of Objects" | ||
msgstr "Tableau d'objets JSON de réponse" | ||
|
||
#: sphinxcontrib/httpdomain.py:289 | ||
msgid "Query Parameters" | ||
msgstr "Paramètres de requête" | ||
|
||
#: sphinxcontrib/httpdomain.py:292 | ||
msgid "Form Parameters" | ||
msgstr "Paramètres de la forme" | ||
|
||
#: sphinxcontrib/httpdomain.py:294 | ||
msgid "Request Headers" | ||
msgstr "En-têtes de requête" | ||
|
||
#: sphinxcontrib/httpdomain.py:297 | ||
msgid "Response Headers" | ||
msgstr "En-têtes de réponse" | ||
|
||
#: sphinxcontrib/httpdomain.py:300 | ||
msgid "Codes de status" | ||
msgstr "Códigos de Status" | ||
|
||
#: sphinxcontrib/httpdomain.py:794 | ||
msgid "HTTP Routing Table" | ||
msgstr "Table de routage HTTP" | ||
|
Oops, something went wrong.