@drodil/backstage-plugin-qeta 2.15.0 → 3.0.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/dist/components/ArticlePage/ArticlePage.esm.js +45 -0
- package/dist/components/ArticlePage/ArticlePage.esm.js.map +1 -0
- package/dist/components/ArticlesPage/ArticlesPage.esm.js +34 -0
- package/dist/components/ArticlesPage/ArticlesPage.esm.js.map +1 -0
- package/dist/components/AskPage/AskPage.esm.js +4 -4
- package/dist/components/AskPage/AskPage.esm.js.map +1 -1
- package/dist/components/CollectionCreatePage/CollectionCreatePage.esm.js +20 -0
- package/dist/components/CollectionCreatePage/CollectionCreatePage.esm.js.map +1 -0
- package/dist/components/CollectionPage/CollectionPage.esm.js +34 -0
- package/dist/components/CollectionPage/CollectionPage.esm.js.map +1 -0
- package/dist/components/CollectionsPage/CollectionsPage.esm.js +11 -0
- package/dist/components/CollectionsPage/CollectionsPage.esm.js.map +1 -0
- package/dist/components/EntityPage/EntityPage.esm.js +75 -0
- package/dist/components/EntityPage/EntityPage.esm.js.map +1 -0
- package/dist/components/FavoritePage/FavoritePage.esm.js +14 -22
- package/dist/components/FavoritePage/FavoritePage.esm.js.map +1 -1
- package/dist/components/HomePage/HomePage.esm.js +7 -10
- package/dist/components/HomePage/HomePage.esm.js.map +1 -1
- package/dist/components/LeftMenu/LeftMenu.esm.js +47 -16
- package/dist/components/LeftMenu/LeftMenu.esm.js.map +1 -1
- package/dist/components/LeftMenu/LeftMenuButton.esm.js +75 -0
- package/dist/components/LeftMenu/LeftMenuButton.esm.js.map +1 -0
- package/dist/components/QetaPage/QetaPage.esm.js +51 -9
- package/dist/components/QetaPage/QetaPage.esm.js.map +1 -1
- package/dist/components/QuestionPage/QuestionPage.esm.js +7 -13
- package/dist/components/QuestionPage/QuestionPage.esm.js.map +1 -1
- package/dist/components/QuestionTableCard/Content.esm.js +1 -1
- package/dist/components/QuestionTableCard/Content.esm.js.map +1 -1
- package/dist/components/QuestionTableCard/index.esm.js +0 -1
- package/dist/components/QuestionTableCard/index.esm.js.map +1 -1
- package/dist/components/QuestionsPage/QuestionsPage.esm.js +13 -15
- package/dist/components/QuestionsPage/QuestionsPage.esm.js.map +1 -1
- package/dist/components/Statistics/GlobalStatsContent.esm.js +1 -3
- package/dist/components/Statistics/GlobalStatsContent.esm.js.map +1 -1
- package/dist/components/Statistics/StatisticsPage.esm.js +2 -3
- package/dist/components/Statistics/StatisticsPage.esm.js.map +1 -1
- package/dist/components/TagPage/TagPage.esm.js +32 -25
- package/dist/components/TagPage/TagPage.esm.js.map +1 -1
- package/dist/components/UserPage/UserPage.esm.js +7 -16
- package/dist/components/UserPage/UserPage.esm.js.map +1 -1
- package/dist/components/UserPage/UserStatsContent.esm.js +1 -3
- package/dist/components/UserPage/UserStatsContent.esm.js.map +1 -1
- package/dist/components/UsersPage/UsersPage.esm.js +11 -0
- package/dist/components/UsersPage/UsersPage.esm.js.map +1 -0
- package/dist/components/WritePage/WritePage.esm.js +40 -0
- package/dist/components/WritePage/WritePage.esm.js.map +1 -0
- package/dist/index.d.ts +8 -422
- package/dist/index.esm.js +0 -10
- package/dist/index.esm.js.map +1 -1
- package/dist/plugin.esm.js +2 -2
- package/dist/plugin.esm.js.map +1 -1
- package/package.json +4 -24
- package/dist/api/QetaClient.esm.js +0 -513
- package/dist/api/QetaClient.esm.js.map +0 -1
- package/dist/components/AnswersContainer/AnswerList.esm.js +0 -100
- package/dist/components/AnswersContainer/AnswerList.esm.js.map +0 -1
- package/dist/components/AnswersContainer/AnswerListItem.esm.js +0 -90
- package/dist/components/AnswersContainer/AnswerListItem.esm.js.map +0 -1
- package/dist/components/AnswersContainer/AnswersContainer.esm.js +0 -210
- package/dist/components/AnswersContainer/AnswersContainer.esm.js.map +0 -1
- package/dist/components/AskAnonymouslyCheckbox/AskAnonymouslyCheckbox.esm.js +0 -34
- package/dist/components/AskAnonymouslyCheckbox/AskAnonymouslyCheckbox.esm.js.map +0 -1
- package/dist/components/AskForm/AskForm.esm.js +0 -245
- package/dist/components/AskForm/AskForm.esm.js.map +0 -1
- package/dist/components/AskForm/EntitiesInput.esm.js +0 -100
- package/dist/components/AskForm/EntitiesInput.esm.js.map +0 -1
- package/dist/components/AskForm/TagInput.esm.js +0 -81
- package/dist/components/AskForm/TagInput.esm.js.map +0 -1
- package/dist/components/Buttons/AskQuestionButton.esm.js +0 -45
- package/dist/components/Buttons/AskQuestionButton.esm.js.map +0 -1
- package/dist/components/Buttons/BackToQuestionsButton.esm.js +0 -39
- package/dist/components/Buttons/BackToQuestionsButton.esm.js.map +0 -1
- package/dist/components/Buttons/EntityFollowButton.esm.js +0 -34
- package/dist/components/Buttons/EntityFollowButton.esm.js.map +0 -1
- package/dist/components/Buttons/TagFollowButton.esm.js +0 -33
- package/dist/components/Buttons/TagFollowButton.esm.js.map +0 -1
- package/dist/components/CommentSection/CommentList.esm.js +0 -47
- package/dist/components/CommentSection/CommentList.esm.js.map +0 -1
- package/dist/components/CommentSection/CommentSection.esm.js +0 -126
- package/dist/components/CommentSection/CommentSection.esm.js.map +0 -1
- package/dist/components/DeleteModal/DeleteModal.esm.js +0 -78
- package/dist/components/DeleteModal/DeleteModal.esm.js.map +0 -1
- package/dist/components/HomePageCards/ImpactCard.esm.js +0 -22
- package/dist/components/HomePageCards/ImpactCard.esm.js.map +0 -1
- package/dist/components/HomePageCards/QuestionsCard.esm.js +0 -21
- package/dist/components/HomePageCards/QuestionsCard.esm.js.map +0 -1
- package/dist/components/Links/Links.esm.js +0 -33
- package/dist/components/Links/Links.esm.js.map +0 -1
- package/dist/components/MarkdownEditor/MarkdownEditor.esm.js +0 -78
- package/dist/components/MarkdownEditor/MarkdownEditor.esm.js.map +0 -1
- package/dist/components/MarkdownRenderer/MarkdownRenderer.esm.js +0 -37
- package/dist/components/MarkdownRenderer/MarkdownRenderer.esm.js.map +0 -1
- package/dist/components/QetaPage/FollowedEntitiesList.esm.js +0 -43
- package/dist/components/QetaPage/FollowedEntitiesList.esm.js.map +0 -1
- package/dist/components/QetaPage/FollowedTagsList.esm.js +0 -56
- package/dist/components/QetaPage/FollowedTagsList.esm.js.map +0 -1
- package/dist/components/QuestionHighlightList/QuestionHighlightList.esm.js +0 -64
- package/dist/components/QuestionHighlightList/QuestionHighlightList.esm.js.map +0 -1
- package/dist/components/QuestionPage/AnswerCard.esm.js +0 -113
- package/dist/components/QuestionPage/AnswerCard.esm.js.map +0 -1
- package/dist/components/QuestionPage/AnswerForm.esm.js +0 -153
- package/dist/components/QuestionPage/AnswerForm.esm.js.map +0 -1
- package/dist/components/QuestionPage/AuthorBox.esm.js +0 -25
- package/dist/components/QuestionPage/AuthorBox.esm.js.map +0 -1
- package/dist/components/QuestionPage/EntityChip.esm.js +0 -27
- package/dist/components/QuestionPage/EntityChip.esm.js.map +0 -1
- package/dist/components/QuestionPage/FavoriteButton.esm.js +0 -45
- package/dist/components/QuestionPage/FavoriteButton.esm.js.map +0 -1
- package/dist/components/QuestionPage/LinkButton.esm.js +0 -28
- package/dist/components/QuestionPage/LinkButton.esm.js.map +0 -1
- package/dist/components/QuestionPage/QuestionCard.esm.js +0 -107
- package/dist/components/QuestionPage/QuestionCard.esm.js.map +0 -1
- package/dist/components/QuestionPage/TagsAndEntities.esm.js +0 -44
- package/dist/components/QuestionPage/TagsAndEntities.esm.js.map +0 -1
- package/dist/components/QuestionPage/VoteButtons.esm.js +0 -153
- package/dist/components/QuestionPage/VoteButtons.esm.js.map +0 -1
- package/dist/components/QuestionTableCard/QuestionTableRow.esm.js +0 -21
- package/dist/components/QuestionTableCard/QuestionTableRow.esm.js.map +0 -1
- package/dist/components/QuestionTableCard/QuestionsTable.esm.js +0 -130
- package/dist/components/QuestionTableCard/QuestionsTable.esm.js.map +0 -1
- package/dist/components/QuestionsContainer/DateRangeFilter.esm.js +0 -110
- package/dist/components/QuestionsContainer/DateRangeFilter.esm.js.map +0 -1
- package/dist/components/QuestionsContainer/FilterPanel.esm.js +0 -237
- package/dist/components/QuestionsContainer/FilterPanel.esm.js.map +0 -1
- package/dist/components/QuestionsContainer/NoQuestionsCard.esm.js +0 -47
- package/dist/components/QuestionsContainer/NoQuestionsCard.esm.js.map +0 -1
- package/dist/components/QuestionsContainer/QuestionList.esm.js +0 -103
- package/dist/components/QuestionsContainer/QuestionList.esm.js.map +0 -1
- package/dist/components/QuestionsContainer/QuestionListItem.esm.js +0 -123
- package/dist/components/QuestionsContainer/QuestionListItem.esm.js.map +0 -1
- package/dist/components/QuestionsContainer/QuestionsContainer.esm.js +0 -243
- package/dist/components/QuestionsContainer/QuestionsContainer.esm.js.map +0 -1
- package/dist/components/RelativeTimeWithTooltip/RelativeTimeWithTooltip.esm.js +0 -22
- package/dist/components/RelativeTimeWithTooltip/RelativeTimeWithTooltip.esm.js.map +0 -1
- package/dist/components/Statistics/StatsChart.esm.js +0 -238
- package/dist/components/Statistics/StatsChart.esm.js.map +0 -1
- package/dist/components/Statistics/SummaryStatsGrid.esm.js +0 -47
- package/dist/components/Statistics/SummaryStatsGrid.esm.js.map +0 -1
- package/dist/components/Statistics/TopRankingUsersCard.esm.js +0 -161
- package/dist/components/Statistics/TopRankingUsersCard.esm.js.map +0 -1
- package/dist/components/Statistics/TrophyIcon.esm.js +0 -19
- package/dist/components/Statistics/TrophyIcon.esm.js.map +0 -1
- package/dist/components/Statistics/styles.esm.js +0 -23
- package/dist/components/Statistics/styles.esm.js.map +0 -1
- package/dist/components/TagPage/TagsContainer.esm.js +0 -57
- package/dist/components/TagPage/TagsContainer.esm.js.map +0 -1
- package/dist/locale/fi.esm.js +0 -195
- package/dist/locale/fi.esm.js.map +0 -1
- package/dist/translation.esm.js +0 -359
- package/dist/translation.esm.js.map +0 -1
- package/dist/utils/hooks.esm.js +0 -430
- package/dist/utils/hooks.esm.js.map +0 -1
- package/dist/utils/utils.esm.js +0 -72
- package/dist/utils/utils.esm.js.map +0 -1
package/dist/locale/fi.esm.js
DELETED
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
|
|
2
|
-
import { qetaTranslationRef } from '../translation.esm.js';
|
|
3
|
-
|
|
4
|
-
const fi = createTranslationMessages({
|
|
5
|
-
ref: qetaTranslationRef,
|
|
6
|
-
full: false,
|
|
7
|
-
messages: {
|
|
8
|
-
pluginName: "Q&A",
|
|
9
|
-
"answerList.errorLoading": "Vastauksia ei voitu ladata",
|
|
10
|
-
"answerList.noAnswers": "Ei vastauksia",
|
|
11
|
-
"answerList.limitSelect": "Vastauksia per sivu",
|
|
12
|
-
"common.score": "{{score}} pistett\xE4",
|
|
13
|
-
"common.anonymousAuthor": "Anonyymi",
|
|
14
|
-
"common.answers_zero": "Ei vastauksia",
|
|
15
|
-
"common.answers_one": "{{count}} vastaus",
|
|
16
|
-
"common.answers_other": "{{count}} vastausta",
|
|
17
|
-
"common.views_zero": "Katsottu {{count}} kertaa",
|
|
18
|
-
"common.views_one": "Katsottu {{count}} kerran",
|
|
19
|
-
"common.views_other": "Katsottu {{count}} kertaa",
|
|
20
|
-
"common.viewsShort_zero": "0 katselua",
|
|
21
|
-
"common.viewsShort_one": "1 katselu",
|
|
22
|
-
"common.viewsShort_other": "{{count}} katselua",
|
|
23
|
-
"common.questions_zero": "Ei kysymyksi\xE4",
|
|
24
|
-
"common.questions_one": "{{count}} kysymys",
|
|
25
|
-
"common.questions_other": "{{count}} kysymyst\xE4",
|
|
26
|
-
"answer.questionTitle": "K: {{question}}",
|
|
27
|
-
"answer.answeredTime": "vastasi",
|
|
28
|
-
"answerContainer.title.answersBy": "Vastannut",
|
|
29
|
-
"answerContainer.title.answersAbout": "Vastaukset entiteetist\xE4",
|
|
30
|
-
"answerContainer.title.answersTagged": "Vastaukset tageilla {{tags}}",
|
|
31
|
-
"answerContainer.search.label": "Hae vastauksia",
|
|
32
|
-
"answerContainer.search.placeholder": "Hae...",
|
|
33
|
-
"anonymousCheckbox.tooltip": "Valitsemalla t\xE4m\xE4n muut k\xE4ytt\xE4j\xE4t eiv\xE4t n\xE4e nime\xE4si",
|
|
34
|
-
"anonymousCheckbox.answerAnonymously": "Vastaa anonyymisti",
|
|
35
|
-
"anonymousCheckbox.askAnonymously": "Kysy anonyymisti",
|
|
36
|
-
"askForm.errorPosting": "Kysymyst\xE4 ei voitu luoda",
|
|
37
|
-
"askForm.titleInput.label": "Otsikko",
|
|
38
|
-
"askForm.titleInput.helperText": "Kirjoita kysymyksellesi hyv\xE4 otsikko, jonka ihmiset ymm\xE4rt\xE4v\xE4t",
|
|
39
|
-
"askForm.contentInput.placeholder": "Kysymyksesi",
|
|
40
|
-
"askForm.submit.existingQuestion": "Tallenna",
|
|
41
|
-
"askForm.submit.newQuestion": "Kysy",
|
|
42
|
-
"answerForm.errorPosting": "Vastausta ei voitu luoda",
|
|
43
|
-
"answerForm.contentInput.placeholder": "Vastauksesi",
|
|
44
|
-
"answerForm.submit.existingAnswer": "Tallenna",
|
|
45
|
-
"answerForm.submit.newAnswer": "Vastaa",
|
|
46
|
-
"entitiesInput.label": "Entiteetit",
|
|
47
|
-
"entitiesInput.placeholder": "Kirjoita tai valitse entiteetit",
|
|
48
|
-
"entitiesInput.helperText": "Valitse maksimissaan {{max}} entiteetti\xE4 joita t\xE4m\xE4 kysymys koskee",
|
|
49
|
-
"tagsInput.label": "T\xE4git",
|
|
50
|
-
"tagsInput.placeholder": "Kirjoita tai valitse t\xE4git",
|
|
51
|
-
"tagsInput.helperText": "Valitse maksimissaan {{max}} t\xE4gi\xE4 jotka kategorisoivat kysymyksen",
|
|
52
|
-
"askPage.title.existingQuestion": "Muokkaa kysymyst\xE4",
|
|
53
|
-
"askPage.title.entityQuestion": "Kysy kysmys entiteetist\xE4 {{entity}}",
|
|
54
|
-
"askPage.title.newQuestion": "Kysy kysymys",
|
|
55
|
-
"askQuestionButton.title": "Kysy kysymys",
|
|
56
|
-
"backToQuestionsButton.title": "Takaisin",
|
|
57
|
-
"commentList.deleteLink": "poista",
|
|
58
|
-
"commentSection.input.placeholder": "Kommenttisi",
|
|
59
|
-
"commentSection.addComment": "Kommentoi",
|
|
60
|
-
"commentSection.post": "Tallenna",
|
|
61
|
-
"deleteModal.title.question": "Oletko varma ett\xE4 haluat poistaa t\xE4m\xE4n kysymyksen?",
|
|
62
|
-
"deleteModal.title.answer": "Oletko varma ett\xE4 haluat poistaa t\xE4m\xE4n vastauksen?",
|
|
63
|
-
"deleteModal.errorDeleting": "Virhe poistettaessa",
|
|
64
|
-
"deleteModal.deleteButton": "Poista",
|
|
65
|
-
"deleteModal.cancelButton": "Peruuta",
|
|
66
|
-
"favoritePage.title": "Suosikkikysymyksesi",
|
|
67
|
-
"homePage.title": "Koti",
|
|
68
|
-
"leftMenu.home": "Koti",
|
|
69
|
-
"leftMenu.questions": "Kysymykset",
|
|
70
|
-
"leftMenu.profile": "Profiili",
|
|
71
|
-
"leftMenu.tags": "T\xE4git",
|
|
72
|
-
"leftMenu.favoriteQuestions": "Suosikkikysymykset",
|
|
73
|
-
"leftMenu.statistics": "Statistiikka",
|
|
74
|
-
"questionsPage.title": "Kaikki kysymykset",
|
|
75
|
-
"highlights.loadError": "Kysymyksi\xE4 ei voitu ladata",
|
|
76
|
-
"highlights.hot.title": "Kuumat kysymykset",
|
|
77
|
-
"highlights.hot.noQuestionsLabel": "Ei kysymyksi\xE4",
|
|
78
|
-
"highlights.unanswered.title": "Vastaamattomat kysymykset",
|
|
79
|
-
"highlights.unanswered.noQuestionsLabel": "Ei kysymyksi\xE4",
|
|
80
|
-
"highlights.incorrect.title": "Kysymykset ilman oikeaa vastausta",
|
|
81
|
-
"highlights.incorrect.noQuestionsLabel": "Ei kysymyksi\xE4",
|
|
82
|
-
"rightMenu.followedEntities": "Seuratut entiteetit",
|
|
83
|
-
"rightMenu.followedTags": "Seuratut t\xE4git",
|
|
84
|
-
"userLink.anonymous": "Anonyymi",
|
|
85
|
-
"questionPage.errorLoading": "Kysymyksi\xE4 ei voitu ladata",
|
|
86
|
-
"questionPage.editButton": "Muokkaa",
|
|
87
|
-
"questionPage.sortAnswers.label": "J\xE4rjest\xE4 vastaukset",
|
|
88
|
-
"questionPage.sortAnswers.default": "Oletus",
|
|
89
|
-
"questionPage.sortAnswers.createdDesc": "Luotu (laskeva)",
|
|
90
|
-
"questionPage.sortAnswers.createdAsc": "Luotu (nouseva)",
|
|
91
|
-
"questionPage.sortAnswers.scoreDesc": "Pisteet (laskeva)",
|
|
92
|
-
"questionPage.sortAnswers.scoreAsc": "Pisteet (nouseva)",
|
|
93
|
-
"questionPage.sortAnswers.commentsDesc": "Kommentit (laskeva)",
|
|
94
|
-
"questionPage.sortAnswers.commentsAsc": "Kommentit (nouseva)",
|
|
95
|
-
"questionPage.sortAnswers.authorDesc": "Laatija (laskeva)",
|
|
96
|
-
"questionPage.sortAnswers.authorAsc": "Laatija (nouseva)",
|
|
97
|
-
"questionPage.sortAnswers.updatedDesc": "P\xE4ivitetty (laskeva)",
|
|
98
|
-
"questionPage.sortAnswers.updatedAsc": "P\xE4ivitetty (nouseva)",
|
|
99
|
-
"authorBox.askedAtTime": "kysytty",
|
|
100
|
-
"authorBox.postedAtTime": "Lis\xE4tty",
|
|
101
|
-
"authorBox.updatedAtTime": "P\xE4ivitetty",
|
|
102
|
-
"authorBox.updatedBy": "",
|
|
103
|
-
"favorite.remove": "Poista t\xE4m\xE4 kysymys suosikeista",
|
|
104
|
-
"favorite.add": "Lis\xE4\xE4 t\xE4m\xE4 kysymys suosikkeihin",
|
|
105
|
-
"link.question": "Kopioi linkki t\xE4h\xE4n kysymykseen leikep\xF6yd\xE4lle",
|
|
106
|
-
"link.answer": "Kopioi linkki t\xE4h\xE4n vastaukseen leikep\xF6yd\xE4lle",
|
|
107
|
-
"link.aria": "Kopioi linkki leikep\xF6yd\xE4lle",
|
|
108
|
-
"voteButtons.answer.markCorrect": "Merkitse vastaus oikeaksi",
|
|
109
|
-
"voteButtons.answer.markIncorrect": "Vastaus ei ole oikein",
|
|
110
|
-
"voteButtons.answer.marked": "T\xE4m\xE4 vastaus on merkitty oikeaksi",
|
|
111
|
-
"voteButtons.answer.good": "T\xE4m\xE4 vastaus on hyv\xE4",
|
|
112
|
-
"voteButtons.answer.bad": "T\xE4m\xE4 vastaus on huono",
|
|
113
|
-
"voteButtons.answer.own": "Et voi \xE4\xE4nest\xE4\xE4 omaa vastaustasi",
|
|
114
|
-
"voteButtons.question.good": "T\xE4m\xE4 kysymys on hyv\xE4",
|
|
115
|
-
"voteButtons.question.bad": "T\xE4m\xE4 kysymys on huono",
|
|
116
|
-
"voteButtons.question.own": "Et voi \xE4\xE4nest\xE4\xE4 omaa kysymyst\xE4si",
|
|
117
|
-
"datePicker.from": "Alku",
|
|
118
|
-
"datePicker.to": "Loppu",
|
|
119
|
-
"datePicker.invalidRange": "P\xE4ivien v\xE4li on v\xE4\xE4rin, loppuajan pit\xE4\xE4 olla suurempi kuin alkuajan",
|
|
120
|
-
"datePicker.range.label": "Aikav\xE4li",
|
|
121
|
-
"datePicker.range.default": "Valitse",
|
|
122
|
-
"datePicker.range.last7days": "Viimeiset 7 p\xE4iv\xE4\xE4",
|
|
123
|
-
"datePicker.range.last30days": "Viimeiset 30 p\xE4iv\xE4\xE4",
|
|
124
|
-
"datePicker.range.custom": "Vapaa valinta",
|
|
125
|
-
"filterPanel.filterButton": "Suodata",
|
|
126
|
-
"filterPanel.noAnswers.label": "Ei vastauksia",
|
|
127
|
-
"filterPanel.noCorrectAnswers.label": "Ei oikeita vastauksia",
|
|
128
|
-
"filterPanel.noVotes.label": "Ei \xE4\xE4ni\xE4",
|
|
129
|
-
"filterPanel.orderBy.label": "J\xE4rjest\xE4",
|
|
130
|
-
"filterPanel.orderBy.created": "Luotu",
|
|
131
|
-
"filterPanel.orderBy.views": "Katsomiskerrat",
|
|
132
|
-
"filterPanel.orderBy.score": "Pisteet",
|
|
133
|
-
"filterPanel.orderBy.answers": "Vastaukset",
|
|
134
|
-
"filterPanel.orderBy.updated": "P\xE4ivitetty",
|
|
135
|
-
"filterPanel.order.label": "Suunta",
|
|
136
|
-
"filterPanel.order.asc": "Nouseva",
|
|
137
|
-
"filterPanel.order.desc": "Laskeva",
|
|
138
|
-
"filterPanel.filters.label": "Suodattimet",
|
|
139
|
-
"filterPanel.filters.entity.label": "Entiteetti",
|
|
140
|
-
"filterPanel.filters.entity.placeholder": "Kirjoita tai valitse entiteetti",
|
|
141
|
-
"filterPanel.filters.tag.label": "T\xE4gi",
|
|
142
|
-
"filterPanel.filters.tag.placeholder": "Kirjoita tai valitse t\xE4gi",
|
|
143
|
-
"questionList.errorLoading": "Kysymyksi\xE4 ei voitu ladata",
|
|
144
|
-
"questionList.questionsPerPage": "Kysymyksi\xE4 per sivu",
|
|
145
|
-
"questionsContainer.title.questionsBy": "Kysynyt",
|
|
146
|
-
"questionsContainer.title.questionsAbout": "Kysymykset entiteestist\xE4",
|
|
147
|
-
"questionsContainer.title.questionsTagged": "Kysymykset t\xE4geill\xE4 {{tags}}",
|
|
148
|
-
"questionsContainer.title.favorite": "Suosikkikysymyksesi",
|
|
149
|
-
"questionsContainer.search.label": "Hae kysymyksi\xE4",
|
|
150
|
-
"questionsContainer.search.placeholder": "Hae...",
|
|
151
|
-
"questionsContainer.noQuestions": "Ei kysymyksi\xE4",
|
|
152
|
-
"questionsContainer.askOneButton": "Anna menn\xE4 ja kysy yksi!",
|
|
153
|
-
"questionsTable.errorLoading": "Kysymyksi\xE4 ei voitu ladata",
|
|
154
|
-
"questionsTable.latest": "Viimeisimm\xE4t",
|
|
155
|
-
"questionsTable.mostViewed": "Eniten katsotut",
|
|
156
|
-
"questionsTable.favorites": "Suosikit",
|
|
157
|
-
"questionsTable.cells.title": "Otsikko",
|
|
158
|
-
"questionsTable.cells.author": "Kysyj\xE4",
|
|
159
|
-
"questionsTable.cells.asked": "Kysytty",
|
|
160
|
-
"questionsTable.cells.updated": "P\xE4ivitetty",
|
|
161
|
-
"statistics.errorLoading": "Statistiikkaa ei voitu ladata",
|
|
162
|
-
"statistics.notAvailable": "Statistiikka ei ole saatavissa",
|
|
163
|
-
"statistics.ranking": "Sijoitukset \u{1F3C6}",
|
|
164
|
-
"statistics.mostQuestions.title": "Eniten kysymyksi\xE4",
|
|
165
|
-
"statistics.mostQuestions.description": "Eniten kysymyksi\xE4 kysyneet",
|
|
166
|
-
"statistics.mostAnswers.title": "Entiten vastauksia",
|
|
167
|
-
"statistics.mostAnswers.description": "Eniten vastauksia lis\xE4nneet",
|
|
168
|
-
"statistics.topVotedQuestions.title": "Eniten \xE4\xE4nestetyt kysymykset",
|
|
169
|
-
"statistics.topVotedQuestions.description": "Eniten \xE4\xE4ni\xE4 ker\xE4nneet kysyj\xE4t",
|
|
170
|
-
"statistics.topVotedAnswers.title": "Eniten \xE4\xE4nestetyt vastaukset",
|
|
171
|
-
"statistics.topVotedAnswers.description": "Eniten \xE4\xE4ni\xE4 ker\xE4nneet vastaajat",
|
|
172
|
-
"statistics.topVotedCorrectAnswers.title": "Eniten \xE4\xE4nestetyt oikeat vastaukset",
|
|
173
|
-
"statistics.topVotedCorrectAnswers.description": "Eniten \xE4\xE4ni\xE4 ker\xE4nneet oikein vastanneet",
|
|
174
|
-
"tagPage.errorLoading": "T\xE4gej\xE4 ei voitu ladata",
|
|
175
|
-
"tagPage.taggedWithTitle": "Kysymykset t\xE4gill\xE4 {{tag}}",
|
|
176
|
-
"tagPage.defaultTitle": "T\xE4git",
|
|
177
|
-
"tagPage.search.label": "Hae t\xE4gi\xE4",
|
|
178
|
-
"tagPage.search.placeholder": "Hae...",
|
|
179
|
-
"tagPage.tags_zero": "Ei t\xE4gej\xE4",
|
|
180
|
-
"tagPage.tags_one": "{{count}} t\xE4gi",
|
|
181
|
-
"tagPage.tags_other": "{{count}} t\xE4gi\xE4",
|
|
182
|
-
"userPage.profileTab": "Profiili",
|
|
183
|
-
"userPage.questions": "Kysymykset",
|
|
184
|
-
"userPage.answers": "Vastaukset",
|
|
185
|
-
"tagButton.follow": "Seuraa",
|
|
186
|
-
"tagButton.unfollow": "Lopeta seuraaminen",
|
|
187
|
-
"tagButton.tooltip": "Seuraamalla t\xE4gi\xE4 saat ilmoituksia uusista kysymyksist\xE4",
|
|
188
|
-
"entityButton.follow": "Seuraa",
|
|
189
|
-
"entityButton.unfollow": "Lopeta seuraaminen",
|
|
190
|
-
"entityButton.tooltip": "Seuraamalla entiteetti\xE4 saat ilmoituksia uusista kysymyksist\xE4"
|
|
191
|
-
}
|
|
192
|
-
});
|
|
193
|
-
|
|
194
|
-
export { fi as default };
|
|
195
|
-
//# sourceMappingURL=fi.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fi.esm.js","sources":["../../src/locale/fi.ts"],"sourcesContent":["import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { qetaTranslationRef } from '../translation';\n\nconst fi = createTranslationMessages({\n ref: qetaTranslationRef,\n full: false,\n messages: {\n pluginName: 'Q&A',\n 'answerList.errorLoading': 'Vastauksia ei voitu ladata',\n 'answerList.noAnswers': 'Ei vastauksia',\n 'answerList.limitSelect': 'Vastauksia per sivu',\n 'common.score': '{{score}} pistettä',\n 'common.anonymousAuthor': 'Anonyymi',\n 'common.answers_zero': 'Ei vastauksia',\n 'common.answers_one': '{{count}} vastaus',\n 'common.answers_other': '{{count}} vastausta',\n 'common.views_zero': 'Katsottu {{count}} kertaa',\n 'common.views_one': 'Katsottu {{count}} kerran',\n 'common.views_other': 'Katsottu {{count}} kertaa',\n 'common.viewsShort_zero': '0 katselua',\n 'common.viewsShort_one': '1 katselu',\n 'common.viewsShort_other': '{{count}} katselua',\n 'common.questions_zero': 'Ei kysymyksiä',\n 'common.questions_one': '{{count}} kysymys',\n 'common.questions_other': '{{count}} kysymystä',\n 'answer.questionTitle': 'K: {{question}}',\n 'answer.answeredTime': 'vastasi',\n 'answerContainer.title.answersBy': 'Vastannut',\n 'answerContainer.title.answersAbout': 'Vastaukset entiteetistä',\n 'answerContainer.title.answersTagged': 'Vastaukset tageilla {{tags}}',\n 'answerContainer.search.label': 'Hae vastauksia',\n 'answerContainer.search.placeholder': 'Hae...',\n 'anonymousCheckbox.tooltip':\n 'Valitsemalla tämän muut käyttäjät eivät näe nimeäsi',\n 'anonymousCheckbox.answerAnonymously': 'Vastaa anonyymisti',\n 'anonymousCheckbox.askAnonymously': 'Kysy anonyymisti',\n 'askForm.errorPosting': 'Kysymystä ei voitu luoda',\n 'askForm.titleInput.label': 'Otsikko',\n 'askForm.titleInput.helperText':\n 'Kirjoita kysymyksellesi hyvä otsikko, jonka ihmiset ymmärtävät',\n 'askForm.contentInput.placeholder': 'Kysymyksesi',\n 'askForm.submit.existingQuestion': 'Tallenna',\n 'askForm.submit.newQuestion': 'Kysy',\n 'answerForm.errorPosting': 'Vastausta ei voitu luoda',\n 'answerForm.contentInput.placeholder': 'Vastauksesi',\n 'answerForm.submit.existingAnswer': 'Tallenna',\n 'answerForm.submit.newAnswer': 'Vastaa',\n 'entitiesInput.label': 'Entiteetit',\n 'entitiesInput.placeholder': 'Kirjoita tai valitse entiteetit',\n 'entitiesInput.helperText':\n 'Valitse maksimissaan {{max}} entiteettiä joita tämä kysymys koskee',\n 'tagsInput.label': 'Tägit',\n 'tagsInput.placeholder': 'Kirjoita tai valitse tägit',\n 'tagsInput.helperText':\n 'Valitse maksimissaan {{max}} tägiä jotka kategorisoivat kysymyksen',\n 'askPage.title.existingQuestion': 'Muokkaa kysymystä',\n 'askPage.title.entityQuestion': 'Kysy kysmys entiteetistä {{entity}}',\n 'askPage.title.newQuestion': 'Kysy kysymys',\n 'askQuestionButton.title': 'Kysy kysymys',\n 'backToQuestionsButton.title': 'Takaisin',\n 'commentList.deleteLink': 'poista',\n 'commentSection.input.placeholder': 'Kommenttisi',\n 'commentSection.addComment': 'Kommentoi',\n 'commentSection.post': 'Tallenna',\n 'deleteModal.title.question':\n 'Oletko varma että haluat poistaa tämän kysymyksen?',\n 'deleteModal.title.answer':\n 'Oletko varma että haluat poistaa tämän vastauksen?',\n 'deleteModal.errorDeleting': 'Virhe poistettaessa',\n 'deleteModal.deleteButton': 'Poista',\n 'deleteModal.cancelButton': 'Peruuta',\n 'favoritePage.title': 'Suosikkikysymyksesi',\n 'homePage.title': 'Koti',\n 'leftMenu.home': 'Koti',\n 'leftMenu.questions': 'Kysymykset',\n 'leftMenu.profile': 'Profiili',\n 'leftMenu.tags': 'Tägit',\n 'leftMenu.favoriteQuestions': 'Suosikkikysymykset',\n 'leftMenu.statistics': 'Statistiikka',\n 'questionsPage.title': 'Kaikki kysymykset',\n 'highlights.loadError': 'Kysymyksiä ei voitu ladata',\n 'highlights.hot.title': 'Kuumat kysymykset',\n 'highlights.hot.noQuestionsLabel': 'Ei kysymyksiä',\n 'highlights.unanswered.title': 'Vastaamattomat kysymykset',\n 'highlights.unanswered.noQuestionsLabel': 'Ei kysymyksiä',\n 'highlights.incorrect.title': 'Kysymykset ilman oikeaa vastausta',\n 'highlights.incorrect.noQuestionsLabel': 'Ei kysymyksiä',\n 'rightMenu.followedEntities': 'Seuratut entiteetit',\n 'rightMenu.followedTags': 'Seuratut tägit',\n 'userLink.anonymous': 'Anonyymi',\n 'questionPage.errorLoading': 'Kysymyksiä ei voitu ladata',\n 'questionPage.editButton': 'Muokkaa',\n 'questionPage.sortAnswers.label': 'Järjestä vastaukset',\n 'questionPage.sortAnswers.default': 'Oletus',\n 'questionPage.sortAnswers.createdDesc': 'Luotu (laskeva)',\n 'questionPage.sortAnswers.createdAsc': 'Luotu (nouseva)',\n 'questionPage.sortAnswers.scoreDesc': 'Pisteet (laskeva)',\n 'questionPage.sortAnswers.scoreAsc': 'Pisteet (nouseva)',\n 'questionPage.sortAnswers.commentsDesc': 'Kommentit (laskeva)',\n 'questionPage.sortAnswers.commentsAsc': 'Kommentit (nouseva)',\n 'questionPage.sortAnswers.authorDesc': 'Laatija (laskeva)',\n 'questionPage.sortAnswers.authorAsc': 'Laatija (nouseva)',\n 'questionPage.sortAnswers.updatedDesc': 'Päivitetty (laskeva)',\n 'questionPage.sortAnswers.updatedAsc': 'Päivitetty (nouseva)',\n 'authorBox.askedAtTime': 'kysytty',\n 'authorBox.postedAtTime': 'Lisätty',\n 'authorBox.updatedAtTime': 'Päivitetty',\n 'authorBox.updatedBy': '',\n 'favorite.remove': 'Poista tämä kysymys suosikeista',\n 'favorite.add': 'Lisää tämä kysymys suosikkeihin',\n 'link.question': 'Kopioi linkki tähän kysymykseen leikepöydälle',\n 'link.answer': 'Kopioi linkki tähän vastaukseen leikepöydälle',\n 'link.aria': 'Kopioi linkki leikepöydälle',\n 'voteButtons.answer.markCorrect': 'Merkitse vastaus oikeaksi',\n 'voteButtons.answer.markIncorrect': 'Vastaus ei ole oikein',\n 'voteButtons.answer.marked': 'Tämä vastaus on merkitty oikeaksi',\n 'voteButtons.answer.good': 'Tämä vastaus on hyvä',\n 'voteButtons.answer.bad': 'Tämä vastaus on huono',\n 'voteButtons.answer.own': 'Et voi äänestää omaa vastaustasi',\n 'voteButtons.question.good': 'Tämä kysymys on hyvä',\n 'voteButtons.question.bad': 'Tämä kysymys on huono',\n 'voteButtons.question.own': 'Et voi äänestää omaa kysymystäsi',\n 'datePicker.from': 'Alku',\n 'datePicker.to': 'Loppu',\n 'datePicker.invalidRange':\n 'Päivien väli on väärin, loppuajan pitää olla suurempi kuin alkuajan',\n 'datePicker.range.label': 'Aikaväli',\n 'datePicker.range.default': 'Valitse',\n 'datePicker.range.last7days': 'Viimeiset 7 päivää',\n 'datePicker.range.last30days': 'Viimeiset 30 päivää',\n 'datePicker.range.custom': 'Vapaa valinta',\n 'filterPanel.filterButton': 'Suodata',\n 'filterPanel.noAnswers.label': 'Ei vastauksia',\n 'filterPanel.noCorrectAnswers.label': 'Ei oikeita vastauksia',\n 'filterPanel.noVotes.label': 'Ei ääniä',\n 'filterPanel.orderBy.label': 'Järjestä',\n 'filterPanel.orderBy.created': 'Luotu',\n 'filterPanel.orderBy.views': 'Katsomiskerrat',\n 'filterPanel.orderBy.score': 'Pisteet',\n 'filterPanel.orderBy.answers': 'Vastaukset',\n 'filterPanel.orderBy.updated': 'Päivitetty',\n 'filterPanel.order.label': 'Suunta',\n 'filterPanel.order.asc': 'Nouseva',\n 'filterPanel.order.desc': 'Laskeva',\n 'filterPanel.filters.label': 'Suodattimet',\n 'filterPanel.filters.entity.label': 'Entiteetti',\n 'filterPanel.filters.entity.placeholder': 'Kirjoita tai valitse entiteetti',\n 'filterPanel.filters.tag.label': 'Tägi',\n 'filterPanel.filters.tag.placeholder': 'Kirjoita tai valitse tägi',\n 'questionList.errorLoading': 'Kysymyksiä ei voitu ladata',\n 'questionList.questionsPerPage': 'Kysymyksiä per sivu',\n 'questionsContainer.title.questionsBy': 'Kysynyt',\n 'questionsContainer.title.questionsAbout': 'Kysymykset entiteestistä',\n 'questionsContainer.title.questionsTagged': 'Kysymykset tägeillä {{tags}}',\n 'questionsContainer.title.favorite': 'Suosikkikysymyksesi',\n 'questionsContainer.search.label': 'Hae kysymyksiä',\n 'questionsContainer.search.placeholder': 'Hae...',\n 'questionsContainer.noQuestions': 'Ei kysymyksiä',\n 'questionsContainer.askOneButton': 'Anna mennä ja kysy yksi!',\n 'questionsTable.errorLoading': 'Kysymyksiä ei voitu ladata',\n 'questionsTable.latest': 'Viimeisimmät',\n 'questionsTable.mostViewed': 'Eniten katsotut',\n 'questionsTable.favorites': 'Suosikit',\n 'questionsTable.cells.title': 'Otsikko',\n 'questionsTable.cells.author': 'Kysyjä',\n 'questionsTable.cells.asked': 'Kysytty',\n 'questionsTable.cells.updated': 'Päivitetty',\n 'statistics.errorLoading': 'Statistiikkaa ei voitu ladata',\n 'statistics.notAvailable': 'Statistiikka ei ole saatavissa',\n 'statistics.ranking': 'Sijoitukset 🏆',\n 'statistics.mostQuestions.title': 'Eniten kysymyksiä',\n 'statistics.mostQuestions.description': 'Eniten kysymyksiä kysyneet',\n 'statistics.mostAnswers.title': 'Entiten vastauksia',\n 'statistics.mostAnswers.description': 'Eniten vastauksia lisänneet',\n 'statistics.topVotedQuestions.title': 'Eniten äänestetyt kysymykset',\n 'statistics.topVotedQuestions.description':\n 'Eniten ääniä keränneet kysyjät',\n 'statistics.topVotedAnswers.title': 'Eniten äänestetyt vastaukset',\n 'statistics.topVotedAnswers.description':\n 'Eniten ääniä keränneet vastaajat',\n 'statistics.topVotedCorrectAnswers.title':\n 'Eniten äänestetyt oikeat vastaukset',\n 'statistics.topVotedCorrectAnswers.description':\n 'Eniten ääniä keränneet oikein vastanneet',\n 'tagPage.errorLoading': 'Tägejä ei voitu ladata',\n 'tagPage.taggedWithTitle': 'Kysymykset tägillä {{tag}}',\n 'tagPage.defaultTitle': 'Tägit',\n 'tagPage.search.label': 'Hae tägiä',\n 'tagPage.search.placeholder': 'Hae...',\n 'tagPage.tags_zero': 'Ei tägejä',\n 'tagPage.tags_one': '{{count}} tägi',\n 'tagPage.tags_other': '{{count}} tägiä',\n 'userPage.profileTab': 'Profiili',\n 'userPage.questions': 'Kysymykset',\n 'userPage.answers': 'Vastaukset',\n 'tagButton.follow': 'Seuraa',\n 'tagButton.unfollow': 'Lopeta seuraaminen',\n 'tagButton.tooltip':\n 'Seuraamalla tägiä saat ilmoituksia uusista kysymyksistä',\n 'entityButton.follow': 'Seuraa',\n 'entityButton.unfollow': 'Lopeta seuraaminen',\n 'entityButton.tooltip':\n 'Seuraamalla entiteettiä saat ilmoituksia uusista kysymyksistä',\n },\n});\n\nexport default fi;\n"],"names":[],"mappings":"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"}
|
package/dist/translation.esm.js
DELETED
|
@@ -1,359 +0,0 @@
|
|
|
1
|
-
import { createTranslationRef, createTranslationResource } from '@backstage/core-plugin-api/alpha';
|
|
2
|
-
|
|
3
|
-
const qetaTranslationRef = createTranslationRef({
|
|
4
|
-
id: "qeta",
|
|
5
|
-
messages: {
|
|
6
|
-
pluginName: "Q&A",
|
|
7
|
-
answerList: {
|
|
8
|
-
errorLoading: "Could not load answers",
|
|
9
|
-
noAnswers: "No answers",
|
|
10
|
-
limitSelect: "Answers per page"
|
|
11
|
-
},
|
|
12
|
-
common: {
|
|
13
|
-
score: "{{score}} score",
|
|
14
|
-
anonymousAuthor: "Anonymous",
|
|
15
|
-
answers_zero: "No answers",
|
|
16
|
-
answers_one: "{{count}} answer",
|
|
17
|
-
answers_other: "{{count}} answers",
|
|
18
|
-
views_zero: "Viewed {{count}} times",
|
|
19
|
-
views_one: "Viewed {{count}} time",
|
|
20
|
-
views_other: "Viewed {{count}} times",
|
|
21
|
-
viewsShort_zero: "0 views",
|
|
22
|
-
viewsShort_one: "{{count}} view",
|
|
23
|
-
viewsShort_other: "{{count}} views",
|
|
24
|
-
questions_zero: "No questions",
|
|
25
|
-
questions_one: "{{count}} question",
|
|
26
|
-
questions_other: "{{count}} questions"
|
|
27
|
-
},
|
|
28
|
-
answer: {
|
|
29
|
-
questionTitle: "Q: {{question}}",
|
|
30
|
-
answeredTime: "answered"
|
|
31
|
-
},
|
|
32
|
-
answerContainer: {
|
|
33
|
-
title: {
|
|
34
|
-
answersBy: "Answers by",
|
|
35
|
-
answersAbout: "Answers about",
|
|
36
|
-
answersTagged: `Answers tagged with {{tags}}`
|
|
37
|
-
},
|
|
38
|
-
search: {
|
|
39
|
-
label: "Search for answers",
|
|
40
|
-
placeholder: "Search..."
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
anonymousCheckbox: {
|
|
44
|
-
tooltip: "By enabling this, other users won't be able to see you as an author",
|
|
45
|
-
answerAnonymously: "Answer anonymously",
|
|
46
|
-
askAnonymously: "Ask anonymously"
|
|
47
|
-
},
|
|
48
|
-
askForm: {
|
|
49
|
-
errorPosting: "Could not post question",
|
|
50
|
-
titleInput: {
|
|
51
|
-
label: "Title",
|
|
52
|
-
helperText: "Write good title for your question that people can understand"
|
|
53
|
-
},
|
|
54
|
-
contentInput: {
|
|
55
|
-
placeholder: "Your question"
|
|
56
|
-
},
|
|
57
|
-
submit: {
|
|
58
|
-
existingQuestion: "Save",
|
|
59
|
-
newQuestion: "Post"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
answerForm: {
|
|
63
|
-
errorPosting: "Could not post answer",
|
|
64
|
-
contentInput: {
|
|
65
|
-
placeholder: "Your answer"
|
|
66
|
-
},
|
|
67
|
-
submit: {
|
|
68
|
-
existingAnswer: "Save",
|
|
69
|
-
newAnswer: "Post"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
entitiesInput: {
|
|
73
|
-
label: "Entities",
|
|
74
|
-
placeholder: "Type or select entities",
|
|
75
|
-
helperText: "Add up to {{max}} entities this question relates to"
|
|
76
|
-
},
|
|
77
|
-
tagsInput: {
|
|
78
|
-
label: "Tags",
|
|
79
|
-
placeholder: "Type or select tags",
|
|
80
|
-
helperText: "Add up to {{max}} tags to categorize your question"
|
|
81
|
-
},
|
|
82
|
-
askPage: {
|
|
83
|
-
title: {
|
|
84
|
-
existingQuestion: "Edit question",
|
|
85
|
-
entityQuestion: "Ask a question about {{entity}}",
|
|
86
|
-
newQuestion: "Ask a question"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
askQuestionButton: {
|
|
90
|
-
title: "Ask a question"
|
|
91
|
-
},
|
|
92
|
-
backToQuestionsButton: {
|
|
93
|
-
title: "Back"
|
|
94
|
-
},
|
|
95
|
-
commentList: {
|
|
96
|
-
deleteLink: "delete"
|
|
97
|
-
},
|
|
98
|
-
commentSection: {
|
|
99
|
-
input: {
|
|
100
|
-
placeholder: "Your comment"
|
|
101
|
-
},
|
|
102
|
-
addComment: "Add comment",
|
|
103
|
-
post: "Post"
|
|
104
|
-
},
|
|
105
|
-
deleteModal: {
|
|
106
|
-
title: {
|
|
107
|
-
question: "Are you sure you want to delete this question?",
|
|
108
|
-
answer: "Are you sure you want to delete this answer?"
|
|
109
|
-
},
|
|
110
|
-
errorDeleting: "Failed to delete",
|
|
111
|
-
deleteButton: "Delete",
|
|
112
|
-
cancelButton: "Cancel"
|
|
113
|
-
},
|
|
114
|
-
favoritePage: {
|
|
115
|
-
title: "Your favorite questions"
|
|
116
|
-
},
|
|
117
|
-
leftMenu: {
|
|
118
|
-
home: "Home",
|
|
119
|
-
questions: "Questions",
|
|
120
|
-
profile: "Profile",
|
|
121
|
-
tags: "Tags",
|
|
122
|
-
favoriteQuestions: "Favorites",
|
|
123
|
-
statistics: "Statistics"
|
|
124
|
-
},
|
|
125
|
-
homePage: {
|
|
126
|
-
title: "Home"
|
|
127
|
-
},
|
|
128
|
-
impactCard: {
|
|
129
|
-
title: "Your impact",
|
|
130
|
-
views: "views",
|
|
131
|
-
contributions: "Your contributions helped {{lastWeek}} people this week"
|
|
132
|
-
},
|
|
133
|
-
rightMenu: {
|
|
134
|
-
followedEntities: "Followed entities",
|
|
135
|
-
followedTags: "Followed tags"
|
|
136
|
-
},
|
|
137
|
-
highlights: {
|
|
138
|
-
loadError: "Failed to load questions",
|
|
139
|
-
own: {
|
|
140
|
-
title: "Your latest questions",
|
|
141
|
-
noQuestionsLabel: "No questions"
|
|
142
|
-
},
|
|
143
|
-
hot: {
|
|
144
|
-
title: "Hot questions",
|
|
145
|
-
noQuestionsLabel: "No questions"
|
|
146
|
-
},
|
|
147
|
-
unanswered: {
|
|
148
|
-
title: "Unanswered questions",
|
|
149
|
-
noQuestionsLabel: "No unanswered questions"
|
|
150
|
-
},
|
|
151
|
-
incorrect: {
|
|
152
|
-
title: "Questions without correct answer",
|
|
153
|
-
noQuestionsLabel: "No questions without correct answers"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
questionsPage: {
|
|
157
|
-
title: "All questions"
|
|
158
|
-
},
|
|
159
|
-
userLink: {
|
|
160
|
-
anonymous: "Anonymous"
|
|
161
|
-
},
|
|
162
|
-
questionPage: {
|
|
163
|
-
errorLoading: "Could not load question",
|
|
164
|
-
editButton: "Edit",
|
|
165
|
-
sortAnswers: {
|
|
166
|
-
label: "Sort answers",
|
|
167
|
-
default: "Default",
|
|
168
|
-
createdDesc: "Created (desc)",
|
|
169
|
-
createdAsc: "Created (asc)",
|
|
170
|
-
scoreDesc: "Score (desc)",
|
|
171
|
-
scoreAsc: "Score (asc)",
|
|
172
|
-
commentsDesc: "Comments (desc)",
|
|
173
|
-
commentsAsc: "Comments (asc)",
|
|
174
|
-
authorDesc: "Author (desc)",
|
|
175
|
-
authorAsc: "Author (asc)",
|
|
176
|
-
updatedDesc: "Updated (desc)",
|
|
177
|
-
updatedAsc: "Updated (asc)"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
authorBox: {
|
|
181
|
-
askedAtTime: "asked",
|
|
182
|
-
postedAtTime: "Posted",
|
|
183
|
-
updatedAtTime: "Updated",
|
|
184
|
-
updatedBy: "by"
|
|
185
|
-
},
|
|
186
|
-
favorite: {
|
|
187
|
-
remove: "Remove this question from favorites",
|
|
188
|
-
add: "Mark this question as favorite"
|
|
189
|
-
},
|
|
190
|
-
link: {
|
|
191
|
-
question: "Copy link to this question to clipboard",
|
|
192
|
-
answer: "Copy link to this answer to clipboard",
|
|
193
|
-
aria: "Copy link to clipboard"
|
|
194
|
-
},
|
|
195
|
-
voteButtons: {
|
|
196
|
-
answer: {
|
|
197
|
-
markCorrect: "Mark this answer correct",
|
|
198
|
-
markIncorrect: "Mark this answer incorrect",
|
|
199
|
-
marked: "This answer has been marked as correct",
|
|
200
|
-
good: "This answer is good",
|
|
201
|
-
bad: "This answer is not good",
|
|
202
|
-
own: "You cannot vote your own answer"
|
|
203
|
-
},
|
|
204
|
-
question: {
|
|
205
|
-
good: "This question is good",
|
|
206
|
-
bad: "This question is not good",
|
|
207
|
-
own: "You cannot vote your own question"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
datePicker: {
|
|
211
|
-
from: "From date",
|
|
212
|
-
to: "To date",
|
|
213
|
-
invalidRange: "Date range invalid, 'To date' should be greater than 'From date'",
|
|
214
|
-
range: {
|
|
215
|
-
label: "Date range",
|
|
216
|
-
default: "Select",
|
|
217
|
-
last7days: "Last 7 days",
|
|
218
|
-
last30days: "Last 30 days",
|
|
219
|
-
custom: "Custom"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
filterPanel: {
|
|
223
|
-
filterButton: "Filter",
|
|
224
|
-
noAnswers: {
|
|
225
|
-
label: "No answers"
|
|
226
|
-
},
|
|
227
|
-
noCorrectAnswers: {
|
|
228
|
-
label: "No correct answers"
|
|
229
|
-
},
|
|
230
|
-
noVotes: {
|
|
231
|
-
label: "No votes"
|
|
232
|
-
},
|
|
233
|
-
orderBy: {
|
|
234
|
-
label: "Order by",
|
|
235
|
-
created: "Created",
|
|
236
|
-
views: "Views",
|
|
237
|
-
score: "Score",
|
|
238
|
-
answers: "Answers",
|
|
239
|
-
updated: "Updated"
|
|
240
|
-
},
|
|
241
|
-
order: {
|
|
242
|
-
label: "Order",
|
|
243
|
-
asc: "Ascending",
|
|
244
|
-
desc: "Descending"
|
|
245
|
-
},
|
|
246
|
-
filters: {
|
|
247
|
-
label: "Filters",
|
|
248
|
-
entity: {
|
|
249
|
-
label: "Entity",
|
|
250
|
-
placeholder: "Type or select entity"
|
|
251
|
-
},
|
|
252
|
-
tag: {
|
|
253
|
-
label: "Tag",
|
|
254
|
-
placeholder: "Type or select tag"
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
questionList: {
|
|
259
|
-
errorLoading: "Could not load questions",
|
|
260
|
-
questionsPerPage: "Questions per page"
|
|
261
|
-
},
|
|
262
|
-
questionsContainer: {
|
|
263
|
-
title: {
|
|
264
|
-
questionsBy: "Questions by",
|
|
265
|
-
questionsAbout: "Questions about",
|
|
266
|
-
questionsTagged: `Questions tagged with {{tags}}`,
|
|
267
|
-
favorite: "Your favorite questions"
|
|
268
|
-
},
|
|
269
|
-
search: {
|
|
270
|
-
label: "Search for questions",
|
|
271
|
-
placeholder: "Search..."
|
|
272
|
-
},
|
|
273
|
-
noQuestions: "No questions found",
|
|
274
|
-
askOneButton: "Go ahead and ask one!"
|
|
275
|
-
},
|
|
276
|
-
questionsTable: {
|
|
277
|
-
errorLoading: "Could not load questions",
|
|
278
|
-
latest: "Latest",
|
|
279
|
-
mostViewed: "Most viewed",
|
|
280
|
-
favorites: "Favorites",
|
|
281
|
-
cells: {
|
|
282
|
-
title: "Title",
|
|
283
|
-
author: "Author",
|
|
284
|
-
asked: "Asked",
|
|
285
|
-
updated: "Last updated"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
statistics: {
|
|
289
|
-
errorLoading: "Could not load statistics",
|
|
290
|
-
notAvailable: "Statistics are unavailable",
|
|
291
|
-
ranking: "Ranking Q&A \u{1F3C6}",
|
|
292
|
-
mostQuestions: {
|
|
293
|
-
title: "Most questions",
|
|
294
|
-
description: "People who have posted most questions"
|
|
295
|
-
},
|
|
296
|
-
mostAnswers: {
|
|
297
|
-
title: "Most answers",
|
|
298
|
-
description: "People who have posted most answers"
|
|
299
|
-
},
|
|
300
|
-
topVotedQuestions: {
|
|
301
|
-
title: "Top voted questions",
|
|
302
|
-
description: "People who have the highest rated questions"
|
|
303
|
-
},
|
|
304
|
-
topVotedAnswers: {
|
|
305
|
-
title: "Top voted answers",
|
|
306
|
-
description: "People who have the highest rated answers"
|
|
307
|
-
},
|
|
308
|
-
topVotedCorrectAnswers: {
|
|
309
|
-
title: "Top voted correct answers",
|
|
310
|
-
description: "People who have the highest rated correct answers"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
tagPage: {
|
|
314
|
-
errorLoading: "Could not load tags",
|
|
315
|
-
taggedWithTitle: "Questions tagged with {{tag}}",
|
|
316
|
-
defaultTitle: "Tags",
|
|
317
|
-
search: {
|
|
318
|
-
label: "Search tag",
|
|
319
|
-
placeholder: "Search..."
|
|
320
|
-
},
|
|
321
|
-
tags_zero: "No tags",
|
|
322
|
-
tags_one: "Showing {{count}} tag",
|
|
323
|
-
tags_other: "Showing {{count}} tags"
|
|
324
|
-
},
|
|
325
|
-
userPage: {
|
|
326
|
-
profileTab: "Profile",
|
|
327
|
-
statistics: "Statistics",
|
|
328
|
-
questions: "Questions",
|
|
329
|
-
answers: "Answers"
|
|
330
|
-
},
|
|
331
|
-
stats: {
|
|
332
|
-
noStats: "No statistics available. Check back later!",
|
|
333
|
-
questions: "Questions",
|
|
334
|
-
answers: "Answers",
|
|
335
|
-
comments: "Comments",
|
|
336
|
-
votes: "Votes",
|
|
337
|
-
views: "Views"
|
|
338
|
-
},
|
|
339
|
-
tagButton: {
|
|
340
|
-
follow: "Follow",
|
|
341
|
-
unfollow: "Unfollow",
|
|
342
|
-
tooltip: "By following a tag, you will get notified when ever a new question with that tag is posted"
|
|
343
|
-
},
|
|
344
|
-
entityButton: {
|
|
345
|
-
follow: "Follow",
|
|
346
|
-
unfollow: "Unfollow",
|
|
347
|
-
tooltip: "By following an entity, you will get notified when ever a new question for that entity is posted"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
});
|
|
351
|
-
const qetaTranslations = createTranslationResource({
|
|
352
|
-
ref: qetaTranslationRef,
|
|
353
|
-
translations: {
|
|
354
|
-
fi: () => import('./locale/fi.esm.js')
|
|
355
|
-
}
|
|
356
|
-
});
|
|
357
|
-
|
|
358
|
-
export { qetaTranslationRef, qetaTranslations };
|
|
359
|
-
//# sourceMappingURL=translation.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.esm.js","sources":["../src/translation.ts"],"sourcesContent":["import {\n createTranslationRef,\n createTranslationResource,\n} from '@backstage/core-plugin-api/alpha';\n\n/** @alpha */\nexport const qetaTranslationRef = createTranslationRef({\n id: 'qeta',\n messages: {\n pluginName: 'Q&A',\n answerList: {\n errorLoading: 'Could not load answers',\n noAnswers: 'No answers',\n limitSelect: 'Answers per page',\n },\n common: {\n score: '{{score}} score',\n anonymousAuthor: 'Anonymous',\n answers_zero: 'No answers',\n answers_one: '{{count}} answer',\n answers_other: '{{count}} answers',\n views_zero: 'Viewed {{count}} times',\n views_one: 'Viewed {{count}} time',\n views_other: 'Viewed {{count}} times',\n viewsShort_zero: '0 views',\n viewsShort_one: '{{count}} view',\n viewsShort_other: '{{count}} views',\n questions_zero: 'No questions',\n questions_one: '{{count}} question',\n questions_other: '{{count}} questions',\n },\n answer: {\n questionTitle: 'Q: {{question}}',\n answeredTime: 'answered',\n },\n answerContainer: {\n title: {\n answersBy: 'Answers by',\n answersAbout: 'Answers about',\n answersTagged: `Answers tagged with {{tags}}`,\n },\n search: {\n label: 'Search for answers',\n placeholder: 'Search...',\n },\n },\n anonymousCheckbox: {\n tooltip:\n \"By enabling this, other users won't be able to see you as an author\",\n answerAnonymously: 'Answer anonymously',\n askAnonymously: 'Ask anonymously',\n },\n askForm: {\n errorPosting: 'Could not post question',\n titleInput: {\n label: 'Title',\n helperText:\n 'Write good title for your question that people can understand',\n },\n contentInput: {\n placeholder: 'Your question',\n },\n submit: {\n existingQuestion: 'Save',\n newQuestion: 'Post',\n },\n },\n answerForm: {\n errorPosting: 'Could not post answer',\n contentInput: {\n placeholder: 'Your answer',\n },\n submit: {\n existingAnswer: 'Save',\n newAnswer: 'Post',\n },\n },\n entitiesInput: {\n label: 'Entities',\n placeholder: 'Type or select entities',\n helperText: 'Add up to {{max}} entities this question relates to',\n },\n tagsInput: {\n label: 'Tags',\n placeholder: 'Type or select tags',\n helperText: 'Add up to {{max}} tags to categorize your question',\n },\n askPage: {\n title: {\n existingQuestion: 'Edit question',\n entityQuestion: 'Ask a question about {{entity}}',\n newQuestion: 'Ask a question',\n },\n },\n askQuestionButton: {\n title: 'Ask a question',\n },\n backToQuestionsButton: {\n title: 'Back',\n },\n commentList: {\n deleteLink: 'delete',\n },\n commentSection: {\n input: {\n placeholder: 'Your comment',\n },\n addComment: 'Add comment',\n post: 'Post',\n },\n deleteModal: {\n title: {\n question: 'Are you sure you want to delete this question?',\n answer: 'Are you sure you want to delete this answer?',\n },\n errorDeleting: 'Failed to delete',\n deleteButton: 'Delete',\n cancelButton: 'Cancel',\n },\n favoritePage: {\n title: 'Your favorite questions',\n },\n leftMenu: {\n home: 'Home',\n questions: 'Questions',\n profile: 'Profile',\n tags: 'Tags',\n favoriteQuestions: 'Favorites',\n statistics: 'Statistics',\n },\n homePage: {\n title: 'Home',\n },\n impactCard: {\n title: 'Your impact',\n views: 'views',\n contributions: 'Your contributions helped {{lastWeek}} people this week',\n },\n rightMenu: {\n followedEntities: 'Followed entities',\n followedTags: 'Followed tags',\n },\n highlights: {\n loadError: 'Failed to load questions',\n own: {\n title: 'Your latest questions',\n noQuestionsLabel: 'No questions',\n },\n hot: {\n title: 'Hot questions',\n noQuestionsLabel: 'No questions',\n },\n unanswered: {\n title: 'Unanswered questions',\n noQuestionsLabel: 'No unanswered questions',\n },\n incorrect: {\n title: 'Questions without correct answer',\n noQuestionsLabel: 'No questions without correct answers',\n },\n },\n questionsPage: {\n title: 'All questions',\n },\n userLink: {\n anonymous: 'Anonymous',\n },\n questionPage: {\n errorLoading: 'Could not load question',\n editButton: 'Edit',\n sortAnswers: {\n label: 'Sort answers',\n default: 'Default',\n createdDesc: 'Created (desc)',\n createdAsc: 'Created (asc)',\n scoreDesc: 'Score (desc)',\n scoreAsc: 'Score (asc)',\n commentsDesc: 'Comments (desc)',\n commentsAsc: 'Comments (asc)',\n authorDesc: 'Author (desc)',\n authorAsc: 'Author (asc)',\n updatedDesc: 'Updated (desc)',\n updatedAsc: 'Updated (asc)',\n },\n },\n authorBox: {\n askedAtTime: 'asked',\n postedAtTime: 'Posted',\n updatedAtTime: 'Updated',\n updatedBy: 'by',\n },\n favorite: {\n remove: 'Remove this question from favorites',\n add: 'Mark this question as favorite',\n },\n link: {\n question: 'Copy link to this question to clipboard',\n answer: 'Copy link to this answer to clipboard',\n aria: 'Copy link to clipboard',\n },\n voteButtons: {\n answer: {\n markCorrect: 'Mark this answer correct',\n markIncorrect: 'Mark this answer incorrect',\n marked: 'This answer has been marked as correct',\n good: 'This answer is good',\n bad: 'This answer is not good',\n own: 'You cannot vote your own answer',\n },\n question: {\n good: 'This question is good',\n bad: 'This question is not good',\n own: 'You cannot vote your own question',\n },\n },\n datePicker: {\n from: 'From date',\n to: 'To date',\n invalidRange:\n \"Date range invalid, 'To date' should be greater than 'From date'\",\n range: {\n label: 'Date range',\n default: 'Select',\n last7days: 'Last 7 days',\n last30days: 'Last 30 days',\n custom: 'Custom',\n },\n },\n filterPanel: {\n filterButton: 'Filter',\n noAnswers: {\n label: 'No answers',\n },\n noCorrectAnswers: {\n label: 'No correct answers',\n },\n noVotes: {\n label: 'No votes',\n },\n orderBy: {\n label: 'Order by',\n created: 'Created',\n views: 'Views',\n score: 'Score',\n answers: 'Answers',\n updated: 'Updated',\n },\n order: {\n label: 'Order',\n asc: 'Ascending',\n desc: 'Descending',\n },\n filters: {\n label: 'Filters',\n entity: {\n label: 'Entity',\n placeholder: 'Type or select entity',\n },\n tag: {\n label: 'Tag',\n placeholder: 'Type or select tag',\n },\n },\n },\n questionList: {\n errorLoading: 'Could not load questions',\n questionsPerPage: 'Questions per page',\n },\n questionsContainer: {\n title: {\n questionsBy: 'Questions by',\n questionsAbout: 'Questions about',\n questionsTagged: `Questions tagged with {{tags}}`,\n favorite: 'Your favorite questions',\n },\n search: {\n label: 'Search for questions',\n placeholder: 'Search...',\n },\n noQuestions: 'No questions found',\n askOneButton: 'Go ahead and ask one!',\n },\n questionsTable: {\n errorLoading: 'Could not load questions',\n latest: 'Latest',\n mostViewed: 'Most viewed',\n favorites: 'Favorites',\n cells: {\n title: 'Title',\n author: 'Author',\n asked: 'Asked',\n updated: 'Last updated',\n },\n },\n statistics: {\n errorLoading: 'Could not load statistics',\n notAvailable: 'Statistics are unavailable',\n ranking: 'Ranking Q&A 🏆',\n mostQuestions: {\n title: 'Most questions',\n description: 'People who have posted most questions',\n },\n mostAnswers: {\n title: 'Most answers',\n description: 'People who have posted most answers',\n },\n topVotedQuestions: {\n title: 'Top voted questions',\n description: 'People who have the highest rated questions',\n },\n topVotedAnswers: {\n title: 'Top voted answers',\n description: 'People who have the highest rated answers',\n },\n topVotedCorrectAnswers: {\n title: 'Top voted correct answers',\n description: 'People who have the highest rated correct answers',\n },\n },\n tagPage: {\n errorLoading: 'Could not load tags',\n taggedWithTitle: 'Questions tagged with {{tag}}',\n defaultTitle: 'Tags',\n search: {\n label: 'Search tag',\n placeholder: 'Search...',\n },\n tags_zero: 'No tags',\n tags_one: 'Showing {{count}} tag',\n tags_other: 'Showing {{count}} tags',\n },\n userPage: {\n profileTab: 'Profile',\n statistics: 'Statistics',\n questions: 'Questions',\n answers: 'Answers',\n },\n stats: {\n noStats: 'No statistics available. Check back later!',\n questions: 'Questions',\n answers: 'Answers',\n comments: 'Comments',\n votes: 'Votes',\n views: 'Views',\n },\n tagButton: {\n follow: 'Follow',\n unfollow: 'Unfollow',\n tooltip:\n 'By following a tag, you will get notified when ever a new question with that tag is posted',\n },\n entityButton: {\n follow: 'Follow',\n unfollow: 'Unfollow',\n tooltip:\n 'By following an entity, you will get notified when ever a new question for that entity is posted',\n },\n },\n});\n\nexport const qetaTranslations = createTranslationResource({\n ref: qetaTranslationRef,\n translations: {\n fi: () => import('./locale/fi'),\n },\n});\n"],"names":[],"mappings":"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"}
|