@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,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Dutch (Netherlands)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'Ons Workplace Experience-team zal nu aan de slag gaan met de aanvraag van het cadeau. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Kudos aangemaakt',
|
|
14
|
+
'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>.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Er is iets misgegaan',
|
|
16
|
+
'team-central.give-kudos.button': 'Geef kudos',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Scherm sluiten',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Sluiten bevestigen',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Kudos weergeven',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'Je kudos is verstuurd. <a>Kudos weergeven</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'Er zijn kudos aangemaakt',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'We konden je kudos niet aanmaken.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Er is iets misgegaan',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Fout',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Gelukt',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Aangebrachte veranderingen worden niet opgeslagen.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annuleren',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Sluiten',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Polish (Poland)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'Nasz zespół Workplace Experience zajmie się teraz realizacją wniosku o prezent. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Przekazano wyrazy uznania',
|
|
14
|
+
'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>.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Coś poszło nie tak',
|
|
16
|
+
'team-central.give-kudos.button': 'Przekaż wyrazy uznania',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Zamknij zasobnik',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Potwierdź zamknięcie',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Wyświetl wyrazy uznania',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'Twoje wyrazy uznania zostały wysłane. <a>Wyświetl wyrazy uznania</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'Utworzono wyrazy uznania',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Nie można utworzyć wyrazów uznania.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Coś poszło nie tak',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Błąd',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Sukces',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Wprowadzone zmiany nie zostaną zapisane.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Anuluj',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Zamknij',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Portuguese (Brazil)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'A equipe de Experiência no local de trabalho vai atender à solicitação de presente. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Elogio criado',
|
|
14
|
+
'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>.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Algo deu errado',
|
|
16
|
+
'team-central.give-kudos.button': 'Envie elogios',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Fechar gaveta',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Confirmar Fechar',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Ver elogios',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'O elogio foi enviado. <a>Ver elogios</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'O elogio foi criado',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Não foi possível criar os elogios.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Algo deu errado',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Erro',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Sucesso',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'As alterações que você fez não vão ser salvas.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Cancelar',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Fechar',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Russian
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'Теперь наша команда Workplace Experience обработает запрос на подарок. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Похвала создана',
|
|
14
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Не удалось создать похвалу или отправить подарок. Попробуйте создать отдельную заявку по ссылке <a>go/kudos</a>.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Произошла ошибка',
|
|
16
|
+
'team-central.give-kudos.button': 'Похвалить',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Закрыть панель',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Действительно закрыть?',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Просмотреть похвалу',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'Похвала отправлена. <a>Просмотреть похвалу</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'Похвала создана',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Не удалось создать похвалу.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Произошла ошибка',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Ошибка',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Готово',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Внесенные изменения не будут сохранены.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Отмена',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Закрыть',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Swedish
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'Vårt team för arbetsplatserfarenhet fixar din gåvoförfrågan. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Beröm skapat',
|
|
14
|
+
'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>.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Något gick fel',
|
|
16
|
+
'team-central.give-kudos.button': 'Ge beröm',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Stäng låda',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Bekräfta att du vill avsluta',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Visa beröm',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'Ditt beröm har skickats. <a>Visa beröm</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'Beröm har skapats',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Vi kunde inte skapa dina beröm.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Något gick fel',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Fel',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Klart!',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Dina ändringar sparas inte.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Avbryt',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Stäng',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Thai (Thailand)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'ทีม Workplace Experience ของเราจะดำเนินการตามคำขอของขวัญ ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'สร้างคำชื่นชมแล้ว',
|
|
14
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'เราไม่สามารถสร้างคำชื่นชมหรือส่งของขวัญของคุณได้ ลองสร้างคำสั่งแยกต่างหากที่ <a>go/kudos</a>',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'เกิดข้อผิดพลาดบางอย่าง',
|
|
16
|
+
'team-central.give-kudos.button': 'แสดงความชื่นชม',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'ปิดหน้าจอ',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'ยืนยันการปิด',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'ดูคำชื่นชม',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'ส่งคำชื่นชมของคุณแล้ว <a>ดูคำชื่นชม</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'สร้างคำชื่นชมแล้ว',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'เราไม่สามารถสร้างคำชื่นชมของคุณได้',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'เกิดข้อผิดพลาดบางอย่าง',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'ข้อผิดพลาด',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'สำเร็จ',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'การเปลี่ยนแปลงที่คุณทำไว้จะไม่ได้รับการบันทึก',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'ยกเลิก',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'ปิด',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Turkish (Turkey)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'İş Yeri Deneyimi takımımız şimdi hediye talebini işleme alacak. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Tebrik oluşturuldu',
|
|
14
|
+
'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.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Bir hata oluştu',
|
|
16
|
+
'team-central.give-kudos.button': 'Tebrik et',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Çekmeceyi kapat',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Kapatmayı Onaylayın',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Tebriği görüntüleyin',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'Tebriğiniz gönderildi. <a>Tebriği görüntüleyin</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'Tebrik mesajı oluşturuldu',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Tebrik mesajınız oluşturulamadı.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Bir hata oluştu',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Hata',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Başarılı',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Yaptığınız değişiklikler kaydedilmez.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'İptal',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Kapat',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Ukrainian (Ukraine)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': 'Наша команда з організації робочого середовища опрацює запит на подарунок. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Похвалу створено',
|
|
14
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Не вдалося створити похвалу або надіслати подарунок. Спробуйте створити окрему заявку: <a>go/kudos</a>.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Щось пішло не так',
|
|
16
|
+
'team-central.give-kudos.button': 'Похвалити',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Закрити вікно',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Підтвердження закриття',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Переглянути похвалу',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': 'Вашу похвалу надіслано. <a>Переглянути похвалу</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'Похвалу створено',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Не вдалося створити похвалу.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Щось пішло не так',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Помилка',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Готово',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Внесені зміни не збережуться.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Скасувати',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Закрити',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Vietnamese (Vietnam)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'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. ✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': 'Đã tạo lời khen ngợi',
|
|
14
|
+
'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>.',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Đã xảy ra lỗi',
|
|
16
|
+
'team-central.give-kudos.button': 'Khen ngợi',
|
|
17
|
+
'team-central.give-kudos.close-button.label': 'Đóng ngăn',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': 'Xác nhận đóng',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': 'Xem lời khen ngợi',
|
|
20
|
+
'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>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': 'Đã tạo lời khen ngợi',
|
|
22
|
+
'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.',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Đã xảy ra lỗi',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': 'Lỗi',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': 'Thành công',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': 'Những thay đổi mà bạn đã thực hiện sẽ không được lưu.',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Hủy',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': 'Đóng',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Chinese (Simplified)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': '现在,我们的 Workplace Experience 团队将“施展魔法”来处理礼品请求。✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': '已创建称赞',
|
|
14
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': '无法创建您的称赞或发送礼品。请尝试在 <a>go/kudos</a> 上单独提交一个工作单。',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': '出错了',
|
|
16
|
+
'team-central.give-kudos.button': '给予称赞',
|
|
17
|
+
'team-central.give-kudos.close-button.label': '关闭抽屉菜单',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': '确认关闭',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': '查看称赞',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': '您的称赞已发送。<a>查看称赞</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': '已创建称赞',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': '无法创建您的称赞。',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': '出错了',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': '错误',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': '成功',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': '您所做的更改将不会保存。',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': '取消',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': '关闭',
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
/* prettier-ignore */
|
|
4
|
+
/**
|
|
5
|
+
* NOTE:
|
|
6
|
+
*
|
|
7
|
+
* This file is automatically generated by Traduki 2.0.
|
|
8
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
9
|
+
*/
|
|
10
|
+
//Chinese (Traditional)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'team-central.give-jira-kudos.created.description.flag': '我們的 Workplace Experience 團隊現在將努力處理禮物要求。✨',
|
|
13
|
+
'team-central.give-jira-kudos.created.title.flag': '已建立讚美',
|
|
14
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': '我們無法建立您的讚美或傳送禮物。請嘗試在 <a>go/kudos</a> 中提出個別的工單。',
|
|
15
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': '發生錯誤',
|
|
16
|
+
'team-central.give-kudos.button': '給予讚美',
|
|
17
|
+
'team-central.give-kudos.close-button.label': '關閉抽屜',
|
|
18
|
+
'team-central.give-kudos.confirm-close.title': '確認關閉',
|
|
19
|
+
'team-central.give-kudos.created.action.flag': '檢視讚美',
|
|
20
|
+
'team-central.give-kudos.created.description.flag': '您的讚美已傳送。<a>檢視讚美</a>',
|
|
21
|
+
'team-central.give-kudos.created.title.flag': '已建立讚美',
|
|
22
|
+
'team-central.give-kudos.creation.failed.description.flag': '我們無法建立您的讚美。',
|
|
23
|
+
'team-central.give-kudos.creation.failed.title.flag': '發生錯誤',
|
|
24
|
+
'team-central.give-kudos.error-icon.label': '錯誤',
|
|
25
|
+
'team-central.give-kudos.success-icon.label': '成功',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning': '您所做的變更將不會儲存。',
|
|
27
|
+
'team-central.give-kudos.unsaved.warning.cancel': '取消',
|
|
28
|
+
'team-central.give-kudos.unsaved.warning.close': '關閉',
|
|
29
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// Re-export all i18n modules
|
|
18
|
+
__exportStar(require("./i18n"), exports);
|
|
@@ -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
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Náš tým pro prostředí na pracovišti nyní začne kouzlit a zpracuje vaši žádost o obdarování. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Gratulace byla vytvořena',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Vytvoření gratulace nebo odeslání dárku se nezdařilo. Zkuste zadat samostatný ticket na stránce <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Něco se pokazilo',
|
|
14
|
+
'team-central.give-kudos.button': 'Pogratulovat',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Zavřít panel',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Potvrdit zavření',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Zobrazit gratulaci',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Vaše gratulace byla odeslána. <a>Zobrazit gratulaci</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Gratulace byla vytvořena',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Vytvoření gratulace se nezdařilo.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Něco se pokazilo',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Chyba',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Úspěch',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Změny, které jste provedli, se neuloží.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Zrušit',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Zavřít',
|
|
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
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Vores Workplace Experience-team vil nu behandle din gaveanmodning. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Ros blev oprettet',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Vi kunne ikke oprette din ros eller sende gaven. Prøv at oprette en separat supportanmodning på <a>go/kudos</a>.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Noget gik galt',
|
|
14
|
+
'team-central.give-kudos.button': 'Giv ros',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Luk skuffe',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Bekræft Luk',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Se ros',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Din ros blev sendt. <a>Se ros</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Ros blev oprettet',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Vi kunne ikke oprette din ros.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Noget gik galt',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Fejl',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Succes',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Ændringer, du har foretaget, gemmes ikke.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Annuller',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Luk',
|
|
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
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'team-central.give-jira-kudos.created.description.flag': 'Unser Workplace Experience-Team wird sich nun um die Geschenkeanfrage kümmern. ✨',
|
|
11
|
+
'team-central.give-jira-kudos.created.title.flag': 'Lob erstellt',
|
|
12
|
+
'team-central.give-jira-kudos.creation.failed.description.flag': 'Ihr Lob konnte nicht erstellt und das Geschenk nicht gesendet werden. Versuchen Sie, ein separates Ticket bei <a>go/kudos</a> zu kaufen.',
|
|
13
|
+
'team-central.give-jira-kudos.creation.failed.title.flag': 'Etwas ist schiefgelaufen',
|
|
14
|
+
'team-central.give-kudos.button': 'Loben',
|
|
15
|
+
'team-central.give-kudos.close-button.label': 'Drawer schließen',
|
|
16
|
+
'team-central.give-kudos.confirm-close.title': 'Schließen bestätigen',
|
|
17
|
+
'team-central.give-kudos.created.action.flag': 'Lob anzeigen',
|
|
18
|
+
'team-central.give-kudos.created.description.flag': 'Ihr Lob wurde gesendet. <a>Lob anzeigen</a>',
|
|
19
|
+
'team-central.give-kudos.created.title.flag': 'Lob wurde erstellt',
|
|
20
|
+
'team-central.give-kudos.creation.failed.description.flag': 'Ihr Lob konnte nicht erstellt werden.',
|
|
21
|
+
'team-central.give-kudos.creation.failed.title.flag': 'Etwas ist schiefgelaufen',
|
|
22
|
+
'team-central.give-kudos.error-icon.label': 'Fehler',
|
|
23
|
+
'team-central.give-kudos.success-icon.label': 'Erfolgreich',
|
|
24
|
+
'team-central.give-kudos.unsaved.warning': 'Von Ihnen vorgenommene Änderungen werden nicht gespeichert.',
|
|
25
|
+
'team-central.give-kudos.unsaved.warning.cancel': 'Abbrechen',
|
|
26
|
+
'team-central.give-kudos.unsaved.warning.close': 'Schließen',
|
|
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;
|