@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
|
+
//Dutch (Netherlands)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Ons Workplace Experience-team zal nu aan de slag gaan met de aanvraag van het cadeau. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos aangemaakt',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'We konden je kudos niet aanmaken of het cadeau versturen. Dien een apart ticket in via <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Er is iets misgegaan',
|
|
14
|
+
'team-central.give-kudos.button': 'Geef kudos',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Scherm sluiten',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Sluiten bevestigen',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Kudos weergeven',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Je kudos is verstuurd. <a>Kudos weergeven</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Er zijn kudos aangemaakt',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'We konden je kudos niet aanmaken.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Er is iets misgegaan',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Fout',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Gelukt',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Aangebrachte veranderingen worden niet opgeslagen.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annuleren',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Sluiten',
|
|
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
|
+
//Polish (Poland)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Nasz zespół Workplace Experience zajmie się teraz realizacją wniosku o prezent. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Przekazano wyrazy uznania',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Nie można utworzyć wyrazów uznania lub wysłać prezentu. Spróbuj przesłać osobne zgłoszenie na stronie <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Coś poszło nie tak',
|
|
14
|
+
'team-central.give-kudos.button': 'Przekaż wyrazy uznania',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Zamknij zasobnik',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Potwierdź zamknięcie',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Wyświetl wyrazy uznania',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Twoje wyrazy uznania zostały wysłane. <a>Wyświetl wyrazy uznania</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Utworzono wyrazy uznania',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Nie można utworzyć wyrazów uznania.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Coś poszło nie tak',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Błąd',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Sukces',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Wprowadzone zmiany nie zostaną zapisane.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Anuluj',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Zamknij',
|
|
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
|
+
//Portuguese (Brazil)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'A equipe de Experiência no local de trabalho vai atender à solicitação de presente. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Elogio criado',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Não foi possível criar os elogios nem enviar o presente. Crie um ticket separado em <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Algo deu errado',
|
|
14
|
+
'team-central.give-kudos.button': 'Envie elogios',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Fechar gaveta',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Confirmar Fechar',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Ver elogios',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'O elogio foi enviado. <a>Ver elogios</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'O elogio foi criado',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Não foi possível criar os elogios.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Algo deu errado',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Erro',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Sucesso',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'As alterações que você fez não vão ser salvas.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancelar',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Fechar',
|
|
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
|
+
//Russian
|
|
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
|
+
//Swedish
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Vårt team för arbetsplatserfarenhet fixar din gåvoförfrågan. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Beröm skapat',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Vi kunde inte skapa dina beröm eller skicka gåvan. Försök att skapa ett separat ärende på <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Något gick fel',
|
|
14
|
+
'team-central.give-kudos.button': 'Ge beröm',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Stäng låda',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Bekräfta att du vill avsluta',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Visa beröm',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Ditt beröm har skickats. <a>Visa beröm</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Beröm har skapats',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Vi kunde inte skapa dina beröm.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Något gick fel',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Fel',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Klart!',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Dina ändringar sparas inte.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Avbryt',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Stäng',
|
|
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
|
+
//Thai (Thailand)
|
|
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
|
+
//Turkish (Turkey)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'İş Yeri Deneyimi takımımız şimdi hediye talebini işleme alacak. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Tebrik oluşturuldu',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Tebrik mesajınız oluşturulamadı veya hediyeniz gönderilemedi. <a>go/kudos</a> bölümünden ayrı bir bilet oluşturmayı deneyin.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Bir hata oluştu',
|
|
14
|
+
'team-central.give-kudos.button': 'Tebrik et',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Çekmeceyi kapat',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Kapatmayı Onaylayın',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Tebriği görüntüleyin',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Tebriğiniz gönderildi. <a>Tebriği görüntüleyin</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Tebrik mesajı oluşturuldu',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Tebrik mesajınız oluşturulamadı.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Bir hata oluştu',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Hata',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Başarılı',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Yaptığınız değişiklikler kaydedilmez.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'İptal',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Kapat',
|
|
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
|
+
//Ukrainian (Ukraine)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Наша команда з організації робочого середовища опрацює запит на подарунок. ✨',
|
|
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
|
+
//Vietnamese (Vietnam)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Bây giờ, nhóm Workplace Experience sẽ bắt tay vào thực hiện yêu cầu tặng quà này. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Đã tạo lời khen ngợi',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Chúng tôi không thể gửi quà tặng hoặc tạo lời khen ngợi của bạn. Hãy thử lập một phiếu yêu cầu riêng tại <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Đã xảy ra lỗi',
|
|
14
|
+
'team-central.give-kudos.button': 'Khen ngợi',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Đóng ngăn',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Xác nhận đóng',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Xem lời khen ngợi',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Lời khen ngợi của bạn đã được gửi đi. <a>Xem lời khen ngợi</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Đã tạo lời khen ngợi',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Chúng tôi không tạo được lời khen ngợi của bạn.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Đã xảy ra lỗi',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Lỗi',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Thành công',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Những thay đổi mà bạn đã thực hiện sẽ không được lưu.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Hủy',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Đóng',
|
|
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
|
+
//Chinese (Simplified)
|
|
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
|
+
//Chinese (Traditional)
|
|
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 @@
|
|
|
1
|
+
export * from './i18n';
|
|
@@ -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;
|