@red-hat-developer-hub/backstage-plugin-translations 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-translations
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - dd5350f: French translation updated
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
@@ -4,22 +4,21 @@ import { translationsPluginTranslationRef } from './ref.esm.js';
4
4
  const translationsTranslationFr = createTranslationMessages({
5
5
  ref: translationsPluginTranslationRef,
6
6
  messages: {
7
- // CRITICAL: Use flat dot notation, not nested objects
8
- "page.title": "Traductions",
7
+ "common.error": "Une erreur s'est produite",
8
+ "common.loading": "Chargement en cours...",
9
+ "common.noData": "Aucune donn\xE9e disponible",
10
+ "common.refresh": "Rafra\xEEchir",
11
+ "export.downloadButton": "T\xE9l\xE9charger les traductions par d\xE9faut (anglais)",
12
+ "export.filename": "traductions-{{timestamp}}.json",
13
+ "export.title": "Traductions",
14
+ "language.displayFormat": "{{displayName}} ({{code}})",
9
15
  "page.subtitle": "G\xE9rer et afficher les traductions charg\xE9es",
10
- "table.title": "Traductions charg\xE9es ({{count}})",
11
- "table.headers.refId": "ID de r\xE9f\xE9rence",
16
+ "page.title": "Traductions",
12
17
  "table.headers.key": "Cl\xE9",
13
- "table.options.pageSize": "\xC9l\xE9ments par page",
18
+ "table.headers.refId": "ID de r\xE9f",
19
+ "table.options.pageSize": "Articles par page",
14
20
  "table.options.pageSizeOptions": "Afficher {{count}} \xE9l\xE9ments",
15
- "export.title": "Traductions",
16
- "export.downloadButton": "T\xE9l\xE9charger les traductions par d\xE9faut (Anglais)",
17
- "export.filename": "traductions-{{timestamp}}.json",
18
- "common.loading": "Chargement...",
19
- "common.error": "Une erreur s'est produite",
20
- "common.noData": "Aucune donn\xE9e disponible",
21
- "common.refresh": "Actualiser",
22
- "language.displayFormat": "{{displayName}} ({{code}})"
21
+ "table.title": "Traductions charg\xE9es ({{count}})"
23
22
  }
24
23
  });
25
24
 
@@ -1 +1 @@
1
- {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\nconst translationsTranslationFr = createTranslationMessages({\n ref: translationsPluginTranslationRef,\n messages: {\n // CRITICAL: Use flat dot notation, not nested objects\n 'page.title': 'Traductions',\n 'page.subtitle': 'Gérer et afficher les traductions chargées',\n 'table.title': 'Traductions chargées ({{count}})',\n 'table.headers.refId': 'ID de référence',\n 'table.headers.key': 'Clé',\n 'table.options.pageSize': 'Éléments par page',\n 'table.options.pageSizeOptions': 'Afficher {{count}} éléments',\n 'export.title': 'Traductions',\n 'export.downloadButton': 'Télécharger les traductions par défaut (Anglais)',\n 'export.filename': 'traductions-{{timestamp}}.json',\n 'common.loading': 'Chargement...',\n 'common.error': \"Une erreur s'est produite\",\n 'common.noData': 'Aucune donnée disponible',\n 'common.refresh': 'Actualiser',\n 'language.displayFormat': '{{displayName}} ({{code}})',\n },\n});\n\nexport default translationsTranslationFr;\n"],"names":[],"mappings":";;;AAkBA,MAAM,4BAA4B,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,gCAAA;AAAA,EACL,QAAA,EAAU;AAAA;AAAA,IAER,YAAA,EAAc,aAAA;AAAA,IACd,eAAA,EAAiB,kDAAA;AAAA,IACjB,aAAA,EAAe,qCAAA;AAAA,IACf,qBAAA,EAAuB,uBAAA;AAAA,IACvB,mBAAA,EAAqB,QAAA;AAAA,IACrB,wBAAA,EAA0B,yBAAA;AAAA,IAC1B,+BAAA,EAAiC,mCAAA;AAAA,IACjC,cAAA,EAAgB,aAAA;AAAA,IAChB,uBAAA,EAAyB,2DAAA;AAAA,IACzB,iBAAA,EAAmB,gCAAA;AAAA,IACnB,gBAAA,EAAkB,eAAA;AAAA,IAClB,cAAA,EAAgB,2BAAA;AAAA,IAChB,eAAA,EAAiB,6BAAA;AAAA,IACjB,gBAAA,EAAkB,YAAA;AAAA,IAClB,wBAAA,EAA0B;AAAA;AAE9B,CAAC;;;;"}
1
+ {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\nconst translationsTranslationFr = createTranslationMessages({\n ref: translationsPluginTranslationRef,\n messages: {\n 'common.error': \"Une erreur s'est produite\",\n 'common.loading': 'Chargement en cours...',\n 'common.noData': 'Aucune donnée disponible',\n 'common.refresh': 'Rafraîchir',\n 'export.downloadButton': 'Télécharger les traductions par défaut (anglais)',\n 'export.filename': 'traductions-{{timestamp}}.json',\n 'export.title': 'Traductions',\n 'language.displayFormat': '{{displayName}} ({{code}})',\n 'page.subtitle': 'Gérer et afficher les traductions chargées',\n 'page.title': 'Traductions',\n 'table.headers.key': 'Clé',\n 'table.headers.refId': 'ID de réf',\n 'table.options.pageSize': 'Articles par page',\n 'table.options.pageSizeOptions': 'Afficher {{count}} éléments',\n 'table.title': 'Traductions chargées ({{count}})',\n },\n});\n\nexport default translationsTranslationFr;\n"],"names":[],"mappings":";;;AAkBA,MAAM,4BAA4B,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,gCAAA;AAAA,EACL,QAAA,EAAU;AAAA,IACR,cAAA,EAAgB,2BAAA;AAAA,IAChB,gBAAA,EAAkB,wBAAA;AAAA,IAClB,eAAA,EAAiB,6BAAA;AAAA,IACjB,gBAAA,EAAkB,eAAA;AAAA,IAClB,uBAAA,EAAyB,2DAAA;AAAA,IACzB,iBAAA,EAAmB,gCAAA;AAAA,IACnB,cAAA,EAAgB,aAAA;AAAA,IAChB,wBAAA,EAA0B,4BAAA;AAAA,IAC1B,eAAA,EAAiB,kDAAA;AAAA,IACjB,YAAA,EAAc,aAAA;AAAA,IACd,mBAAA,EAAqB,QAAA;AAAA,IACrB,qBAAA,EAAuB,cAAA;AAAA,IACvB,wBAAA,EAA0B,mBAAA;AAAA,IAC1B,+BAAA,EAAiC,mCAAA;AAAA,IACjC,aAAA,EAAe;AAAA;AAEnB,CAAC;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-translations",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"