Skip to content

Commit

Permalink
feat(specs): Import SpecData.json from KumaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Oct 29, 2019
1 parent 887e44c commit cc78b25
Show file tree
Hide file tree
Showing 6 changed files with 1,834 additions and 3 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */

module.exports = {
api: require('./api'),
css: require('./css'),
l10n: require('./l10n'),
specs: require('./specs'),
}
1 change: 1 addition & 0 deletions l10n/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
css: require('./css'),
specs: require('./specs'),
}
77 changes: 77 additions & 0 deletions l10n/specs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"CR": {
"de": "Anwärter Empfehlung",
"en-US": "Candidate Recommendation",
"fr": "Candidat au statut de recommandation",
"ja": "勧告候補",
"pt-BR": "Candidata a Recomendação",
"ru": "Кандидат в рекомендации"
},
"Draft": {
"de": "Entwurf",
"en-US": "Draft",
"fr": "Projet",
"ja": "ドラフト",
"pt-BR": "Rascunho",
"ru": "Черновик"
},
"ED": {
"de": "Bearbeiterentwurf",
"en-US": "Editor's Draft",
"fr": "Brouillon de l'éditeur",
"ja": "編集者草案",
"pt-BR": "Rascunho editorial",
"ru": "Редакторский черновик"
},
"Living": {
"de": "Lebender Standard",
"en-US": "Living Standard",
"fr": "Standard évolutif",
"ja": "現行の標準",
"pt-BR": "Padrão em tempo real",
"ru": "Живой стандарт"
},
"Obsolete": {
"de": "Veraltet",
"en-US": "Obsolete",
"fr": "Obsolète",
"ja": "廃止された",
"pt-BR": "Obsoleto",
"ru": "Устаревшая"
},
"PR": {
"de": "Vorgeschlagene Empfehlung",
"en-US": "Proposed Recommendation",
"fr": "Recommandation proposée",
"ja": "勧告案",
"pt-BR": "Recomendação proposta",
"ru": "Предложенная рекомендация"
},
"REC": {
"de": "Empfehlung",
"en-US": "Recommendation",
"fr": "Recommandation",
"ja": "勧告",
"pt-BR": "Recomendação",
"ru": "Рекомендация"
},
"RFC": {
"en-US": "IETF RFC"
},
"Standard": {
"de": "Standard",
"en-US": "Standard",
"fr": "Standard",
"ja": "標準",
"pt-BR": "Padrão",
"ru": "Стандарт"
},
"WD": {
"de": "Arbeitsentwurf",
"en-US": "Working Draft",
"fr": "Version de travail",
"ja": "草案",
"pt-BR": "Rascunho atual",
"ru": "Рабочий черновик"
}
}
Loading

0 comments on commit cc78b25

Please sign in to comment.