@atlaskit/afm-i18n-platform-elements-mention 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +24 -0
- package/dist/cjs/i18n/da.js +24 -0
- package/dist/cjs/i18n/de.js +24 -0
- package/dist/cjs/i18n/en.js +24 -0
- package/dist/cjs/i18n/en_GB.js +24 -0
- package/dist/cjs/i18n/en_ZZ.js +24 -0
- package/dist/cjs/i18n/es.js +24 -0
- package/dist/cjs/i18n/fi.js +24 -0
- package/dist/cjs/i18n/fr.js +24 -0
- package/dist/cjs/i18n/hr.js +24 -0
- package/dist/cjs/i18n/hu.js +24 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +24 -0
- package/dist/cjs/i18n/ja.js +24 -0
- package/dist/cjs/i18n/ko.js +24 -0
- package/dist/cjs/i18n/nb.js +24 -0
- package/dist/cjs/i18n/nl.js +24 -0
- package/dist/cjs/i18n/pl.js +24 -0
- package/dist/cjs/i18n/pt_BR.js +24 -0
- package/dist/cjs/i18n/ru.js +24 -0
- package/dist/cjs/i18n/sl.js +24 -0
- package/dist/cjs/i18n/sr_RS.js +24 -0
- package/dist/cjs/i18n/sr_YR.js +24 -0
- package/dist/cjs/i18n/sv.js +24 -0
- package/dist/cjs/i18n/th.js +24 -0
- package/dist/cjs/i18n/tr.js +24 -0
- package/dist/cjs/i18n/uk.js +24 -0
- package/dist/cjs/i18n/vi.js +24 -0
- package/dist/cjs/i18n/zh.js +24 -0
- package/dist/cjs/i18n/zh_TW.js +24 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +21 -0
- package/dist/esm/i18n/cs.js +22 -0
- package/dist/esm/i18n/da.d.ts +21 -0
- package/dist/esm/i18n/da.js +22 -0
- package/dist/esm/i18n/de.d.ts +21 -0
- package/dist/esm/i18n/de.js +22 -0
- package/dist/esm/i18n/en.d.ts +21 -0
- package/dist/esm/i18n/en.js +22 -0
- package/dist/esm/i18n/en_GB.d.ts +21 -0
- package/dist/esm/i18n/en_GB.js +22 -0
- package/dist/esm/i18n/en_ZZ.d.ts +21 -0
- package/dist/esm/i18n/en_ZZ.js +22 -0
- package/dist/esm/i18n/es.d.ts +21 -0
- package/dist/esm/i18n/es.js +22 -0
- package/dist/esm/i18n/fi.d.ts +21 -0
- package/dist/esm/i18n/fi.js +22 -0
- package/dist/esm/i18n/fr.d.ts +21 -0
- package/dist/esm/i18n/fr.js +22 -0
- package/dist/esm/i18n/hr.d.ts +21 -0
- package/dist/esm/i18n/hr.js +22 -0
- package/dist/esm/i18n/hu.d.ts +21 -0
- package/dist/esm/i18n/hu.js +22 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +21 -0
- package/dist/esm/i18n/it.js +22 -0
- package/dist/esm/i18n/ja.d.ts +21 -0
- package/dist/esm/i18n/ja.js +22 -0
- package/dist/esm/i18n/ko.d.ts +21 -0
- package/dist/esm/i18n/ko.js +22 -0
- package/dist/esm/i18n/nb.d.ts +21 -0
- package/dist/esm/i18n/nb.js +22 -0
- package/dist/esm/i18n/nl.d.ts +21 -0
- package/dist/esm/i18n/nl.js +22 -0
- package/dist/esm/i18n/pl.d.ts +21 -0
- package/dist/esm/i18n/pl.js +22 -0
- package/dist/esm/i18n/pt_BR.d.ts +21 -0
- package/dist/esm/i18n/pt_BR.js +22 -0
- package/dist/esm/i18n/ru.d.ts +21 -0
- package/dist/esm/i18n/ru.js +22 -0
- package/dist/esm/i18n/sl.d.ts +21 -0
- package/dist/esm/i18n/sl.js +22 -0
- package/dist/esm/i18n/sr_RS.d.ts +21 -0
- package/dist/esm/i18n/sr_RS.js +22 -0
- package/dist/esm/i18n/sr_YR.d.ts +21 -0
- package/dist/esm/i18n/sr_YR.js +22 -0
- package/dist/esm/i18n/sv.d.ts +21 -0
- package/dist/esm/i18n/sv.js +22 -0
- package/dist/esm/i18n/th.d.ts +21 -0
- package/dist/esm/i18n/th.js +22 -0
- package/dist/esm/i18n/tr.d.ts +21 -0
- package/dist/esm/i18n/tr.js +22 -0
- package/dist/esm/i18n/uk.d.ts +21 -0
- package/dist/esm/i18n/uk.js +22 -0
- package/dist/esm/i18n/vi.d.ts +21 -0
- package/dist/esm/i18n/vi.js +22 -0
- package/dist/esm/i18n/zh.d.ts +21 -0
- package/dist/esm/i18n/zh.js +22 -0
- package/dist/esm/i18n/zh_TW.d.ts +21 -0
- package/dist/esm/i18n/zh_TW.js +22 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +21 -0
- package/dist/types/i18n/da.d.ts +21 -0
- package/dist/types/i18n/de.d.ts +21 -0
- package/dist/types/i18n/en.d.ts +21 -0
- package/dist/types/i18n/en_GB.d.ts +21 -0
- package/dist/types/i18n/en_ZZ.d.ts +21 -0
- package/dist/types/i18n/es.d.ts +21 -0
- package/dist/types/i18n/fi.d.ts +21 -0
- package/dist/types/i18n/fr.d.ts +21 -0
- package/dist/types/i18n/hr.d.ts +21 -0
- package/dist/types/i18n/hu.d.ts +21 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +21 -0
- package/dist/types/i18n/ja.d.ts +21 -0
- package/dist/types/i18n/ko.d.ts +21 -0
- package/dist/types/i18n/nb.d.ts +21 -0
- package/dist/types/i18n/nl.d.ts +21 -0
- package/dist/types/i18n/pl.d.ts +21 -0
- package/dist/types/i18n/pt_BR.d.ts +21 -0
- package/dist/types/i18n/ru.d.ts +21 -0
- package/dist/types/i18n/sl.d.ts +21 -0
- package/dist/types/i18n/sr_RS.d.ts +21 -0
- package/dist/types/i18n/sr_YR.d.ts +21 -0
- package/dist/types/i18n/sv.d.ts +21 -0
- package/dist/types/i18n/th.d.ts +21 -0
- package/dist/types/i18n/tr.d.ts +21 -0
- package/dist/types/i18n/uk.d.ts +21 -0
- package/dist/types/i18n/vi.d.ts +21 -0
- package/dist/types/i18n/zh.d.ts +21 -0
- package/dist/types/i18n/zh_TW.d.ts +21 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +24 -0
- package/i18n/da.ts +23 -0
- package/i18n/de.ts +23 -0
- package/i18n/en.ts +23 -0
- package/i18n/en_GB.ts +23 -0
- package/i18n/en_ZZ.ts +25 -0
- package/i18n/es.ts +23 -0
- package/i18n/fi.ts +23 -0
- package/i18n/fr.ts +23 -0
- package/i18n/hr.ts +24 -0
- package/i18n/hu.ts +23 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +23 -0
- package/i18n/ja.ts +23 -0
- package/i18n/ko.ts +22 -0
- package/i18n/nb.ts +23 -0
- package/i18n/nl.ts +23 -0
- package/i18n/pl.ts +24 -0
- package/i18n/pt_BR.ts +23 -0
- package/i18n/ru.ts +24 -0
- package/i18n/sl.ts +24 -0
- package/i18n/sr_RS.ts +24 -0
- package/i18n/sr_YR.ts +23 -0
- package/i18n/sv.ts +23 -0
- package/i18n/th.ts +22 -0
- package/i18n/tr.ts +23 -0
- package/i18n/uk.ts +24 -0
- package/i18n/vi.ts +23 -0
- package/i18n/zh.ts +22 -0
- package/i18n/zh_TW.ts +22 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': 'Equipe • Mais de 50 membros',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Equipe • Mais de 50 membros, incluindo você',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Equipe • 1 membro} other {Equipe • {0} membros}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Equipe • 1 membro, incluindo você} other {Equipe • {0} membros, incluindo você}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'É necessário ter acesso ao Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Tente novamente em alguns segundos',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Algo deu errado',
|
|
19
|
+
'fabric.mention.error.differentText': 'Tente inserir outro texto',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Tente sair e fazer login novamente',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Sem acesso',
|
|
22
|
+
'fabric.mention.noAccess.warning': '{name} não será notificado(a) porque não tem acesso',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Usuário desconhecido {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': 'Команда • более 50 участников',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Команда • более 50 участников, включая вас',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Команда • 1 участник} few {Команда • {0} участника} many {Команда • {0} участников} other {Команда • {0} участника}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Команда • 1 участник, включая вас} few {Команда • {0} участника, включая вас} many {Команда • {0} участников, включая вас} other {Команда • {0} участника, включая вас}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Требуется доступ к Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Повторите попытку через несколько секунд.',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Произошла ошибка',
|
|
19
|
+
'fabric.mention.error.differentText': 'Попробуйте ввести другой текст.',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Выйдите из системы, а затем войдите снова.',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Нет доступа',
|
|
22
|
+
'fabric.mention.noAccess.warning': '{name} не получит уведомление, так как доступ для этого пользователя закрыт.',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Неизвестный пользователь: {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.elements.mentions.team.member.50plus': 'Ekipa • Več kot 50 članov',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Ekipa • Več kot 50 članov, vključno z vami',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Ekipa • 1 član} two {Ekipa • {0} člana} few {Ekipa • {0} člani} other {Ekipa • {0} članov}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Ekipa • 1 član, vključno z vami} two {Ekipa • {0} člana, vključno z vami} few {Ekipa • {0} člani, vključno z vami} other {Ekipa • {0} članov, vključno z vami}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Potrebuje dostop do storitve Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Poskusite znova čez nekaj sekund',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Prišlo je do napake',
|
|
19
|
+
'fabric.mention.error.differentText': 'Poskusite vnesti drugo besedilo',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Poskusite se odjaviti in se znova prijaviti',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Ni dostopa',
|
|
22
|
+
'fabric.mention.noAccess.warning': 'Oseba {name} ne bo obveščana, ker nima dostopa',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Neznani uporabnik {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
//Serbian (Serbia) [sr-RS]
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.elements.mentions.team.member.50plus': 'Tim • više od 50 članova',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Tim • više od 50 članova, uključujući vas',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Tim • 1 član} few {Tim • {0} člana} many {Tim • {0} članova} other {Tim • {0} članova}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Tim • 1 član, uključujući vas} few {Tim • {0} člana, uključujući vas} many {Tim • {0} članova, uključujući vas} other {Tim • {0} članova, uključujući vas}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Potreban pristup za Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Probajte ponovo za nekoliko sekundi',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Došlo je do greške',
|
|
19
|
+
'fabric.mention.error.differentText': 'Probajte da unesete drugi tekst',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Probajte da se odjavite i prijavite',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Nema pristupa',
|
|
22
|
+
'fabric.mention.noAccess.warning': 'Korisnik {name} neće biti obavešten jer nema pristup',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Nepoznat korisnik {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
//Serbian (Cyrillic) [sr-YR]
|
|
11
|
+
exports.default = {
|
|
12
|
+
'fabric.elements.mentions.team.member.50plus': 'Тим • више од 50 чланова',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Тим • више од 50 чланова, укључујући вас',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Тим • 1 члан} other {Тим • {0} члана/ова}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Тим • 1 члан, укључујући вас} other {Тим • {0} члана/ова, укључујући вас}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Потребан приступ за Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Пробајте поново за неколико секунди',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Дошло је до грешке',
|
|
19
|
+
'fabric.mention.error.differentText': 'Пробајте да унесете други текст',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Пробајте да се одјавите и пријавите',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Нема приступа',
|
|
22
|
+
'fabric.mention.noAccess.warning': 'Корисник {name} неће бити обавештен јер нема приступ',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Непознат корисник {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ medlemmar',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ medlemmar, inklusive dig',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 medlem} other {Team • {0} medlemmar}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 medlem, inklusive dig} other {Team • {0} medlemmar, inklusive dig}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Behöver åtkomst till Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Försök igen om några sekunder',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Något gick fel',
|
|
19
|
+
'fabric.mention.error.differentText': 'Prova att skriva en annan text',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Prova att logga ut och sedan logga in igen',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Ingen åtkomst',
|
|
22
|
+
'fabric.mention.noAccess.warning': '{name} kommer inte att meddelas eftersom de saknar åtkomst',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Okänd användare {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': 'ทีม • สมาชิกมากกว่า 50 คน',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'ทีม • สมาชิกมากกว่า 50 คน รวมคุณด้วย',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, other {ทีม • สมาชิก {0} คน}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {ทีม • สมาชิก {0} คน รวมคุณด้วย}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'ต้องการสิทธิ์การเข้าถึง Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'ลองอีกครั้งในอีกสักครู่',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'มีข้อผิดพลาดบางอย่างเกิดขึ้น',
|
|
19
|
+
'fabric.mention.error.differentText': 'ลองป้อนข้อความอื่น',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'ลองออกจากระบบและเข้าสู่ระบบใหม่อีกครั้ง',
|
|
21
|
+
'fabric.mention.noAccess.label': 'ไม่มีการเข้าถึง',
|
|
22
|
+
'fabric.mention.noAccess.warning': '{name} จะไม่ได้รับการแจ้งเตือนเนื่องจากพวกเขาไม่มีสิทธิ์การเข้าถึง',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'ผู้ใช้ที่ไม่รู้จัก {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': "Takım • 50'den fazla üye",
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': "Takım • Siz de dahil olmak üzere 50'den fazla üye",
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Takım • 1 üye} other {Takım • {0} üye}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Takım • Siz de dahil olmak üzere 1 üye} other {Takım • Siz de dahil olmak üzere {0} üye}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': "Confluence'a erişim gerekir",
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Birkaç saniye sonra yeniden deneyin',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Bir hata oluştu',
|
|
19
|
+
'fabric.mention.error.differentText': 'Farklı bir metin girmeyi deneyin',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Oturumu kapatıp yeniden açmayı deneyin',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Erişim izni yok',
|
|
22
|
+
'fabric.mention.noAccess.warning': 'Erişimi olmadığı için {name} adlı kullanıcıya bildirim gönderilmeyecek',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Bilinmeyen kullanıcı {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': 'Команда • Понад 50 учасників',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Команда • Понад 50 учасників включно з вами',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Команда • 1 учасник} few {Команда • {0} учасники} many {Команда • {0} учасників} other {Команда • {0} учасників}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Команда • 1 учасник включно з вами} few {Команда • {0} учасники включно з вами} many {Команда • {0} учасників включно з вами} other {Команда • {0} учасників включно з вами}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Потрібен доступ до Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Повторіть спробу за кілька секунд',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Щось пішло не так',
|
|
19
|
+
'fabric.mention.error.differentText': 'Спробуйте ввести інший текст',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Спробуйте вийти й знову ввійти',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Немає доступу',
|
|
22
|
+
'fabric.mention.noAccess.warning': '{name} не має доступу, тому не отримає сповіщення',
|
|
23
|
+
'fabric.mention.unknow.user.error': 'Невідомий користувач {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': 'Nhóm • 50+ thành viên',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Nhóm • 50+ thành viên, bao gồm cả bạn',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, other {Nhóm • {0} thành viên}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {Nhóm • {0} thành viên, bao gồm cả bạn}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Cần quyền truy cập vào Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': 'Hãy thử lại trong vài giây',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': 'Đã xảy ra lỗi',
|
|
19
|
+
'fabric.mention.error.differentText': 'Hãy thử nhập văn bản khác',
|
|
20
|
+
'fabric.mention.error.loginAgain': 'Hãy thử đăng xuất, sau đó đăng nhập lại',
|
|
21
|
+
'fabric.mention.noAccess.label': 'Không có quyền truy cập',
|
|
22
|
+
'fabric.mention.noAccess.warning': '{name} sẽ không được thông báo vì họ không có quyền truy cập',
|
|
23
|
+
'fabric.mention.unknow.user.error': '{userId} người dùng không xác định',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': '团队 • 50 多名成员',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': '团队 • 50 多名成员,包括您',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, other {团队 • {0} 名成员}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {团队 • {0} 名成员,包括您}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': '需要访问 Confluence',
|
|
17
|
+
'fabric.mention.error.defaultAction': '几秒钟后再试一次',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': '出错了',
|
|
19
|
+
'fabric.mention.error.differentText': '尝试输入不同的文本',
|
|
20
|
+
'fabric.mention.error.loginAgain': '尝试再次退出',
|
|
21
|
+
'fabric.mention.noAccess.label': '无法访问',
|
|
22
|
+
'fabric.mention.noAccess.warning': '将不会通知{name},因为他们无访问访问权限',
|
|
23
|
+
'fabric.mention.unknow.user.error': '未知用户 {userId}',
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
'fabric.elements.mentions.team.member.50plus': '團隊 • 50 名以上的成員',
|
|
13
|
+
'fabric.elements.mentions.team.member.50plus.including.you': '團隊 • 50 名以上的成員,包含您',
|
|
14
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, other {團隊 • {0} 名成員}}',
|
|
15
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, other {團隊 • {0} 名成員,包含您}}',
|
|
16
|
+
'fabric.elements.mentions.xproduct.mention.description': '需要 Confluence 的存取權',
|
|
17
|
+
'fabric.mention.error.defaultAction': '幾秒後再試一次',
|
|
18
|
+
'fabric.mention.error.defaultHeadline': '發生問題',
|
|
19
|
+
'fabric.mention.error.differentText': '嘗試輸入不同的文字',
|
|
20
|
+
'fabric.mention.error.loginAgain': '嘗試登出,然後再登入',
|
|
21
|
+
'fabric.mention.noAccess.label': '無存取權',
|
|
22
|
+
'fabric.mention.noAccess.warning': '{name} 沒有存取權,因此不會收到通知',
|
|
23
|
+
'fabric.mention.unknow.user.error': '未知的使用者 {userId}',
|
|
24
|
+
};
|
|
@@ -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,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Tým • 50 a více členů',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Tým • 50 a více členů včetně vás',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Tým • 1 člen} few {Tým • {0} členové} many {Tým • {0} člena} other {Tým • {0} členů}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Tým • 1 člen včetně vás} few {Tým • {0} členové včetně vás} many {Tým • {0} člena včetně vás} other {Tým • {0} členů včetně vás}}',
|
|
14
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Potřebuje přístup ke Confluence.',
|
|
15
|
+
'fabric.mention.error.defaultAction': 'Zkuste to znovu za pár sekund',
|
|
16
|
+
'fabric.mention.error.defaultHeadline': 'Něco se pokazilo',
|
|
17
|
+
'fabric.mention.error.differentText': 'Zkuste zadat jiný text',
|
|
18
|
+
'fabric.mention.error.loginAgain': 'Zkuste se odhlásit a znovu přihlásit',
|
|
19
|
+
'fabric.mention.noAccess.label': 'Žádný přístup',
|
|
20
|
+
'fabric.mention.noAccess.warning': 'Uživatel {name} nebude informován, protože nemá přístup',
|
|
21
|
+
'fabric.mention.unknow.user.error': 'Neznámý uživatel {userId}',
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • Over 50 medlemmer',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • Over 50 medlemmer, inklusive dig',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 medlem} other {Team • {0} medlemmer}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 medlem, inklusive dig} other {Team • {0} medlemmer, inklusive dig}}',
|
|
14
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Har brug for adgang til Confluence',
|
|
15
|
+
'fabric.mention.error.defaultAction': 'Prøv igen om nogle sekunder',
|
|
16
|
+
'fabric.mention.error.defaultHeadline': 'Noget gik galt',
|
|
17
|
+
'fabric.mention.error.differentText': 'Prøv at indtaste en anden tekst',
|
|
18
|
+
'fabric.mention.error.loginAgain': 'Prøv at logge ud og derefter ind igen',
|
|
19
|
+
'fabric.mention.noAccess.label': 'Ingen adgang',
|
|
20
|
+
'fabric.mention.noAccess.warning': '{name} får ikke besked, da personen ikke har adgang',
|
|
21
|
+
'fabric.mention.unknow.user.error': 'Ukendt bruger {userId}',
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • über 50 Mitglieder',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • über 50 Mitglieder, einschließlich Ihnen',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 Mitglied} other {Team • {0} Mitglieder}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 Mitglied, einschließlich Ihnen} other {Team • {0} Mitglieder, einschließlich Ihnen}}',
|
|
14
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Benötigt Zugriff auf Confluence',
|
|
15
|
+
'fabric.mention.error.defaultAction': 'Versuchen Sie es in ein paar Sekunden erneut.',
|
|
16
|
+
'fabric.mention.error.defaultHeadline': 'Irgendetwas ist schiefgelaufen',
|
|
17
|
+
'fabric.mention.error.differentText': 'Versuchen Sie, einen anderen Text einzugeben.',
|
|
18
|
+
'fabric.mention.error.loginAgain': 'Loggen Sie sich aus und wieder ein.',
|
|
19
|
+
'fabric.mention.noAccess.label': 'Kein Zugriff',
|
|
20
|
+
'fabric.mention.noAccess.warning': '{name} wird nicht benachrichtigt, da diese Person keinen Zugriff besitzt.',
|
|
21
|
+
'fabric.mention.unknow.user.error': 'Unbekannter Benutzer {userId}',
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
14
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Needs access to Confluence',
|
|
15
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
16
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
17
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
18
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
19
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
20
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
21
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}',
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': 'Team • {0, plural, one {1 member} other {{0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': 'Team • {0, plural, one {1 member} other {{0} members}}, including you',
|
|
14
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Needs access to Confluence',
|
|
15
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
16
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
17
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
18
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
19
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
20
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
21
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}',
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.elements.mentions.team.member.50plus': 'Team • 50+ members',
|
|
11
|
+
'fabric.elements.mentions.team.member.50plus.including.you': 'Team • 50+ members, including you',
|
|
12
|
+
'fabric.elements.mentions.team.member.count': '{0, plural, one {Team • 1 member} other {Team • {0} members}}',
|
|
13
|
+
'fabric.elements.mentions.team.member.count.including.you': '{0, plural, one {Team • 1 member, including you} other {Team • {0} members, including you}}',
|
|
14
|
+
'fabric.elements.mentions.xproduct.mention.description': 'Needs access to Confluence',
|
|
15
|
+
'fabric.mention.error.defaultAction': 'Try again in a few seconds',
|
|
16
|
+
'fabric.mention.error.defaultHeadline': 'Something went wrong',
|
|
17
|
+
'fabric.mention.error.differentText': 'Try entering different text',
|
|
18
|
+
'fabric.mention.error.loginAgain': 'Try logging out then in again',
|
|
19
|
+
'fabric.mention.noAccess.label': 'No access',
|
|
20
|
+
'fabric.mention.noAccess.warning': "{name} won't be notified as they have no access",
|
|
21
|
+
'fabric.mention.unknow.user.error': 'Unknown user {userId}',
|
|
22
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.elements.mentions.team.member.50plus': string;
|
|
9
|
+
'fabric.elements.mentions.team.member.50plus.including.you': string;
|
|
10
|
+
'fabric.elements.mentions.team.member.count': string;
|
|
11
|
+
'fabric.elements.mentions.team.member.count.including.you': string;
|
|
12
|
+
'fabric.elements.mentions.xproduct.mention.description': string;
|
|
13
|
+
'fabric.mention.error.defaultAction': string;
|
|
14
|
+
'fabric.mention.error.defaultHeadline': string;
|
|
15
|
+
'fabric.mention.error.differentText': string;
|
|
16
|
+
'fabric.mention.error.loginAgain': string;
|
|
17
|
+
'fabric.mention.noAccess.label': string;
|
|
18
|
+
'fabric.mention.noAccess.warning': string;
|
|
19
|
+
'fabric.mention.unknow.user.error': string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|