@atlaskit/afm-i18n-platform-elements-reactions 2.80.0 → 2.81.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/es.js +1 -1
- package/dist/cjs/i18n/index.js +2 -0
- package/dist/cjs/i18n/pt_BR.js +1 -1
- package/dist/cjs/i18n/sl.js +13 -0
- package/dist/esm/i18n/es.js +1 -1
- package/dist/esm/i18n/index.d.ts +1 -0
- package/dist/esm/i18n/index.js +1 -0
- package/dist/esm/i18n/pt_BR.js +1 -1
- package/dist/esm/i18n/sl.d.ts +10 -0
- package/dist/esm/i18n/sl.js +11 -0
- package/dist/types/i18n/index.d.ts +1 -0
- package/dist/types/i18n/sl.d.ts +10 -0
- package/i18n/es.ts +2 -1
- package/i18n/index.ts +1 -0
- package/i18n/pt_BR.ts +2 -1
- package/i18n/sl.ts +12 -0
- package/package.json +1 -1
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -17,7 +17,7 @@ exports.default = {
|
|
|
17
17
|
'fabric.reactions.other.reacted.users': '{count, plural, one {y 1 más} other {y {count} más}}',
|
|
18
18
|
'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
|
|
19
19
|
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} emoji {emoji}. Reacciona con el emoji {emoji}} other {{count,number} emojis {emoji}. Reacciona con el emoji {emoji}}}',
|
|
20
|
-
'fabric.reactions.summary': 'Ver todas las reacciones de
|
|
20
|
+
'fabric.reactions.summary': '{count, plural, one {Ver todas las reacciones de usuario ({count,number} reacción)} other {Ver todas las reacciones de usuario ({count,number} reacciones)}}',
|
|
21
21
|
'reaction-picker-trigger.add.reaction.message': 'Añade una reacción',
|
|
22
22
|
'reactions-reaction.picker-label': 'Añadir reacciones',
|
|
23
23
|
'reactions.dialog.close': 'Cerrar',
|
package/dist/cjs/i18n/index.js
CHANGED
|
@@ -18,6 +18,7 @@ const nl = require('./nl').default;
|
|
|
18
18
|
const pl = require('./pl').default;
|
|
19
19
|
const pt_BR = require('./pt_BR').default;
|
|
20
20
|
const ru = require('./ru').default;
|
|
21
|
+
const sl = require('./sl').default;
|
|
21
22
|
const sv = require('./sv').default;
|
|
22
23
|
const th = require('./th').default;
|
|
23
24
|
const tr = require('./tr').default;
|
|
@@ -45,6 +46,7 @@ module.exports = {
|
|
|
45
46
|
pl,
|
|
46
47
|
pt_BR,
|
|
47
48
|
ru,
|
|
49
|
+
sl,
|
|
48
50
|
sv,
|
|
49
51
|
th,
|
|
50
52
|
tr,
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -17,7 +17,7 @@ exports.default = {
|
|
|
17
17
|
'fabric.reactions.other.reacted.users': '{count, plural, one {e mais um} other {e mais {count}}}',
|
|
18
18
|
'fabric.reactions.reactwithemoji': 'Reaja com um emoji {emoji}',
|
|
19
19
|
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji} emoji. Reaja com o emoji {emoji}} other {{count,number} {emoji} emojis. Reaja com o emoji {emoji}}}',
|
|
20
|
-
'fabric.reactions.summary': '
|
|
20
|
+
'fabric.reactions.summary': '{count, plural, one {Ver todas as reações dos usuários, {count,number} reação} other {Ver todas as reações dos usuários, {count,number} reações}}',
|
|
21
21
|
'reaction-picker-trigger.add.reaction.message': 'Adicionar reação',
|
|
22
22
|
'reactions-reaction.picker-label': 'Adicionar reações',
|
|
23
23
|
'reactions.dialog.close': 'Fechar',
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.reactions.summary': '{count, plural, one {Ogled vseh uporabniških odzivov, {count,number} odziv} two {Ogled vseh uporabniških odzivov, {count,number} odziva} few {Ogled vseh uporabniških odzivov, {count,number} odzivi} other {Ogled vseh uporabniških odzivov, {count,number} odzivov}}',
|
|
13
|
+
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -15,7 +15,7 @@ export default {
|
|
|
15
15
|
'fabric.reactions.other.reacted.users': '{count, plural, one {y 1 más} other {y {count} más}}',
|
|
16
16
|
'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
|
|
17
17
|
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} emoji {emoji}. Reacciona con el emoji {emoji}} other {{count,number} emojis {emoji}. Reacciona con el emoji {emoji}}}',
|
|
18
|
-
'fabric.reactions.summary': 'Ver todas las reacciones de
|
|
18
|
+
'fabric.reactions.summary': '{count, plural, one {Ver todas las reacciones de usuario ({count,number} reacción)} other {Ver todas las reacciones de usuario ({count,number} reacciones)}}',
|
|
19
19
|
'reaction-picker-trigger.add.reaction.message': 'Añade una reacción',
|
|
20
20
|
'reactions-reaction.picker-label': 'Añadir reacciones',
|
|
21
21
|
'reactions.dialog.close': 'Cerrar',
|
package/dist/esm/i18n/index.d.ts
CHANGED
package/dist/esm/i18n/index.js
CHANGED
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -15,7 +15,7 @@ export default {
|
|
|
15
15
|
'fabric.reactions.other.reacted.users': '{count, plural, one {e mais um} other {e mais {count}}}',
|
|
16
16
|
'fabric.reactions.reactwithemoji': 'Reaja com um emoji {emoji}',
|
|
17
17
|
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji} emoji. Reaja com o emoji {emoji}} other {{count,number} {emoji} emojis. Reaja com o emoji {emoji}}}',
|
|
18
|
-
'fabric.reactions.summary': '
|
|
18
|
+
'fabric.reactions.summary': '{count, plural, one {Ver todas as reações dos usuários, {count,number} reação} other {Ver todas as reações dos usuários, {count,number} reações}}',
|
|
19
19
|
'reaction-picker-trigger.add.reaction.message': 'Adicionar reação',
|
|
20
20
|
'reactions-reaction.picker-label': 'Adicionar reações',
|
|
21
21
|
'reactions.dialog.close': 'Fechar',
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.reactions.summary': '{count, plural, one {Ogled vseh uporabniških odzivov, {count,number} odziv} two {Ogled vseh uporabniških odzivov, {count,number} odziva} few {Ogled vseh uporabniških odzivov, {count,number} odzivi} other {Ogled vseh uporabniških odzivov, {count,number} odzivov}}',
|
|
11
|
+
};
|
package/i18n/es.ts
CHANGED
|
@@ -16,7 +16,8 @@ export default {
|
|
|
16
16
|
'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
|
|
17
17
|
'fabric.reactions.reactwithemojiandcount':
|
|
18
18
|
'{count, plural, one {{count,number} emoji {emoji}. Reacciona con el emoji {emoji}} other {{count,number} emojis {emoji}. Reacciona con el emoji {emoji}}}',
|
|
19
|
-
'fabric.reactions.summary':
|
|
19
|
+
'fabric.reactions.summary':
|
|
20
|
+
'{count, plural, one {Ver todas las reacciones de usuario ({count,number} reacción)} other {Ver todas las reacciones de usuario ({count,number} reacciones)}}',
|
|
20
21
|
'reaction-picker-trigger.add.reaction.message': 'Añade una reacción',
|
|
21
22
|
'reactions-reaction.picker-label': 'Añadir reacciones',
|
|
22
23
|
'reactions.dialog.close': 'Cerrar',
|
package/i18n/index.ts
CHANGED
package/i18n/pt_BR.ts
CHANGED
|
@@ -16,7 +16,8 @@ export default {
|
|
|
16
16
|
'fabric.reactions.reactwithemoji': 'Reaja com um emoji {emoji}',
|
|
17
17
|
'fabric.reactions.reactwithemojiandcount':
|
|
18
18
|
'{count, plural, one {{count,number} {emoji} emoji. Reaja com o emoji {emoji}} other {{count,number} {emoji} emojis. Reaja com o emoji {emoji}}}',
|
|
19
|
-
'fabric.reactions.summary':
|
|
19
|
+
'fabric.reactions.summary':
|
|
20
|
+
'{count, plural, one {Ver todas as reações dos usuários, {count,number} reação} other {Ver todas as reações dos usuários, {count,number} reações}}',
|
|
20
21
|
'reaction-picker-trigger.add.reaction.message': 'Adicionar reação',
|
|
21
22
|
'reactions-reaction.picker-label': 'Adicionar reações',
|
|
22
23
|
'reactions.dialog.close': 'Fechar',
|
package/i18n/sl.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.reactions.summary':
|
|
11
|
+
'{count, plural, one {Ogled vseh uporabniških odzivov, {count,number} odziv} two {Ogled vseh uporabniških odzivov, {count,number} odziva} few {Ogled vseh uporabniških odzivov, {count,number} odzivi} other {Ogled vseh uporabniških odzivov, {count,number} odzivov}}',
|
|
12
|
+
};
|
package/package.json
CHANGED