@drodil/backstage-plugin-qeta 2.5.3 → 2.7.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/AnswersContainer/AnswerList.esm.js +5 -4
- package/dist/components/AnswersContainer/AnswerList.esm.js.map +1 -1
- package/dist/components/AnswersContainer/AnswerListItem.esm.js +9 -8
- package/dist/components/AnswersContainer/AnswerListItem.esm.js.map +1 -1
- package/dist/components/AnswersContainer/AnswersContainer.esm.js +12 -15
- package/dist/components/AnswersContainer/AnswersContainer.esm.js.map +1 -1
- package/dist/components/AskAnonymouslyCheckbox/AskAnonymouslyCheckbox.esm.js +3 -1
- package/dist/components/AskAnonymouslyCheckbox/AskAnonymouslyCheckbox.esm.js.map +1 -1
- package/dist/components/AskForm/AskForm.esm.js +74 -46
- package/dist/components/AskForm/AskForm.esm.js.map +1 -1
- package/dist/components/AskForm/EntitiesInput.esm.js +8 -3
- package/dist/components/AskForm/EntitiesInput.esm.js.map +1 -1
- package/dist/components/AskForm/TagInput.esm.js +7 -3
- package/dist/components/AskForm/TagInput.esm.js.map +1 -1
- package/dist/components/AskPage/AskPage.esm.js +7 -3
- package/dist/components/AskPage/AskPage.esm.js.map +1 -1
- package/dist/components/Buttons/AskQuestionButton.esm.js +3 -1
- package/dist/components/Buttons/AskQuestionButton.esm.js.map +1 -1
- package/dist/components/Buttons/BackToQuestionsButton.esm.js +3 -2
- package/dist/components/Buttons/BackToQuestionsButton.esm.js.map +1 -1
- package/dist/components/CommentSection/CommentList.esm.js +3 -2
- package/dist/components/CommentSection/CommentList.esm.js.map +1 -1
- package/dist/components/CommentSection/CommentSection.esm.js +53 -36
- package/dist/components/CommentSection/CommentSection.esm.js.map +1 -1
- package/dist/components/DeleteModal/DeleteModal.esm.js +6 -5
- package/dist/components/DeleteModal/DeleteModal.esm.js.map +1 -1
- package/dist/components/FavoritePage/FavoritePage.esm.js +3 -1
- package/dist/components/FavoritePage/FavoritePage.esm.js.map +1 -1
- package/dist/components/HomePage/HomePage.esm.js +19 -13
- package/dist/components/HomePage/HomePage.esm.js.map +1 -1
- package/dist/components/Links/Links.esm.js +3 -1
- package/dist/components/Links/Links.esm.js.map +1 -1
- package/dist/components/QuestionHighlightList/QuestionHighlightList.esm.js +3 -2
- package/dist/components/QuestionHighlightList/QuestionHighlightList.esm.js.map +1 -1
- package/dist/components/QuestionPage/AnswerCard.esm.js +4 -3
- package/dist/components/QuestionPage/AnswerCard.esm.js.map +1 -1
- package/dist/components/QuestionPage/AnswerForm.esm.js +58 -37
- package/dist/components/QuestionPage/AnswerForm.esm.js.map +1 -1
- package/dist/components/QuestionPage/AuthorBox.esm.js +3 -2
- package/dist/components/QuestionPage/AuthorBox.esm.js.map +1 -1
- package/dist/components/QuestionPage/FavoriteButton.esm.js +4 -2
- package/dist/components/QuestionPage/FavoriteButton.esm.js.map +1 -1
- package/dist/components/QuestionPage/LinkButton.esm.js +9 -13
- package/dist/components/QuestionPage/LinkButton.esm.js.map +1 -1
- package/dist/components/QuestionPage/QuestionCard.esm.js +4 -3
- package/dist/components/QuestionPage/QuestionCard.esm.js.map +1 -1
- package/dist/components/QuestionPage/QuestionPage.esm.js +19 -16
- package/dist/components/QuestionPage/QuestionPage.esm.js.map +1 -1
- package/dist/components/QuestionPage/VoteButtons.esm.js +7 -5
- package/dist/components/QuestionPage/VoteButtons.esm.js.map +1 -1
- package/dist/components/QuestionTableCard/QuestionsTable.esm.js +8 -7
- package/dist/components/QuestionTableCard/QuestionsTable.esm.js.map +1 -1
- package/dist/components/QuestionsContainer/DateRangeFilter.esm.js +12 -11
- package/dist/components/QuestionsContainer/DateRangeFilter.esm.js.map +1 -1
- package/dist/components/QuestionsContainer/FilterPanel.esm.js +22 -19
- package/dist/components/QuestionsContainer/FilterPanel.esm.js.map +1 -1
- package/dist/components/QuestionsContainer/NoQuestionsCard.esm.js +4 -3
- package/dist/components/QuestionsContainer/NoQuestionsCard.esm.js.map +1 -1
- package/dist/components/QuestionsContainer/QuestionList.esm.js +4 -3
- package/dist/components/QuestionsContainer/QuestionList.esm.js.map +1 -1
- package/dist/components/QuestionsContainer/QuestionListItem.esm.js +13 -10
- package/dist/components/QuestionsContainer/QuestionListItem.esm.js.map +1 -1
- package/dist/components/QuestionsContainer/QuestionsContainer.esm.js +13 -9
- package/dist/components/QuestionsContainer/QuestionsContainer.esm.js.map +1 -1
- package/dist/components/Statistics/TopRankingUsersCard.esm.js +15 -14
- package/dist/components/Statistics/TopRankingUsersCard.esm.js.map +1 -1
- package/dist/components/TagPage/TagPage.esm.js +10 -1
- package/dist/components/TagPage/TagPage.esm.js.map +1 -1
- package/dist/components/TagPage/TagsContainer.esm.js +7 -13
- package/dist/components/TagPage/TagsContainer.esm.js.map +1 -1
- package/dist/components/UserPage/UserPage.esm.js +20 -4
- package/dist/components/UserPage/UserPage.esm.js.map +1 -1
- package/dist/index.d.ts +180 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/locale/fi.esm.js +185 -0
- package/dist/locale/fi.esm.js.map +1 -0
- package/dist/translation.esm.js +323 -0
- package/dist/translation.esm.js.map +1 -0
- package/dist/utils/hooks.esm.js +6 -1
- package/dist/utils/hooks.esm.js.map +1 -1
- package/dist/utils/utils.esm.js +13 -15
- package/dist/utils/utils.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
|
5
5
|
import { FetchApi, DiscoveryApi } from '@backstage/core-plugin-api';
|
|
6
6
|
import { AnswersResponse, AnswerResponse, QuestionResponse, StatisticResponse, QuestionsResponse, QuestionRequest, TagResponse, EntityResponse, StatisticsRequestParameters, AnswerRequest, AnswerResponseBody, AttachmentResponseBody, Question, Answer } from '@drodil/backstage-plugin-qeta-common';
|
|
7
7
|
import { SvgIconProps } from '@material-ui/core';
|
|
8
|
+
import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
|
|
8
9
|
|
|
9
10
|
declare const qetaPlugin: _backstage_core_plugin_api.BackstagePlugin<{
|
|
10
11
|
root: _backstage_core_plugin_api.RouteRef<undefined>;
|
|
@@ -221,4 +222,182 @@ declare class QetaClient implements QetaApi {
|
|
|
221
222
|
private getQueryParameters;
|
|
222
223
|
}
|
|
223
224
|
|
|
224
|
-
|
|
225
|
+
/** @alpha */
|
|
226
|
+
declare const qetaTranslationRef: _backstage_core_plugin_api_alpha.TranslationRef<"qeta", {
|
|
227
|
+
readonly "favorite.remove": "Remove this question from favorites";
|
|
228
|
+
readonly "favorite.add": "Mark this question as favorite";
|
|
229
|
+
readonly "statistics.errorLoading": "Could not load statistics";
|
|
230
|
+
readonly "statistics.notAvailable": "Statistics are unavailable";
|
|
231
|
+
readonly "statistics.ranking": "Ranking Q&A 🏆";
|
|
232
|
+
readonly "statistics.mostQuestions.title": "Most questions";
|
|
233
|
+
readonly "statistics.mostQuestions.description": "People who have posted most questions";
|
|
234
|
+
readonly "statistics.mostAnswers.title": "Most answers";
|
|
235
|
+
readonly "statistics.mostAnswers.description": "People who have posted most answers";
|
|
236
|
+
readonly "statistics.topVotedQuestions.title": "Top voted questions";
|
|
237
|
+
readonly "statistics.topVotedQuestions.description": "People who have the highest rated questions";
|
|
238
|
+
readonly "statistics.topVotedAnswers.title": "Top voted answers";
|
|
239
|
+
readonly "statistics.topVotedAnswers.description": "People who have the highest rated answers";
|
|
240
|
+
readonly "statistics.topVotedCorrectAnswers.title": "Top voted correct answers";
|
|
241
|
+
readonly "statistics.topVotedCorrectAnswers.description": "People who have the highest rated correct answers";
|
|
242
|
+
readonly "link.answer": "Copy link to this answer to clipboard";
|
|
243
|
+
readonly "link.question": "Copy link to this question to clipboard";
|
|
244
|
+
readonly "link.aria": "Copy link to clipboard";
|
|
245
|
+
readonly pluginName: "Q&A";
|
|
246
|
+
readonly "answerList.errorLoading": "Could not load answers";
|
|
247
|
+
readonly "answerList.noAnswers": "No answers";
|
|
248
|
+
readonly "answerList.limitSelect": "Answers per page";
|
|
249
|
+
readonly "common.score": "{{score}} score";
|
|
250
|
+
readonly "common.anonymousAuthor": "Anonymous";
|
|
251
|
+
readonly "common.answers_zero": "No answers";
|
|
252
|
+
readonly "common.answers_one": "{{count}} answer";
|
|
253
|
+
readonly "common.answers_other": "{{count}} answers";
|
|
254
|
+
readonly "common.views_zero": "Viewed {{count}} times";
|
|
255
|
+
readonly "common.views_one": "Viewed {{count}} time";
|
|
256
|
+
readonly "common.views_other": "Viewed {{count}} times";
|
|
257
|
+
readonly "common.viewsShort_zero": "0 views";
|
|
258
|
+
readonly "common.viewsShort_one": "{{count}} view";
|
|
259
|
+
readonly "common.viewsShort_other": "{{count}} views";
|
|
260
|
+
readonly "common.questions_zero": "No questions";
|
|
261
|
+
readonly "common.questions_one": "{{count}} question";
|
|
262
|
+
readonly "common.questions_other": "{{count}} questions";
|
|
263
|
+
readonly "answer.questionTitle": "Q: {{question}}";
|
|
264
|
+
readonly "answer.answeredTime": "answered";
|
|
265
|
+
readonly "answerContainer.title.answersBy": "Answers by";
|
|
266
|
+
readonly "answerContainer.title.answersAbout": "Answers about";
|
|
267
|
+
readonly "answerContainer.title.answersTagged": "Answers tagged with {{tags}}";
|
|
268
|
+
readonly "answerContainer.search.label": "Search for answers";
|
|
269
|
+
readonly "answerContainer.search.placeholder": "Search...";
|
|
270
|
+
readonly "anonymousCheckbox.tooltip": "By enabling this, other users won't be able to see you as an author";
|
|
271
|
+
readonly "anonymousCheckbox.answerAnonymously": "Answer anonymously";
|
|
272
|
+
readonly "anonymousCheckbox.askAnonymously": "Ask anonymously";
|
|
273
|
+
readonly "askForm.errorPosting": "Could not post question";
|
|
274
|
+
readonly "askForm.titleInput.label": "Title";
|
|
275
|
+
readonly "askForm.titleInput.helperText": "Write good title for your question that people can understand";
|
|
276
|
+
readonly "askForm.contentInput.placeholder": "Your question";
|
|
277
|
+
readonly "askForm.submit.existingQuestion": "Save";
|
|
278
|
+
readonly "askForm.submit.newQuestion": "Post";
|
|
279
|
+
readonly "answerForm.errorPosting": "Could not post answer";
|
|
280
|
+
readonly "answerForm.contentInput.placeholder": "Your answer";
|
|
281
|
+
readonly "answerForm.submit.existingAnswer": "Save";
|
|
282
|
+
readonly "answerForm.submit.newAnswer": "Post";
|
|
283
|
+
readonly "entitiesInput.label": "Entities";
|
|
284
|
+
readonly "entitiesInput.placeholder": "Type or select entities";
|
|
285
|
+
readonly "entitiesInput.helperText": "Add up to {{max}} entities this question relates to";
|
|
286
|
+
readonly "tagsInput.label": "Tags";
|
|
287
|
+
readonly "tagsInput.placeholder": "Type or select tags";
|
|
288
|
+
readonly "tagsInput.helperText": "Add up to {{max}} tags to categorize your question";
|
|
289
|
+
readonly "askPage.title.existingQuestion": "Edit question";
|
|
290
|
+
readonly "askPage.title.newQuestion": "Ask question";
|
|
291
|
+
readonly "askPage.title.entityQuestion": "Ask a question about {{entity}}";
|
|
292
|
+
readonly "askQuestionButton.title": "Ask question";
|
|
293
|
+
readonly "backToQuestionsButton.title": "Back to questions";
|
|
294
|
+
readonly "commentList.deleteLink": "delete";
|
|
295
|
+
readonly "commentSection.input.placeholder": "Your comment";
|
|
296
|
+
readonly "commentSection.addComment": "Add comment";
|
|
297
|
+
readonly "commentSection.post": "Post";
|
|
298
|
+
readonly "deleteModal.title.answer": "Are you sure you want to delete this answer?";
|
|
299
|
+
readonly "deleteModal.title.question": "Are you sure you want to delete this question?";
|
|
300
|
+
readonly "deleteModal.errorDeleting": "Failed to delete";
|
|
301
|
+
readonly "deleteModal.deleteButton": "Delete";
|
|
302
|
+
readonly "deleteModal.cancelButton": "Cancel";
|
|
303
|
+
readonly "favoritePage.title": "Your favorite questions";
|
|
304
|
+
readonly "homePage.title": "All questions";
|
|
305
|
+
readonly "homePage.moreMenu.statistics": "Statistics";
|
|
306
|
+
readonly "homePage.moreMenu.tags": "Tags";
|
|
307
|
+
readonly "homePage.moreMenu.title": "More";
|
|
308
|
+
readonly "homePage.moreMenu.profile": "Profile";
|
|
309
|
+
readonly "homePage.moreMenu.favoriteQuestions": "Favorite questions";
|
|
310
|
+
readonly "homePage.highlights.loadError": "Failed to load questions";
|
|
311
|
+
readonly "homePage.highlights.hot.title": "Hot questions";
|
|
312
|
+
readonly "homePage.highlights.hot.noQuestionsLabel": "No questions";
|
|
313
|
+
readonly "homePage.highlights.unanswered.title": "Unanswered questions";
|
|
314
|
+
readonly "homePage.highlights.unanswered.noQuestionsLabel": "No unanswered questions";
|
|
315
|
+
readonly "homePage.highlights.incorrect.title": "Questions without correct answer";
|
|
316
|
+
readonly "homePage.highlights.incorrect.noQuestionsLabel": "No questions without correct answers";
|
|
317
|
+
readonly "userLink.anonymous": "Anonymous";
|
|
318
|
+
readonly "questionPage.errorLoading": "Could not load question";
|
|
319
|
+
readonly "questionPage.editButton": "Edit";
|
|
320
|
+
readonly "questionPage.sortAnswers.label": "Sort answers";
|
|
321
|
+
readonly "questionPage.sortAnswers.default": "Default";
|
|
322
|
+
readonly "questionPage.sortAnswers.createdDesc": "Created (desc)";
|
|
323
|
+
readonly "questionPage.sortAnswers.createdAsc": "Created (asc)";
|
|
324
|
+
readonly "questionPage.sortAnswers.scoreDesc": "Score (desc)";
|
|
325
|
+
readonly "questionPage.sortAnswers.scoreAsc": "Score (asc)";
|
|
326
|
+
readonly "questionPage.sortAnswers.commentsDesc": "Comments (desc)";
|
|
327
|
+
readonly "questionPage.sortAnswers.commentsAsc": "Comments (asc)";
|
|
328
|
+
readonly "questionPage.sortAnswers.authorDesc": "Author (desc)";
|
|
329
|
+
readonly "questionPage.sortAnswers.authorAsc": "Author (asc)";
|
|
330
|
+
readonly "questionPage.sortAnswers.updatedDesc": "Updated (desc)";
|
|
331
|
+
readonly "questionPage.sortAnswers.updatedAsc": "Updated (asc)";
|
|
332
|
+
readonly "authorBox.askedAtTime": "asked";
|
|
333
|
+
readonly "authorBox.postedAtTime": "Posted";
|
|
334
|
+
readonly "authorBox.updatedAtTime": "Updated";
|
|
335
|
+
readonly "authorBox.updatedBy": "by";
|
|
336
|
+
readonly "voteButtons.answer.markCorrect": "Mark this answer correct";
|
|
337
|
+
readonly "voteButtons.answer.markIncorrect": "Mark this answer incorrect";
|
|
338
|
+
readonly "voteButtons.answer.marked": "This answer has been marked as correct";
|
|
339
|
+
readonly "voteButtons.answer.good": "This answer is good";
|
|
340
|
+
readonly "voteButtons.answer.bad": "This answer is not good";
|
|
341
|
+
readonly "voteButtons.answer.own": "You cannot vote your own answer";
|
|
342
|
+
readonly "voteButtons.question.good": "This question is good";
|
|
343
|
+
readonly "voteButtons.question.bad": "This question is not good";
|
|
344
|
+
readonly "voteButtons.question.own": "You cannot vote your own question";
|
|
345
|
+
readonly "datePicker.from": "From date";
|
|
346
|
+
readonly "datePicker.to": "To date";
|
|
347
|
+
readonly "datePicker.invalidRange": "Date range invalid, 'To date' should be greater than 'From date'";
|
|
348
|
+
readonly "datePicker.range.label": "Date range";
|
|
349
|
+
readonly "datePicker.range.default": "Select";
|
|
350
|
+
readonly "datePicker.range.last7days": "Last 7 days";
|
|
351
|
+
readonly "datePicker.range.last30days": "Last 30 days";
|
|
352
|
+
readonly "datePicker.range.custom": "Custom";
|
|
353
|
+
readonly "filterPanel.noAnswers.label": "No answers";
|
|
354
|
+
readonly "filterPanel.filterButton": "Filter";
|
|
355
|
+
readonly "filterPanel.noCorrectAnswers.label": "No correct answers";
|
|
356
|
+
readonly "filterPanel.noVotes.label": "No votes";
|
|
357
|
+
readonly "filterPanel.orderBy.answers": "Answers";
|
|
358
|
+
readonly "filterPanel.orderBy.label": "Order by";
|
|
359
|
+
readonly "filterPanel.orderBy.score": "Score";
|
|
360
|
+
readonly "filterPanel.orderBy.created": "Created";
|
|
361
|
+
readonly "filterPanel.orderBy.views": "Views";
|
|
362
|
+
readonly "filterPanel.orderBy.updated": "Updated";
|
|
363
|
+
readonly "filterPanel.order.label": "Order";
|
|
364
|
+
readonly "filterPanel.order.desc": "Descending";
|
|
365
|
+
readonly "filterPanel.order.asc": "Ascending";
|
|
366
|
+
readonly "filterPanel.filters.tag.label": "Tag";
|
|
367
|
+
readonly "filterPanel.filters.tag.placeholder": "Type or select tag";
|
|
368
|
+
readonly "filterPanel.filters.label": "Filters";
|
|
369
|
+
readonly "filterPanel.filters.entity.label": "Entity";
|
|
370
|
+
readonly "filterPanel.filters.entity.placeholder": "Type or select entity";
|
|
371
|
+
readonly "questionList.errorLoading": "Could not load questions";
|
|
372
|
+
readonly "questionList.questionsPerPage": "Questions per page";
|
|
373
|
+
readonly "questionsContainer.title.favorite": "Your favorite questions";
|
|
374
|
+
readonly "questionsContainer.title.questionsBy": "Questions by";
|
|
375
|
+
readonly "questionsContainer.title.questionsAbout": "Questions about";
|
|
376
|
+
readonly "questionsContainer.title.questionsTagged": "Questions tagged with {{tags}}";
|
|
377
|
+
readonly "questionsContainer.search.label": "Search for questions";
|
|
378
|
+
readonly "questionsContainer.search.placeholder": "Search...";
|
|
379
|
+
readonly "questionsContainer.noQuestions": "No questions found";
|
|
380
|
+
readonly "questionsContainer.askOneButton": "Go ahead and ask one!";
|
|
381
|
+
readonly "questionsTable.errorLoading": "Could not load questions";
|
|
382
|
+
readonly "questionsTable.latest": "Latest";
|
|
383
|
+
readonly "questionsTable.mostViewed": "Most viewed";
|
|
384
|
+
readonly "questionsTable.favorites": "Favorites";
|
|
385
|
+
readonly "questionsTable.cells.author": "Author";
|
|
386
|
+
readonly "questionsTable.cells.title": "Title";
|
|
387
|
+
readonly "questionsTable.cells.asked": "Asked";
|
|
388
|
+
readonly "questionsTable.cells.updated": "Last updated";
|
|
389
|
+
readonly "tagPage.errorLoading": "Could not load tags";
|
|
390
|
+
readonly "tagPage.search.label": "Search tag";
|
|
391
|
+
readonly "tagPage.search.placeholder": "Search...";
|
|
392
|
+
readonly "tagPage.taggedWithTitle": "Questions tagged with {{tag}}";
|
|
393
|
+
readonly "tagPage.defaultTitle": "Tags";
|
|
394
|
+
readonly "tagPage.tags_zero": "No tags";
|
|
395
|
+
readonly "tagPage.tags_one": "Showing {{count}} tag";
|
|
396
|
+
readonly "tagPage.tags_other": "Showing {{count}} tags";
|
|
397
|
+
readonly "userPage.questions": "Questions";
|
|
398
|
+
readonly "userPage.answers": "Answers";
|
|
399
|
+
readonly "userPage.profileTab": "Profile";
|
|
400
|
+
}>;
|
|
401
|
+
declare const qetaTranslations: _backstage_core_plugin_api_alpha.TranslationResource<"qeta">;
|
|
402
|
+
|
|
403
|
+
export { AnswerList, AnswerListItem, AnswersContainer, AskForm, Content, type QetaApi, QetaClient, QetaPage, QuestionTableCard, QuestionsContainer, QuestionsTable, RankingCard, RankingRow, StatisticsPage, TopRankingUsers, TrophyIcon, qetaApiRef, qetaPlugin, qetaTranslationRef, qetaTranslations };
|
package/dist/index.esm.js
CHANGED
|
@@ -10,4 +10,5 @@ export { RankingCard, RankingRow, TopRankingUsers } from './components/Statistic
|
|
|
10
10
|
export { TrophyIcon } from './components/Statistics/TrophyIcon.esm.js';
|
|
11
11
|
export { StatisticsPage } from './components/Statistics/StatisticsPage.esm.js';
|
|
12
12
|
export { QetaClient, qetaApiRef } from './api/QetaClient.esm.js';
|
|
13
|
+
export { qetaTranslationRef, qetaTranslations } from './translation.esm.js';
|
|
13
14
|
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -0,0 +1,185 @@
|
|
|
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 kysymyksiin",
|
|
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.moreMenu.title": "Lis\xE4\xE4",
|
|
68
|
+
"homePage.moreMenu.profile": "Profiili",
|
|
69
|
+
"homePage.moreMenu.tags": "T\xE4git",
|
|
70
|
+
"homePage.moreMenu.favoriteQuestions": "Suosikkikysymykset",
|
|
71
|
+
"homePage.moreMenu.statistics": "Statistiikka",
|
|
72
|
+
"homePage.title": "Kaikki kysymykset",
|
|
73
|
+
"homePage.highlights.loadError": "Kysymyksi\xE4 ei voitu ladata",
|
|
74
|
+
"homePage.highlights.hot.title": "Kuumat kysymykset",
|
|
75
|
+
"homePage.highlights.hot.noQuestionsLabel": "Ei kysymyksi\xE4",
|
|
76
|
+
"homePage.highlights.unanswered.title": "Vastaamattomat kysymykset",
|
|
77
|
+
"homePage.highlights.unanswered.noQuestionsLabel": "Ei kysymyksi\xE4",
|
|
78
|
+
"homePage.highlights.incorrect.title": "Kysymykset ilman oikeaa vastausta",
|
|
79
|
+
"homePage.highlights.incorrect.noQuestionsLabel": "Ei kysymyksi\xE4",
|
|
80
|
+
"userLink.anonymous": "Anonyymi",
|
|
81
|
+
"questionPage.errorLoading": "Kysymyksi\xE4 ei voitu ladata",
|
|
82
|
+
"questionPage.editButton": "Muokkaa",
|
|
83
|
+
"questionPage.sortAnswers.label": "J\xE4rjest\xE4 vastaukset",
|
|
84
|
+
"questionPage.sortAnswers.default": "Oletus",
|
|
85
|
+
"questionPage.sortAnswers.createdDesc": "Luotu (laskeva)",
|
|
86
|
+
"questionPage.sortAnswers.createdAsc": "Luotu (nouseva)",
|
|
87
|
+
"questionPage.sortAnswers.scoreDesc": "Pisteet (laskeva)",
|
|
88
|
+
"questionPage.sortAnswers.scoreAsc": "Pisteet (nouseva)",
|
|
89
|
+
"questionPage.sortAnswers.commentsDesc": "Kommentit (laskeva)",
|
|
90
|
+
"questionPage.sortAnswers.commentsAsc": "Kommentit (nouseva)",
|
|
91
|
+
"questionPage.sortAnswers.authorDesc": "Laatija (laskeva)",
|
|
92
|
+
"questionPage.sortAnswers.authorAsc": "Laatija (nouseva)",
|
|
93
|
+
"questionPage.sortAnswers.updatedDesc": "P\xE4ivitetty (laskeva)",
|
|
94
|
+
"questionPage.sortAnswers.updatedAsc": "P\xE4ivitetty (nouseva)",
|
|
95
|
+
"authorBox.askedAtTime": "kysytty",
|
|
96
|
+
"authorBox.postedAtTime": "Lis\xE4tty",
|
|
97
|
+
"authorBox.updatedAtTime": "P\xE4ivitetty",
|
|
98
|
+
"authorBox.updatedBy": "",
|
|
99
|
+
"favorite.remove": "Poista t\xE4m\xE4 kysymys suosikeista",
|
|
100
|
+
"favorite.add": "Lis\xE4\xE4 t\xE4m\xE4 kysymys suosikkeihin",
|
|
101
|
+
"link.question": "Kopioi linkki t\xE4h\xE4n kysymykseen leikep\xF6yd\xE4lle",
|
|
102
|
+
"link.answer": "Kopioi linkki t\xE4h\xE4n vastaukseen leikep\xF6yd\xE4lle",
|
|
103
|
+
"link.aria": "Kopioi linkki leikep\xF6yd\xE4lle",
|
|
104
|
+
"voteButtons.answer.markCorrect": "Merkitse vastaus oikeaksi",
|
|
105
|
+
"voteButtons.answer.markIncorrect": "Vastaus ei ole oikein",
|
|
106
|
+
"voteButtons.answer.marked": "T\xE4m\xE4 vastaus on merkitty oikeaksi",
|
|
107
|
+
"voteButtons.answer.good": "T\xE4m\xE4 vastaus on hyv\xE4",
|
|
108
|
+
"voteButtons.answer.bad": "T\xE4m\xE4 vastaus on huono",
|
|
109
|
+
"voteButtons.answer.own": "Et voi \xE4\xE4nest\xE4\xE4 omaa vastaustasi",
|
|
110
|
+
"voteButtons.question.good": "T\xE4m\xE4 kysymys on hyv\xE4",
|
|
111
|
+
"voteButtons.question.bad": "T\xE4m\xE4 kysymys on huono",
|
|
112
|
+
"voteButtons.question.own": "Et voi \xE4\xE4nest\xE4\xE4 omaa kysymyst\xE4si",
|
|
113
|
+
"datePicker.from": "Alku",
|
|
114
|
+
"datePicker.to": "Loppu",
|
|
115
|
+
"datePicker.invalidRange": "P\xE4ivien v\xE4li on v\xE4\xE4rin, loppuajan pit\xE4\xE4 olla suurempi kuin alkuajan",
|
|
116
|
+
"datePicker.range.label": "Aikav\xE4li",
|
|
117
|
+
"datePicker.range.default": "Valitse",
|
|
118
|
+
"datePicker.range.last7days": "Viimeiset 7 p\xE4iv\xE4\xE4",
|
|
119
|
+
"datePicker.range.last30days": "Viimeiset 30 p\xE4iv\xE4\xE4",
|
|
120
|
+
"datePicker.range.custom": "Vapaa valinta",
|
|
121
|
+
"filterPanel.filterButton": "Suodata",
|
|
122
|
+
"filterPanel.noAnswers.label": "Ei vastauksia",
|
|
123
|
+
"filterPanel.noCorrectAnswers.label": "Ei oikeita vastauksia",
|
|
124
|
+
"filterPanel.noVotes.label": "Ei \xE4\xE4ni\xE4",
|
|
125
|
+
"filterPanel.orderBy.label": "J\xE4rjest\xE4",
|
|
126
|
+
"filterPanel.orderBy.created": "Luotu",
|
|
127
|
+
"filterPanel.orderBy.views": "Katsomiskerrat",
|
|
128
|
+
"filterPanel.orderBy.score": "Pisteet",
|
|
129
|
+
"filterPanel.orderBy.answers": "Vastaukset",
|
|
130
|
+
"filterPanel.orderBy.updated": "P\xE4ivitetty",
|
|
131
|
+
"filterPanel.order.label": "Suunta",
|
|
132
|
+
"filterPanel.order.asc": "Nouseva",
|
|
133
|
+
"filterPanel.order.desc": "Laskeva",
|
|
134
|
+
"filterPanel.filters.label": "Suodattimet",
|
|
135
|
+
"filterPanel.filters.entity.label": "Entiteetti",
|
|
136
|
+
"filterPanel.filters.entity.placeholder": "Kirjoita tai valitse entiteetti",
|
|
137
|
+
"filterPanel.filters.tag.label": "T\xE4gi",
|
|
138
|
+
"filterPanel.filters.tag.placeholder": "Kirjoita tai valitse t\xE4gi",
|
|
139
|
+
"questionList.errorLoading": "Kysymyksi\xE4 ei voitu ladata",
|
|
140
|
+
"questionList.questionsPerPage": "Kysymyksi\xE4 per sivu",
|
|
141
|
+
"questionsContainer.title.questionsBy": "Kysynyt",
|
|
142
|
+
"questionsContainer.title.questionsAbout": "Kysymykset entiteestist\xE4",
|
|
143
|
+
"questionsContainer.title.questionsTagged": "Kysymykset t\xE4geill\xE4 {{tags}}",
|
|
144
|
+
"questionsContainer.title.favorite": "Suosikkikysymyksesi",
|
|
145
|
+
"questionsContainer.search.label": "Hae kysymyksi\xE4",
|
|
146
|
+
"questionsContainer.search.placeholder": "Hae...",
|
|
147
|
+
"questionsContainer.noQuestions": "Ei kysymyksi\xE4",
|
|
148
|
+
"questionsContainer.askOneButton": "Anna menn\xE4 ja kysy yksi!",
|
|
149
|
+
"questionsTable.errorLoading": "Kysymyksi\xE4 ei voitu ladata",
|
|
150
|
+
"questionsTable.latest": "Viimeisimm\xE4t",
|
|
151
|
+
"questionsTable.mostViewed": "Eniten katsotut",
|
|
152
|
+
"questionsTable.favorites": "Suosikit",
|
|
153
|
+
"questionsTable.cells.title": "Otsikko",
|
|
154
|
+
"questionsTable.cells.author": "Kysyj\xE4",
|
|
155
|
+
"questionsTable.cells.asked": "Kysytty",
|
|
156
|
+
"questionsTable.cells.updated": "P\xE4ivitetty",
|
|
157
|
+
"statistics.errorLoading": "Statistiikkaa ei voitu ladata",
|
|
158
|
+
"statistics.notAvailable": "Statistiikka ei ole saatavissa",
|
|
159
|
+
"statistics.ranking": "Sijoitukset \u{1F3C6}",
|
|
160
|
+
"statistics.mostQuestions.title": "Eniten kysymyksi\xE4",
|
|
161
|
+
"statistics.mostQuestions.description": "Eniten kysymyksi\xE4 kysyneet",
|
|
162
|
+
"statistics.mostAnswers.title": "Entiten vastauksia",
|
|
163
|
+
"statistics.mostAnswers.description": "Eniten vastauksia lis\xE4nneet",
|
|
164
|
+
"statistics.topVotedQuestions.title": "Eniten \xE4\xE4nestetyt kysymykset",
|
|
165
|
+
"statistics.topVotedQuestions.description": "Eniten \xE4\xE4ni\xE4 ker\xE4nneet kysyj\xE4t",
|
|
166
|
+
"statistics.topVotedAnswers.title": "Eniten \xE4\xE4nestetyt vastaukset",
|
|
167
|
+
"statistics.topVotedAnswers.description": "Eniten \xE4\xE4ni\xE4 ker\xE4nneet vastaajat",
|
|
168
|
+
"statistics.topVotedCorrectAnswers.title": "Eniten \xE4\xE4nestetyt oikeat vastaukset",
|
|
169
|
+
"statistics.topVotedCorrectAnswers.description": "Eniten \xE4\xE4ni\xE4 ker\xE4nneet oikein vastanneet",
|
|
170
|
+
"tagPage.errorLoading": "T\xE4gej\xE4 ei voitu ladata",
|
|
171
|
+
"tagPage.taggedWithTitle": "Kysymykset t\xE4gill\xE4 {{tag}}",
|
|
172
|
+
"tagPage.defaultTitle": "T\xE4git",
|
|
173
|
+
"tagPage.search.label": "Hae t\xE4gi\xE4",
|
|
174
|
+
"tagPage.search.placeholder": "Hae...",
|
|
175
|
+
"tagPage.tags_zero": "Ei t\xE4gej\xE4",
|
|
176
|
+
"tagPage.tags_one": "{{count}} t\xE4gi",
|
|
177
|
+
"tagPage.tags_other": "{{count}} t\xE4gi\xE4",
|
|
178
|
+
"userPage.profileTab": "Profiili",
|
|
179
|
+
"userPage.questions": "Kysymykset",
|
|
180
|
+
"userPage.answers": "Vastaukset"
|
|
181
|
+
}
|
|
182
|
+
});
|
|
183
|
+
|
|
184
|
+
export { fi as default };
|
|
185
|
+
//# sourceMappingURL=fi.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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 kysymyksiin',\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.moreMenu.title': 'Lisää',\n 'homePage.moreMenu.profile': 'Profiili',\n 'homePage.moreMenu.tags': 'Tägit',\n 'homePage.moreMenu.favoriteQuestions': 'Suosikkikysymykset',\n 'homePage.moreMenu.statistics': 'Statistiikka',\n 'homePage.title': 'Kaikki kysymykset',\n 'homePage.highlights.loadError': 'Kysymyksiä ei voitu ladata',\n 'homePage.highlights.hot.title': 'Kuumat kysymykset',\n 'homePage.highlights.hot.noQuestionsLabel': 'Ei kysymyksiä',\n 'homePage.highlights.unanswered.title': 'Vastaamattomat kysymykset',\n 'homePage.highlights.unanswered.noQuestionsLabel': 'Ei kysymyksiä',\n 'homePage.highlights.incorrect.title': 'Kysymykset ilman oikeaa vastausta',\n 'homePage.highlights.incorrect.noQuestionsLabel': 'Ei kysymyksiä',\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 },\n});\n\nexport default fi;\n"],"names":[],"mappings":"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"}
|