@atlaskit/afm-i18n-platform-elements-emoji 2.151.0 → 2.153.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.
@@ -26,6 +26,7 @@ exports.default = {
26
26
  'fabric.emoji.category.productivity': 'Atlassian og produktivitet',
27
27
  'fabric.emoji.category.symbols': 'Symboler',
28
28
  'fabric.emoji.category.user.uploads': 'Filopplastingene dine',
29
+ 'fabric.emoji.change.shortname.button.label': 'Endre emoji, gjeldende er {shortName}',
29
30
  'fabric.emoji.choose.file.dnd.title': 'Velg eller slipp et bilde',
30
31
  'fabric.emoji.choose.file.screenReaderDescription': 'Velg en fil for emojien. JPG, PNG eller GIF. Maks. størrelse er 1 MB',
31
32
  'fabric.emoji.choose.file.title': 'Velg fil',
@@ -22,6 +22,7 @@ declare const _default: {
22
22
  'fabric.emoji.category.productivity': string;
23
23
  'fabric.emoji.category.symbols': string;
24
24
  'fabric.emoji.category.user.uploads': string;
25
+ 'fabric.emoji.change.shortname.button.label': string;
25
26
  'fabric.emoji.choose.file.dnd.title': string;
26
27
  'fabric.emoji.choose.file.screenReaderDescription': string;
27
28
  'fabric.emoji.choose.file.title': string;
@@ -24,6 +24,7 @@ export default {
24
24
  'fabric.emoji.category.productivity': 'Atlassian og produktivitet',
25
25
  'fabric.emoji.category.symbols': 'Symboler',
26
26
  'fabric.emoji.category.user.uploads': 'Filopplastingene dine',
27
+ 'fabric.emoji.change.shortname.button.label': 'Endre emoji, gjeldende er {shortName}',
27
28
  'fabric.emoji.choose.file.dnd.title': 'Velg eller slipp et bilde',
28
29
  'fabric.emoji.choose.file.screenReaderDescription': 'Velg en fil for emojien. JPG, PNG eller GIF. Maks. størrelse er 1 MB',
29
30
  'fabric.emoji.choose.file.title': 'Velg fil',
@@ -22,6 +22,7 @@ declare const _default: {
22
22
  'fabric.emoji.category.productivity': string;
23
23
  'fabric.emoji.category.symbols': string;
24
24
  'fabric.emoji.category.user.uploads': string;
25
+ 'fabric.emoji.change.shortname.button.label': string;
25
26
  'fabric.emoji.choose.file.dnd.title': string;
26
27
  'fabric.emoji.choose.file.screenReaderDescription': string;
27
28
  'fabric.emoji.choose.file.title': string;
package/i18n/nb.ts CHANGED
@@ -24,6 +24,7 @@ export default {
24
24
  'fabric.emoji.category.productivity': 'Atlassian og produktivitet',
25
25
  'fabric.emoji.category.symbols': 'Symboler',
26
26
  'fabric.emoji.category.user.uploads': 'Filopplastingene dine',
27
+ 'fabric.emoji.change.shortname.button.label': 'Endre emoji, gjeldende er {shortName}',
27
28
  'fabric.emoji.choose.file.dnd.title': 'Velg eller slipp et bilde',
28
29
  'fabric.emoji.choose.file.screenReaderDescription':
29
30
  'Velg en fil for emojien. JPG, PNG eller GIF. Maks. størrelse er 1 MB',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/afm-i18n-platform-elements-emoji",
3
- "version": "2.151.0",
3
+ "version": "2.153.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/"