@atlaskit/afm-i18n-platform-elements-emoji 2.104.0 → 2.105.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/hu.js +1 -1
- package/dist/esm/i18n/hu.js +1 -1
- package/i18n/hu.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -26,7 +26,7 @@ exports.default = {
|
|
|
26
26
|
'fabric.emoji.category.productivity': 'Atlassian és hatékonyság',
|
|
27
27
|
'fabric.emoji.category.symbols': 'Szimbólumok',
|
|
28
28
|
'fabric.emoji.category.user.uploads': 'Feltöltései',
|
|
29
|
-
'fabric.emoji.change.button.label': '
|
|
29
|
+
'fabric.emoji.change.button.label': 'Emoji módosítása',
|
|
30
30
|
'fabric.emoji.choose.file.screenReaderDescription': 'Válassz fájlt az emojinak. JPG, PNG vagy GIF. Maximális méret: 1 MB',
|
|
31
31
|
'fabric.emoji.choose.file.title': 'Fájl kiválasztása',
|
|
32
32
|
'fabric.emoji.delete.description': 'Az emoji összes létező előfordulását lecseréljük erre {emojiShortName}',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
'fabric.emoji.category.productivity': 'Atlassian és hatékonyság',
|
|
25
25
|
'fabric.emoji.category.symbols': 'Szimbólumok',
|
|
26
26
|
'fabric.emoji.category.user.uploads': 'Feltöltései',
|
|
27
|
-
'fabric.emoji.change.button.label': '
|
|
27
|
+
'fabric.emoji.change.button.label': 'Emoji módosítása',
|
|
28
28
|
'fabric.emoji.choose.file.screenReaderDescription': 'Válassz fájlt az emojinak. JPG, PNG vagy GIF. Maximális méret: 1 MB',
|
|
29
29
|
'fabric.emoji.choose.file.title': 'Fájl kiválasztása',
|
|
30
30
|
'fabric.emoji.delete.description': 'Az emoji összes létező előfordulását lecseréljük erre {emojiShortName}',
|
package/i18n/hu.ts
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
'fabric.emoji.category.productivity': 'Atlassian és hatékonyság',
|
|
25
25
|
'fabric.emoji.category.symbols': 'Szimbólumok',
|
|
26
26
|
'fabric.emoji.category.user.uploads': 'Feltöltései',
|
|
27
|
-
'fabric.emoji.change.button.label': '
|
|
27
|
+
'fabric.emoji.change.button.label': 'Emoji módosítása',
|
|
28
28
|
'fabric.emoji.choose.file.screenReaderDescription':
|
|
29
29
|
'Válassz fájlt az emojinak. JPG, PNG vagy GIF. Maximális méret: 1 MB',
|
|
30
30
|
'fabric.emoji.choose.file.title': 'Fájl kiválasztása',
|
package/package.json
CHANGED