@atlaskit/afm-i18n-platform-team-central-give-kudos 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 +29 -0
- package/dist/cjs/i18n/da.js +29 -0
- package/dist/cjs/i18n/de.js +29 -0
- package/dist/cjs/i18n/en.js +29 -0
- package/dist/cjs/i18n/en_GB.js +29 -0
- package/dist/cjs/i18n/en_ZZ.js +29 -0
- package/dist/cjs/i18n/es.js +29 -0
- package/dist/cjs/i18n/fi.js +29 -0
- package/dist/cjs/i18n/fr.js +29 -0
- package/dist/cjs/i18n/hu.js +29 -0
- package/dist/cjs/i18n/index.js +55 -0
- package/dist/cjs/i18n/it.js +29 -0
- package/dist/cjs/i18n/ja.js +29 -0
- package/dist/cjs/i18n/ko.js +29 -0
- package/dist/cjs/i18n/nb.js +29 -0
- package/dist/cjs/i18n/nl.js +29 -0
- package/dist/cjs/i18n/pl.js +29 -0
- package/dist/cjs/i18n/pt_BR.js +29 -0
- package/dist/cjs/i18n/ru.js +29 -0
- package/dist/cjs/i18n/sv.js +29 -0
- package/dist/cjs/i18n/th.js +29 -0
- package/dist/cjs/i18n/tr.js +29 -0
- package/dist/cjs/i18n/uk.js +29 -0
- package/dist/cjs/i18n/vi.js +29 -0
- package/dist/cjs/i18n/zh.js +29 -0
- package/dist/cjs/i18n/zh_TW.js +29 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +26 -0
- package/dist/esm/i18n/cs.js +27 -0
- package/dist/esm/i18n/da.d.ts +26 -0
- package/dist/esm/i18n/da.js +27 -0
- package/dist/esm/i18n/de.d.ts +26 -0
- package/dist/esm/i18n/de.js +27 -0
- package/dist/esm/i18n/en.d.ts +26 -0
- package/dist/esm/i18n/en.js +27 -0
- package/dist/esm/i18n/en_GB.d.ts +26 -0
- package/dist/esm/i18n/en_GB.js +27 -0
- package/dist/esm/i18n/en_ZZ.d.ts +26 -0
- package/dist/esm/i18n/en_ZZ.js +27 -0
- package/dist/esm/i18n/es.d.ts +26 -0
- package/dist/esm/i18n/es.js +27 -0
- package/dist/esm/i18n/fi.d.ts +26 -0
- package/dist/esm/i18n/fi.js +27 -0
- package/dist/esm/i18n/fr.d.ts +26 -0
- package/dist/esm/i18n/fr.js +27 -0
- package/dist/esm/i18n/hu.d.ts +26 -0
- package/dist/esm/i18n/hu.js +27 -0
- package/dist/esm/i18n/index.d.ts +25 -0
- package/dist/esm/i18n/index.js +26 -0
- package/dist/esm/i18n/it.d.ts +26 -0
- package/dist/esm/i18n/it.js +27 -0
- package/dist/esm/i18n/ja.d.ts +26 -0
- package/dist/esm/i18n/ja.js +27 -0
- package/dist/esm/i18n/ko.d.ts +26 -0
- package/dist/esm/i18n/ko.js +27 -0
- package/dist/esm/i18n/nb.d.ts +26 -0
- package/dist/esm/i18n/nb.js +27 -0
- package/dist/esm/i18n/nl.d.ts +26 -0
- package/dist/esm/i18n/nl.js +27 -0
- package/dist/esm/i18n/pl.d.ts +26 -0
- package/dist/esm/i18n/pl.js +27 -0
- package/dist/esm/i18n/pt_BR.d.ts +26 -0
- package/dist/esm/i18n/pt_BR.js +27 -0
- package/dist/esm/i18n/ru.d.ts +26 -0
- package/dist/esm/i18n/ru.js +27 -0
- package/dist/esm/i18n/sv.d.ts +26 -0
- package/dist/esm/i18n/sv.js +27 -0
- package/dist/esm/i18n/th.d.ts +26 -0
- package/dist/esm/i18n/th.js +27 -0
- package/dist/esm/i18n/tr.d.ts +26 -0
- package/dist/esm/i18n/tr.js +27 -0
- package/dist/esm/i18n/uk.d.ts +26 -0
- package/dist/esm/i18n/uk.js +27 -0
- package/dist/esm/i18n/vi.d.ts +26 -0
- package/dist/esm/i18n/vi.js +27 -0
- package/dist/esm/i18n/zh.d.ts +26 -0
- package/dist/esm/i18n/zh.js +27 -0
- package/dist/esm/i18n/zh_TW.d.ts +26 -0
- package/dist/esm/i18n/zh_TW.js +27 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +26 -0
- package/dist/types/i18n/da.d.ts +26 -0
- package/dist/types/i18n/de.d.ts +26 -0
- package/dist/types/i18n/en.d.ts +26 -0
- package/dist/types/i18n/en_GB.d.ts +26 -0
- package/dist/types/i18n/en_ZZ.d.ts +26 -0
- package/dist/types/i18n/es.d.ts +26 -0
- package/dist/types/i18n/fi.d.ts +26 -0
- package/dist/types/i18n/fr.d.ts +26 -0
- package/dist/types/i18n/hu.d.ts +26 -0
- package/dist/types/i18n/index.d.ts +25 -0
- package/dist/types/i18n/it.d.ts +26 -0
- package/dist/types/i18n/ja.d.ts +26 -0
- package/dist/types/i18n/ko.d.ts +26 -0
- package/dist/types/i18n/nb.d.ts +26 -0
- package/dist/types/i18n/nl.d.ts +26 -0
- package/dist/types/i18n/pl.d.ts +26 -0
- package/dist/types/i18n/pt_BR.d.ts +26 -0
- package/dist/types/i18n/ru.d.ts +26 -0
- package/dist/types/i18n/sv.d.ts +26 -0
- package/dist/types/i18n/th.d.ts +26 -0
- package/dist/types/i18n/tr.d.ts +26 -0
- package/dist/types/i18n/uk.d.ts +26 -0
- package/dist/types/i18n/vi.d.ts +26 -0
- package/dist/types/i18n/zh.d.ts +26 -0
- package/dist/types/i18n/zh_TW.d.ts +26 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +29 -0
- package/i18n/da.ts +29 -0
- package/i18n/de.ts +29 -0
- package/i18n/en.ts +29 -0
- package/i18n/en_GB.ts +29 -0
- package/i18n/en_ZZ.ts +30 -0
- package/i18n/es.ts +29 -0
- package/i18n/fi.ts +29 -0
- package/i18n/fr.ts +30 -0
- package/i18n/hu.ts +29 -0
- package/i18n/index.ts +26 -0
- package/i18n/it.ts +30 -0
- package/i18n/ja.ts +29 -0
- package/i18n/ko.ts +29 -0
- package/i18n/nb.ts +29 -0
- package/i18n/nl.ts +29 -0
- package/i18n/pl.ts +30 -0
- package/i18n/pt_BR.ts +29 -0
- package/i18n/ru.ts +29 -0
- package/i18n/sv.ts +29 -0
- package/i18n/th.ts +29 -0
- package/i18n/tr.ts +29 -0
- package/i18n/uk.ts +29 -0
- package/i18n/vi.ts +29 -0
- package/i18n/zh.ts +29 -0
- package/i18n/zh_TW.ts +28 -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,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
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 './hu';
|
|
11
|
+
export * from './it';
|
|
12
|
+
export * from './ja';
|
|
13
|
+
export * from './ko';
|
|
14
|
+
export * from './nb';
|
|
15
|
+
export * from './nl';
|
|
16
|
+
export * from './pl';
|
|
17
|
+
export * from './pt_BR';
|
|
18
|
+
export * from './ru';
|
|
19
|
+
export * from './sv';
|
|
20
|
+
export * from './th';
|
|
21
|
+
export * from './tr';
|
|
22
|
+
export * from './uk';
|
|
23
|
+
export * from './vi';
|
|
24
|
+
export * from './zh';
|
|
25
|
+
export * from './zh_TW';
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': string;
|
|
9
|
+
'team-central.give-jira-kudos.created.title.flag': string;
|
|
10
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': string;
|
|
11
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': string;
|
|
12
|
+
'team-central.give-kudos.button': string;
|
|
13
|
+
'team-central.give-kudos.close-button.label': string;
|
|
14
|
+
'team-central.give-kudos.confirm-close.title': string;
|
|
15
|
+
'team-central.give-kudos.created.action.flag': string;
|
|
16
|
+
'team-central.give-kudos.created.description.flag': string;
|
|
17
|
+
'team-central.give-kudos.created.title.flag': string;
|
|
18
|
+
'team-central.give-kudos.creation.failed.description.flag': string;
|
|
19
|
+
'team-central.give-kudos.creation.failed.title.flag': string;
|
|
20
|
+
'team-central.give-kudos.error-icon.label': string;
|
|
21
|
+
'team-central.give-kudos.success-icon.label': string;
|
|
22
|
+
'team-central.give-kudos.unsaved.warning': string;
|
|
23
|
+
'team-central.give-kudos.unsaved.warning.cancel': string;
|
|
24
|
+
'team-central.give-kudos.unsaved.warning.close': string;
|
|
25
|
+
};
|
|
26
|
+
export default _default;
|