@atlaskit/afm-i18n-platform-elements-emoji 2.101.0 → 2.103.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.
- package/dist/cjs/i18n/cs.js +1 -1
- package/dist/esm/i18n/cs.js +1 -1
- package/i18n/cs.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -26,7 +26,7 @@ exports.default = {
|
|
|
26
26
|
'fabric.emoji.category.productivity': 'Atlassian a produktivita',
|
|
27
27
|
'fabric.emoji.category.symbols': 'Symboly',
|
|
28
28
|
'fabric.emoji.category.user.uploads': 'Vaše nahrané položky',
|
|
29
|
-
'fabric.emoji.change.button.label': 'Změnit
|
|
29
|
+
'fabric.emoji.change.button.label': 'Změnit smajlík',
|
|
30
30
|
'fabric.emoji.choose.file.screenReaderDescription': 'Vyberte soubor smajlíku. JPG, PNG nebo GIF. Maximální velikost je 1 MB.',
|
|
31
31
|
'fabric.emoji.choose.file.title': 'Vybrat soubor',
|
|
32
32
|
'fabric.emoji.delete.description': 'Veškeré existující výskyty tohoto emoji budou nahrazeny {emojiShortName}',
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
'fabric.emoji.category.productivity': 'Atlassian a produktivita',
|
|
25
25
|
'fabric.emoji.category.symbols': 'Symboly',
|
|
26
26
|
'fabric.emoji.category.user.uploads': 'Vaše nahrané položky',
|
|
27
|
-
'fabric.emoji.change.button.label': 'Změnit
|
|
27
|
+
'fabric.emoji.change.button.label': 'Změnit smajlík',
|
|
28
28
|
'fabric.emoji.choose.file.screenReaderDescription': 'Vyberte soubor smajlíku. JPG, PNG nebo GIF. Maximální velikost je 1 MB.',
|
|
29
29
|
'fabric.emoji.choose.file.title': 'Vybrat soubor',
|
|
30
30
|
'fabric.emoji.delete.description': 'Veškeré existující výskyty tohoto emoji budou nahrazeny {emojiShortName}',
|
package/i18n/cs.ts
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
'fabric.emoji.category.productivity': 'Atlassian a produktivita',
|
|
25
25
|
'fabric.emoji.category.symbols': 'Symboly',
|
|
26
26
|
'fabric.emoji.category.user.uploads': 'Vaše nahrané položky',
|
|
27
|
-
'fabric.emoji.change.button.label': 'Změnit
|
|
27
|
+
'fabric.emoji.change.button.label': 'Změnit smajlík',
|
|
28
28
|
'fabric.emoji.choose.file.screenReaderDescription':
|
|
29
29
|
'Vyberte soubor smajlíku. JPG, PNG nebo GIF. Maximální velikost je 1 MB.',
|
|
30
30
|
'fabric.emoji.choose.file.title': 'Vybrat soubor',
|
package/package.json
CHANGED