@atlaskit/afm-i18n-platform-elements-mention 2.2.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/build.js +131 -0
- package/dist/cjs/i18n/cs.js +24 -0
- package/dist/cjs/i18n/da.js +24 -0
- package/dist/cjs/i18n/de.js +24 -0
- package/dist/cjs/i18n/en.js +24 -0
- package/dist/cjs/i18n/en_GB.js +24 -0
- package/dist/cjs/i18n/en_ZZ.js +24 -0
- package/dist/cjs/i18n/es.js +24 -0
- package/dist/cjs/i18n/fi.js +24 -0
- package/dist/cjs/i18n/fr.js +24 -0
- package/dist/cjs/i18n/hr.js +24 -0
- package/dist/cjs/i18n/hu.js +24 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +24 -0
- package/dist/cjs/i18n/ja.js +24 -0
- package/dist/cjs/i18n/ko.js +24 -0
- package/dist/cjs/i18n/nb.js +24 -0
- package/dist/cjs/i18n/nl.js +24 -0
- package/dist/cjs/i18n/pl.js +24 -0
- package/dist/cjs/i18n/pt_BR.js +24 -0
- package/dist/cjs/i18n/ru.js +24 -0
- package/dist/cjs/i18n/sl.js +24 -0
- package/dist/cjs/i18n/sr_RS.js +24 -0
- package/dist/cjs/i18n/sr_YR.js +24 -0
- package/dist/cjs/i18n/sv.js +24 -0
- package/dist/cjs/i18n/th.js +24 -0
- package/dist/cjs/i18n/tr.js +24 -0
- package/dist/cjs/i18n/uk.js +24 -0
- package/dist/cjs/i18n/vi.js +24 -0
- package/dist/cjs/i18n/zh.js +24 -0
- package/dist/cjs/i18n/zh_TW.js +24 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +21 -0
- package/dist/esm/i18n/cs.js +22 -0
- package/dist/esm/i18n/da.d.ts +21 -0
- package/dist/esm/i18n/da.js +22 -0
- package/dist/esm/i18n/de.d.ts +21 -0
- package/dist/esm/i18n/de.js +22 -0
- package/dist/esm/i18n/en.d.ts +21 -0
- package/dist/esm/i18n/en.js +22 -0
- package/dist/esm/i18n/en_GB.d.ts +21 -0
- package/dist/esm/i18n/en_GB.js +22 -0
- package/dist/esm/i18n/en_ZZ.d.ts +21 -0
- package/dist/esm/i18n/en_ZZ.js +22 -0
- package/dist/esm/i18n/es.d.ts +21 -0
- package/dist/esm/i18n/es.js +22 -0
- package/dist/esm/i18n/fi.d.ts +21 -0
- package/dist/esm/i18n/fi.js +22 -0
- package/dist/esm/i18n/fr.d.ts +21 -0
- package/dist/esm/i18n/fr.js +22 -0
- package/dist/esm/i18n/hr.d.ts +21 -0
- package/dist/esm/i18n/hr.js +22 -0
- package/dist/esm/i18n/hu.d.ts +21 -0
- package/dist/esm/i18n/hu.js +22 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +21 -0
- package/dist/esm/i18n/it.js +22 -0
- package/dist/esm/i18n/ja.d.ts +21 -0
- package/dist/esm/i18n/ja.js +22 -0
- package/dist/esm/i18n/ko.d.ts +21 -0
- package/dist/esm/i18n/ko.js +22 -0
- package/dist/esm/i18n/nb.d.ts +21 -0
- package/dist/esm/i18n/nb.js +22 -0
- package/dist/esm/i18n/nl.d.ts +21 -0
- package/dist/esm/i18n/nl.js +22 -0
- package/dist/esm/i18n/pl.d.ts +21 -0
- package/dist/esm/i18n/pl.js +22 -0
- package/dist/esm/i18n/pt_BR.d.ts +21 -0
- package/dist/esm/i18n/pt_BR.js +22 -0
- package/dist/esm/i18n/ru.d.ts +21 -0
- package/dist/esm/i18n/ru.js +22 -0
- package/dist/esm/i18n/sl.d.ts +21 -0
- package/dist/esm/i18n/sl.js +22 -0
- package/dist/esm/i18n/sr_RS.d.ts +21 -0
- package/dist/esm/i18n/sr_RS.js +22 -0
- package/dist/esm/i18n/sr_YR.d.ts +21 -0
- package/dist/esm/i18n/sr_YR.js +22 -0
- package/dist/esm/i18n/sv.d.ts +21 -0
- package/dist/esm/i18n/sv.js +22 -0
- package/dist/esm/i18n/th.d.ts +21 -0
- package/dist/esm/i18n/th.js +22 -0
- package/dist/esm/i18n/tr.d.ts +21 -0
- package/dist/esm/i18n/tr.js +22 -0
- package/dist/esm/i18n/uk.d.ts +21 -0
- package/dist/esm/i18n/uk.js +22 -0
- package/dist/esm/i18n/vi.d.ts +21 -0
- package/dist/esm/i18n/vi.js +22 -0
- package/dist/esm/i18n/zh.d.ts +21 -0
- package/dist/esm/i18n/zh.js +22 -0
- package/dist/esm/i18n/zh_TW.d.ts +21 -0
- package/dist/esm/i18n/zh_TW.js +22 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +21 -0
- package/dist/types/i18n/da.d.ts +21 -0
- package/dist/types/i18n/de.d.ts +21 -0
- package/dist/types/i18n/en.d.ts +21 -0
- package/dist/types/i18n/en_GB.d.ts +21 -0
- package/dist/types/i18n/en_ZZ.d.ts +21 -0
- package/dist/types/i18n/es.d.ts +21 -0
- package/dist/types/i18n/fi.d.ts +21 -0
- package/dist/types/i18n/fr.d.ts +21 -0
- package/dist/types/i18n/hr.d.ts +21 -0
- package/dist/types/i18n/hu.d.ts +21 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +21 -0
- package/dist/types/i18n/ja.d.ts +21 -0
- package/dist/types/i18n/ko.d.ts +21 -0
- package/dist/types/i18n/nb.d.ts +21 -0
- package/dist/types/i18n/nl.d.ts +21 -0
- package/dist/types/i18n/pl.d.ts +21 -0
- package/dist/types/i18n/pt_BR.d.ts +21 -0
- package/dist/types/i18n/ru.d.ts +21 -0
- package/dist/types/i18n/sl.d.ts +21 -0
- package/dist/types/i18n/sr_RS.d.ts +21 -0
- package/dist/types/i18n/sr_YR.d.ts +21 -0
- package/dist/types/i18n/sv.d.ts +21 -0
- package/dist/types/i18n/th.d.ts +21 -0
- package/dist/types/i18n/tr.d.ts +21 -0
- package/dist/types/i18n/uk.d.ts +21 -0
- package/dist/types/i18n/vi.d.ts +21 -0
- package/dist/types/i18n/zh.d.ts +21 -0
- package/dist/types/i18n/zh_TW.d.ts +21 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +24 -0
- package/i18n/da.ts +23 -0
- package/i18n/de.ts +23 -0
- package/i18n/en.ts +23 -0
- package/i18n/en_GB.ts +23 -0
- package/i18n/en_ZZ.ts +25 -0
- package/i18n/es.ts +23 -0
- package/i18n/fi.ts +23 -0
- package/i18n/fr.ts +23 -0
- package/i18n/hr.ts +24 -0
- package/i18n/hu.ts +23 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +23 -0
- package/i18n/ja.ts +23 -0
- package/i18n/ko.ts +22 -0
- package/i18n/nb.ts +23 -0
- package/i18n/nl.ts +23 -0
- package/i18n/pl.ts +24 -0
- package/i18n/pt_BR.ts +23 -0
- package/i18n/ru.ts +24 -0
- package/i18n/sl.ts +24 -0
- package/i18n/sr_RS.ts +24 -0
- package/i18n/sr_YR.ts +23 -0
- package/i18n/sv.ts +23 -0
- package/i18n/th.ts +22 -0
- package/i18n/tr.ts +23 -0
- package/i18n/uk.ts +24 -0
- package/i18n/vi.ts +23 -0
- package/i18n/zh.ts +22 -0
- package/i18n/zh_TW.ts +22 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export * from './cs';
|
|
2
|
+
export * from './da';
|
|
3
|
+
export * from './de';
|
|
4
|
+
export * from './en';
|
|
5
|
+
export * from './en_GB';
|
|
6
|
+
export * from './en_ZZ';
|
|
7
|
+
export * from './es';
|
|
8
|
+
export * from './fi';
|
|
9
|
+
export * from './fr';
|
|
10
|
+
export * from './hr';
|
|
11
|
+
export * from './hu';
|
|
12
|
+
export * from './it';
|
|
13
|
+
export * from './ja';
|
|
14
|
+
export * from './ko';
|
|
15
|
+
export * from './nb';
|
|
16
|
+
export * from './nl';
|
|
17
|
+
export * from './pl';
|
|
18
|
+
export * from './pt_BR';
|
|
19
|
+
export * from './ru';
|
|
20
|
+
export * from './sl';
|
|
21
|
+
export * from './sr_RS';
|
|
22
|
+
export * from './sr_YR';
|
|
23
|
+
export * from './sv';
|
|
24
|
+
export * from './th';
|
|
25
|
+
export * from './tr';
|
|
26
|
+
export * from './uk';
|
|
27
|
+
export * from './vi';
|
|
28
|
+
export * from './zh';
|
|
29
|
+
export * from './zh_TW';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './i18n';
|
package/i18n/cs.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Tým • 50 a více členů',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Tým • 50 a více členů včetně vás',
|
|
12
|
+
'fabric.elements.mentions.team.member.count':
|
|
13
|
+
'{0, plural, one {Tým • 1 člen} few {Tým • {0} členové} many {Tým • {0} člena} other {Tým • {0} členů}}',
|
|
14
|
+
'fabric.elements.mentions.team.member.count.including.you':
|
|
15
|
+
'{0, plural, one {Tým • 1 člen včetně vás} few {Tým • {0} členové včetně vás} many {Tým • {0} člena včetně vás} other {Tým • {0} členů včetně vás}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Potřebuje přístup ke Confluence.',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Zkuste to znovu za pár sekund',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Něco se pokazilo',
|
|
19
|
+
'fabric.mention.error.differentText': 'Zkuste zadat jiný text',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Zkuste se odhlásit a znovu přihlásit',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Žádný přístup',
|
|
22
|
+
'fabric.mention.noAccess.warning': 'Uživatel {name} nebude informován, protože nemá přístup',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Neznámý uživatel {userId}',
|
|
24
|
+
};
|
package/i18n/da.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • Over 50 medlemmer',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • Over 50 medlemmer, inklusive dig',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 medlem} other {Team • {0} medlemmer}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you':
|
|
14
|
+
'{0, plural, one {Team • 1 medlem, inklusive dig} other {Team • {0} medlemmer, inklusive dig}}',
|
|
15
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Har brug for adgang til Confluence',
|
|
16
|
+
'fabric.mention.error.defaultAction': 'Prøv igen om nogle sekunder',
|
|
17
|
+
'fabric.mention.error.defaultHeadline': 'Noget gik galt',
|
|
18
|
+
'fabric.mention.error.differentText': 'Prøv at indtaste en anden tekst',
|
|
19
|
+
'fabric.mention.error.loginAgain': 'Prøv at logge ud og derefter ind igen',
|
|
20
|
+
'fabric.mention.noAccess.label': 'Ingen adgang',
|
|
21
|
+
'fabric.mention.noAccess.warning': '{name} får ikke besked, da personen ikke har adgang',
|
|
22
|
+
'fabric.mention.unknow.user.error': 'Ukendt bruger {userId}',
|
|
23
|
+
};
|
package/i18n/de.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • über 50 Mitglieder',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • über 50 Mitglieder, einschließlich Ihnen',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 Mitglied} other {Team • {0} Mitglieder}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you':
|
|
14
|
+
'{0, plural, one {Team • 1 Mitglied, einschließlich Ihnen} other {Team • {0} Mitglieder, einschließlich Ihnen}}',
|
|
15
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Benötigt Zugriff auf Confluence',
|
|
16
|
+
'fabric.mention.error.defaultAction': 'Versuchen Sie es in ein paar Sekunden erneut.',
|
|
17
|
+
'fabric.mention.error.defaultHeadline': 'Irgendetwas ist schiefgelaufen',
|
|
18
|
+
'fabric.mention.error.differentText': 'Versuchen Sie, einen anderen Text einzugeben.',
|
|
19
|
+
'fabric.mention.error.loginAgain': 'Loggen Sie sich aus und wieder ein.',
|
|
20
|
+
'fabric.mention.noAccess.label': 'Kein Zugriff',
|
|
21
|
+
'fabric.mention.noAccess.warning': '{name} wird nicht benachrichtigt, da diese Person keinen Zugriff besitzt.',
|
|
22
|
+
'fabric.mention.unknow.user.error': 'Unbekannter Benutzer {userId}',
|
|
23
|
+
};
|
package/i18n/en.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you':
|
|
14
|
+
'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
15
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Needs access to Confluence',
|
|
16
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
17
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
18
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
19
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
20
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
21
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
22
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}',
|
|
23
|
+
};
|
package/i18n/en_GB.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you':
|
|
14
|
+
'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
15
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Needs access to Confluence',
|
|
16
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
17
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
18
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
19
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
20
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
21
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
22
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}',
|
|
23
|
+
};
|