@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,27 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': 'Our Workplace Experience team will now work their magic for the gift request. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos created',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': "We couldn't create your kudos or send the gift. Try raising a separate ticket at <a>go/kudos</a>..",
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Something went wrong',
|
|
14
|
+
'team-central.give-kudos.button': 'Give kudos',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Close drawer',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Confirm Close',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'View kudos',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Your kudos has been sent. <a>View kudos</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Kudos has been created',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': "We couldn't create your kudos.",
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Something went wrong',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Error',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Success',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Changes that you made will not be saved.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancel',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Close',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
'team-central.give-jira-kudos.created.description.flag': 'Our Workplace Experience team will now work their magic for the gift request. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos created',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': "We couldn't create your kudos or send the gift. Try raising a separate ticket at <a>go/kudos</a>..",
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Something went wrong',
|
|
14
|
+
'team-central.give-kudos.button': 'Give kudos',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Close drawer',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Confirm Close',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'View kudos',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Your kudos has been sent. <a>View kudos</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Kudos has been created',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': "We couldn't create your kudos.",
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Something went wrong',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Error',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Success',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Changes that you made will not be saved.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancel',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Close',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Nuestro equipo de experiencia del espacio de trabajo procesará ahora la solicitud de regalo. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Felicitación creada',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'No se han podido crear tus felicitaciones ni enviar el regalo. Intenta generar un ticket independiente en <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Se ha producido un error',
|
|
14
|
+
'team-central.give-kudos.button': 'Felicitar',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Cerrar cajón',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Confirmar cerrar',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Ver felicitación',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Se ha enviado tu felicitación. <a>Ver felicitación</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Se ha creado la felicitación',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'No se ha podido crear tu felicitación.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Se ha producido un error',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Error',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Listo',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Tus cambios no se guardarán.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancelar',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Cerrar',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience ‑tiimimme huolehtii nyt lahjapyynnöstä. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kehut luotu',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Kehujesi luonti tai lahjan lähetys epäonnistui. Yritä tehdä erillinen tukipyyntö osoitteessa <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Jokin meni vikaan',
|
|
14
|
+
'team-central.give-kudos.button': 'Anna kehuja',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Sulje laatikko',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Vahvista sulkeminen',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Näytä kehut',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Kehut on lähetetty. <a>Näytä kehut</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Kehut on luotu',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Kehujasi ei voitu luoda.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Jokin meni vikaan',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Virhe',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Onnistui',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Tekemiäsi muutoksia ei tallenneta.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Peruuta',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Sulje',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Notre équipe Workplace Experience va maintenant faire tout son possible pour répondre à la demande de cadeau. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Félicitations créées',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': "Impossible de créer vos félicitations ou d'envoyer le cadeau. Essayez de créer un ticket séparé sur <a>go/kudos</a>.",
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Une erreur est survenue',
|
|
14
|
+
'team-central.give-kudos.button': 'Féliciter',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Fermer le tiroir',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Confirmer la fermeture',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Voir les félicitations',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Vos félicitations ont été envoyées. <a>Voir les félicitations</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Les félicitations ont été créées',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Impossible de créer vos félicitations.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Une erreur est survenue',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Erreur',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Opération réussie',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Les changements effectués ne seront pas enregistrés.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annuler',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Fermer',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'A munkahelyi környezettel foglalkozó csapatunk most fel fogja dolgozni az ajándékkérelmet. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Dicséret létrehozva',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Nem sikerült létrehozni a dicséretedet és elküldeni az ajándékot. Próbálj meg egy külön jegyet indítani a <a>go/kudos</a> oldalon.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Hiba történt',
|
|
14
|
+
'team-central.give-kudos.button': 'Dicséret',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Fiók bezárása',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Bezárás megerősítése',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Dicséret megtekintése',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Dicséret elküldve. <a>Dicséret megtekintése</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Dicséret létrehozva',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Nem sikerült létrehozni a dicséretedet.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Hiba történt',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Hiba',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Sikerült',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'A módosításaidat nem mentjük.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Mégse',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Bezárás',
|
|
27
|
+
};
|
|
@@ -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
|
+
// Export all i18n modules
|
|
2
|
+
export * from './cs';
|
|
3
|
+
export * from './da';
|
|
4
|
+
export * from './de';
|
|
5
|
+
export * from './en';
|
|
6
|
+
export * from './en_GB';
|
|
7
|
+
export * from './en_ZZ';
|
|
8
|
+
export * from './es';
|
|
9
|
+
export * from './fi';
|
|
10
|
+
export * from './fr';
|
|
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 './sv';
|
|
21
|
+
export * from './th';
|
|
22
|
+
export * from './tr';
|
|
23
|
+
export * from './uk';
|
|
24
|
+
export * from './vi';
|
|
25
|
+
export * from './zh';
|
|
26
|
+
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,27 @@
|
|
|
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
|
+
//Italian (Italy)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Il nostro team Workplace Experience ora compirà la sua magia per la richiesta di un regalo. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Apprezzamenti creati',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Non è stato possibile creare i tuoi apprezzamenti o inviare il regalo. Prova a generare un ticket separato da <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Si è verificato un problema',
|
|
14
|
+
'team-central.give-kudos.button': 'Complimentati',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Chiudi il cassetto',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Conferma la chiusura',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Visualizza gli apprezzamenti',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'I tuoi apprezzamenti sono stati inviati. <a>Visualizza gli apprezzamenti</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Gli apprezzamenti sono stati creati',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Non è stato possibile creare i tuoi apprezzamenti.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Si è verificato un problema',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Errore',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Operazione riuscita',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Le modifiche apportate non saranno salvate.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annulla',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Chiudi',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
//Japanese
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': '今後は Workplace Experience チームがギフト リクエストを適切に処理します。✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': '賞賛が作成されました',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': '賞賛の作成とギフトの送付ができませんでした。<a>go/kudos</a> で別のチケットを登録してください。',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': '問題が発生しました',
|
|
14
|
+
'team-central.give-kudos.button': '賞賛を送る',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'ドロワーを閉じる',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': '確認して閉じる',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': '賞賛を表示',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': '賞賛を送りました。作成した<a>賞賛の一覧をご覧ください</a>。',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': '称賛が作成されました',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': '賞賛を作成できませんでした。',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': '問題が発生しました',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'エラー',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': '成功',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'あなたが行った変更は保存されません。',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'キャンセル',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': '閉じる',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
//Korean
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience 팀이 이제 선물 요청을 처리할 것입니다. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': '칭찬을 만듦',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': '칭찬을 만들거나 선물을 보낼 수 없습니다. <a>go/kudos</a>에서 별도의 티켓을 제기해 보세요.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': '문제가 발생했습니다',
|
|
14
|
+
'team-central.give-kudos.button': '칭찬하기',
|
|
15
|
+
'team-central.give-kudos.close-button.label': '서랍 닫기',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': '닫기 확인',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': '칭찬 보기',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': '칭찬을 보냈습니다. <a>칭찬 보기</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': '칭찬을 만듦',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': '칭찬을 만들 수 없습니다.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': '문제가 발생했습니다',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': '오류',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': '성공',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': '변경 사항이 저장되지 않습니다.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': '취소',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': '닫기',
|
|
27
|
+
};
|
|
@@ -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,27 @@
|
|
|
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
|
+
//Norwegian (Bokmål)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Workplace Experience-teamet vårt vil nå behandle gaveforespørselen. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos er opprettet',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Vi kan ikke opprette kudos eller sende gaven. Prøv å opprette en separat støtteforespørsel på <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Det oppstod en feil',
|
|
14
|
+
'team-central.give-kudos.button': 'Gi kudos',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Lukk skuff',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Bekreft at du vil lukke',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Vis kudos',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Kudos er sendt. <a>Vis kudos</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Kudos er opprettet',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Vi kan ikke opprette kudos.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Det oppstod en feil',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Feil',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Vellykket',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Endringene dine lagres ikke.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Avbryt',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Lukk',
|
|
27
|
+
};
|
|
@@ -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;
|