@atlaskit/smart-card 26.47.0 → 26.48.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/CHANGELOG.md +14 -0
- package/dist/cjs/extractors/common/meta/extractIsTrusted.js +0 -7
- package/dist/cjs/i18n/cs.js +17 -21
- package/dist/cjs/i18n/da.js +17 -21
- package/dist/cjs/i18n/de.js +17 -21
- package/dist/cjs/i18n/en.js +17 -21
- package/dist/cjs/i18n/en_GB.js +17 -21
- package/dist/cjs/i18n/en_ZZ.js +17 -21
- package/dist/cjs/i18n/es.js +17 -21
- package/dist/cjs/i18n/fi.js +17 -21
- package/dist/cjs/i18n/fr.js +17 -21
- package/dist/cjs/i18n/hu.js +17 -21
- package/dist/cjs/i18n/it.js +17 -21
- package/dist/cjs/i18n/ja.js +17 -21
- package/dist/cjs/i18n/ko.js +17 -21
- package/dist/cjs/i18n/nb.js +17 -21
- package/dist/cjs/i18n/nl.js +17 -21
- package/dist/cjs/i18n/pl.js +17 -21
- package/dist/cjs/i18n/pt_BR.js +17 -21
- package/dist/cjs/i18n/ru.js +17 -21
- package/dist/cjs/i18n/sv.js +17 -21
- package/dist/cjs/i18n/th.js +17 -21
- package/dist/cjs/i18n/tr.js +17 -21
- package/dist/cjs/i18n/uk.js +17 -21
- package/dist/cjs/i18n/vi.js +17 -21
- package/dist/cjs/i18n/zh.js +13 -21
- package/dist/cjs/i18n/zh_TW.js +17 -21
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/index.js +179 -0
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/store.js +11 -0
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/types.js +5 -0
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/utils.js +131 -0
- package/dist/cjs/state/hooks/use-ai-summary/index.js +44 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/index.js +0 -5
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +12 -0
- package/dist/cjs/view/HoverCard/components/ContentContainer.js +43 -0
- package/dist/cjs/view/HoverCard/components/CustomPopupContainer.js +7 -1
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +18 -3
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +6 -7
- package/dist/cjs/view/HoverCard/styled.js +4 -2
- package/dist/cjs/view/HoverCard/utils.js +7 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/extractors/common/meta/extractIsTrusted.js +0 -7
- package/dist/es2019/i18n/cs.js +17 -21
- package/dist/es2019/i18n/da.js +17 -21
- package/dist/es2019/i18n/de.js +17 -21
- package/dist/es2019/i18n/en.js +17 -21
- package/dist/es2019/i18n/en_GB.js +17 -21
- package/dist/es2019/i18n/en_ZZ.js +17 -21
- package/dist/es2019/i18n/es.js +17 -21
- package/dist/es2019/i18n/fi.js +17 -21
- package/dist/es2019/i18n/fr.js +17 -21
- package/dist/es2019/i18n/hu.js +17 -21
- package/dist/es2019/i18n/it.js +17 -21
- package/dist/es2019/i18n/ja.js +17 -21
- package/dist/es2019/i18n/ko.js +17 -21
- package/dist/es2019/i18n/nb.js +17 -21
- package/dist/es2019/i18n/nl.js +17 -21
- package/dist/es2019/i18n/pl.js +17 -21
- package/dist/es2019/i18n/pt_BR.js +17 -21
- package/dist/es2019/i18n/ru.js +17 -21
- package/dist/es2019/i18n/sv.js +17 -21
- package/dist/es2019/i18n/th.js +17 -21
- package/dist/es2019/i18n/tr.js +17 -21
- package/dist/es2019/i18n/uk.js +17 -21
- package/dist/es2019/i18n/vi.js +17 -21
- package/dist/es2019/i18n/zh.js +13 -21
- package/dist/es2019/i18n/zh_TW.js +17 -21
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/index.js +71 -0
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/store.js +5 -0
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/types.js +1 -0
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/utils.js +55 -0
- package/dist/es2019/state/hooks/use-ai-summary/index.js +35 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/index.js +0 -5
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +15 -1
- package/dist/es2019/view/HoverCard/components/ContentContainer.js +33 -0
- package/dist/es2019/view/HoverCard/components/CustomPopupContainer.js +8 -1
- package/dist/es2019/view/HoverCard/components/HoverCardContent.js +18 -6
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +6 -8
- package/dist/es2019/view/HoverCard/styled.js +4 -1
- package/dist/es2019/view/HoverCard/utils.js +4 -0
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/common/meta/extractIsTrusted.js +0 -7
- package/dist/esm/i18n/cs.js +17 -21
- package/dist/esm/i18n/da.js +17 -21
- package/dist/esm/i18n/de.js +17 -21
- package/dist/esm/i18n/en.js +17 -21
- package/dist/esm/i18n/en_GB.js +17 -21
- package/dist/esm/i18n/en_ZZ.js +17 -21
- package/dist/esm/i18n/es.js +17 -21
- package/dist/esm/i18n/fi.js +17 -21
- package/dist/esm/i18n/fr.js +17 -21
- package/dist/esm/i18n/hu.js +17 -21
- package/dist/esm/i18n/it.js +17 -21
- package/dist/esm/i18n/ja.js +17 -21
- package/dist/esm/i18n/ko.js +17 -21
- package/dist/esm/i18n/nb.js +17 -21
- package/dist/esm/i18n/nl.js +17 -21
- package/dist/esm/i18n/pl.js +17 -21
- package/dist/esm/i18n/pt_BR.js +17 -21
- package/dist/esm/i18n/ru.js +17 -21
- package/dist/esm/i18n/sv.js +17 -21
- package/dist/esm/i18n/th.js +17 -21
- package/dist/esm/i18n/tr.js +17 -21
- package/dist/esm/i18n/uk.js +17 -21
- package/dist/esm/i18n/vi.js +17 -21
- package/dist/esm/i18n/zh.js +13 -21
- package/dist/esm/i18n/zh_TW.js +17 -21
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/index.js +172 -0
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/store.js +5 -0
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/types.js +1 -0
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/utils.js +123 -0
- package/dist/esm/state/hooks/use-ai-summary/index.js +37 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/index.js +0 -5
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +13 -1
- package/dist/esm/view/HoverCard/components/ContentContainer.js +36 -0
- package/dist/esm/view/HoverCard/components/CustomPopupContainer.js +8 -1
- package/dist/esm/view/HoverCard/components/HoverCardContent.js +21 -6
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +6 -7
- package/dist/esm/view/HoverCard/styled.js +4 -1
- package/dist/esm/view/HoverCard/utils.js +6 -0
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +10 -14
- package/dist/types/i18n/da.d.ts +10 -14
- package/dist/types/i18n/de.d.ts +10 -14
- package/dist/types/i18n/en.d.ts +10 -14
- package/dist/types/i18n/en_GB.d.ts +10 -14
- package/dist/types/i18n/en_ZZ.d.ts +10 -14
- package/dist/types/i18n/es.d.ts +10 -14
- package/dist/types/i18n/fi.d.ts +10 -14
- package/dist/types/i18n/fr.d.ts +10 -14
- package/dist/types/i18n/hu.d.ts +10 -14
- package/dist/types/i18n/it.d.ts +10 -14
- package/dist/types/i18n/ja.d.ts +10 -14
- package/dist/types/i18n/ko.d.ts +10 -14
- package/dist/types/i18n/nb.d.ts +10 -14
- package/dist/types/i18n/nl.d.ts +10 -14
- package/dist/types/i18n/pl.d.ts +10 -14
- package/dist/types/i18n/pt_BR.d.ts +10 -14
- package/dist/types/i18n/ru.d.ts +10 -14
- package/dist/types/i18n/sv.d.ts +10 -14
- package/dist/types/i18n/th.d.ts +10 -14
- package/dist/types/i18n/tr.d.ts +10 -14
- package/dist/types/i18n/uk.d.ts +10 -14
- package/dist/types/i18n/vi.d.ts +10 -14
- package/dist/types/i18n/zh.d.ts +6 -14
- package/dist/types/i18n/zh_TW.d.ts +10 -14
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/index.d.ts +11 -0
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/store.d.ts +3 -0
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +158 -0
- package/dist/types/state/hooks/use-ai-summary/ai-summary-service/utils.d.ts +3 -0
- package/dist/types/state/hooks/use-ai-summary/index.d.ts +9 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types/view/HoverCard/components/ContentContainer.d.ts +4 -0
- package/dist/types/view/HoverCard/components/CustomPopupContainer.d.ts +5 -0
- package/dist/types/view/HoverCard/components/views/resolved/types.d.ts +3 -0
- package/dist/types/view/HoverCard/styled.d.ts +1 -0
- package/dist/types/view/HoverCard/types.d.ts +5 -0
- package/dist/types/view/HoverCard/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -14
- package/dist/types-ts4.5/i18n/da.d.ts +10 -14
- package/dist/types-ts4.5/i18n/de.d.ts +10 -14
- package/dist/types-ts4.5/i18n/en.d.ts +10 -14
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -14
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -14
- package/dist/types-ts4.5/i18n/es.d.ts +10 -14
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -14
- package/dist/types-ts4.5/i18n/fr.d.ts +10 -14
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -14
- package/dist/types-ts4.5/i18n/it.d.ts +10 -14
- package/dist/types-ts4.5/i18n/ja.d.ts +10 -14
- package/dist/types-ts4.5/i18n/ko.d.ts +10 -14
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -14
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -14
- package/dist/types-ts4.5/i18n/pl.d.ts +10 -14
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -14
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -14
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -14
- package/dist/types-ts4.5/i18n/th.d.ts +10 -14
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -14
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -14
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -14
- package/dist/types-ts4.5/i18n/zh.d.ts +6 -14
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -14
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/index.d.ts +11 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/store.d.ts +3 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +158 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/utils.d.ts +3 -0
- package/dist/types-ts4.5/state/hooks/use-ai-summary/index.d.ts +9 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/ContentContainer.d.ts +4 -0
- package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +5 -0
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/types.d.ts +3 -0
- package/dist/types-ts4.5/view/HoverCard/styled.d.ts +1 -0
- package/dist/types-ts4.5/view/HoverCard/types.d.ts +5 -0
- package/dist/types-ts4.5/view/HoverCard/utils.d.ts +2 -1
- package/package.json +7 -12
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': "Richiedi l'accesso per visualizzare questo contenuto da {hostname}.",
|
|
11
11
|
'fabric.linking.actions': 'Azioni',
|
|
12
12
|
'fabric.linking.add_account': 'Aggiungi account',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Riassumi',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Riepilogo fornito da Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'La qualità delle informazioni può variare. <a>Scopri di più</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence sta lavorando...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Assegnato a {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Annulla',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Impossibile connettersi, riprova',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Creazione: {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Creato da {context}',
|
|
36
40
|
'fabric.linking.delete': 'Elimina',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Unisciti ora',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Il tuo team usa {product} per collaborare; puoi iniziare a usarlo anche tu da subito!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Unisciti a {product} per visualizzare questo contenuto',
|
|
40
44
|
'fabric.linking.download': 'Scarica',
|
|
41
45
|
'fabric.linking.edit': 'Modifica',
|
|
42
46
|
'fabric.linking.follow': 'Segui',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Accesso vietato',
|
|
44
|
-
'fabric.linking.forbidden_description': "
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'Non hai accesso a questo contenuto',
|
|
48
|
+
'fabric.linking.forbidden_description': "Contatta l'amministratore per richiedere l'accesso a {hostname}.",
|
|
49
|
+
'fabric.linking.forbidden_title': 'Non hai accesso a questo contenuto',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Si è verificato un errore',
|
|
48
51
|
'fabric.linking.go_back': 'Torna indietro',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Contenuto soggetto a restrizioni',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Aggiornato il {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Aggiornamento: {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'Altre azioni',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': "
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Errore. Impossibile trovare questo link.',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'Non possiamo mostrarti questa pagina {product}',
|
|
63
|
+
'fabric.linking.no_access_title': 'Unisciti a {product} per visualizzare questo contenuto',
|
|
64
|
+
'fabric.linking.not_found_description': "La pagina non esiste o potrebbe essere stata spostata dopo l'aggiunta di questo link.",
|
|
65
|
+
'fabric.linking.not_found_title': 'Non possiamo mostrarti questa pagina {product}',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Apri il ticket in Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Apri link in una nuova scheda',
|
|
67
68
|
'fabric.linking.owned_by': 'Di proprietà di {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Correlate',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': "Questo link non è menzionato da nessun'altra parte.",
|
|
87
88
|
'fabric.linking.request_access': 'Richiedi accesso',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'In attesa di approvazione',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'La tua richiesta di accesso è in sospeso.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': "La tua richiesta di accesso a {hostname} è in attesa di approvazione dell'amministratore.",
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': "L'accesso a {product} è in sospeso",
|
|
89
|
+
'fabric.linking.request_access_description': "Il tuo team usa {product} per collaborare. Invia all'amministratore una richiesta di accesso.",
|
|
90
|
+
'fabric.linking.request_access_pending': 'In attesa di approvazione',
|
|
91
|
+
'fabric.linking.request_access_pending_description': "La tua richiesta di accesso a {hostname} è in attesa di approvazione dell'amministratore.",
|
|
92
|
+
'fabric.linking.request_access_pending_title': "L'accesso a {product} è in sospeso",
|
|
96
93
|
'fabric.linking.request_access_to_view': "Richiedi l'accesso a {context} per visualizzare questo ticket",
|
|
97
94
|
'fabric.linking.request_denied': 'La richiesta di accesso è stata rifiutata',
|
|
98
|
-
'fabric.linking.request_denied_description': "
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': "L'amministratore non ha approvato la tua richiesta di visualizzazione delle pagine {product} di {hostname}.",
|
|
95
|
+
'fabric.linking.request_denied_description': "L'amministratore non ha approvato la tua richiesta di visualizzazione delle pagine {product} di {hostname}.",
|
|
100
96
|
'fabric.linking.restricted_link': 'Link con restrizioni, prova con un altro account',
|
|
101
97
|
'fabric.linking.retry': 'Riprova',
|
|
102
98
|
'fabric.linking.save': 'Salva',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': '{hostname} からこのコンテンツを閲覧するには、アクセス権をリクエストしてください。',
|
|
11
11
|
'fabric.linking.actions': 'アクション',
|
|
12
12
|
'fabric.linking.add_account': 'アカウントを追加',
|
|
13
|
+
'fabric.linking.ai_summarize': '要約',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Atlassian Intelligence による要約',
|
|
15
|
+
'fabric.linking.ai_summarized_info': '情報の質は異なる場合があります。<a>詳細をご確認ください</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence が作動中...',
|
|
13
17
|
'fabric.linking.assigned_to': '割り当て先: {context}',
|
|
14
18
|
'fabric.linking.cancel': 'キャンセル',
|
|
15
19
|
'fabric.linking.cannot_connect': '接続できません、もう一度お試しください。',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': '作成日: {context}',
|
|
35
39
|
'fabric.linking.created_by': '作成元: {context}',
|
|
36
40
|
'fabric.linking.delete': '削除',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': '今すぐ参加する',
|
|
42
|
+
'fabric.linking.direct_access_description': 'あなたのチームは {product} を使用してコラボレーションしています。あなたも今すぐ使用を開始できます!',
|
|
43
|
+
'fabric.linking.direct_access_title': '{product} に参加してこのコンテンツを閲覧する',
|
|
40
44
|
'fabric.linking.download': 'ダウンロード',
|
|
41
45
|
'fabric.linking.edit': '編集',
|
|
42
46
|
'fabric.linking.follow': 'フォロー',
|
|
43
47
|
'fabric.linking.forbidden_access': 'アクセスは禁止されています。',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'このコンテンツへのアクセス権がありません',
|
|
48
|
+
'fabric.linking.forbidden_description': '{hostname} へのアクセス権をリクエストするには、管理者に連絡してください。',
|
|
49
|
+
'fabric.linking.forbidden_title': 'このコンテンツへのアクセス権がありません',
|
|
47
50
|
'fabric.linking.generic_error_message': 'エラーが発生しました',
|
|
48
51
|
'fabric.linking.go_back': '戻る',
|
|
49
52
|
'fabric.linking.invalid_permissions': '制限付きコンテンツ',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': '更新日: {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': '更新日: {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'その他のアクション',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': '申し訳ありません。リンクが見つかりません。',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'この {product} のページは表示できません',
|
|
63
|
+
'fabric.linking.no_access_title': '{product} に参加してこのコンテンツを閲覧する',
|
|
64
|
+
'fabric.linking.not_found_description': 'ページが存在しないか、このリンクの追加後に変更された可能性があります。',
|
|
65
|
+
'fabric.linking.not_found_title': 'この {product} のページは表示できません',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Jira で課題を開く',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'リンクを新しいタブで開く',
|
|
67
68
|
'fabric.linking.owned_by': '所有者: {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': '関連',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'このリンクは他のどこでも言及されていません。',
|
|
87
88
|
'fabric.linking.request_access': 'アクセスをリクエスト',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': '承認待ち',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'アクセス リクエストは保留中です。',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': '{hostname} へのアクセス権のリクエストは管理者の承認待ちです。',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': '{product} へのアクセス権は保留中です',
|
|
89
|
+
'fabric.linking.request_access_description': 'あなたのチームは {product} を使用してコラボレーションしています。管理者にアクセス権をリクエストしてください。',
|
|
90
|
+
'fabric.linking.request_access_pending': '承認待ち',
|
|
91
|
+
'fabric.linking.request_access_pending_description': '{hostname} へのアクセス権のリクエストは管理者の承認待ちです。',
|
|
92
|
+
'fabric.linking.request_access_pending_title': '{product} へのアクセス権は保留中です',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'この課題を表示するには、{context}へのアクセスをリクエストします。',
|
|
97
94
|
'fabric.linking.request_denied': 'アクセス リクエストが拒否されました。',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': '{hostname} の {product} ページを閲覧するリクエストが管理者によって承認されませんでした。',
|
|
95
|
+
'fabric.linking.request_denied_description': '{hostname} の {product} ページを閲覧するリクエストが管理者によって承認されませんでした。',
|
|
100
96
|
'fabric.linking.restricted_link': '制限されているリンクです、別のアカウントをお試しください。',
|
|
101
97
|
'fabric.linking.retry': '再試行',
|
|
102
98
|
'fabric.linking.save': '保存',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': '{hostname}에서 이 콘텐츠를 보려면 액세스 권한을 요청하세요.',
|
|
11
11
|
'fabric.linking.actions': '작업',
|
|
12
12
|
'fabric.linking.add_account': '계정 추가',
|
|
13
|
+
'fabric.linking.ai_summarize': '요약',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Atlassian Intelligence가 요약했습니다',
|
|
15
|
+
'fabric.linking.ai_summarized_info': '정보 품질은 다를 수 있습니다. <a>자세히 알아보기</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence가 작동하는 중입니다...',
|
|
13
17
|
'fabric.linking.assigned_to': '{context} 님에게 할당',
|
|
14
18
|
'fabric.linking.cancel': '취소',
|
|
15
19
|
'fabric.linking.cannot_connect': '연결할 수 없습니다. 다시 시도하세요',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': '{context}에 만듦',
|
|
35
39
|
'fabric.linking.created_by': '작성자: {context}',
|
|
36
40
|
'fabric.linking.delete': '삭제',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': '지금 참가',
|
|
42
|
+
'fabric.linking.direct_access_description': '팀이 공동 작업하는 데 {product}을(를) 사용하므로 바로 사용할 수 있습니다!',
|
|
43
|
+
'fabric.linking.direct_access_title': '{product}에 참여하여 이 콘텐츠 보기',
|
|
40
44
|
'fabric.linking.download': '다운로드',
|
|
41
45
|
'fabric.linking.edit': '편집',
|
|
42
46
|
'fabric.linking.follow': '팔로우',
|
|
43
47
|
'fabric.linking.forbidden_access': '액세스가 금지되었습니다',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': '이 콘텐츠에 대한 액세스 권한이 없습니다',
|
|
48
|
+
'fabric.linking.forbidden_description': '{hostname}에 대한 액세스를 요청하려면 관리자에게 문의하세요.',
|
|
49
|
+
'fabric.linking.forbidden_title': '이 콘텐츠에 대한 액세스 권한이 없습니다',
|
|
47
50
|
'fabric.linking.generic_error_message': '오류 발생',
|
|
48
51
|
'fabric.linking.go_back': '뒤로 가기',
|
|
49
52
|
'fabric.linking.invalid_permissions': '제한된 콘텐츠',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': '{context}에 업데이트',
|
|
58
61
|
'fabric.linking.modified_on_relative': '{context}에 업데이트',
|
|
59
62
|
'fabric.linking.more_actions': '추가 작업',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': '죄송합니다. 이 링크를 찾을 수 없습니다.',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': '{product} 페이지를 표시할 수 없습니다',
|
|
63
|
+
'fabric.linking.no_access_title': '{product}에 참여하여 이 콘텐츠 보기',
|
|
64
|
+
'fabric.linking.not_found_description': '페이지가 존재하지 않거나 이 링크를 추가한 후 변경되었을 수 있습니다.',
|
|
65
|
+
'fabric.linking.not_found_title': '{product} 페이지를 표시할 수 없습니다',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Jira에서 이슈 열기',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': '새 탭에서 링크 열기',
|
|
67
68
|
'fabric.linking.owned_by': '소유자: {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': '관련',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': '이 링크는 다른 곳에서는 멘션되지 않았습니다.',
|
|
87
88
|
'fabric.linking.request_access': '액세스 요청',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': '승인 대기 중',
|
|
93
|
-
'fabric.linking.request_access_pending_description': '액세스 요청이 보류 중입니다.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': '{hostname}에 대한 액세스 요청이 관리자 승인을 기다리는 중입니다.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': '{product}에 대한 액세스 보류 중',
|
|
89
|
+
'fabric.linking.request_access_description': '팀이 공동 작업하는 데 {product}을(를) 사용합니다. 관리자에게 액세스 요청을 보내세요.',
|
|
90
|
+
'fabric.linking.request_access_pending': '승인 대기 중',
|
|
91
|
+
'fabric.linking.request_access_pending_description': '{hostname}에 대한 액세스 요청이 관리자 승인을 기다리는 중입니다.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': '{product}에 대한 액세스 보류 중',
|
|
96
93
|
'fabric.linking.request_access_to_view': '이 이슈를 보려면 {context}에 대한 액세스를 요청하세요',
|
|
97
94
|
'fabric.linking.request_denied': '액세스 요청이 거부되었습니다',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': '관리자가 {hostname}에서 {product} 페이지를 보기 위한 요청을 승인하지 않았습니다.',
|
|
95
|
+
'fabric.linking.request_denied_description': '관리자가 {hostname}에서 {product} 페이지를 보기 위한 요청을 승인하지 않았습니다.',
|
|
100
96
|
'fabric.linking.restricted_link': '제한된 링크, 다른 계정으로 시도하세요',
|
|
101
97
|
'fabric.linking.retry': '다시 시도',
|
|
102
98
|
'fabric.linking.save': '저장',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Be om tilgang for å vise dette innholdet fra {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Tiltak',
|
|
12
12
|
'fabric.linking.add_account': 'Legg til en konto',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Oppsummer',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Oppsummert av Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'Kvaliteten på informasjonen kan variere. <a>Finn ut mer</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence arbeider …',
|
|
13
17
|
'fabric.linking.assigned_to': 'Tilordnet til {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Avbryt',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Kan ikke koble til, prøv på nytt',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Opprettet {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Opprettet av {context}',
|
|
36
40
|
'fabric.linking.delete': 'Slett',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Bli med nå',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Teamet ditt bruker {product} til å samarbeide, og du kan begynne å bruke det med en gang!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Bli med i {product} for å se dette innholdet',
|
|
40
44
|
'fabric.linking.download': 'Last ned',
|
|
41
45
|
'fabric.linking.edit': 'Rediger',
|
|
42
46
|
'fabric.linking.follow': 'Følg',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Du har ikke tilgang',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'Du har ikke tilgang til dette innholdet',
|
|
48
|
+
'fabric.linking.forbidden_description': 'Kontakt administratoren for å be om tilgang til {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': 'Du har ikke tilgang til dette innholdet',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Det oppstod en feil',
|
|
48
51
|
'fabric.linking.go_back': 'Gå tilbake',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Begrenset innhold',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Oppdatert {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Oppdatert {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'Flere handlinger',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Oi sann. VI finner ikke denne koblingen.',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'Vi kan ikke vise deg denne {product}-siden',
|
|
63
|
+
'fabric.linking.no_access_title': 'Bli med i {product} for å se dette innholdet',
|
|
64
|
+
'fabric.linking.not_found_description': 'Siden finnes ikke, eller den kan ha blitt endret siden denne koblingen ble lagt til.',
|
|
65
|
+
'fabric.linking.not_found_title': 'Vi kan ikke vise deg denne {product}-siden',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Åpne saken i Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Åpne kobling i en ny fane',
|
|
67
68
|
'fabric.linking.owned_by': 'Eid av {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Beslektet',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'Denne koblingen er ikke omtalt andre steder.',
|
|
87
88
|
'fabric.linking.request_access': 'Be om tilgang',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Venter på godkjenning',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Avventer svar på forespørsel om tilgang',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Forespørselen din om tilgang til {hostname} venter på godkjenning fra administratoren.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Venter på tilgang til {product}',
|
|
89
|
+
'fabric.linking.request_access_description': 'Teamet ditt bruker {product} til å samarbeide. Be administratoren din om tilgang.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Venter på godkjenning',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Forespørselen din om tilgang til {hostname} venter på godkjenning fra administratoren.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Venter på tilgang til {product}',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Be om tilgang til {context} for å vise denne saken',
|
|
97
94
|
'fabric.linking.request_denied': 'Forespørselen din om tilgang ble avslått',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': 'Administratoren godkjente ikke forespørselen din om å vise {product}-sider fra {hostname}.',
|
|
95
|
+
'fabric.linking.request_denied_description': 'Administratoren godkjente ikke forespørselen din om å vise {product}-sider fra {hostname}.',
|
|
100
96
|
'fabric.linking.restricted_link': 'Begrenset kobling, prøv en annen konto',
|
|
101
97
|
'fabric.linking.retry': 'Prøv igjen',
|
|
102
98
|
'fabric.linking.save': 'Lagre',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Vraag toegang aan om deze inhoud van {hostname} te bekijken.',
|
|
11
11
|
'fabric.linking.actions': 'Acties',
|
|
12
12
|
'fabric.linking.add_account': 'Account toevoegen',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Samenvatten',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Samengevat door Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'De kwaliteit van de informatie kan verschillen. <a>Meer informatie</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence is bezig ...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Toegewezen aan {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Annuleren',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Geen verbinding, probeer het opnieuw',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Aangemaakt: {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Aangemaakt door {context}',
|
|
36
40
|
'fabric.linking.delete': 'Verwijderen',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Nu lid worden',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Je team gebruikt {product} om samen te werken. Je kunt er meteen mee aan de slag!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Word lid van {product} om deze inhoud te bekijken',
|
|
40
44
|
'fabric.linking.download': 'Downloaden',
|
|
41
45
|
'fabric.linking.edit': 'Bewerken',
|
|
42
46
|
'fabric.linking.follow': 'Volgen',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Je hebt geen toegang',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'Je hebt geen toegang tot deze inhoud',
|
|
48
|
+
'fabric.linking.forbidden_description': 'Neem contact op met je beheerder om toegang aan te vragen tot {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': 'Je hebt geen toegang tot deze inhoud',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Er is een fout opgetreden',
|
|
48
51
|
'fabric.linking.go_back': 'Teruggaan',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Beperkte toegang',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Bijgewerkt op {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Bijgewerkt: {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'Meer acties',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Oh-oh. We kunnen deze link niet vinden.',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'We kunnen deze {product}-pagina niet weergeven',
|
|
63
|
+
'fabric.linking.no_access_title': 'Word lid van {product} om deze inhoud te bekijken',
|
|
64
|
+
'fabric.linking.not_found_description': 'Deze pagina bestaat niet of is mogelijk gewijzigd nadat deze link is toegevoegd.',
|
|
65
|
+
'fabric.linking.not_found_title': 'We kunnen deze {product}-pagina niet weergeven',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Open issue in Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Open de link in een nieuw tabblad',
|
|
67
68
|
'fabric.linking.owned_by': 'Eigendom van {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Gerelateerd',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'Deze link wordt nergens anders vermeld.',
|
|
87
88
|
'fabric.linking.request_access': 'Toegang aanvragen',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Wachten op goedkeuring',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Je toegangsaanvraag wordt behandeld.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Je aanvraag voor toegang tot {hostname} is in afwachting van goedkeuring van de beheerder.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Toegang tot {product} is in afwachting',
|
|
89
|
+
'fabric.linking.request_access_description': 'Je team gebruikt {product} om samen te werken. Vraag je beheerder om toestemming.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Wachten op goedkeuring',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Je aanvraag voor toegang tot {hostname} is in afwachting van goedkeuring van de beheerder.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Toegang tot {product} is in afwachting',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Vraag toegang aan tot {context} om deze issue te bekijken',
|
|
97
94
|
'fabric.linking.request_denied': 'Je toegangsaanvraag is afgewezen',
|
|
98
|
-
'fabric.linking.request_denied_description':
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': "Je beheerder heeft je aanvraag om {product}-pagina's te bekijken van {hostname} niet goedgekeurd.",
|
|
95
|
+
'fabric.linking.request_denied_description': "Je beheerder heeft je aanvraag om {product}-pagina's te bekijken van {hostname} niet goedgekeurd.",
|
|
100
96
|
'fabric.linking.restricted_link': 'Afgeschermde link, probeer een ander account',
|
|
101
97
|
'fabric.linking.retry': 'Probeer opnieuw',
|
|
102
98
|
'fabric.linking.save': 'Opslaan',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Poproś o dostęp, aby wyświetlić tę treść z witryny {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Akcje',
|
|
12
12
|
'fabric.linking.add_account': 'Dodaj konto',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Podsumuj',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Podsumowane przez Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'Jakość informacji może się różnić. <a>Dowiedz się więcej</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'Atlassian Intelligence wykonuje swoją pracę…',
|
|
13
17
|
'fabric.linking.assigned_to': 'Przypisano do {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Anuluj',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Nie można nawiązać połączenia. Spróbuj ponownie.',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Utworzono {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Autor: {context}',
|
|
36
40
|
'fabric.linking.delete': 'Usuń',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Dołącz teraz',
|
|
42
|
+
'fabric.linking.direct_access_description': 'Twój zespół używa produktu {product} do współpracy – zacznij z niego korzystać już teraz!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Dołącz do {product}, aby wyświetlić tę treść',
|
|
40
44
|
'fabric.linking.download': 'Pobierz',
|
|
41
45
|
'fabric.linking.edit': 'Edytuj',
|
|
42
46
|
'fabric.linking.follow': 'Obserwuj',
|
|
43
47
|
'fabric.linking.forbidden_access': 'Dostęp zabroniony',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'Nie masz dostępu do tej treści',
|
|
48
|
+
'fabric.linking.forbidden_description': 'Skontaktuj się z administratorem, aby poprosić o dostęp do witryny {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': 'Nie masz dostępu do tej treści',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Wystąpił błąd',
|
|
48
51
|
'fabric.linking.go_back': 'Wstecz',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Treść objęta ograniczeniami',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Zaktualizowano {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Zaktualizowano {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'Więcej czynności',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Niestety. Nie można znaleźć tego łącza!',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'Nie można wyświetlić tej strony {product}',
|
|
63
|
+
'fabric.linking.no_access_title': 'Dołącz do {product}, aby wyświetlić tę treść',
|
|
64
|
+
'fabric.linking.not_found_description': 'Strona nie istnieje lub mogła ulec zmianie po dodaniu tego łącza.',
|
|
65
|
+
'fabric.linking.not_found_title': 'Nie można wyświetlić tej strony {product}',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Otwórz zgłoszenie w systemie Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Otwórz łącze na nowej karcie',
|
|
67
68
|
'fabric.linking.owned_by': 'Właściciel: {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Powiązane',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'To łącze nie jest wspomniane nigdzie indziej.',
|
|
87
88
|
'fabric.linking.request_access': 'Poproś o dostęp',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Oczekiwanie na zatwierdzenie',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Twój wniosek o dostęp oczekuje na rozpatrzenie.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'Twoja prośba o dostęp do witryny {hostname} oczekuje na zatwierdzenie przez administratora.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'Oczekiwanie na dostęp do {product}',
|
|
89
|
+
'fabric.linking.request_access_description': 'Twój zespół używa {product} do współpracy. Poproś administratora o dostęp.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Oczekiwanie na zatwierdzenie',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'Twoja prośba o dostęp do witryny {hostname} oczekuje na zatwierdzenie przez administratora.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'Oczekiwanie na dostęp do {product}',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Poproś o dostęp do {context}, aby wyświetlić to zgłoszenie',
|
|
97
94
|
'fabric.linking.request_denied': 'Twój wniosek o dostęp został odrzucony',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': 'Administrator nie zatwierdził Twojej prośby o dostęp do stron {product} w witrynie {hostname}.',
|
|
95
|
+
'fabric.linking.request_denied_description': 'Administrator nie zatwierdził Twojej prośby o dostęp do stron {product} w witrynie {hostname}.',
|
|
100
96
|
'fabric.linking.restricted_link': 'Łącze z ograniczeniami. Spróbuj z innego konta.',
|
|
101
97
|
'fabric.linking.retry': 'Spróbuj ponownie',
|
|
102
98
|
'fabric.linking.save': 'Zapisz',
|
|
@@ -10,6 +10,10 @@ export default {
|
|
|
10
10
|
'fabric.linking.access_exists_description': 'Solicite acesso para visualizar este conteúdo em {hostname}.',
|
|
11
11
|
'fabric.linking.actions': 'Ações',
|
|
12
12
|
'fabric.linking.add_account': 'Adicionar conta',
|
|
13
|
+
'fabric.linking.ai_summarize': 'Resumir',
|
|
14
|
+
'fabric.linking.ai_summarized': 'Resumido pelo Atlassian Intelligence',
|
|
15
|
+
'fabric.linking.ai_summarized_info': 'A qualidade das informações pode variar. <a>Saiba mais</a>',
|
|
16
|
+
'fabric.linking.ai_summarizing': 'O Atlassian Intelligence está trabalhando...',
|
|
13
17
|
'fabric.linking.assigned_to': 'Atribuído a {context}',
|
|
14
18
|
'fabric.linking.cancel': 'Cancelar',
|
|
15
19
|
'fabric.linking.cannot_connect': 'Não é possível conectar; tente de novo',
|
|
@@ -34,16 +38,15 @@ export default {
|
|
|
34
38
|
'fabric.linking.create_on_relative': 'Criação: {context}',
|
|
35
39
|
'fabric.linking.created_by': 'Criado por {context}',
|
|
36
40
|
'fabric.linking.delete': 'Excluir',
|
|
37
|
-
'fabric.linking.
|
|
38
|
-
'fabric.linking.
|
|
39
|
-
'fabric.linking.
|
|
41
|
+
'fabric.linking.direct_access': 'Entrar agora',
|
|
42
|
+
'fabric.linking.direct_access_description': 'A equipe já usa o {product} para colaborar e você também pode começar agora mesmo!',
|
|
43
|
+
'fabric.linking.direct_access_title': 'Entre no {product} para ver este conteúdo',
|
|
40
44
|
'fabric.linking.download': 'Baixar',
|
|
41
45
|
'fabric.linking.edit': 'Editar',
|
|
42
46
|
'fabric.linking.follow': 'Seguir',
|
|
43
47
|
'fabric.linking.forbidden_access': 'O acesso é proibido',
|
|
44
|
-
'fabric.linking.forbidden_description': '
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.forbidden_title_crossjoin': 'Você não tem acesso a este conteúdo',
|
|
48
|
+
'fabric.linking.forbidden_description': 'Fale com o administrador para solicitar acesso a {hostname}.',
|
|
49
|
+
'fabric.linking.forbidden_title': 'Você não tem acesso a este conteúdo',
|
|
47
50
|
'fabric.linking.generic_error_message': 'Ocorreu um erro',
|
|
48
51
|
'fabric.linking.go_back': 'Voltar',
|
|
49
52
|
'fabric.linking.invalid_permissions': 'Conteúdo restrito',
|
|
@@ -57,11 +60,9 @@ export default {
|
|
|
57
60
|
'fabric.linking.modified_on_absolute': 'Atualizado em {context}',
|
|
58
61
|
'fabric.linking.modified_on_relative': 'Atualizado em {context}',
|
|
59
62
|
'fabric.linking.more_actions': 'Mais ações',
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.not_found_description': '
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.not_found_title': 'Ah, não! Não foi possível encontrar o link.',
|
|
64
|
-
'fabric.linking.not_found_title_crossjoin': 'Não é possível exibir esta página {product}',
|
|
63
|
+
'fabric.linking.no_access_title': 'Entre no {product} para ver este conteúdo',
|
|
64
|
+
'fabric.linking.not_found_description': 'A página não existe ou pode ter sido alterada depois que esse link foi adicionado.',
|
|
65
|
+
'fabric.linking.not_found_title': 'Não é possível exibir esta página {product}',
|
|
65
66
|
'fabric.linking.open_issue_in_jira': 'Abrir item no Jira',
|
|
66
67
|
'fabric.linking.open_link_in_a_new_tab': 'Abrir link em uma nova guia',
|
|
67
68
|
'fabric.linking.owned_by': 'Pertence a {context}',
|
|
@@ -85,18 +86,13 @@ export default {
|
|
|
85
86
|
'fabric.linking.related': 'Relacionado',
|
|
86
87
|
'fabric.linking.related_work_items_not_found': 'Este link não está mencionado em nenhum outro lugar.',
|
|
87
88
|
'fabric.linking.request_access': 'Solicitar acesso',
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.request_access_pending_crossjoin': 'Aprovação pendente',
|
|
93
|
-
'fabric.linking.request_access_pending_description': 'Sua solicitação de acesso está pendente.',
|
|
94
|
-
'fabric.linking.request_access_pending_description_crossjoin': 'A solicitação de acesso a {hostname} está aguardando aprovação do administrador.',
|
|
95
|
-
'fabric.linking.request_access_pending_title_crossjoin': 'O acesso a {product} está pendente',
|
|
89
|
+
'fabric.linking.request_access_description': 'A equipe já usa o {product} para colaborar. Envie ao administrador uma solicitação de acesso.',
|
|
90
|
+
'fabric.linking.request_access_pending': 'Aprovação pendente',
|
|
91
|
+
'fabric.linking.request_access_pending_description': 'A solicitação de acesso a {hostname} está aguardando aprovação do administrador.',
|
|
92
|
+
'fabric.linking.request_access_pending_title': 'O acesso a {product} está pendente',
|
|
96
93
|
'fabric.linking.request_access_to_view': 'Solicite acesso a {context} para ver esse item',
|
|
97
94
|
'fabric.linking.request_denied': 'A solicitação de acesso foi negada',
|
|
98
|
-
'fabric.linking.request_denied_description': '
|
|
99
|
-
'fabric.linking.request_denied_description_crossjoin': 'O administrador não aprovou a solicitação para visualizar páginas {product} de {hostname}.',
|
|
95
|
+
'fabric.linking.request_denied_description': 'O administrador não aprovou a solicitação para visualizar páginas {product} de {hostname}.',
|
|
100
96
|
'fabric.linking.restricted_link': 'Link restrito; tente outra conta',
|
|
101
97
|
'fabric.linking.retry': 'Tentar novamente',
|
|
102
98
|
'fabric.linking.save': 'Salvar',
|