@atlaskit/afm-i18n-platform-elements-emoji 2.141.0 → 2.142.0

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.
@@ -27,6 +27,7 @@ exports.default = {
27
27
  'fabric.emoji.category.symbols': 'Símbolos',
28
28
  'fabric.emoji.category.user.uploads': 'Tus elementos subidos',
29
29
  'fabric.emoji.change.button.label': 'Cambiar emoticono',
30
+ 'fabric.emoji.choose.file.dnd.title': 'Seleccionar o arrastrar una imagen',
30
31
  'fabric.emoji.choose.file.screenReaderDescription': 'Elige un archivo para el emoji. JPG, PNG o GIF. Tamaño máximo de 1 MB.',
31
32
  'fabric.emoji.choose.file.title': 'Elegir archivo',
32
33
  'fabric.emoji.delete.description': 'Todos los registros que existan de este emoji se sustituirán por {emojiShortName}',
@@ -23,6 +23,7 @@ declare const _default: {
23
23
  'fabric.emoji.category.symbols': string;
24
24
  'fabric.emoji.category.user.uploads': string;
25
25
  'fabric.emoji.change.button.label': string;
26
+ 'fabric.emoji.choose.file.dnd.title': string;
26
27
  'fabric.emoji.choose.file.screenReaderDescription': string;
27
28
  'fabric.emoji.choose.file.title': string;
28
29
  'fabric.emoji.delete.description': string;
@@ -25,6 +25,7 @@ export default {
25
25
  'fabric.emoji.category.symbols': 'Símbolos',
26
26
  'fabric.emoji.category.user.uploads': 'Tus elementos subidos',
27
27
  'fabric.emoji.change.button.label': 'Cambiar emoticono',
28
+ 'fabric.emoji.choose.file.dnd.title': 'Seleccionar o arrastrar una imagen',
28
29
  'fabric.emoji.choose.file.screenReaderDescription': 'Elige un archivo para el emoji. JPG, PNG o GIF. Tamaño máximo de 1 MB.',
29
30
  'fabric.emoji.choose.file.title': 'Elegir archivo',
30
31
  'fabric.emoji.delete.description': 'Todos los registros que existan de este emoji se sustituirán por {emojiShortName}',
@@ -23,6 +23,7 @@ declare const _default: {
23
23
  'fabric.emoji.category.symbols': string;
24
24
  'fabric.emoji.category.user.uploads': string;
25
25
  'fabric.emoji.change.button.label': string;
26
+ 'fabric.emoji.choose.file.dnd.title': string;
26
27
  'fabric.emoji.choose.file.screenReaderDescription': string;
27
28
  'fabric.emoji.choose.file.title': string;
28
29
  'fabric.emoji.delete.description': string;
package/i18n/es.ts CHANGED
@@ -25,6 +25,7 @@ export default {
25
25
  'fabric.emoji.category.symbols': 'Símbolos',
26
26
  'fabric.emoji.category.user.uploads': 'Tus elementos subidos',
27
27
  'fabric.emoji.change.button.label': 'Cambiar emoticono',
28
+ 'fabric.emoji.choose.file.dnd.title': 'Seleccionar o arrastrar una imagen',
28
29
  'fabric.emoji.choose.file.screenReaderDescription':
29
30
  'Elige un archivo para el emoji. JPG, PNG o GIF. Tamaño máximo de 1 MB.',
30
31
  'fabric.emoji.choose.file.title': 'Elegir archivo',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/afm-i18n-platform-elements-emoji",
3
- "version": "2.141.0",
3
+ "version": "2.142.0",
4
4
  "description": "NPM i18n package for AFM platform-elements-emoji published by Traduki",
5
5
  "publishConfig": {
6
6
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"