@atlaskit/link-datasource 1.31.2 → 1.31.3
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 +8 -0
- package/dist/cjs/i18n/cs.js +15 -0
- package/dist/cjs/i18n/da.js +15 -0
- package/dist/cjs/i18n/de.js +15 -0
- package/dist/cjs/i18n/en.js +14 -0
- package/dist/cjs/i18n/en_GB.js +14 -0
- package/dist/cjs/i18n/en_ZZ.js +43 -3
- package/dist/cjs/i18n/es.js +15 -0
- package/dist/cjs/i18n/fi.js +15 -0
- package/dist/cjs/i18n/fr.js +16 -1
- package/dist/cjs/i18n/hu.js +15 -0
- package/dist/cjs/i18n/it.js +15 -0
- package/dist/cjs/i18n/ja.js +16 -0
- package/dist/cjs/i18n/ko.js +16 -1
- package/dist/cjs/i18n/nb.js +15 -0
- package/dist/cjs/i18n/nl.js +16 -1
- package/dist/cjs/i18n/pl.js +15 -0
- package/dist/cjs/i18n/pt_BR.js +15 -0
- package/dist/cjs/i18n/ru.js +15 -0
- package/dist/cjs/i18n/sv.js +15 -0
- package/dist/cjs/i18n/th.js +15 -0
- package/dist/cjs/i18n/tr.js +17 -1
- package/dist/cjs/i18n/uk.js +16 -1
- package/dist/cjs/i18n/vi.js +15 -0
- package/dist/cjs/i18n/zh.js +15 -0
- package/dist/cjs/i18n/zh_TW.js +15 -0
- package/dist/es2019/i18n/cs.js +15 -0
- package/dist/es2019/i18n/da.js +15 -0
- package/dist/es2019/i18n/de.js +15 -0
- package/dist/es2019/i18n/en.js +14 -0
- package/dist/es2019/i18n/en_GB.js +14 -0
- package/dist/es2019/i18n/en_ZZ.js +43 -3
- package/dist/es2019/i18n/es.js +15 -0
- package/dist/es2019/i18n/fi.js +15 -0
- package/dist/es2019/i18n/fr.js +16 -1
- package/dist/es2019/i18n/hu.js +15 -0
- package/dist/es2019/i18n/it.js +15 -0
- package/dist/es2019/i18n/ja.js +16 -0
- package/dist/es2019/i18n/ko.js +16 -1
- package/dist/es2019/i18n/nb.js +15 -0
- package/dist/es2019/i18n/nl.js +16 -1
- package/dist/es2019/i18n/pl.js +15 -0
- package/dist/es2019/i18n/pt_BR.js +15 -0
- package/dist/es2019/i18n/ru.js +15 -0
- package/dist/es2019/i18n/sv.js +15 -0
- package/dist/es2019/i18n/th.js +15 -0
- package/dist/es2019/i18n/tr.js +17 -1
- package/dist/es2019/i18n/uk.js +16 -1
- package/dist/es2019/i18n/vi.js +15 -0
- package/dist/es2019/i18n/zh.js +15 -0
- package/dist/es2019/i18n/zh_TW.js +15 -0
- package/dist/esm/i18n/cs.js +15 -0
- package/dist/esm/i18n/da.js +15 -0
- package/dist/esm/i18n/de.js +15 -0
- package/dist/esm/i18n/en.js +14 -0
- package/dist/esm/i18n/en_GB.js +14 -0
- package/dist/esm/i18n/en_ZZ.js +43 -3
- package/dist/esm/i18n/es.js +15 -0
- package/dist/esm/i18n/fi.js +15 -0
- package/dist/esm/i18n/fr.js +16 -1
- package/dist/esm/i18n/hu.js +15 -0
- package/dist/esm/i18n/it.js +15 -0
- package/dist/esm/i18n/ja.js +16 -0
- package/dist/esm/i18n/ko.js +16 -1
- package/dist/esm/i18n/nb.js +15 -0
- package/dist/esm/i18n/nl.js +16 -1
- package/dist/esm/i18n/pl.js +15 -0
- package/dist/esm/i18n/pt_BR.js +15 -0
- package/dist/esm/i18n/ru.js +15 -0
- package/dist/esm/i18n/sv.js +15 -0
- package/dist/esm/i18n/th.js +15 -0
- package/dist/esm/i18n/tr.js +17 -1
- package/dist/esm/i18n/uk.js +16 -1
- package/dist/esm/i18n/vi.js +15 -0
- package/dist/esm/i18n/zh.js +15 -0
- package/dist/esm/i18n/zh_TW.js +15 -0
- package/dist/types/i18n/cs.d.ts +15 -0
- package/dist/types/i18n/da.d.ts +15 -0
- package/dist/types/i18n/de.d.ts +15 -0
- package/dist/types/i18n/en.d.ts +14 -0
- package/dist/types/i18n/en_GB.d.ts +14 -0
- package/dist/types/i18n/en_ZZ.d.ts +42 -2
- package/dist/types/i18n/es.d.ts +15 -0
- package/dist/types/i18n/fi.d.ts +15 -0
- package/dist/types/i18n/fr.d.ts +15 -0
- package/dist/types/i18n/hu.d.ts +15 -0
- package/dist/types/i18n/it.d.ts +15 -0
- package/dist/types/i18n/ja.d.ts +16 -0
- package/dist/types/i18n/ko.d.ts +15 -0
- package/dist/types/i18n/nb.d.ts +15 -0
- package/dist/types/i18n/nl.d.ts +15 -0
- package/dist/types/i18n/pl.d.ts +15 -0
- package/dist/types/i18n/pt_BR.d.ts +15 -0
- package/dist/types/i18n/ru.d.ts +15 -0
- package/dist/types/i18n/sv.d.ts +15 -0
- package/dist/types/i18n/th.d.ts +15 -0
- package/dist/types/i18n/tr.d.ts +16 -0
- package/dist/types/i18n/uk.d.ts +15 -0
- package/dist/types/i18n/vi.d.ts +15 -0
- package/dist/types/i18n/zh.d.ts +15 -0
- package/dist/types/i18n/zh_TW.d.ts +15 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +15 -0
- package/dist/types-ts4.5/i18n/da.d.ts +15 -0
- package/dist/types-ts4.5/i18n/de.d.ts +15 -0
- package/dist/types-ts4.5/i18n/en.d.ts +14 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +14 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +42 -2
- package/dist/types-ts4.5/i18n/es.d.ts +15 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +15 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +15 -0
- package/dist/types-ts4.5/i18n/it.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +16 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +15 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +15 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +15 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +15 -0
- package/dist/types-ts4.5/i18n/th.d.ts +15 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +16 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +15 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +15 -0
- package/package.json +3 -3
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -39,11 +39,25 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Configurer les colonnes',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Rechercher des tickets par mot clé',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Annuler',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Affichez le nombre de résultats de recherche ou sous forme de lien intelligent contextuel',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Lien contextuel',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Affichez les résultats de la recherche sous forme de tableau',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tableau',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Annuler',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': "N'importe quand",
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Personnalisée',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': '30 derniers jours',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': '7 derniers jours',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Année dernière',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Dernière mise à jour',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': "Aujourd'hui",
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Hier',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Insérer une liste Confluence',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Insérer la liste Confluence à partir de',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Insérer les résultats',
|
|
46
|
-
'linkDataSource.confluence-search.configmodal.
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### Résultats',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {résultat} other {résultats}}',
|
|
60
|
+
'linkDataSource.confluence-search.configmodal.searchLabel': 'Saisissez des mots clés pour rechercher des pages, des pièces jointes, et plus encore',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': "Pour demander l'accès, contactez votre administrateur.",
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': "Vous n'avez accès à aucun site Confluence",
|
|
49
63
|
'linkDataSource.datasource.table.authConnectButtonText': 'Connecter',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Synchronisé le {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {élément} other {éléments}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Chargement…',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Optimisé par Actifs dans Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Actualiser',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Chargement de certains éléments impossible',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Impossible de charger les résultats'
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Oszlopok konfigurálása',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Ügyek keresése kulcsszavak alapján',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Mégse',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Keresési eredmények számának vagy beágyazott okoslinkként történő megjelenítése',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Beágyazott link',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'A keresési találatok megjelenítése táblázatként',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Táblázat',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Mégse',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Bármikor',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Egyéni',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Elmúlt 30 nap',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Elmúlt 7 nap',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Elmúlt év',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Legutóbbi frissítés',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Ma',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Tegnap',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Confluence-lista beszúrása',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Confluence-lista beszúrása innen:',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Találatok beszúrása',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### találat',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {találat} other {találat}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Adj meg kulcsszavakat oldalak, csatolmányok és egyebek kereséséhez',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Hozzáférés igényléséhez fordulj az adminisztrátorodhoz.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Semmilyen Confluence-webhelyhez nincs hozzáférésed',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Szinkronizálás ideje: {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {tétel} other {tétel}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Betöltés…',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Az Eszközök biztosítja a Jira Service Managementben',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Frissítés',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Nem sikerült betölteni a tételeket',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Nem lehet betölteni a találatokat'
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Configura le colonne',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Cerca i ticket per parola chiave',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Annulla',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Visualizza il numero di risultati della ricerca come link intelligente in linea',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Link in linea',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Visualizza i risultati della ricerca in una tabella',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tabella',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Annulla',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Qualsiasi periodo',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Personalizzato',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Ultimi 30 giorni',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Ultimi 7 giorni',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Ultimo anno',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Ultimo aggiornamento',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Oggi',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Ieri',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': "Inserisci l'elenco Confluence",
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': "Inserisci l'elenco Confluence da",
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Inserisci i risultati',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### risultati',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {risultato} other {risultati}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Inserisci le parole chiave per trovare pagine, allegati e altro',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': "Per richiedere l'accesso, contatta l'amministratore.",
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Non hai accesso ad alcun sito Confluence',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Sincronizzato il {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {elemento} other {elementi}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Caricamento in corso...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Con la tecnologia di Risorse in Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Aggiorna',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Impossibile caricare gli elementi',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Impossibile caricare i risultati'
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -38,10 +38,25 @@ export default {
|
|
|
38
38
|
'linkDataSource.column-picker.search': 'フィールドを検索',
|
|
39
39
|
'linkDataSource.column-picker.tooltip': '列を設定',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'キーワードで課題を検索',
|
|
41
|
+
'linkDataSource.configmodal.cancelButtonText': 'キャンセル',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': '検索結果の数を表示します。または、検索結果をインライン スマート リンクとして表示します',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'インライン リンク',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': '検索結果を表形式で表示します',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': '表',
|
|
41
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'キャンセル',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': '指定なし',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'カスタム',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': '過去 30 日',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': '過去 7 日',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': '過去 1 年',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': '最終更新日',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': '今日',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': '昨日',
|
|
42
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Confluence リストを挿入する',
|
|
43
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': '次のサイトから Confluence リストを挿入する:',
|
|
44
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': '結果を挿入',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### 件の結果',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, other {件の結果}}',
|
|
45
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'キーワードを入力してページや添付ファイルなどを検索',
|
|
46
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'アクセスをリクエストするには、管理者にお問い合わせください。',
|
|
47
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Confluence サイトへのアクセス権がありません',
|
|
@@ -98,6 +113,7 @@ export default {
|
|
|
98
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': '{date} に同期しました',
|
|
99
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, other {アイテム}}',
|
|
100
115
|
'linkDataSource.table-footer.loading': '読み込み中...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': '使用ソリューション: Jira Service Management のアセット',
|
|
101
117
|
'linkDataSource.table-footer.refresh': '更新',
|
|
102
118
|
'linkDataSource.unableToLoadItems': 'アイテムを読み込めません',
|
|
103
119
|
'linkDataSource.unableToLoadResults': '結果を読み込めません'
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': '열 구성',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': '키워드로 이슈 검색',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': '취소',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': '검색 결과 수를 표시하거나 인라인 스마트 링크로 표시',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': '인라인 링크',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': '검색 결과를 표로 표시',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': '표',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': '취소',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': '언제든지',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': '사용자 지정',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': '지난 30일',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': '지난 7일',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': '지난해',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': '마지막 업데이트',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': '오늘',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': '어제',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Confluence 목록 삽입',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': '다음에서 Confluence 목록 삽입',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': '결과 삽입',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '결과 ###개',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, other {결과}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': '키워드를 입력하여 페이지, 첨부 파일 등을 찾으세요',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': '액세스를 요청하려면 관리자에게 문의하세요.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Confluence 사이트에 대한 액세스 권한이 없습니다',
|
|
@@ -84,7 +98,7 @@ export default {
|
|
|
84
98
|
'linkDataSource.modal-initial-state.jiraSearchTitle': 'Jira 이슈 검색',
|
|
85
99
|
'linkDataSource.modal-initial-state.learnMoreLink': 'JQL로 검색하는 방법 알아보기',
|
|
86
100
|
'linkDataSource.modal-initial-state.searchDescription-basic': '삽입할 이슈를 키워드로 검색하세요.',
|
|
87
|
-
'linkDataSource.modal-initial-state.searchDescription-confluence': '삽입할 페이지를 키워드로
|
|
101
|
+
'linkDataSource.modal-initial-state.searchDescription-confluence': '삽입할 페이지를 키워드로 검색합니다.',
|
|
88
102
|
'linkDataSource.modal-initial-state.searchDescription-jql': 'JQL(Jira Query Language)을 사용하여 이슈를 검색하세요.',
|
|
89
103
|
'linkDataSource.modal-initial-state.searchTitle': 'Jira 이슈 검색',
|
|
90
104
|
'linkDataSource.no.jira.sites.access.description': '액세스를 요청하려면 관리자에게 문의하세요.',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': '{date}에 동기화',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, other {항목}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': '로드 중...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Jira Service Management의 자산에서 제공',
|
|
102
117
|
'linkDataSource.table-footer.refresh': '새로 고침',
|
|
103
118
|
'linkDataSource.unableToLoadItems': '항목을 로드할 수 없음',
|
|
104
119
|
'linkDataSource.unableToLoadResults': '결과를 로드할 수 없음'
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Konfigurer kolonner',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Søk etter saker med nøkkelord',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Avbryt',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Vis antall søkeresultater eller som en innebygd smartkobling',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Innebygd kobling',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Vis søkeresultater som en tabell',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tabell',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Avbryt',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Når som helst',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Tilpasset',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'De siste 30 dagene',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'De siste 7 dagene',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Det siste året',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Sist oppdatert',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'I dag',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'I går',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Sett inn Confluence-liste',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Sett inn Confluence-liste fra',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Sett inn resultatene',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### resultater',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {resultat} other {resultater}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Angi nøkkelord for å finne sider, vedlegg og mer',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Kontakt administratoren for å be om tilgang.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Du har ikke tilgang til noen Confluence-nettsteder',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Synkronisert {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {element} other {elementer}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Laster inn …',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Levert av Ressurser i Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Oppdater',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Kan ikke laste inn elementer',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Kan ikke laste inn resultater'
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Kolommen configureren',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Zoek naar issues met trefwoorden',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Annuleren',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Het aantal zoekresultaten weergeven of als een inline Smart Link',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Inline-link',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Zoekresultaten als tabel weergeven',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tabel',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Annuleren',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Willekeurig',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Aangepast',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Afgelopen 30 dagen',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Afgelopen 7 dagen',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Afgelopen jaar',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Voor het laatst bijgewerkt',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Vandaag',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Gisteren',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Confluence-lijst invoegen',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Confluence-lijst invoegen van',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Resultaten invoegen',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### resultaten',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {resultaat} other {resultaten}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Voer zoektermen in om pagina’s, bijlagen en meer te vinden',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Neem contact op met je beheerder om toegang aan te vragen.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Je hebt geen toegang tot Confluence-sites',
|
|
@@ -84,7 +98,7 @@ export default {
|
|
|
84
98
|
'linkDataSource.modal-initial-state.jiraSearchTitle': 'Zoek naar Jira-issues',
|
|
85
99
|
'linkDataSource.modal-initial-state.learnMoreLink': 'Meer informatie over zoeken met JQL',
|
|
86
100
|
'linkDataSource.modal-initial-state.searchDescription-basic': 'Zoek met trefwoorden om issues toe te voegen.',
|
|
87
|
-
'linkDataSource.modal-initial-state.searchDescription-confluence': "Zoek met trefwoorden
|
|
101
|
+
'linkDataSource.modal-initial-state.searchDescription-confluence': "Zoek met trefwoorden naar pagina's om in te voegen.",
|
|
88
102
|
'linkDataSource.modal-initial-state.searchDescription-jql': 'Gebruik JQL ( Jira Query Language) om te zoeken naar issues.',
|
|
89
103
|
'linkDataSource.modal-initial-state.searchTitle': 'Zoek naar Jira-issues',
|
|
90
104
|
'linkDataSource.no.jira.sites.access.description': 'Neem contact op met je beheerder om toegang aan te vragen.',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Gesynchroniseerd op {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {item} other {items}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Laden...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Aangestuurd door Assets in Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Vernieuwen',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Kan items niet laden',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Resultaten kunnen niet worden geladen'
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Konfiguruj kolumny',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Wyszukaj zgłoszenia według słów kluczowych',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Anuluj',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Wyświetl liczbę wyników wyszukiwania lub jako śródwierszowe inteligentne łącze',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Łącze śródwierszowe',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Wyświetl wyniki wyszukiwania w formie tabeli',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tabela',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Anuluj',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Kiedykolwiek',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Niestandardowa',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Ostatnie 30 dni',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Ostatnie 7 dni',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Ostatni rok',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Ostatnia aktualizacja',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Dzisiaj',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Wczoraj',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Wstawianie listy Confluence',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Wstaw listę Confluence z',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Wstaw wyniki',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': 'Liczba wyników: ###',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {wynik} few {wyniki} many {wyników} other {wyniku}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Wprowadź słowa kluczowe, aby znaleźć strony, załączniki i nie tylko',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Aby poprosić o dostęp, skontaktuj się z administratorem.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Nie masz dostępu do żadnych witryn Confluence',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Zsynchronizowano {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {element} few {elementy} many {elementów} other {elementu}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Ładowanie…',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Obsługiwane przez Zasoby w Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Odśwież',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Nie można załadować elementów',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Nie można załadować wyników'
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Configurar colunas',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Pesquise itens por palavra-chave',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Cancelar',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Exibir o número de resultados da pesquisa ou como link inteligente',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Link em linha',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Exibir resultados de pesquisa como uma tabela',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tabela',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Cancelar',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'A qualquer momento',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Personalizado',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Últimos 30 dias',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Últimos 7 dias',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Ano passado',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Última atualização',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Hoje',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Ontem',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Insira a lista do Confluence',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Insira a lista do Confluence de',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Inserir resultados',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### resultados',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {resultado} other {resultados}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Digite palavras-chave para encontrar páginas, anexos e mais',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Para solicitar acesso, entre em contato com o administrador.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Você não tem acesso a nenhum site do Confluence',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Sincronizado em {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {item} other {itens}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Carregando...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Desenvolvido por Recursos no Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Atualizar',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Não foi possível carregar os itens',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Não é possível carregar os resultados'
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Настроить столбцы',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Поиск задач по ключевому слову',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Отмена',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Отображение количества результатов поиска или встроенной интеллектуальной ссылки',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Встроенная ссылка',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Отображение результатов поиска в виде таблицы',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Таблица',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Отмена',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'В любое время',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Свой вариант',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'В последние 30 дней',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'В последние 7 дней',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'В последний год',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Последнее обновление',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Сегодня',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Вчера',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Вставка списка Confluence',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Вставить список Confluence с сайта',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Вставить результаты',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': 'Найдено: ###',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {результат} few {результата} many {результатов} other {результата}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Введите ключевые слова для поиска страниц, вложений и другого содержимого',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Чтобы запросить доступ, обратитесь к администратору.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'У вас нет доступа к сайтам Confluence',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Синхронизировано {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {элемент} few {элемента} many {элементов} other {элемента}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Загрузка…',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'С использованием функции «Активы» в Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Обновить',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Не удалось загрузить элементы',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Не удалось загрузить результаты'
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Konfigurera kolumner',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Sök efter ärenden med nyckelord',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Avbryt',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Visa antalet sökresultat eller visa som en smart inline-länk',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Inline-länk',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Visa sökresultat som en tabell',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tabell',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Avbryt',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'När som helst',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Anpassat',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'De senaste 30 dagarna',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'De senaste 7 dagarna',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Det senaste året',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Senast uppdaterade',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'I dag',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'I går',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Infoga Confluence-lista',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Infoga Confluence-lista från',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Infoga resultat',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### resultat',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {resultat} other {resultat}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Ange nyckelord för att hitta sidor, bilagor med mera',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Kontakta din administratör för att begära åtkomst.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Du har inte tillgång till några Confluence-webbplatser',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Synkroniserades {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {objekt} other {objekt}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Läser in ...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Drivs av Tilllgångar i Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Uppdatera',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Det gick inte att läsa in objekten',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Det gick inte att läsa in resultat'
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'กำหนดค่าคอลัมน์',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'ค้นหาปัญหาตามคำสำคัญ',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'ยกเลิก',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'แสดงจำนวนผลการค้นหาหรือแสดงเป็นสมาร์ทลิงก์ (ลิงก์อัจฉริยะ) แบบบรรทัดเดียว',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'ลิงก์บรรทัดเดียว',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'แสดงผลการค้นหาเป็นตาราง',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'ตาราง',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'ยกเลิก',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'ตลอดเวลา',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'กำหนดเอง',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': '30 วันที่ผ่านมา',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': '7 วันที่ผ่านมา',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'ปีที่ผ่านมา',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'อัปเดตล่าสุด',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'วันนี้',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'เมื่อวาน',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'แทรกรายการ Confluence',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'แทรกรายการ Confluence จาก',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'แทรกผลลัพธ์',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': 'ผลลัพธ์ ### รายการ',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, other {ผลลัพธ์}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'ป้อนคำสำคัญเพื่อค้นหาหน้าข้อมูล ไฟล์แนบ และอื่น ๆ',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'หากต้องการส่งคำขอการเข้าถึง โปรดติดต่อผู้ดูแลของคุณ',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'คุณไม่มีสิทธิ์เข้าถึงเว็บไซต์ Confluence ใด ๆ',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'ซิงค์เมื่อ {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, other {รายการ}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'กำลังโหลด...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'สนับสนุนโดย Assets ใน Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'รีเฟรช',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'ไม่สามารถโหลดรายการได้',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'ไม่สามารถโหลดผลลัพธ์ได้'
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -38,10 +38,25 @@ export default {
|
|
|
38
38
|
'linkDataSource.column-picker.search': 'Alan arayın',
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Sütunları yapılandır',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Konuları anahtar kelimeye göre arayın',
|
|
41
|
+
'linkDataSource.configmodal.cancelButtonText': 'İptal',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Arama sonucu sayısını gösterin veya satır içi bir akıllı bağlantı olarak gösterin',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Satır içi bağlantı',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Arama sonuçlarını bir tablo olarak gösterin',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Tablo',
|
|
41
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'İptal',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Herhangi bir zaman',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Özel',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Son 30 gün',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Son 7 gün',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Son bir yıl',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Son güncelleme',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Bugün',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Dün',
|
|
42
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Confluence listesi ekleyin',
|
|
43
|
-
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Şuradan Confluence listesi ekleyin',
|
|
56
|
+
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Şuradan Confluence listesi ekleyin:',
|
|
44
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Sonuçları ekle',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### Sonuç',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {sonuç} other {sonuç}}',
|
|
45
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Sayfaları, ekleri ve daha fazlasını bulmak için anahtar kelimeler girin',
|
|
46
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Erişim talep etmek için yöneticinizle iletişime geçin.',
|
|
47
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Hiçbir Confluence sitesine erişiminiz yok',
|
|
@@ -98,6 +113,7 @@ export default {
|
|
|
98
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Son senkronizasyon: {date}',
|
|
99
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {öğe} other {öğe}}',
|
|
100
115
|
'linkDataSource.table-footer.loading': 'Yükleniyor...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': "Jira Service Management'ta Varlıklar tarafından desteklenir",
|
|
101
117
|
'linkDataSource.table-footer.refresh': 'Yenile',
|
|
102
118
|
'linkDataSource.unableToLoadItems': 'Öğeler yüklenemiyor',
|
|
103
119
|
'linkDataSource.unableToLoadResults': 'Sonuçlar yüklenemiyor'
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Налаштувати стовпці',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Пошук завдань за ключовим словом',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Скасувати',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Відображення кількості результатів пошуку у вигляді вбудованого смарт-посилання',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Вбудоване посилання',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Показ результатів пошуку у вигляді таблиці',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Таблиця',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Скасувати',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Будь-коли',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Настроюваний період',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': 'Останні 30 днів',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': 'Останні 7 днів',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Минулий рік',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Дата останнього оновлення',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Сьогодні',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Учора',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Вставка списку Confluence',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Вставка списку Confluence з',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Вставити результати',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### результ.',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, one {результат} few {результати} many {результатів} other {результатів}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Введіть ключові слова, щоб знайти сторінки, вкладення тощо',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Щоб запитати доступ, зверніться до адміністратора.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'У вас немає доступу до жодного сайту Confluence',
|
|
@@ -84,7 +98,7 @@ export default {
|
|
|
84
98
|
'linkDataSource.modal-initial-state.jiraSearchTitle': 'Пошук завдань Jira',
|
|
85
99
|
'linkDataSource.modal-initial-state.learnMoreLink': 'Дізнайтеся, як виконувати пошук засобами JQL',
|
|
86
100
|
'linkDataSource.modal-initial-state.searchDescription-basic': 'Використовуйте ключове слово для пошуку завдань, які потрібно вставити.',
|
|
87
|
-
'linkDataSource.modal-initial-state.searchDescription-confluence': '
|
|
101
|
+
'linkDataSource.modal-initial-state.searchDescription-confluence': 'Шукайте сторінки, які потрібно вставити, за ключовим словом.',
|
|
88
102
|
'linkDataSource.modal-initial-state.searchDescription-jql': 'Використовуйте JQL (Jira Query Language) для пошуку завдань.',
|
|
89
103
|
'linkDataSource.modal-initial-state.searchTitle': 'Пошук завдань Jira',
|
|
90
104
|
'linkDataSource.no.jira.sites.access.description': 'Щоб запитати доступ, зверніться до адміністратора.',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Синхронізація: {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, one {елемент} few {елементи} many {елементів} other {елементи}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Завантаження…',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Розділ «Ресурси» в Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Оновити',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Не вдалося завантажити елементи',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Не вдалося завантажити результати'
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': 'Đặt cấu hình cột',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': 'Tìm kiếm vấn đề theo từ khóa',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': 'Hủy',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': 'Hiển thị số lượng kết quả tìm kiếm hoặc dưới dạng liên kết thông minh nội tuyến',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': 'Liên kết nội tuyến',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': 'Hiển thị kết quả tìm kiếm dưới dạng bảng',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': 'Bảng',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': 'Hủy',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': 'Bất cứ lúc nào',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': 'Tùy chỉnh',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': '30 ngày qua',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': '7 ngày qua',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': 'Năm trước',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': 'Lần cập nhật gần nhất',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': 'Hôm nay',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': 'Hôm qua',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': 'Chèn danh sách Confluence',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Chèn danh sách Confluence từ',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': 'Chèn kết quả',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### kết quả',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, other {kết quả}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': 'Nhập từ khóa để tìm trang, tệp đính kèm, v.v.',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': 'Hãy liên hệ với quản trị viên để yêu cầu quyền truy cập.',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': 'Bạn chưa có quyền truy cập vào bất kỳ trang web Confluence nào',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': 'Đã đồng bộ trong {date}',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, other {mục}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': 'Đang tải...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': 'Được hỗ trợ bởi Tài sản trong Jira Service Management',
|
|
102
117
|
'linkDataSource.table-footer.refresh': 'Làm mới',
|
|
103
118
|
'linkDataSource.unableToLoadItems': 'Không thể tải được các mục',
|
|
104
119
|
'linkDataSource.unableToLoadResults': 'Không tải được kết quả'
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -39,10 +39,24 @@ export default {
|
|
|
39
39
|
'linkDataSource.column-picker.tooltip': '配置列',
|
|
40
40
|
'linkDataSource.configmodal.basicTextSearchPlaceholder': '按关键字搜索事务',
|
|
41
41
|
'linkDataSource.configmodal.cancelButtonText': '取消',
|
|
42
|
+
'linkDataSource.configmodal.inlineLinkViewModeDescription': '显示搜索结果的数量或以内联智能链接的形式显示',
|
|
43
|
+
'linkDataSource.configmodal.inlineLinkViewModeLabel': '内联链接',
|
|
44
|
+
'linkDataSource.configmodal.tableViewModeDescription': '以表格形式显示搜索结果',
|
|
45
|
+
'linkDataSource.configmodal.tableViewModeLabel': '表格',
|
|
42
46
|
'linkDataSource.confluence-search.configmodal.cancelButtonText': '取消',
|
|
47
|
+
'linkDataSource.confluence-search.configmodal.date.range.any.time': '任何时间',
|
|
48
|
+
'linkDataSource.confluence-search.configmodal.date.range.custom': '自定义',
|
|
49
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.month': '过去 30 天',
|
|
50
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.week': '过去 7 天',
|
|
51
|
+
'linkDataSource.confluence-search.configmodal.date.range.last.year': '去年',
|
|
52
|
+
'linkDataSource.confluence-search.configmodal.date.range.title': '上次更新时间',
|
|
53
|
+
'linkDataSource.confluence-search.configmodal.date.range.today': '今天',
|
|
54
|
+
'linkDataSource.confluence-search.configmodal.date.range.yesterday': '昨天',
|
|
43
55
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitle': '插入 Confluence 列表',
|
|
44
56
|
'linkDataSource.confluence-search.configmodal.insertConfluenceTitleManySites': 'Confluence 列表插入来源',
|
|
45
57
|
'linkDataSource.confluence-search.configmodal.insertResultsButtonText': '插入结果',
|
|
58
|
+
'linkDataSource.confluence-search.configmodal.placeholder.issues': '### 结果数',
|
|
59
|
+
'linkDataSource.confluence-search.configmodal.resultsCountText': '{totalCount, plural, other {个结果}}',
|
|
46
60
|
'linkDataSource.confluence-search.configmodal.searchLabel': '输入关键字以查找页面、附件等',
|
|
47
61
|
'linkDataSource.confluence-search.no.confluence.sites.access.description': '要申请访问权限,请联系您的管理员。',
|
|
48
62
|
'linkDataSource.confluence-search.no.confluence.sites.access.title': '您无权访问任何 Confluence 站点',
|
|
@@ -99,6 +113,7 @@ export default {
|
|
|
99
113
|
'linkDataSource.table-footer.date_formatter.under_over_minute': '已于 {date}同步',
|
|
100
114
|
'linkDataSource.table-footer.item': '{itemCount, plural, other {个项目}}',
|
|
101
115
|
'linkDataSource.table-footer.loading': '正在加载...',
|
|
116
|
+
'linkDataSource.table-footer.power-by-jsm': '由 Jira Service Management 中的资产提供支持',
|
|
102
117
|
'linkDataSource.table-footer.refresh': '刷新',
|
|
103
118
|
'linkDataSource.unableToLoadItems': '无法加载项目',
|
|
104
119
|
'linkDataSource.unableToLoadResults': '无法加载结果'
|