From 8bdd315ec0f5f10079cebf7b5c59307b67f96b98 Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Wed, 10 Jul 2024 12:39:13 +0200 Subject: [PATCH 1/2] fix(web): remove extra spaces in the ref node selector dropdown This is a workaround for the incorrect handling of single quotation marks in out i18n suite. Not sure where the spaces are added. When replacing single quotes with double quotes extra spaces don't appear. --- .../nextclade-web/src/components/Results/RefNodeSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextclade-web/src/components/Results/RefNodeSelector.tsx b/packages/nextclade-web/src/components/Results/RefNodeSelector.tsx index aff6273e2..019b3d0f8 100644 --- a/packages/nextclade-web/src/components/Results/RefNodeSelector.tsx +++ b/packages/nextclade-web/src/components/Results/RefNodeSelector.tsx @@ -39,7 +39,7 @@ export function RefNodeSelector() { const searchId = getCladeNodeAttrFounderSearchId(desc.name) return { value: searchId, - label: t("'{{ attr }}' founder", { attr: desc.displayName }), + label: t('"{{ attr }}" founder', { attr: desc.displayName }), description: t("Earliest ancestor node having the same value of attribute '{{ attr }}'", { attr: desc.displayName, }), From ff51a78861169e867d900ca1ac9a152628e1c550 Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Wed, 10 Jul 2024 12:42:17 +0200 Subject: [PATCH 2/2] feat(web): update i18n --- .../.json-autotranslate-cache/af/common.json | 8 ++++---- .../.json-autotranslate-cache/am/common.json | 8 ++++---- .../.json-autotranslate-cache/ar/common.json | 8 ++++---- .../.json-autotranslate-cache/az/common.json | 8 ++++---- .../.json-autotranslate-cache/bg/common.json | 8 ++++---- .../.json-autotranslate-cache/bn/common.json | 8 ++++---- .../.json-autotranslate-cache/bs/common.json | 8 ++++---- .../.json-autotranslate-cache/ca/common.json | 8 ++++---- .../.json-autotranslate-cache/cs/common.json | 8 ++++---- .../.json-autotranslate-cache/cy/common.json | 8 ++++---- .../.json-autotranslate-cache/da/common.json | 8 ++++---- .../.json-autotranslate-cache/de/common.json | 8 ++++---- .../.json-autotranslate-cache/el/common.json | 8 ++++---- .../.json-autotranslate-cache/en/common.json | 2 +- .../.json-autotranslate-cache/es/common.json | 8 ++++---- .../.json-autotranslate-cache/et/common.json | 8 ++++---- .../.json-autotranslate-cache/fa/common.json | 8 ++++---- .../.json-autotranslate-cache/fi/common.json | 8 ++++---- .../.json-autotranslate-cache/fr/common.json | 8 ++++---- .../.json-autotranslate-cache/ga/common.json | 8 ++++---- .../.json-autotranslate-cache/gu/common.json | 8 ++++---- .../.json-autotranslate-cache/ha/common.json | 8 ++++---- .../.json-autotranslate-cache/he/common.json | 8 ++++---- .../.json-autotranslate-cache/hi/common.json | 8 ++++---- .../.json-autotranslate-cache/hr/common.json | 8 ++++---- .../.json-autotranslate-cache/ht/common.json | 8 ++++---- .../.json-autotranslate-cache/hu/common.json | 8 ++++---- .../.json-autotranslate-cache/hy/common.json | 8 ++++---- .../.json-autotranslate-cache/id/common.json | 8 ++++---- .../.json-autotranslate-cache/is/common.json | 8 ++++---- .../.json-autotranslate-cache/it/common.json | 8 ++++---- .../.json-autotranslate-cache/ja/common.json | 8 ++++---- .../.json-autotranslate-cache/ka/common.json | 8 ++++---- .../.json-autotranslate-cache/kk/common.json | 8 ++++---- .../.json-autotranslate-cache/kn/common.json | 8 ++++---- .../.json-autotranslate-cache/ko/common.json | 8 ++++---- .../.json-autotranslate-cache/lt/common.json | 8 ++++---- .../.json-autotranslate-cache/lv/common.json | 8 ++++---- .../.json-autotranslate-cache/mk/common.json | 8 ++++---- .../.json-autotranslate-cache/ml/common.json | 8 ++++---- .../.json-autotranslate-cache/mn/common.json | 8 ++++---- .../.json-autotranslate-cache/mr/common.json | 8 ++++---- .../.json-autotranslate-cache/ms/common.json | 8 ++++---- .../.json-autotranslate-cache/mt/common.json | 8 ++++---- .../.json-autotranslate-cache/nl/common.json | 8 ++++---- .../.json-autotranslate-cache/no/common.json | 8 ++++---- .../.json-autotranslate-cache/pa/common.json | 8 ++++---- .../.json-autotranslate-cache/pl/common.json | 8 ++++---- .../.json-autotranslate-cache/ps/common.json | 8 ++++---- .../.json-autotranslate-cache/pt/common.json | 8 ++++---- .../.json-autotranslate-cache/ro/common.json | 8 ++++---- .../.json-autotranslate-cache/ru/common.json | 8 ++++---- .../.json-autotranslate-cache/si/common.json | 8 ++++---- .../.json-autotranslate-cache/sk/common.json | 8 ++++---- .../.json-autotranslate-cache/sl/common.json | 8 ++++---- .../.json-autotranslate-cache/so/common.json | 10 +++++----- .../.json-autotranslate-cache/sq/common.json | 8 ++++---- .../.json-autotranslate-cache/sr/common.json | 8 ++++---- .../.json-autotranslate-cache/sv/common.json | 8 ++++---- .../.json-autotranslate-cache/sw/common.json | 8 ++++---- .../.json-autotranslate-cache/ta/common.json | 8 ++++---- .../.json-autotranslate-cache/te/common.json | 8 ++++---- .../.json-autotranslate-cache/th/common.json | 8 ++++---- .../.json-autotranslate-cache/tl/common.json | 8 ++++---- .../.json-autotranslate-cache/tr/common.json | 10 +++++----- .../.json-autotranslate-cache/uk/common.json | 8 ++++---- .../.json-autotranslate-cache/ur/common.json | 8 ++++---- .../.json-autotranslate-cache/uz/common.json | 8 ++++---- .../.json-autotranslate-cache/vi/common.json | 8 ++++---- .../.json-autotranslate-cache/zh/common.json | 8 ++++---- .../nextclade-web/src/i18n/resources/af/common.json | 2 +- .../nextclade-web/src/i18n/resources/am/common.json | 2 +- .../nextclade-web/src/i18n/resources/ar/common.json | 2 +- .../nextclade-web/src/i18n/resources/az/common.json | 2 +- .../nextclade-web/src/i18n/resources/bg/common.json | 2 +- .../nextclade-web/src/i18n/resources/bn/common.json | 2 +- .../nextclade-web/src/i18n/resources/bs/common.json | 2 +- .../nextclade-web/src/i18n/resources/ca/common.json | 2 +- .../nextclade-web/src/i18n/resources/cs/common.json | 2 +- .../nextclade-web/src/i18n/resources/cy/common.json | 2 +- .../nextclade-web/src/i18n/resources/da/common.json | 2 +- .../nextclade-web/src/i18n/resources/de/common.json | 2 +- .../nextclade-web/src/i18n/resources/el/common.json | 2 +- .../nextclade-web/src/i18n/resources/en/common.json | 2 +- .../nextclade-web/src/i18n/resources/es/common.json | 2 +- .../nextclade-web/src/i18n/resources/et/common.json | 2 +- .../nextclade-web/src/i18n/resources/fa/common.json | 2 +- .../nextclade-web/src/i18n/resources/fi/common.json | 2 +- .../nextclade-web/src/i18n/resources/fr/common.json | 2 +- .../nextclade-web/src/i18n/resources/ga/common.json | 2 +- .../nextclade-web/src/i18n/resources/gu/common.json | 2 +- .../nextclade-web/src/i18n/resources/ha/common.json | 2 +- .../nextclade-web/src/i18n/resources/he/common.json | 2 +- .../nextclade-web/src/i18n/resources/hi/common.json | 2 +- .../nextclade-web/src/i18n/resources/hr/common.json | 2 +- .../nextclade-web/src/i18n/resources/ht/common.json | 2 +- .../nextclade-web/src/i18n/resources/hu/common.json | 2 +- .../nextclade-web/src/i18n/resources/hy/common.json | 2 +- .../nextclade-web/src/i18n/resources/id/common.json | 2 +- .../nextclade-web/src/i18n/resources/is/common.json | 2 +- .../nextclade-web/src/i18n/resources/it/common.json | 2 +- .../nextclade-web/src/i18n/resources/ja/common.json | 2 +- .../nextclade-web/src/i18n/resources/ka/common.json | 2 +- .../nextclade-web/src/i18n/resources/kk/common.json | 2 +- .../nextclade-web/src/i18n/resources/kn/common.json | 2 +- .../nextclade-web/src/i18n/resources/ko/common.json | 2 +- .../nextclade-web/src/i18n/resources/lt/common.json | 2 +- .../nextclade-web/src/i18n/resources/lv/common.json | 2 +- .../nextclade-web/src/i18n/resources/mk/common.json | 2 +- .../nextclade-web/src/i18n/resources/ml/common.json | 2 +- .../nextclade-web/src/i18n/resources/mn/common.json | 2 +- .../nextclade-web/src/i18n/resources/mr/common.json | 2 +- .../nextclade-web/src/i18n/resources/ms/common.json | 2 +- .../nextclade-web/src/i18n/resources/mt/common.json | 2 +- .../nextclade-web/src/i18n/resources/nl/common.json | 2 +- .../nextclade-web/src/i18n/resources/no/common.json | 2 +- .../nextclade-web/src/i18n/resources/pa/common.json | 2 +- .../nextclade-web/src/i18n/resources/pl/common.json | 2 +- .../nextclade-web/src/i18n/resources/ps/common.json | 2 +- .../nextclade-web/src/i18n/resources/pt/common.json | 2 +- .../nextclade-web/src/i18n/resources/ro/common.json | 2 +- .../nextclade-web/src/i18n/resources/ru/common.json | 2 +- .../nextclade-web/src/i18n/resources/si/common.json | 2 +- .../nextclade-web/src/i18n/resources/sk/common.json | 2 +- .../nextclade-web/src/i18n/resources/sl/common.json | 2 +- .../nextclade-web/src/i18n/resources/so/common.json | 4 ++-- .../nextclade-web/src/i18n/resources/sq/common.json | 2 +- .../nextclade-web/src/i18n/resources/sr/common.json | 2 +- .../nextclade-web/src/i18n/resources/sv/common.json | 2 +- .../nextclade-web/src/i18n/resources/sw/common.json | 2 +- .../nextclade-web/src/i18n/resources/ta/common.json | 2 +- .../nextclade-web/src/i18n/resources/te/common.json | 2 +- .../nextclade-web/src/i18n/resources/th/common.json | 2 +- .../nextclade-web/src/i18n/resources/tl/common.json | 2 +- .../nextclade-web/src/i18n/resources/tr/common.json | 4 ++-- .../nextclade-web/src/i18n/resources/uk/common.json | 2 +- .../nextclade-web/src/i18n/resources/ur/common.json | 2 +- .../nextclade-web/src/i18n/resources/uz/common.json | 2 +- .../nextclade-web/src/i18n/resources/vi/common.json | 2 +- .../nextclade-web/src/i18n/resources/zh/common.json | 2 +- 140 files changed, 351 insertions(+), 351 deletions(-) diff --git a/packages/nextclade-web/.json-autotranslate-cache/af/common.json b/packages/nextclade-web/.json-autotranslate-cache/af/common.json index 15f1fe250..77283933f 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/af/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/af/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade stigter” - toon mutasies relatief tot die stigter van die klade wat aan die navraagmonster toegeken is. Let daarop dat navrae van verskillende klades in hierdie geval met verskillende teikens vergelyk sal word.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ouer” - toon private mutasies, dit wil sê mutasies relatief tot die ouer (naaste) knoop van die verwysingsboom waaraan die navraagmonster geheg is tydens filogenetiese plasing.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Verwysing” - toon mutasies relatief tot die verwysingsvolgorde (soos gedefinieer in die datastel).", - "'{{ attr }}' founder": "Stigter van '{{ attr }}'", "(truncated)": "(afgesny)", "* Current value. This amount can change depending on load": "* Huidige waarde. Hierdie bedrag kan verander na gelang van las", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} benodig ten minste {{memoryRequired}} geheue per draad", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Dit lyk asof tans geselekteerde datastel ooreenstem nie by u rye nie, maar daar is {{ n }} ander datastelle wat dit moontlik is. Klik op “Verander verwysingsdatastel” om die lys te sien.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Dit lyk asof tans geselekteerde datastel ooreenstem nie by u rye nie, maar daar is 1 datastel wat moontlik. Klik op “Verander verwysingsdatastel” om die lys te sien.", "Customizations": "Aanpassings", + "Customize": "Pas aan", "Customize dataset files": "Pas datastellêers aan", "Dataset": "Datastel", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Datastel-skrywers het hierdie datastel as verouderd gemerk, wat beteken dat die datastel verouderd is, nie meer opgedateer sal word of andersins nie relevant is nie. Kontak asseblief datastelskrywers vir besonderhede.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Hier kan u individuele lêers in die datastel oorskakel. As 'n lêer nie verskaf word nie, sal dit vervang word uit die tans geselekteerde datastel. Kom meer te wete in die {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Hier kan u kolomme (individueel of kategorieë) kies wat in CSV- en TSV-lêers geskryf sal word.", "Hide dataset files": "Versteek datastellêers", + "History": "Geskiedenis", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Dit word egter nie aanbeveel nie: hierdie weergawe van die toepassing word nie meer opgedateer of ondersteun nie, en ons kan nie waarborg dat dit sal werk en dat dit korrekte resultate sal lewer nie.", "I want to try anyway": "Ek wil in elk geval probeer", "Idle": "ledig", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Voorstelalgoritme het misluk. Rapporteer dit asseblief aan ontwikkelaars.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Voorstelalgoritme kon nie 'n datastel vind wat geskik is vir u rye nie. Kies 'n datastel handmatig. As daar geen geskikte datastel is nie, moet u dit oorweeg om een te skep en by te dra tot die versameling van die gemeenskapsdatastel van Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Opgesomme resultate van die analise in {{formatName}} -formaat.", + "Summary": "Opsomming", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Om die teiken te skakel, sal mutasies verander wat in die volgordesigte sowel as in die “Mut” -kolom van die tabel en sy muisoorgereedskappuntjie vertoon word.", "Text": "Teks", "The address to the file is correct": "Die adres van die lêer is korrek", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} werk die beste in die nuutste weergawes van ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Bykomende inligting vir ontwikkelaars (klik om uit te brei)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} verkeerde stopkodon (s) opgespoor. Geaffekteerde gene (s): {{geneList}}. QC-telling: {{score}}", - "Customize": "Pas aan", - "History": "Geskiedenis", - "Summary": "Opsomming" + "\"{{ attr }}\" founder": "“{{ attr }}\" stigter" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/am/common.json b/packages/nextclade-web/.json-autotranslate-cache/am/common.json index ca2286bef..6d55d7bd5 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/am/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/am/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«ክላድ መስራች» - ለጥያቄ ናሙና ከተመደበው ክላድ መስራች ጋር አንጻራዊ ሚውቶችን ያሳያል። በተለያዩ ክፍሎች የሚመጡ ጥያቄዎች በዚህ ሁኔታ ከተለያዩ ኢላማዎች ጋር እንደሚወዳደር ልብ ይበሉ።", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«ወላጅ» - የግል ሚውቶችን ያሳያል፣ ማለትም በፋይሎጄኔቲክ ምደባ ወቅት ጥያቄው ናሙናው ከተያያዘው የማጣቀሻ ዛፍ ወላጅ (ቅርብ ያለው) ንጥፍ ጋር አንጻራዊ ሚውቴሽኖችን", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«ማጣቀሻ» - ከማጣቀሻ ቅደም ተከተል ጋር አንጻራዊ ሚውቶችን ያሳያል (በውሂብ ስብስብ ውስጥ እንደተገለ", - "'{{ attr }}' founder": "'{{ attr }}' መስራች", "(truncated)": "(የተቆረጠ)", "* Current value. This amount can change depending on load": "* የአሁኑ እሴት። ይህ መጠን በጭነት ላይ በመመስረት ሊለወጥ ይችላል", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} በአንድ ክር ቢያንስ {{memoryRequired}} የማህደረ ትውስታ ይጠይቃል", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "በአሁኑ ጊዜ የተመረጠው የውሂብ ስብስብ ከእርስዎ ቅደም ተከተል ጋር የሚዛመድ አይመስልም፣ ግን ሊሆኑ የሚችሉ {{ n }} ሌሎች የውሂብ ዝርዝሩን ለማየት «የማጣቀሻ ውሂብ ስብስብ ይለውጡ» ን ጠቅ", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "በአሁኑ ጊዜ የተመረጠው የውሂብ ስብስብ ከእርስዎ ቅደም ተከተል ጋር የሚዛመድ አይመስልም፣ ግን ሊሆን ይችላል 1 የውሂብ ዝርዝሩን ለማየት «የማጣቀሻ ውሂብ ስብስብ ይለውጡ» ን ጠቅ", "Customizations": "ማበጀት", + "Customize": "ማበጀት", "Customize dataset files": "የመረጃ ስብስብ ፋይሎችን", "Dataset": "የመረጃ ስብስብ", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "የውሂብ ስብስብ ደራሲዎች ይህንን የውሂብ ስብስብ እንደቆየ ምልክት አድርገዋል፣ ይህም ማለት የውሂብ ስብስቡ ጊዜ ያለፈበት ነው፣ ከአሁን በኋላ አይዘምንም ወይም ሌላ ለዝርዝር ነገሮች እባክዎ የውሂብ ስብስብ", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "እዚህ በውሂብ ስብስቡ ውስጥ ያሉ ግለሰብ ፋይሎችን መሻሻል ይችላሉ። ፋይል ካልቀረበ በአሁኑ ጊዜ ከተመረጠው የውሂብ ስብስብ ይተካል። በ {{documentation}} ውስጥ የበለጠ ይወቁ", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "እዚህ ወደ CSV እና TSV ፋይሎች የሚጽፉ አምዶችን (ግለሰብ ወይም ምድቦች) መምረጥ ይችላሉ።", "Hide dataset files": "የመረጃ ስብስብ ፋይሎችን", + "History": "ታሪክ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "ሆኖም፣ ይህ አይመከርም - ይህ የመተግበሪያው ስሪት ከእንግዲህ የዘመነ ወይም አይደገፋም፣ እና እንደሚሰራ እና ትክክለኛ ውጤቶችን እንደሚያመጣ ዋስትና ማረጋገጥ አንችልም።", "I want to try anyway": "ለማንኛውም መሞከር እፈልጋለሁ", "Idle": "አልባ", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "የጥቆሚያ ስልተ ቀመር አል እባክዎን ይህንን ለገንቢዎች ዘገቡ።", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "የጥቆማ ስልተ ቀመር ለእርስዎ ቅደም ተከተል ተስማሚ የውሂብ ስብስብ የውሂብ ስብስብ በእጅ ምረጥ። ተስማሚ የውሂብ ስብስብ ከሌለ ለNextclade ማህበረሰብ የውሂብ ስብስብ አንድ መፍጠር እና አስተዋጽኦ ያስቡ።", "Summarized results of the analysis in {{formatName}} format.": "በ {{formatName}} ቅርጸት ውስጥ የትንታኔው አጠቃላይ ውጤቶች።", + "Summary": "ማጠቃለያ", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "ኢላማውን መቀየር በቅደም ተከተል እይታዎች እንዲሁም በሰንጠረዥ «ሙት» አምድ እና በየመዳጃ መሳሪያው ውስጥ የሚታዩ ሚውቶችን ይለውጣል።", "Text": "ጽሑፍ", "The address to the file is correct": "የፋይሉ አድራሻ ትክክል ነው", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} በቅርብ ጊዜዎቹ ስሪቶች ውስጥ በጣም ጥሩ ይሰራል ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} ለገንቢዎች ተጨማሪ መረጃ (ለማስፋት ጠቅ ያድርጉ)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} የተሳሳተ የማቆሚያ ኮዶን (ዎች) ተገኝተዋል። የተጎዱ ጂን (ዎች): {{geneList}} ። የ QC ውጤት: {{score}}", - "Customize": "ማበጀት", - "History": "ታሪክ", - "Summary": "ማጠቃለያ" + "\"{{ attr }}\" founder": "«{{ attr }}\" መስራች" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ar/common.json b/packages/nextclade-web/.json-autotranslate-cache/ar/common.json index c6b8b96a6..80d3de21d 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ar/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ar/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«مؤسس Clade» - يُظهر الطفرات المتعلقة بمؤسس الكليد الذي تم تعيينه لعينة الاستعلام. لاحظ أنه ستتم مقارنة الاستعلامات من مجموعات مختلفة بأهداف مختلفة في هذه الحالة.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«الوالد» - يُظهر الطفرات الخاصة، أي الطفرات المتعلقة بالعقدة الأم (الأقرب) للشجرة المرجعية التي تم إرفاق عينة الاستعلام بها أثناء وضع النشوء والتطور.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«المرجع» - يعرض الطفرات المتعلقة بالتسلسل المرجعي (كما هو محدد في مجموعة البيانات).", - "'{{ attr }}' founder": "مؤسس '{{ attr }}'", "(truncated)": "(مقطوعة)", "* Current value. This amount can change depending on load": "* القيمة الحالية. يمكن أن يتغير هذا المبلغ اعتمادًا على التحميل.", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} يتطلب {{memoryRequired}} على الأقل من الذاكرة لكل مؤشر ترابط", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "لا يبدو أن مجموعة البيانات المحددة حاليًا تتطابق مع التسلسلات الخاصة بك، ولكن هناك {{ n }} مجموعات بيانات أخرى قد تكون كذلك. انقر فوق «تغيير مجموعة البيانات المرجعية» لرؤية القائمة.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "لا يبدو أن مجموعة البيانات المحددة حاليًا تتطابق مع التسلسلات الخاصة بك، ولكن هناك مجموعة بيانات واحدة قد تكون كذلك. انقر فوق «تغيير مجموعة البيانات المرجعية» لرؤية القائمة.", "Customizations": "التخصيصات", + "Customize": "قم بالتخصيص", "Customize dataset files": "تخصيص ملفات مجموعة البيانات", "Dataset": "مجموعة البيانات", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "قام مؤلفو مجموعة البيانات بوضع علامة على مجموعة البيانات هذه على أنها مهملة، مما يعني أن مجموعة البيانات قديمة أو لن يتم تحديثها أو أنها ليست ذات صلة بخلاف ذلك. يرجى الاتصال بمؤلفي مجموعة البيانات للحصول على التفاصيل.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "يمكنك هنا تجاوز الملفات الفردية في مجموعة البيانات. إذا لم يتم توفير ملف، فسيتم استبداله من مجموعة البيانات المحددة حاليًا. تعرف على المزيد في {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "هنا يمكنك تحديد الأعمدة (الفردية أو الفئات) التي ستتم كتابتها في ملفات CSV و TSV.", "Hide dataset files": "إخفاء ملفات مجموعة البيانات", + "History": "التاريخ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "ومع ذلك، لا يوصى بذلك: لم يعد هذا الإصدار من التطبيق محدثًا أو مدعومًا، ولا يمكننا ضمان أنه سيعمل، وأنه سيحقق نتائج صحيحة.", "I want to try anyway": "أريد أن أحاول على أي حال", "Idle": "خامل", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "فشلت خوارزمية الاقتراح. يرجى الإبلاغ عن هذا للمطورين.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "لم تتمكن خوارزمية الاقتراح من العثور على مجموعة بيانات مناسبة للتسلسلات الخاصة بك. حدد مجموعة بيانات يدويًا. إذا لم تكن هناك مجموعة بيانات مناسبة، ففكر في إنشاء واحدة والمساهمة فيها في مجموعة بيانات مجتمع Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "النتائج الملخصة للتحليل بصيغة {{formatName}}.", + "Summary": "ملخص", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "سيؤدي تبديل الهدف إلى تغيير الطفرات المعروضة في طرق عرض التسلسل وكذلك في عمود «Mut» في الجدول وتلميح أداة تمرير الماوس الخاص به.", "Text": "النص", "The address to the file is correct": "عنوان الملف صحيح", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} يعمل بشكل أفضل في أحدث إصدارات ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} معلومات إضافية للمطورين (انقر للتوسيع)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} تم اكتشاف رمز (أكواد) الإيقاف في غير محله. الجين (الجينات) المتأثرة: {{geneList}}. درجة مراقبة الجودة: {{score}}", - "Customize": "قم بالتخصيص", - "History": "التاريخ", - "Summary": "ملخص" + "\"{{ attr }}\" founder": "مؤسس \"{{ attr }}\"" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/az/common.json b/packages/nextclade-web/.json-autotranslate-cache/az/common.json index 6878ed8c7..4a94ad851 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/az/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/az/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade qurucusu” - sorğu nümunəsinə təyin edilmiş kladın qurucusuna nisbətən mutasiyaları göstərir. Qeyd edək ki, müxtəlif klaslardan gələn sorğular bu vəziyyətdə fərqli hədəflərlə müqayisə ediləcəkdir.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Valideyn” - xüsusi mutasiyaları, yəni filogenetik yerləşdirmə zamanı sorğu nümunəsinin əlavə edildiyi istinad ağacının ana (ən yaxın) düyününə nisbətən mutasiyaları göstərir.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“İstinad” - istinad ardıcıllığına nisbətən mutasiyaları göstərir (verilənlər bazasında müəyyən edildiyi kimi).", - "'{{ attr }}' founder": "'{{ attr }}' təsisçisi", "(truncated)": "(kəsilmiş)", "* Current value. This amount can change depending on load": "* Cari dəyər. Bu məbləğ yükdən asılı olaraq dəyişə bilər", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} hər mövzu üçün ən azı {{memoryRequired}} yaddaş tələb edir", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Hal-hazırda seçilmiş verilənlər bazası ardıcıllığınıza uyğun gəlmir, lakin ola biləcək {{ n }} digər məlumat dəstləri var. Siyahıya baxmaq üçün “İstinad məlumat bazasını dəyişdirin” düyməsini basın.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Hal-hazırda seçilmiş verilənlər bazası ardıcıllığınıza uyğun gəlmir, lakin ola biləcək 1 məlumat dəsti var. Siyahıya baxmaq üçün “İstinad məlumat bazasını dəyişdirin” düyməsini basın.", "Customizations": "Özelleştirmələr", + "Customize": "Özelleştir", "Customize dataset files": "Verilənlər bazası fayllarını fərdiləş", "Dataset": "Məlumat bazası", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Verilənlər bazası müəllifləri bu verilənlər bazasını köhnəlmiş kimi qeyd etdilər, yəni verilənlər dəstinin köhnəlmişdir, artıq yenilənməyəcək və ya başqa cür əlaqəli deyil. Xahiş edirəm məlumat bazası müəllifləri ilə əlaqə saxlayın", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Burada verilənlər bazasındakı fərdi faylları ləğv edə bilərsiniz. Bir fayl təqdim edilmirsə, hazırda seçilmiş verilənlər bazasından əvəz olunacaq. {{documentation}} -də daha çox məlumat əldə edin", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Burada CSV və TSV sənədlərinə yazılacaq sütunları (fərdi və ya kateqoriyalar) seçə bilərsiniz.", "Hide dataset files": "Verilənlər bazası fayllarını gizlədin", + "History": "Tarix", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Ancaq bu tövsiyə edilmir: tətbiqin bu versiyası artıq yenilənmir və ya dəstəklənmir və işləyəcəyinə və düzgün nəticələr verəcəyinə zəmanət verə bilmərik.", "I want to try anyway": "Hər halda cəhd etmək istəyirəm", "Idle": "Boş", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Təklif alqoritmi uğursuz Xahiş edirəm bunu inkişaf etdiricilərə bildirin.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Təklif alqoritmi ardıcıllıqlarınıza uyğun bir məlumat toplusu tapa bilmədi. Bir verilənlər bazasını əl ilə seçin. Müvafiq verilənlər bazası yoxdursa, Nextclade icma verilənlər toplusu yaratmağı və töhfə verməyi düşünün.", "Summarized results of the analysis in {{formatName}} format.": "Təhlilin {{formatName}} formatında ümumiləşdirilmiş nəticələri.", + "Summary": "Xülasə", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Hədəfin dəyişdirilməsi ardıcıllıq görünüşlərində, eləcə də cədvəlin “Mut” sütununda və onun siçan üzərindəki alət ucunda göstərilən mutasiyaları dəyişdirəcəkdir.", "Text": "Mətn", "The address to the file is correct": "Faylın ünvanı düzgündür", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} ən son versiyalarında ən yaxşı işləyir ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Tərtibatçılar üçün əlavə məlumat (genişləndirmək üçün klikləyin)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} səhv yerləşdirilmiş dayanma kodonu (lər) aşkar edildi. Təsirə məruz qalan gen (lər): {{geneList}}. QC hesabı: {{score}}", - "Customize": "Özelleştir", - "History": "Tarix", - "Summary": "Xülasə" + "\"{{ attr }}\" founder": "“{{ attr }}\" qurucusu" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/bg/common.json b/packages/nextclade-web/.json-autotranslate-cache/bg/common.json index 47ad478f2..3bba4cce5 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/bg/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/bg/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Основател на клада“ - показва мутации спрямо основателя на клада, който е присвоен към извадката от заявката. Имайте предвид, че заявките от различни кладове ще бъдат сравнени с различни цели в този случай.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Родител“ - показва частни мутации, т.е. мутации спрямо родителския (най-близкия) възел на референтното дърво, към което е прикрепена пробата от заявката по време на филогенетичното поставяне.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Референция“ - показва мутации спрямо референтната последователност (както е дефинирано в набора от данни).", - "'{{ attr }}' founder": "Основател на '{{ attr }}'", "(truncated)": "(пресечен)", "* Current value. This amount can change depending on load": "* Текуща стойност. Тази сума може да се променя в зависимост от натоварването", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} изисква поне {{memoryRequired}} памет на нишка", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Изглежда, че избраният в момента набор от данни не съвпада с вашите последователности, но има {{ n }} други набори от данни, които биха могли. Кликнете върху „Промяна на референтния набор от данни“, за да видите списъка.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Изглежда, че избраният в момента набор от данни не съответства на вашите последователности, но има 1 набор от данни, който може да бъде. Кликнете върху „Промяна на референтния набор от данни“, за да видите списъка.", "Customizations": "Персонализации", + "Customize": "Персонализиране", "Customize dataset files": "Персонализирайте файловете с набори от данни", "Dataset": "Набор от данни", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Авторите на набора от данни маркираха този набор от данни като остарял, което означава, че наборът от данни е остарял, вече няма да се актуализира или не е от значение по друг начин. Моля, свържете се с авторите на наборите от данни за подробности.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Тук можете да заместите отделни файлове в набора от данни. Ако файл не бъде предоставен, той ще бъде заменен от избрания в момента набор от данни. Научете повече в {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Тук можете да изберете колони (индивидуални или категории), които ще бъдат записани в CSV и TSV файлове.", "Hide dataset files": "Скриване на файлове с набор от данни", + "History": "История", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Това обаче не се препоръчва: тази версия на приложението вече не се актуализира или поддържа и не можем да гарантираме, че ще работи и че ще даде правилни резултати.", "I want to try anyway": "Искам да опитам така или иначе", "Idle": "На празен ход", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Алгоритъмът за предложение се провали Моля, докладвайте това на разработчиците.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Алгоритъмът за предложения не успя да намери набор от данни, подходящ за вашите последователности. Изберете набор от данни ръчно. Ако няма подходящ набор от данни, помислете за създаването и допринесването за събирането на набори от данни на общността Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Обобщени резултати от анализа във формат {{formatName}}.", + "Summary": "Резюме", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Превключването на целта ще промени мутациите, показани в изгледите на последователността, както и в колоната „Mut“ на таблицата и нейния набор с инструменти за прехвърляне на мишката.", "Text": "Текст", "The address to the file is correct": "Адресът към файла е правилен", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} работи най-добре в последните версии на ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Допълнителна информация за разработчиците (щракнете, за да разширите)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} Открит е неправилно поставен стоп кодон (и). Засегнат ген (и): {{geneList}}. QC резултат: {{score}}", - "Customize": "Персонализиране", - "History": "История", - "Summary": "Резюме" + "\"{{ attr }}\" founder": "„{{ attr }}\" основател" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/bn/common.json b/packages/nextclade-web/.json-autotranslate-cache/bn/common.json index 75a4ca9b5..4875d3d72 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/bn/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/bn/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ক্লেড প্রতিষ্ঠাতা” - ক্লেডের প্রতিষ্ঠাতার সাথে সম্পর্কিত পরিবর্তন দেখায় যা কোয়েরি নমুনায় বরাদ্দ করা হয়েছে। মনে রাখবেন যে বিভিন্ন ক্লেড থেকে প্রশ্নগুলি এই ক্ষেত্রে বিভিন্ন লক্ষ্যগুলির সাথে তুলনা করা হবে।", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“প্যারেন্ট” - প্রাইভেট মিউটেশন দেখায়, অর্থাৎ ফাইলোজেনেটিক স্থাপনের সময় কোয়েরি নমুনাটি সংযুক্ত করা হয়েছে এমন রেফারেন্স ট্রির পিতামাতার (নিকটতম) নোডের সাথে সম্পর্কিত রূপান্তরগুলি।", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“রেফারেন্স” - রেফারেন্স ক্রমের সাথে সম্পর্কিত পরিবর্তন দেখায় (ডাটাসেটে সংজ্ঞায়িত হিসাবে)।", - "'{{ attr }}' founder": "'{{ attr }}' প্রতিষ্ঠাতা", "(truncated)": "(কাটা)", "* Current value. This amount can change depending on load": "* বর্তমান মান। এই পরিমাণ লোডের উপর নির্ভর করে পরিবর্তন হতে পারে", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} প্রতি থ্রেডে কমপক্ষে {{memoryRequired}} মেমরি প্রয়োজন", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "বর্তমানে নির্বাচিত ডেটাসেট আপনার সিকোয়েন্সের সাথে মিলে মনে হয় না, তবে {{ n }} অন্যান্য ডেটাসেট রয়েছে যা হতে পারে। তালিকাটি দেখতে “রেফারেন্স ডেটাসেট পরিবর্তন করুন” ক্লিক করুন।", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "বর্তমানে নির্বাচিত ডেটাসেট আপনার সিকোয়েন্সের সাথে মেলে বলে মনে হয় না, তবে 1 টি ডেটাসেট রয়েছে যা হতে পারে। তালিকাটি দেখতে “রেফারেন্স ডেটাসেট পরিবর্তন করুন” ক্লিক করুন।", "Customizations": "কাস্টমাইজেশন", + "Customize": "কাস্টমাইজ করুন", "Customize dataset files": "ডাটাসেট ফাইল কাস্টমাইজ করুন", "Dataset": "ডেটাসেট", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "ডেটাসেট লেখকরা এই ডেটাসেটটিকে অপ্রচলিত হিসাবে চিহ্নিত করেছেন, যার অর্থ ডেটাসেটটি অপ্রচলিত, আর আপডেট করা হবে না বা অন্যথায় প্রাসঙ্গিক নয়। নির্দিষ্টকরণের জন্য দয়া করে ডেটাসেট লেখকদের সাথে যো", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "এখানে আপনি ডেটাসেটে পৃথক ফাইলগুলি ওভাররাইড করতে পারেন। যদি কোনও ফাইল সরবরাহ না করা হয় তবে এটি বর্তমানে নির্বাচিত ডেটাসেট থেকে প্রতিস্থাপন করা হবে। {{documentation}} এ আরও জানুন", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "এখানে আপনি কলাম (পৃথক বা বিভাগ) নির্বাচন করতে পারেন যা CSV এবং TSV ফাইলগুলিতে লেখা হবে।", "Hide dataset files": "ডাটাসেট ফাইলগুলি লুকান", + "History": "ইতিহাস", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "যাইহোক, এটি সুপারিশ করা হয় না: অ্যাপ্লিকেশনটির এই সংস্করণটি আর আপডেট বা সমর্থিত নয় এবং আমরা গ্যারান্টি দিতে পারি না যে এটি কাজ করবে এবং এটি সঠিক ফলাফল তৈরি করবে।", "I want to try anyway": "আমি যাইহোক চেষ্টা করতে চাই", "Idle": "নিষ্ক্রিয়", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "পরামর্শ অ্যালগরিদম ব্য এটি ডেভেলপারদের কাছে রিপোর্ট করুন।", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "পরামর্শ অ্যালগরিদম আপনার ক্রমের জন্য উপযুক্ত ডেটাসেট খুঁজে পেতে অক্ষম ছিল। ম্যানুয়ালি একটি ডেটাসেট নির্বাচন করুন। যদি কোনও উপযুক্ত ডেটাসেট না থাকে তবে নেক্সটক্লেড কমিউনিটি ডেটাসেট সংগ্রহে একটি তৈরি এবং অবদান রাখার বিষয়ে বিবেচনা করুন।", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} ফর্ম্যাটে বিশ্লেষণের সংক্ষিপ্ত ফলাফল।", + "Summary": "সংক্ষিপ্ত", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "লক্ষ্যটি স্যুইচ করা ক্রম ভিউতে পাশাপাশি টেবিলের “মুট” কলাম এবং এর মাউসওভার টুলটিপে প্রদর্শিত পরিবর্তনগুলি পরিবর্তন করবে।", "Text": "পাঠ্য", "The address to the file is correct": "ফাইলের ঠিকানাটি সঠিক", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} এর সর্বশেষ সংস্করণগুলিতে সেরা কাজ করে ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} ডেভেলপারদের জন্য অতিরিক্ত তথ্য (প্রসারিত করতে ক্লিক করুন)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} ভুল অবস্থান করা স্টপ কোডন (গুলি) সনাক্ত করা হয়েছে। প্রভাবিত জিন (গুলি): {{geneList}} । কিউসি স্কোর: {{score}}", - "Customize": "কাস্টমাইজ করুন", - "History": "ইতিহাস", - "Summary": "সংক্ষিপ্ত" + "\"{{ attr }}\" founder": "“{{ attr }}\" প্রতিষ্ঠাতা" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/bs/common.json b/packages/nextclade-web/.json-autotranslate-cache/bs/common.json index a7cc6f272..027ee8518 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/bs/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/bs/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Osnivač klade” - pokazuje mutacije u odnosu na osnivača klade koji je dodijeljen uzorku upita. Imajte na umu da će se upiti iz različitih klasa u ovom slučaju usporediti s različitim ciljevima.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Roditelj” - prikazuje privatne mutacije, tj. mutacije u odnosu na roditeljski (najbliži) čvor referentnog stabla kojem je prilikom filogenetskog postavljanja vezan uzorak upita.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referenca” - prikazuje mutacije u odnosu na referentni slijed (kako je definirano u skupu podataka).", - "'{{ attr }}' founder": "Osnivač '{{ attr }}'", "(truncated)": "(skraćeno)", "* Current value. This amount can change depending on load": "* Trenutna vrijednost. Ovaj iznos se može mijenjati ovisno o opterećenju", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahtijeva najmanje {{memoryRequired}} memorije po niti", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Čini se da trenutno odabrani skup podataka ne odgovara vašim sekvencama, ali postoje {{ n }} drugi skupovi podataka koji bi mogli. Kliknite “Promijeni referentni skup podataka” da biste vidjeli popis.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Čini se da trenutno odabrani skup podataka ne odgovara vašim sekvencama, ali postoji 1 skup podataka koji bi mogao. Kliknite “Promijeni referentni skup podataka” da biste vidjeli popis.", "Customizations": "Prilagođavanja", + "Customize": "Prilagodite", "Customize dataset files": "Prilagodite datoteke skupa podataka", "Dataset": "Skup podataka", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autori skupa podataka označili su ovaj skup podataka kao zastario, što znači da je skup podataka zastario, više se neće ažurirati ili nije relevantan na drugi način. Molimo kontaktirajte autore skupa podataka za detalje.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Ovdje možete zamijeniti pojedinačne datoteke u skupu podataka. Ako datoteka nije dostavljena, ona će biti zamijenjena iz trenutno odabranog skupa podataka. Saznajte više u {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Ovdje možete odabrati stupce (pojedinačne ili kategorije) koji će biti zapisani u CSV i TSV datoteke.", "Hide dataset files": "Sakrij datoteke skupa podataka", + "History": "Istorija", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Međutim, to se ne preporučuje: ova verzija aplikacije više se ne ažurira niti podržava i ne možemo jamčiti da će raditi i da će dati ispravne rezultate.", "I want to try anyway": "Svejedno želim probati", "Idle": "U praznom hodu", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritam prijedloga nije uspio. Molimo prijavite ovo programerima.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritam prijedloga nije uspio pronaći skup podataka pogodan za vaše sekvence. Ručno odaberite skup podataka. Ako ne postoji odgovarajući skup podataka, razmislite o stvaranju i doprinosu prikupljanju skupa podataka zajednice Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Sažeti rezultati analize u formatu {{formatName}}.", + "Summary": "Sažetak", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Prebacivanjem cilja promijenit će se mutacije prikazane u prikazima sekvenci, kao i u stupcu “Mut” tablice i njenom alatu za prebacivanje mišem.", "Text": "Tekst", "The address to the file is correct": "Adresa datoteke je točna", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} najbolje funkcionira u najnovijim verzijama ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Dodatne informacije za programere (kliknite za proširenje)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Otkriveni su pogrešno postavljeni stop kodon (i) {{totalStopCodons}}. Pogođeni gen (i): {{geneList}}. QC rezultat: {{score}}", - "Customize": "Prilagodite", - "History": "Istorija", - "Summary": "Sažetak" + "\"{{ attr }}\" founder": "“{{ attr }}\" osnivač" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ca/common.json b/packages/nextclade-web/.json-autotranslate-cache/ca/common.json index 681edcd2d..5ef0142a9 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ca/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ca/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade fundador” - mostra mutacions relatives al fundador del clade que s'ha assignat a la mostra de consulta. Tingueu en compte que les consultes de diferents clades es compararan amb diferents objectius en aquest cas.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Parent” - mostra mutacions privades, és a dir, mutacions relatives al node pare (més proper) de l'arbre de referència al qual s'ha unit la mostra de consulta durant la col·locació filogenètica.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referència” - mostra mutacions relatives a la seqüència de referència (tal com es defineix en el conjunt de dades).", - "'{{ attr }}' founder": "fundador de '{{ attr }}'", "(truncated)": "(truncat)", "* Current value. This amount can change depending on load": "* Valor actual. Aquesta quantitat pot canviar depenent de la càrrega", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requereix almenys {{memoryRequired}} de memòria per fil", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "El conjunt de dades seleccionat actualment no sembla que coincideixi amb les vostres seqüències, però hi ha {{ n }} altres conjunts de dades que podrien. Feu clic a “Canviar el conjunt de dades de referència” per veure la llista.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "El conjunt de dades seleccionat actualment no sembla que coincideixi amb les vostres seqüències, però hi ha un conjunt de dades que podria. Feu clic a “Canviar el conjunt de dades de referència” per veure la llista.", "Customizations": "Personalitzacions", + "Customize": "Personalitzar", "Customize dataset files": "Personalitzar fitxers de conjunt de dades", "Dataset": "Conjunt de dades", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Els autors del conjunt de dades van marcar aquest conjunt de dades com a obsolet, el que significa que el conjunt de dades està obsolet, ja no s'actualitzarà o no és rellevant d'una altra manera. Poseu-vos en contacte amb els autors del conjunt de dades per obtenir més detalls.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Aquí podeu anul·lar fitxers individuals del conjunt de dades. Si no es proporciona un fitxer, serà substituït a partir del conjunt de dades seleccionat actualment. Obteniu més informació al {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Aquí podeu seleccionar columnes (individuals o categories) que s'escriuran en fitxers CSV i TSV.", "Hide dataset files": "Amagar fitxers del conjunt de dades", + "History": "Història", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "No obstant això, això no és recomanable: aquesta versió de l'aplicació ja no està actualitzada ni suportada, i no podem garantir que funcioni, i que produirà resultats correctes.", "I want to try anyway": "Vull provar de totes maneres", "Idle": "Inactiu", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "L'algorisme de suggeriment ha fallat. Si us plau, informeu-ho als desenvolupadors.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "L'algoritme de suggeriment no va poder trobar un conjunt de dades adequat per a les vostres seqüències. Seleccioneu un conjunt de dades manualment. Si no hi ha un conjunt de dades adequat, considereu crear-ne i aportar-ne un a la col·lecció de conjunts de dades de la comunitat Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Resumits resultats de l'anàlisi en format {{formatName}}.", + "Summary": "Resum", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "La commutació de l'objectiu canviarà les mutacions mostrades en les vistes de seqüència així com a la columna “Mut” de la taula i la seva punta d'eines per mouseover.", "Text": "Text", "The address to the file is correct": "L'adreça del fitxer és correcta", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funciona millor en les últimes versions de ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informació addicional per a desenvolupadors (feu clic per ampliar)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} detectat codó (s) stop (s) mal col·locats. Gen (s) afectat/s: {{geneList}}. Puntuació QC: {{score}}", - "Customize": "Personalitzar", - "History": "Història", - "Summary": "Resum" + "\"{{ attr }}\" founder": "“{{ attr }}\" fundador" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/cs/common.json b/packages/nextclade-web/.json-autotranslate-cache/cs/common.json index 723f9c1c7..656d90828 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/cs/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/cs/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Zakladatel Clade“ - ukazuje mutace ve vztahu ke zakladateli kladu, který byl přiřazen vzorku dotazu. Všimněte si, že dotazy z různých kladů budou v tomto případě porovnány s různými cíli.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Parent“ - zobrazuje soukromé mutace, tj. mutace vzhledem k rodičovskému (nejbližšímu) uzlu referenčního stromu, ke kterému byl vzorek dotazu připojen během fylogenetického umístění.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Reference“ - zobrazuje mutace vzhledem k referenční sekvenci (jak je definováno v datové sadě).", - "'{{ attr }}' founder": "Zakladatel '{{ attr }}'", "(truncated)": "(zkrácený)", "* Current value. This amount can change depending on load": "* Aktuální hodnota. Tato částka se může měnit v závislosti na zatížení", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vyžaduje alespoň {{memoryRequired}} paměti na vlákno", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Zdá se, že aktuálně vybraná datová sada neodpovídá vašim sekvencím, ale existují {{ n }} dalších datových sad, které by mohly. Kliknutím na „Změnit referenční datovou sadu“ zobrazíte seznam.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Zdá se, že aktuálně vybraná datová sada neodpovídá vašim sekvencím, ale existuje 1 datová sada, která by mohla. Kliknutím na „Změnit referenční datovou sadu“ zobrazíte seznam.", "Customizations": "Přizpůsobení", + "Customize": "Přizpůsobit", "Customize dataset files": "Přizpůsobte soubory datové sady", "Dataset": "Datová sada", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autoři datové sady označili tuto datovou sadu jako zastaralou, což znamená, že datová sada je zastaralá, již nebude aktualizována nebo není relevantní jinak. Podrobnosti získáte od autorů datových sad.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Zde můžete přepsat jednotlivé soubory v datové sadě. Pokud soubor není poskytnut, bude nahrazen z aktuálně vybrané datové sady. Více se dozvíte v {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Zde si můžete vybrat sloupce (jednotlivé nebo kategorie), které budou zapsány do souborů CSV a TSV.", "Hide dataset files": "Skrýt soubory datové sady", + "History": "Historie", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "To se však nedoporučuje: tato verze aplikace již není aktualizována ani podporována a nemůžeme zaručit, že bude fungovat a že bude produkovat správné výsledky.", "I want to try anyway": "Každopádně to chci zkusit", "Idle": "Nečinný", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritmus návrhu se nezdařil. Nahlaste to prosím vývojářům.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritmus návrhu nebyl schopen najít datovou sadu vhodnou pro vaše sekvence. Vyberte datovou sadu ručně. Pokud neexistuje vhodná datová sada, zvažte vytvoření a přispění do kolekce datových sad komunity Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Souhrnné výsledky analýzy ve formátu {{formatName}}.", + "Summary": "Souhrn", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Přepnutím cíle se změní mutace zobrazené v zobrazeních sekvence i ve sloupci „Mut“ tabulky a jejím popisku myši.", "Text": "Text", "The address to the file is correct": "Adresa souboru je správná", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funguje nejlépe v nejnovějších verzích ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Další informace pro vývojáře (kliknutím rozbalíte)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} zjištěn nesprávně umístěný stop kodon (y). Postižený gen (y): {{geneList}}. Skóre QC: {{score}}", - "Customize": "Přizpůsobit", - "History": "Historie", - "Summary": "Souhrn" + "\"{{ attr }}\" founder": "Zakladatel „{{ attr }}“" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/cy/common.json b/packages/nextclade-web/.json-autotranslate-cache/cy/common.json index 4917642b5..fbd40b557 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/cy/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/cy/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Sylfaenydd Clade” - yn dangos treigladau mewn perthynas â sylfaenydd y clade sydd wedi'i neilltuo i'r sampl ymholiad. Sylwch y bydd ymholiadau o wahanol clades yn cael eu cymharu â gwahanol dargedau yn yr achos hwn.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Rhiant” - yn dangos treigladau preifat, h.y. treigladau sy'n berthnasol i nod rhiant (agosaf) y goeden gyfeirio y mae'r sampl ymholiad wedi'i atodi iddi yn ystod lleoliad ffylogenetig.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Cyfeirnod” - yn dangos treigladau mewn perthynas â'r dilyniant cyfeirio (fel y'i diffinnir yn y set ddata).", - "'{{ attr }}' founder": "Sylfaenydd '{{ attr }}'", "(truncated)": "(wedi'i dorri)", "* Current value. This amount can change depending on load": "* Gwerth cyfredol. Gall y swm hwn newid yn dibynnu ar lwyth", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Mae {{appName}} yn gofyn am o leiaf {{memoryRequired}} o gof fesul edau", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Nid yw'n ymddangos bod set ddata a ddewiswyd ar hyn o bryd yn cyd-fynd â'ch dilyniannau, ond mae {{ n }} setiau data eraill a allai. Cliciwch “Newid set ddata cyfeirio” i weld y rhestr.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Nid yw'n ymddangos bod set ddata a ddewiswyd ar hyn o bryd yn cyd-fynd â'ch dilyniannau, ond mae 1 set ddata a allai. Cliciwch “Newid set ddata cyfeirio” i weld y rhestr.", "Customizations": "Addasiadau", + "Customize": "Addasu", "Customize dataset files": "Addasu ffeiliau set ddata", "Dataset": "Set ddata", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Marciodd awduron y set ddata hon fel un anghymeradwy, sy'n golygu bod y set ddata wedi darfod, na fydd bellach yn cael ei diweddaru neu nad yw'n berthnasol fel arall. Cysylltwch ag awduron set ddata am fanylion.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Yma gallwch ddiystyru ffeiliau unigol yn y set ddata. Os na ddarperir ffeil, caiff ei disodli o'r set ddata a ddewiswyd ar hyn o bryd. Dysgu mwy yn y {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Yma gallwch ddewis colofnau (unigol neu gategorïau) a fydd yn cael eu hysgrifennu i mewn i ffeiliau CSV a TSV.", "Hide dataset files": "Cuddio ffeiliau set ddata", + "History": "Hanes", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Fodd bynnag, ni argymhellir hyn: nid yw'r fersiwn hon o'r cais yn cael ei diweddaru na'i chefnogi mwyach, ac ni allwn warantu y bydd yn gweithio, ac y bydd yn cynhyrchu canlyniadau cywir.", "I want to try anyway": "Rwyf am geisio beth bynnag", "Idle": "Yn segur", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Methodd algorithm awgrym. Rhowch wybod am hyn i ddatblygwyr.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Nid oedd algorithm awgrym yn gallu dod o hyd i set ddata sy'n addas ar gyfer eich dilyniannau. Dewiswch set ddata â llaw. Os nad oes set ddata addas, ystyriwch greu a chyfrannu un at gasgliad setiau data cymunedol Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Canlyniadau'r dadansoddiad cryno ar fformat {{formatName}}.", + "Summary": "Crynodeb", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Bydd newid y targed yn newid treigladau a arddangosir yn y golygfeydd dilyniant yn ogystal ag yng ngholofn “Mut” y tabl a'i domen offer mouseover.", "Text": "Testun", "The address to the file is correct": "Mae'r cyfeiriad i'r ffeil yn gywir", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "Mae {{project}} yn gweithio orau yn y fersiynau diweddaraf o ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Gwybodaeth ychwanegol i ddatblygwyr (cliciwch i ehangu)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} canfuwyd codon (au) stop anghywir. Genynnau yr effeithir arnynt: {{geneList}}. Sgôr QC: {{score}}", - "Customize": "Addasu", - "History": "Hanes", - "Summary": "Crynodeb" + "\"{{ attr }}\" founder": "Sylfaenydd “{{ attr }}”" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/da/common.json b/packages/nextclade-web/.json-autotranslate-cache/da/common.json index 5f82db0e2..1d934267c 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/da/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/da/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade Founder“ - viser mutationer i forhold til grundlæggeren af kladen, der er blevet tildelt forespørgselsprøven. Bemærk, at forespørgsler fra forskellige klader vil blive sammenlignet med forskellige mål i dette tilfælde.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Forælder“ - viser private mutationer, dvs. mutationer i forhold til den overordnede (nærmeste) node i referencetræet, som forespørgselsprøven er knyttet til under fylogenetisk placering.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Reference“ - viser mutationer i forhold til referencesekvensen (som defineret i datasættet).", - "'{{ attr }}' founder": "'{{ attr }}' grundlægger", "(truncated)": "(afkortet)", "* Current value. This amount can change depending on load": "* Nuværende værdi. Dette beløb kan ændres afhængigt af belastning", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} kræver mindst {{memoryRequired}} hukommelse pr. Tråd", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "I øjeblikket valgt datasæt ser ikke ud til at matche dine sekvenser, men der er {{ n }} andre datasæt, der måske kan. Klik på „Skift referencesæt“ for at se listen.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "I øjeblikket valgt datasæt ser ikke ud til at matche dine sekvenser, men der er 1 datasæt, som måske. Klik på „Skift referencesæt“ for at se listen.", "Customizations": "Tilpasninger", + "Customize": "Tilpas", "Customize dataset files": "Tilpas datasætfiler", "Dataset": "Datasæt", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Datasætforfattere markerede dette datasæt som forældet, hvilket betyder, at datasættet er forældet, vil ikke længere blive opdateret eller ikke er relevant på anden måde. Kontakt datasætsforfattere for detaljer.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Her kan du tilsidesætte individuelle filer i datasættet. Hvis en fil ikke er angivet, erstattes den fra det aktuelt valgte datasæt. Læs mere i {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Her kan du vælge kolonner (individuelle eller kategorier), som vil blive skrevet i CSV- og TSV-filer.", "Hide dataset files": "Skjul datasætfiler", + "History": "Historie", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Dette anbefales dog ikke: Denne version af applikationen opdateres eller understøttes ikke længere, og vi kan ikke garantere, at den fungerer, og at den giver korrekte resultater.", "I want to try anyway": "Jeg vil prøve alligevel", "Idle": "Tomgang", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Forslagsalgoritmen mislykkedes. Rapporter dette til udviklere.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Forslagsalgoritmen kunne ikke finde et datasæt, der passer til dine sekvenser. Vælg et datasæt manuelt. Hvis der ikke er noget passende datasæt, kan du overveje at oprette og bidrage med et til Nextclade community datasætsamling.", "Summarized results of the analysis in {{formatName}} format.": "Opsummerede resultater af analysen i {{formatName}} -format.", + "Summary": "Resumé", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Skift af mål ændrer mutationer, der vises i sekvensvisningerne såvel som i kolonnen „Mut“ i tabellen og dens værktøjstip med musen over.", "Text": "Tekst", "The address to the file is correct": "Adressen til filen er korrekt", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} fungerer bedst i de nyeste versioner af ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Yderligere oplysninger til udviklere (klik for at udvide)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} fejlplacerede stopkodon (er) detekteret. Berørt gen (er): {{geneList}}. QC-score: {{score}}", - "Customize": "Tilpas", - "History": "Historie", - "Summary": "Resumé" + "\"{{ attr }}\" founder": "„{{ attr }}\" grundlægger" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/de/common.json b/packages/nextclade-web/.json-autotranslate-cache/de/common.json index 7ee9a8b61..e88a03910 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/de/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/de/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade Founder“ — zeigt Mutationen relativ zum Gründer der Klade, die der Abfragestichprobe zugewiesen wurde. Beachten Sie, dass in diesem Fall Abfragen aus verschiedenen Klassen mit unterschiedlichen Zielen verglichen werden.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Elternteil“ — zeigt private Mutationen, d. h. Mutationen relativ zum übergeordneten (nächstgelegenen) Knoten des Referenzbaums, an den die Abfrageprobe während der phylogenetischen Platzierung angehängt wurde.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referenz“ — zeigt Mutationen relativ zur Referenzsequenz (wie im Datensatz definiert).", - "'{{ attr }}' founder": "Gründer von '{{ attr }}'", "(truncated)": "(gekürzt)", "* Current value. This amount can change depending on load": "* Aktueller Wert. Dieser Betrag kann sich je nach Belastung ändern", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} benötigt mindestens {{memoryRequired}} Speicher pro Thread", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Der aktuell ausgewählte Datensatz scheint nicht mit Ihren Sequenzen zu übereinstimmen, aber es gibt {{ n }} andere Datensätze, die möglicherweise vorhanden sind. Klicken Sie auf „Referenzdatensatz ändern“, um die Liste anzuzeigen.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Der aktuell ausgewählte Datensatz scheint nicht mit Ihren Sequenzen zu übereinstimmen, aber es gibt einen Datensatz, der möglicherweise vorhanden ist. Klicken Sie auf „Referenzdatensatz ändern“, um die Liste anzuzeigen.", "Customizations": "Anpassungen", + "Customize": "Personalisieren", "Customize dataset files": "Passen Sie Datensatzdateien an", "Dataset": "Datensatz", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Die Autoren des Datensatzes haben diesen Datensatz als veraltet markiert, nicht mehr aktualisiert wird oder anderweitig nicht relevant ist. Bitte kontaktieren Sie die Autoren des Datensatzes für Einzelheiten.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Hier können Sie einzelne Dateien im Datensatz überschreiben. Wenn keine Datei bereitgestellt wird, wird sie durch den aktuell ausgewählten Datensatz ersetzt. Erfahren Sie mehr im {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Hier können Sie Spalten (einzelne oder Kategorien) auswählen, die in CSV- und TSV-Dateien geschrieben werden.", "Hide dataset files": "Datensatzdateien ausblenden", + "History": "Geschichte", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Dies wird jedoch nicht empfohlen: Diese Version der Anwendung wird nicht mehr aktualisiert oder unterstützt, und wir können nicht garantieren, dass sie funktioniert und korrekte Ergebnisse liefert.", "I want to try anyway": "Ich will es trotzdem versuchen", "Idle": "Im Leerlauf", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Der Vorschlagsalgorithmus ist fehlgeschlagen. Bitte melden Sie dies den Entwicklern.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Der Vorschlagsalgorithmus konnte keinen Datensatz finden, der für Ihre Sequenzen geeignet ist. Wählen Sie manuell einen Datensatz aus. Wenn es keinen geeigneten Datensatz gibt, sollten Sie erwägen, einen zu erstellen und zur Datensammlung der Nextclade-Community beizutragen.", "Summarized results of the analysis in {{formatName}} format.": "Zusammengefasste Ergebnisse der Analyse im Format {{formatName}}.", + "Summary": "Zusammenfassung", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Wenn Sie das Ziel wechseln, werden die Mutationen geändert, die in den Sequenzansichten sowie in der Spalte „Mut“ der Tabelle und ihrem Mouseover-Tooltip angezeigt werden.", "Text": "Text", "The address to the file is correct": "Die Adresse zur Datei ist korrekt", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funktioniert am besten in den neuesten Versionen von ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Zusätzliche Informationen für Entwickler (zum Vergrößern anklicken)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} falsch platziertes Stoppcodon (s) erkannt. Betroffenes Gen (e): {{geneList}}. QC-Ergebnis: {{score}}", - "Customize": "Personalisieren", - "History": "Geschichte", - "Summary": "Zusammenfassung" + "\"{{ attr }}\" founder": "Gründer von „{{ attr }}“" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/el/common.json b/packages/nextclade-web/.json-autotranslate-cache/el/common.json index b036a149f..ea26146eb 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/el/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/el/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Clade Founder» - δείχνει μεταλλάξεις σε σχέση με τον ιδρυτή του κλάδου που έχει εκχωρηθεί στο δείγμα ερωτήματος. Σημειώστε ότι τα ερωτήματα από διαφορετικές κατηγορίες θα συγκριθούν με διαφορετικούς στόχους σε αυτήν την περίπτωση.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Γονέας» - δείχνει ιδιωτικές μεταλλάξεις, δηλαδή μεταλλάξεις σε σχέση με τον γονικό (πλησιέστερο) κόμβο του δέντρου αναφοράς στο οποίο έχει συνδεθεί το δείγμα ερωτήματος κατά τη διάρκεια της φυλογενετικής τοποθέτησης.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Αναφορά» - δείχνει μεταλλάξεις σε σχέση με την ακολουθία αναφοράς (όπως ορίζεται στο σύνολο δεδομένων).", - "'{{ attr }}' founder": "Ιδρυτής «{{ attr }}»", "(truncated)": "(περικομμένο)", "* Current value. This amount can change depending on load": "* Τρέχουσα τιμή. Αυτό το ποσό μπορεί να αλλάξει ανάλογα με το φορτίο", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Το {{appName}} απαιτεί τουλάχιστον {{memoryRequired}} μνήμης ανά νήμα", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Το τρέχον επιλεγμένο σύνολο δεδομένων δεν φαίνεται να ταιριάζει με τις ακολουθίες σας, αλλά υπάρχουν {{ n }} άλλα σύνολα δεδομένων που μπορεί να είναι. Κάντε κλικ στην επιλογή «Αλλαγή συνόλου δεδομένων αναφοράς» για να δείτε τη λίστα.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Το τρέχον επιλεγμένο σύνολο δεδομένων δεν φαίνεται να ταιριάζει με τις ακολουθίες σας, αλλά υπάρχει 1 σύνολο δεδομένων που μπορεί. Κάντε κλικ στην επιλογή «Αλλαγή συνόλου δεδομένων αναφοράς» για να δείτε τη λίστα.", "Customizations": "Προσαρμογές", + "Customize": "Προσαρμογή", "Customize dataset files": "Προσαρμογή αρχείων συνόλων δεδομένων", "Dataset": "Σύνολο δεδομένων", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Οι συντάκτες του συνόλου δεδομένων σημείωσαν αυτό το σύνολο δεδομένων ως απαρχαιωμένο, που σημαίνει ότι το σύνολο δεδομένων είναι ξεπερασμένο, δεν θα ενημερώνεται πλέον ή δεν είναι σχετικό διαφορετικά. Επικοινωνήστε με τους συντάκτες του συνόλου δεδομένων για λεπτομέρειες.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Εδώ μπορείτε να παρακάμψετε μεμονωμένα αρχεία στο σύνολο δεδομένων. Εάν ένα αρχείο δεν παρέχεται, θα αντικατασταθεί από το τρέχον επιλεγμένο σύνολο δεδομένων. Μάθετε περισσότερα στο {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Εδώ μπορείτε να επιλέξετε στήλες (μεμονωμένες ή κατηγορίες) που θα εγγραφούν σε αρχεία CSV και TSV.", "Hide dataset files": "Απόκρυψη αρχείων συνόλου δεδομένων", + "History": "Ιστορία", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Ωστόσο, αυτό δεν συνιστάται: αυτή η έκδοση της εφαρμογής δεν ενημερώνεται ή υποστηρίζεται πλέον και δεν μπορούμε να εγγυηθούμε ότι θα λειτουργήσει και ότι θα παράγει σωστά αποτελέσματα.", "I want to try anyway": "Θέλω να δοκιμάσω ούτως ή άλλως", "Idle": "Αδρανής", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Ο αλγόριθμος πρότασης απέτυχε. Αναφέρετε αυτό στους προγραμματιστές.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Ο αλγόριθμος πρότασης δεν μπόρεσε να βρει ένα σύνολο δεδομένων κατάλληλο για τις ακολουθίες σας. Επιλέξτε ένα σύνολο δεδομένων χειροκίνητα. Εάν δεν υπάρχει κατάλληλο σύνολο δεδομένων, σκεφτείτε να δημιουργήσετε και να συνεισφέρετε ένα στη συλλογή συνόλων δεδομένων κοινότητας Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Συνοπτικά αποτελέσματα της ανάλυσης σε μορφή {{formatName}}.", + "Summary": "Περίληψη", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Η εναλλαγή του στόχου θα αλλάξει τις μεταλλάξεις που εμφανίζονται στις προβολές ακολουθίας καθώς και στη στήλη «Mut» του πίνακα και την επεξήγηση του ποντικιού του ποντικιού.", "Text": "Κείμενο", "The address to the file is correct": "Η διεύθυνση στο αρχείο είναι σωστή", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "Το {{project}} λειτουργεί καλύτερα στις πιο πρόσφατες εκδόσεις του ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Πρόσθετες πληροφορίες για προγραμματιστές (κάντε κλικ για επέκταση)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} εντοπίστηκαν λανθασμένα κωδικόνια διακοπής. Προσβεβλημένο γονίδιο (α): {{geneList}}. Βαθμολογία QC: {{score}}", - "Customize": "Προσαρμογή", - "History": "Ιστορία", - "Summary": "Περίληψη" + "\"{{ attr }}\" founder": "Ιδρυτής του «{{ attr }}»" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/en/common.json b/packages/nextclade-web/.json-autotranslate-cache/en/common.json index 668209dbd..538fb45a6 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/en/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/en/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).", - "'{{ attr }}' founder": "'{{ attr }}' founder", + "\"{{ attr }}\" founder": "\"{{ attr }}\" founder", "(truncated)": "(truncated)", "* Current value. This amount can change depending on load": "* Current value. This amount can change depending on load", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requires at least {{memoryRequired}} of memory per thread", diff --git a/packages/nextclade-web/.json-autotranslate-cache/es/common.json b/packages/nextclade-web/.json-autotranslate-cache/es/common.json index 801f4632b..e84474aca 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/es/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/es/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Fundador del clado»: muestra las mutaciones relativas al fundador del clado que se ha asignado a la muestra de consulta. Tenga en cuenta que, en este caso, las consultas de diferentes clados se compararán con diferentes objetivos.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Padre»: muestra mutaciones privadas, es decir, mutaciones relativas al nodo principal (el más cercano) del árbol de referencia al que se adjuntó la muestra de consulta durante la colocación filogenética.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Referencia»: muestra las mutaciones relativas a la secuencia de referencia (tal como se define en el conjunto de datos).", - "'{{ attr }}' founder": "Fundador de '{{ attr }}'", "(truncated)": "(truncado)", "* Current value. This amount can change depending on load": "* Valor actual. Esta cantidad puede cambiar en función de la carga", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requiere al menos {{memoryRequired}} de memoria por subproceso", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "El conjunto de datos seleccionado actualmente no parece coincidir con sus secuencias, pero hay {{ n }} otros conjuntos de datos que sí podrían hacerlo. Haz clic en «Cambiar conjunto de datos de referencia» para ver la lista.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "El conjunto de datos seleccionado actualmente no parece coincidir con sus secuencias, pero hay 1 conjunto de datos que podría hacerlo. Haga clic en «Cambiar conjunto de datos de referencia» para ver la lista.", "Customizations": "Personalizaciones", + "Customize": "Personaliza", "Customize dataset files": "Personalizar archivos de conjuntos de datos", "Dataset": "Conjunto de datos", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Los autores del conjunto de datos marcaron este conjunto de datos como obsoleto, lo que significa que el conjunto de datos está obsoleto, ya no se actualizará o no es relevante de otro modo. Póngase en contacto con los autores del conjunto de datos para obtener información específica.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Aquí puede anular los archivos individuales del conjunto de datos. Si no se proporciona un archivo, se sustituirá por el conjunto de datos actualmente seleccionado. Obtenga más información en el {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Aquí puede seleccionar columnas (individuales o categorías) que se escribirán en archivos CSV y TSV.", "Hide dataset files": "Ocultar archivos de conjuntos de datos", + "History": "Historia", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Sin embargo, esto no se recomienda: esta versión de la aplicación ya no se actualiza ni es compatible, y no podemos garantizar que funcione y que produzca los resultados correctos.", "I want to try anyway": "Quiero intentarlo de todos modos", "Idle": "Inactivo", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Error en el algoritmo de sugerencias. Informe de esto a los desarrolladores.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "El algoritmo de sugerencias no pudo encontrar un conjunto de datos adecuado para sus secuencias. Selecciona un conjunto de datos manualmente. Si no hay un conjunto de datos adecuado, considere crear y contribuir con uno a la colección de conjuntos de datos de la comunidad de Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Resultados resumidos del análisis en formato {{formatName}}.", + "Summary": "Resumen", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Al cambiar el objetivo, se cambiarán las mutaciones que se muestran en las vistas de secuencia, así como en la columna «Mut» de la tabla y en la información sobre herramientas al pasar el ratón al pasar el ratón.", "Text": "Texto", "The address to the file is correct": "La dirección del archivo es correcta", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funciona mejor en las últimas versiones de ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Información adicional para desarrolladores (haga clic para ampliar)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} Se detectaron codones de parada fuera de lugar. Genes afectados: {{geneList}}. Puntuación de control de calidad: {{score}}", - "Customize": "Personaliza", - "History": "Historia", - "Summary": "Resumen" + "\"{{ attr }}\" founder": "Fundador de «{{ attr }}»" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/et/common.json b/packages/nextclade-web/.json-autotranslate-cache/et/common.json index 634faf33c..0b90eb3e4 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/et/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/et/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade asutaja” - näitab mutatsioone päringuväidile määratud klaadi asutaja suhtes. Pange tähele, et erinevate klaadide päringuid võrreldakse sel juhul erinevate sihtmärkidega.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Vanem” - näitab privaatseid mutatsioone, st mutatsioone võrdluspuu vanema (lähima) sõlme suhtes, millele päringuproov on fülogeneetilise paigutamise ajal kinnitatud.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Viide” - näitab mutatsioone võrdlusjärjestuse suhtes (nagu on määratletud andmekogumis).", - "'{{ attr }}' founder": "'{{ attr }}' asutaja", "(truncated)": "(kärbitud)", "* Current value. This amount can change depending on load": "* Praegune väärtus. See summa võib sõltuvalt koormusest muutuda", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} nõuab lõime kohta vähemalt {{memoryRequired}} mälu", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Tundub, et praegu valitud andmekogum ei vasta teie järjestustele, kuid on ka teisi andmekogumeid {{ n }}, mis võivad. Loendi vaatamiseks klõpsake nuppu „Muuda viiteandmekogumit”.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Tundub, et praegu valitud andmekogum ei vasta teie järjestustele, kuid on olemas 1 andmekogum, mis võib. Loendi vaatamiseks klõpsake nuppu „Muuda viiteandmekogumit”.", "Customizations": "Kohandused", + "Customize": "Kohandage", "Customize dataset files": "Andmekogumi failide kohandamine", "Dataset": "Andmekogum", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Andmekogumi autorid märkisid selle andmekogumi aegunuks, mis tähendab, et andmekogum on vananenud, seda enam ei värskendata või see pole muul viisil asjakohane. Täpsema teabe saamiseks pöörduge andmekogumi autorite poole.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Siin saate andmekogumi üksikud failid tühistada. Kui faili ei esitata, asendatakse see praegu valitud andmekogumist. Lisateavet leiate lehelt {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Siin saate valida veerud (üksikud või kategooriad), mis kirjutatakse CSV- ja TSV-failidesse.", "Hide dataset files": "Andmekogumi failide peitmine", + "History": "ajalugu", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Kuid see pole soovitatav: seda rakenduse versiooni ei värskendata ega toetata enam ning me ei saa garanteerida, et see töötab ja et see annab õigeid tulemusi.", "I want to try anyway": "Ma tahan niikuinii proovida", "Idle": "Tühikäik", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Soovituste algoritm ebaõnnestus. Palun teatage sellest arendajatele.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Soovitusalgoritm ei suutnud leida teie järjestustele sobivat andmekogumit. Valige andmekogum käsitsi. Kui sobivat andmekogumit pole, kaaluge selle loomist ja kaasamist Nextclade kogukonna andmekogumisse.", "Summarized results of the analysis in {{formatName}} format.": "Analüüsi kokkuvõtlikud tulemused formaadis {{formatName}}.", + "Summary": "Kokkuvõte", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Sihtmärgi vahetamine muudab mutatsioone, mis kuvatakse nii järjestusvaates kui ka tabeli veerus „Mut” ja selle hiiretööriistavihtis.", "Text": "Tekst", "The address to the file is correct": "Faili aadress on õige", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} töötab kõige paremini uusimates versioonides ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Lisainfo arendajatele (klõpsake laiendamiseks)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} tuvastati valesti paigutatud stoppkoodon (id). Mõjutatud geen (id): {{geneList}}. QC skoor: {{score}}", - "Customize": "Kohandage", - "History": "ajalugu", - "Summary": "Kokkuvõte" + "\"{{ attr }}\" founder": "„{{ attr }}\" asutaja" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/fa/common.json b/packages/nextclade-web/.json-autotranslate-cache/fa/common.json index b345993e6..3f7f4d470 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/fa/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/fa/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«بنیان‌گذار کلاد» - جهش‌هایی را نسبت به بنیان‌گذار کلاد نشان می‌دهد که به نمونه پرس و جو اختصاص داده شده‌است. توجه داشته باشید که پرس و جو ها از کلادهای مختلف در این مورد با اهداف مختلف مقایسه می شوند.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«والد» - جهش‌های خصوصی را نشان می‌دهد، یعنی جهش‌هایی نسبت به گره والد (نزدیک‌ترین) درخت مرجع که نمونه پرس و جو در طول قرار دادن فیلوژنتیک به آن متصل شده‌است.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«مرجع» - جهش ها را نسبت به توالی مرجع نشان می دهد (همانطور که در مجموعه داده تعریف شده است).", - "'{{ attr }}' founder": "بنیانگذار '{{ attr }}'", "(truncated)": "(کوتاه شده)", "* Current value. This amount can change depending on load": "* مقدار فعلی. این مقدار بسته به بار می تواند تغییر کند", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} حداقل به {{memoryRequired}} حافظه در هر موضوع نیاز دارد", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "به نظر می رسد مجموعه داده انتخاب شده در حال حاضر با توالی های شما مطابقت ندارد، اما {{ n }} مجموعه داده دیگری وجود دارد که ممکن است. برای دیدن لیست روی «تغییر مجموعه داده مرجع» کلیک کنید.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "به نظر می رسد مجموعه داده انتخاب شده در حال حاضر با توالی های شما مطابقت ندارد، اما 1 مجموعه داده وجود دارد که ممکن است. برای دیدن لیست روی «تغییر مجموعه داده مرجع» کلیک کنید.", "Customizations": "سفارشی سازی ها", + "Customize": "سفارشی کردن", "Customize dataset files": "سفارشی کردن فایل های مجموعه داده", "Dataset": "مجموعه دادهها", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "نویسندگان مجموعه داده این مجموعه داده را به عنوان منسوخ نشاندند، به این معنی که مجموعه داده منسوخ شده است، دیگر به روز نمی شود یا در غیر این صورت مرتبط نیست. لطفا برای جزئیات بیشتر با نویسندگان مجموعه داده تماس بگیرید.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "در اینجا می توانید فایل های جداگانه را در مجموعه داده تغییر دهید. اگر یک فایل ارائه نشود، از مجموعه داده انتخاب شده در حال حاضر جایگزین می شود. در {{documentation}} بیشتر بدانید", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "در اینجا شما می توانید ستون هایی را انتخاب کنید (فردی یا دسته بندی) که در فایل های CSV و TSV نوشته می شوند.", "Hide dataset files": "پنهان کردن فایل های مجموعه داده", + "History": "تاریخ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "با این حال، این توصیه نمی شود: این نسخه از برنامه دیگر به روز نمی شود یا پشتیبانی نمی شود و ما نمی توانیم تضمین کنیم که کار خواهد کرد و نتایج صحیحی را تولید می کند.", "I want to try anyway": "به هر حال می خواهم امتحان کنم", "Idle": "بیکار", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "الگوریتم پیشنهاد شکست خورد. لطفا این را به توسعه دهندگان گزارش دهید.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "الگوریتم پیشنهاد نتوانست یک مجموعه داده مناسب برای توالی های شما پیدا کند. یک مجموعه داده را به صورت دستی انتخاب کنید. اگر مجموعه داده مناسبی وجود ندارد، ایجاد و مشارکت در مجموعه داده های جامعه Nextclade را در نظر بگیرید.", "Summarized results of the analysis in {{formatName}} format.": "نتایج تجزیه و تحلیل را در قالب {{formatName}} خلاصه کرد.", + "Summary": "خلاصه", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "تعویض هدف، جهش‌هایی که در نماهای توالی و همچنین در ستون «Mut» جدول و نکته ابزار روی موس آن نمایش داده می‌شوند را تغییر می‌دهد.", "Text": "متن", "The address to the file is correct": "آدرس فایل صحیح است", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} در آخرین نسخه ها بهترین کار را می کند ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} اطلاعات اضافی برای توسعه دهندگان (برای گسترش کلیک کنید)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} کدون (های) توقف (های) غلط شناسایی شد. ژن (های) آسیب دیده: {{geneList}}. امتیاز QC: {{score}}", - "Customize": "سفارشی کردن", - "History": "تاریخ", - "Summary": "خلاصه" + "\"{{ attr }}\" founder": "بنیانگذار {{ attr }}" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/fi/common.json b/packages/nextclade-web/.json-autotranslate-cache/fi/common.json index 85284be87..5e8048942 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/fi/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/fi/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "”Clade Founder” - näyttää mutaatioita suhteessa kyselynäytteeseen määritetyn kladin perustajaan. Huomaa, että eri kladeiden kyselyjä verrataan tässä tapauksessa eri kohteisiin.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "”Vanhempi” - näyttää yksityisiä mutaatioita, eli mutaatioita suhteessa sen viitepuun vanhempaan (lähimpään) solmuun, johon kyselynäyte on liitetty fylogeneettisen sijoittelun aikana.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "”Viite” - näyttää mutaatiot suhteessa referenssisekvenssiin (sellaisena kuin se on määritelty tietoaineistossa).", - "'{{ attr }}' founder": "{{ attr }} -perustaja", "(truncated)": "(katkaistu)", "* Current value. This amount can change depending on load": "* Nykyinen arvo. Tämä määrä voi muuttua kuormituksesta riippuen", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vaatii vähintään {{memoryRequired}} muistia säiettä kohden", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Tällä hetkellä valittu tietojoukko ei näytä vastaavan sekvenssejäsi, mutta on olemassa {{ n }} muita tietojoukkoja, jotka saattavat. Napsauta ”Muuta referenssitietoaineistoa” nähdäksesi luettelon.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Tällä hetkellä valittu tietojoukko ei näytä vastaavan sekvenssejäsi, mutta on olemassa 1 tietojoukko, joka saattaa. Napsauta ”Muuta referenssitietoaineistoa” nähdäksesi luettelon.", "Customizations": "Mukautukset", + "Customize": "Mukauta", "Customize dataset files": "Mukauta tietojoukkotiedostoja", "Dataset": "Tietoaineisto", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Tietojoukon tekijät merkitsivät tämän tietojoukon vanhentuneeksi, mikä tarkoittaa, että tietojoukko on vanhentunut, sitä ei enää päivitetä tai sillä ei ole merkitystä muuten. Ota yhteyttä tietojoukon tekijöihin saadaksesi lisätietoja.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Täällä voit ohittaa tietojoukon yksittäiset tiedostot. Jos tiedostoa ei toimiteta, se korvataan tällä hetkellä valitusta tietojoukosta. Lue lisää aiheesta {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Täällä voit valita sarakkeita (yksittäisiä tai luokkia), jotka kirjoitetaan CSV- ja TSV-tiedostoihin.", "Hide dataset files": "Piilota tietoaineistotiedostot", + "History": "Historia", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Tätä ei kuitenkaan suositella: tätä sovelluksen versiota ei enää päivitetä tai tueta, emmekä voi taata, että se toimii ja että se tuottaa oikeita tuloksia.", "I want to try anyway": "Haluan yrittää joka tapauksessa", "Idle": "Tyhjäkäynnillä", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Ehdotusalgoritmi epäonnistui. Ilmoita tästä kehittäjille.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Ehdotusalgoritmi ei löytänyt sekvensseillesi sopivaa tietojoukkoa. Valitse tietojoukko manuaalisesti. Jos sopivaa tietojoukkoa ei ole, harkitse sellaisen luomista ja lisäämistä Nextclade-yhteisön tietojoukkokokoelmaan.", "Summarized results of the analysis in {{formatName}} format.": "Yhteenveto analyysin tuloksista {{formatName}} -muodossa.", + "Summary": "Yhteenveto", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Kohteen vaihtaminen muuttaa mutaatioita, jotka näkyvät sekvenssinäkymissä sekä taulukon ”Mut” -sarakkeessa ja sen hiiren työkaluvihjeessä.", "Text": "Teksti", "The address to the file is correct": "Tiedoston osoite on oikea", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} toimii parhaiten uusimmissa versioissa ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Lisätietoja kehittäjille (laajenna napsauttamalla)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} väärin sijoitetut pysäytyskodoni (t) havaittu. Vaurioitunut geeni (t): {{geneList}}. QC-pisteet: {{score}}", - "Customize": "Mukauta", - "History": "Historia", - "Summary": "Yhteenveto" + "\"{{ attr }}\" founder": "”{{ attr }}\" perustaja" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/fr/common.json b/packages/nextclade-web/.json-autotranslate-cache/fr/common.json index 9b037287c..d9682815c 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/fr/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/fr/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "« Fondateur du clade » : affiche les mutations relatives au fondateur du clade qui a été attribué à l'échantillon de requête. Notez que les requêtes provenant de différents clades seront comparées à différentes cibles dans ce cas.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "« Parent » : affiche les mutations privées, c'est-à-dire les mutations relatives au nœud parent (le plus proche) de l'arbre de référence auquel l'échantillon de requête a été attaché lors du placement phylogénétique.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "« Référence » : affiche les mutations par rapport à la séquence de référence (telle que définie dans l'ensemble de données).", - "'{{ attr }}' founder": "fondateur de « {{ attr }} »", "(truncated)": "(tronqué)", "* Current value. This amount can change depending on load": "* Valeur actuelle. Ce montant peut varier en fonction de la charge", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} nécessite au moins {{memoryRequired}} de mémoire par thread", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "L'ensemble de données actuellement sélectionné ne semble pas correspondre à vos séquences, mais il existe {{ n }} d'autres ensembles de données qui pourraient le faire. Cliquez sur « Modifier le jeu de données de référence » pour afficher la liste.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "L'ensemble de données actuellement sélectionné ne semble pas correspondre à vos séquences, mais il existe un jeu de données qui pourrait correspondre. Cliquez sur « Modifier le jeu de données de référence » pour afficher la liste.", "Customizations": "Personnalisations", + "Customize": "Personnalisez", "Customize dataset files": "Personnaliser les fichiers de jeu de", "Dataset": "Ensemble de données", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Les auteurs de l'ensemble de données ont marqué cet ensemble de données comme obsolète, ce qui signifie que l'ensemble de données est obsolète, ne sera plus mis à jour ou n'est pas pertinent autrement. Veuillez contacter les auteurs de l'ensemble de données pour plus de détails.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Vous pouvez ici remplacer des fichiers individuels de l'ensemble de données. Si aucun fichier n'est fourni, il sera remplacé à partir de l'ensemble de données actuellement sélectionné. Pour en savoir plus, consultez le {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Vous pouvez sélectionner ici des colonnes (individuelles ou catégories) qui seront écrites dans des fichiers CSV et TSV.", "Hide dataset files": "Masquer les fichiers de l'ensemble", + "History": "L'histoire", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Cependant, cela n'est pas recommandé : cette version de l'application n'est plus mise à jour ni prise en charge, et nous ne pouvons garantir qu'elle fonctionnera et qu'elle produira des résultats corrects.", "I want to try anyway": "Je veux essayer quand même", "Idle": "Inactif", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "L'algorithme de suggestion a échoué. Veuillez le signaler aux développeurs.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "L'algorithme de suggestion n'a pas pu trouver un ensemble de données adapté à vos séquences. Sélectionnez un jeu de données manuellement. S'il n'y a pas de jeu de données approprié, envisagez d'en créer un et d'en contribuer à la collection de jeux de données de la communauté Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Résumé des résultats de l'analyse au format {{formatName}}.", + "Summary": "Résumé", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Le changement de cible modifiera les mutations affichées dans les vues de séquences ainsi que dans la colonne « Mut » du tableau et dans son info-bulle avec le pointeur de la souris.", "Text": "Texte", "The address to the file is correct": "L'adresse du fichier est correcte", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} fonctionne mieux dans les dernières versions de ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informations supplémentaires pour les développeurs (cliquez pour agrandir)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} codon (s) stop mal placé (s) détecté (s). Gène (s) affecté (s) : {{geneList}}. Score QC : {{score}}", - "Customize": "Personnalisez", - "History": "L'histoire", - "Summary": "Résumé" + "\"{{ attr }}\" founder": "fondateur de « {{ attr }} »" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ga/common.json b/packages/nextclade-web/.json-autotranslate-cache/ga/common.json index 2d1a5e71e..e5fb55bf2 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ga/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ga/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Bunaitheoir Clade” - taispeánann sócháin i gcoibhneas le bunaitheoir an chláid a sannadh don sampla ceisteanna. Tabhair faoi deara go ndéanfar ceisteanna ó chláid éagsúla comparáid le spriocanna éagsúla sa chás seo.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Tuismitheoir” - taispeánann sócháin phríobháideacha, ie sócháin i gcoibhneas leis an tuismitheoir (is gaire) den chrann tagartha lena bhfuil an sampla ceisteanna ceangailte leis le linn socrúcháin filogéiniteach.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tagairt” - taispeánann sócháin i gcoibhneas leis an seicheamh tagartha (mar a shainmhínítear sa tacar sonraí).", - "'{{ attr }}' founder": "Bunaitheoir '{{ attr }}'", "(truncated)": "(gearrtha)", "* Current value. This amount can change depending on load": "* Luach reatha. Is féidir leis an méid seo athrú ag brath ar ualach", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Éilíonn {{appName}} {{memoryRequired}} de chuimhne ar a laghad in aghaidh an snáithe", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Ní cosúil go n-oireann tacar sonraí roghnaithe faoi láthair do sheicheamh, ach tá {{ n }} tacar sonraí eile ann a d'fhéadfadh. Cliceáil “Athraigh tacar sonraí tagartha” chun an liosta a fheiceáil.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Ní cosúil go n-oireann tacar sonraí roghnaithe faoi láthair do sheicheamh, ach tá 1 tacar sonraí ann a d'fhéadfadh. Cliceáil “Athraigh tacar sonraí tagartha” chun an liosta a fheiceáil.", "Customizations": "Saincheaptha", + "Customize": "Saincheapadh", "Customize dataset files": "Saincheapadh comhaid tacar sonraí", "Dataset": "Tacar sonraí", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Mharcáil údair tacar sonraí an tacar sonraí seo mar mhúscailte, rud a chiallaíonn go bhfuil an tacar sonraí as feidhm, nach ndéanfar é a nuashonrú a thuilleadh nó nach bhfuil sé ábhartha ar mhalairt Téigh i dteagmháil le húdair tacar sonraí le haghaidh sonraí.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Anseo is féidir leat comhaid aonair sa tacar sonraí a shárú. Mura gcuirtear comhad ar fáil, cuirfear in ionad é ón tacar sonraí atá roghnaithe faoi láthair. Tuilleadh eolais a fhoghlaim sa {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Anseo is féidir leat colúin a roghnú (aonair nó catagóirí) a scríobfar i gcomhaid CSV agus TSV.", "Hide dataset files": "Folaigh comhaid tacar sonraí", + "History": "Stair", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Ní mholtar é seo, áfach: ní dhéantar an leagan seo den fheidhmchlár a nuashonrú ná ní thacaítear a thuilleadh, agus ní féidir linn a ráthú go n-oibreoidh sé, agus go dtabharfaidh sé torthaí cearta.", "I want to try anyway": "Ba mhaith liom triail a dhéanamh ar aon nós", "Idle": "Díomhaoin", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Theip ar algartam moltaí. Tuairisc é seo d'fhorbróirí le do thoil.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Ní raibh algartam moltaí in ann tacar sonraí a aimsiú atá oiriúnach do do sheicheamh. Roghnaigh tacar sonraí de láimh. Mura bhfuil tacar sonraí oiriúnach ann, smaoinigh ar ceann a chruthú agus a chur le bailiúchán tacar sonraí pobail Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Torthaí achoimre ar an anailís i bhformáid {{formatName}}.", + "Summary": "Achoimre", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Athróidh an sprioc a athrú sócháin a thaispeántar sna tuairimí seicheamh chomh maith le colún “Mut” den tábla agus a uirlisí luaidhe.", "Text": "Téacs", "The address to the file is correct": "Tá an seoladh chuig an gcomhad ceart", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "Oibríonn {{project}} is fearr sna leaganacha is déanaí de ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Faisnéis bhreise d'fhorbróirí (cliceáil chun leathnú)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} braithíodh codon (í) stad míshuite. Géin (í) a bhfuil tionchar orthu: {{geneList}}. Scór QC: {{score}}", - "Customize": "Saincheapadh", - "History": "Stair", - "Summary": "Achoimre" + "\"{{ attr }}\" founder": "“{{ attr }}\" bunaitheoir" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/gu/common.json b/packages/nextclade-web/.json-autotranslate-cache/gu/common.json index 2d103a211..b98cf95ff 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/gu/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/gu/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ક્લેડ સ્થાપક” - ક્લેડના સ્થાપકને સંબંધિત પરિવર્તન બતાવે છે જે ક્વેરી નમૂનાને સોંપવામાં આવ્યું છે. નોંધ કરો કે વિવિધ ક્લેડ્સના ક્વેરીઝને આ કિસ્સામાં વિવિધ લક્ષ્યો સાથે સરખાવવામાં આવશે.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“પિતૃ” - ખાનગી પરિવર્તન બતાવે છે, એટલે કે સંદર્ભ વૃક્ષના પિતૃ (નજીકના) નોડ સાથે સંબંધિત પરિવર્તન કે જેની સાથે ક્વેરી સેમ્પલ ફાઇલોજેનેટિક પ્લેસમેન્ટ દરમિયાન જોડાયેલ છે.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“સંદર્ભ” - સંદર્ભ ક્રમ સંબંધિત પરિવર્તન બતાવે છે (જેમ કે ડેટાસેટમાં વ્યાખ્યાયિત કરવામાં આવે છે).", - "'{{ attr }}' founder": "'{{ attr }}' સ્થાપક", "(truncated)": "(કાપવામાં આવે છે)", "* Current value. This amount can change depending on load": "* વર્તમાન મૂલ્ય. આ રકમ લોડ પર આધાર રાખીને બદલાઈ શકે છે", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} માટે થ્રેડ દીઠ ઓછામાં ઓછી {{memoryRequired}} મેમરીની જરૂર છે", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "હાલમાં પસંદ કરેલ ડેટાસેટ તમારા સિક્વન્સ સાથે મેળ ખાય તેવું લાગતું નથી, પરંતુ ત્યાં છે {{ n }} અન્ય ડેટાસેટ્સ જે શકે છે. સૂચિ જોવા માટે “સંદર્ભ ડેટાસેટ બદલો” પર ક્લિક કરો.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "હાલમાં પસંદ કરેલ ડેટાસેટ તમારા સિક્વન્સ સાથે મેળ ખાય તેવું લાગતું નથી, પરંતુ ત્યાં 1 ડેટાસેટ છે જે કદાચ. સૂચિ જોવા માટે “સંદર્ભ ડેટાસેટ બદલો” પર ક્લિક કરો.", "Customizations": "કસ્ટમાઇઝેશન", + "Customize": "કસ્ટમાઇઝ કરો", "Customize dataset files": "ડેટાસેટ ફાઇલોને કસ્ટમાઇઝ કરો", "Dataset": "ડેટાસેટ", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "ડેટાસેટ લેખકોએ આ ડેટાસેટને અપ્રચલિત તરીકે ચિહ્નિત કર્યું છે, જેનો અર્થ છે કે ડેટાસેટ અપ્રચલિત છે, હવે અપડેટ કરવામાં આવશે નહીં અથવા અન્યથા સંબંધિત નથી. કૃપા કરીને વિશિષ્ટતાઓ માટે ડેટાસેટ લેખકોનો સંપર્ક કરો.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "અહીં તમે ડેટાસેટમાં વ્યક્તિગત ફાઇલોને ઓવરરાઇડ કરી શકો છો. જો કોઈ ફાઇલ પ્રદાન કરવામાં ન આવે, તો તે હાલમાં પસંદ કરેલ ડેટાસેટમાંથી અવેજી કરવામાં આવશે. {{documentation}} માં વધુ જાણો", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "અહીં તમે કૉલમ પસંદ કરી શકો છો (વ્યક્તિગત અથવા કેટેગરીઝ) જે CSV અને TSV ફાઇલોમાં લખવામાં આવશે.", "Hide dataset files": "ડેટાસેટ ફાઇલો છુપાવો", + "History": "ઇતિહાસ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "જો કે, આની ભલામણ કરવામાં આવતી નથી: એપ્લિકેશનનું આ સંસ્કરણ હવે અપડેટ અથવા સપોર્ટેડ નથી, અને અમે ખાતરી આપી શકતા નથી કે તે કામ કરશે, અને તે યોગ્ય પરિણામો ઉત્પન્ન કરશે.", "I want to try anyway": "હું કોઈપણ રીતે પ્રયાસ કરવા માંગું છું", "Idle": "નિષ્ક્રિય", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "સૂચન અલ્ગોરિધમ નિષ્ફળ ગયો કૃપા કરીને વિકાસકર્તાઓને આની જાણ કરો.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "સૂચન અલ્ગોરિધમ તમારા સિક્વન્સ માટે યોગ્ય ડેટાસેટ શોધવામાં અસમર્થ હતું. મેન્યુઅલી ડેટાસેટ પસંદ કરો. જો ત્યાં કોઈ યોગ્ય ડેટાસેટ નથી, તો નેક્સક્લેડ સમુદાય ડેટાસેટ સંગ્રહમાં એક બનાવવા અને યોગદાન આપવાનું વિચારો.", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} ફોર્મેટમાં વિશ્લેષણના સારાંશ પરિણામો.", + "Summary": "સારાંશ", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "લક્ષ્યને સ્વિચ કરવાથી ક્રમ દૃશ્યોમાં તેમજ કોષ્ટકના “મટ” સ્તંભ અને તેના માઉસઓવર ટૂલટીપમાં પ્રદર્શિત પરિવર્તન બદલાશે.", "Text": "લખાણ", "The address to the file is correct": "ફાઇલનું સરનામું સાચું છે", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} ના નવીનતમ સંસ્કરણોમાં શ્રેષ્ઠ કાર્ય કરે છે ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} વિકાસકર્તાઓ માટે વધારાની માહિતી (વિસ્તૃત કરવા માટે ક્લિક કરો)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} ખોટી રીતે મૂકવામાં આવેલા સ્ટોપ કોડન (ઓ) શોધાયેલ. અસરગ્રસ્ત જનીન (ઓ): {{geneList}}. ક્યુસી સ્કોર: {{score}}", - "Customize": "કસ્ટમાઇઝ કરો", - "History": "ઇતિહાસ", - "Summary": "સારાંશ" + "\"{{ attr }}\" founder": "“{{ attr }}\" સ્થાપક" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ha/common.json b/packages/nextclade-web/.json-autotranslate-cache/ha/common.json index 1b408565f..3db2e1129 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ha/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ha/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade wanda ya kafa” - yana nuna canji dangane da wanda ya kafa clade wanda aka sanya shi ga samfurin tambaya. Lura cewa tambayoyi daga ƙungiyoyi daban-daban za a kwatanta su tare da manufa daban-daban a wannan yanayin.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Iyaye” - yana nuna sauye-sauye masu zaman kansu, watau canje-canje dangane da iyaye (mafi kusa) na itacen tunani wanda aka haɗa samfurin tambayoyin yayin sanya filogenetic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tunani” - yana nuna canji dangane da jerin tunani (kamar yadda aka bayyana a cikin bayanan bayanai).", - "'{{ attr }}' founder": "'{{ attr }}' wanda ya kafa", "(truncated)": "(yanke)", "* Current value. This amount can change depending on load": "* Darajar yanzu. Wannan adadin na iya canzawa dangane da nauyi", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} yana buƙatar aƙalla {{memoryRequired}} na ƙwaƙwalwar ajiya a kowane zaren", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "A halin yanzu da aka zaɓa da alama ba su dace da jerin ku ba, amma akwai {{ n }} sauran saitin bayanai waɗanda zasu iya. Danna “Canza bayanan bayanan tunani” don ganin jerin.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "A halin yanzu da aka zaɓa da alama bai dace da jerin ku ba, amma akwai bayanan bayanai 1 wanda zai iya. Danna “Canza bayanan bayanan tunani” don ganin jerin.", "Customizations": "Abubuwan da aka keɓance", + "Customize": "Keɓance", "Customize dataset files": "Keɓance fayilolin bayanai", "Dataset": "Database", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Marubutan bayanai sun yi alama da wannan bayanan a matsayin wanda aka ƙare, wanda ke nufin saitin bayanan ya wuce, ba za a sake sabunta su ba ko kuma bai dace ba in ba haka ba. Da fatan za a tuntube marubutan bayanai don takamaiman bayanai", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Anan zaku iya soke fayilolin mutum a cikin bayanan. Idan ba a bayar da fayil ba, za a maye gurbin shi daga tsarin bayanan da aka zaɓa a halin yanzu. Ƙarin koyo a cikin {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Anan zaku iya zaɓar ginshiƙai (mutum ko nau'ikan) waɗanda za a rubuta su cikin fayilolin CSV da TSV.", "Hide dataset files": "Boye fayilolin bayanai", + "History": "Tarihi", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Koyaya, ba a ba da shawarar wannan: wannan sigar aikace-aikacen ba a sake sabunta ko tallafawa ba, kuma ba za mu iya ba da tabbacin cewa zai yi aiki ba, kuma zai samar da sakamako mai kyau.", "I want to try anyway": "Ina so in gwada duk da haka", "Idle": "Rashin aiki", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Shawarwarin algorithm ya gaza. Da fatan za a ba da rahoto ga masu haɓakawa", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algorithm na shawara bai kasa samun bayanan da ya dace da jerin ku ba. Zaɓi saitin bayanai da hannu. Idan babu wani bayanan da ya dace, yi la'akari da ƙirƙirar da ba da gudummawa ɗaya ga tarin bayanan ƙungiyar Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Takaitaccen sakamakon bincike a cikin tsarin {{formatName}}.", + "Summary": "Takaitawa", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Sauya manufa zai canza sauye-sauyen da aka nuna a cikin ra'ayoyin jerin da kuma a cikin shafin “Mut” na tebur da kayan aikin kwamfuta.", "Text": "Rubutu", "The address to the file is correct": "Adireshin zuwa fayil ɗin daidai ne", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} yana aiki mafi kyau a cikin sabbin nau'ikan ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Ƙarin bayani ga masu haɓakawa (danna don fadada)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} da aka gano codon (s) na tsayawa mara kyau. Abubuwan da aka shafa (s): {{geneList}}. Sakamakon QC: {{score}}", - "Customize": "Keɓance", - "History": "Tarihi", - "Summary": "Takaitawa" + "\"{{ attr }}\" founder": "“{{ attr }}\" wanda ya kafa" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/he/common.json b/packages/nextclade-web/.json-autotranslate-cache/he/common.json index 3f13ad2b3..d9af64bde 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/he/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/he/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "\"מייסד קלייד\" - מציג מוטציות ביחס למייסד הקלייד שהוקצה לדגימת השאילתה. שים לב שאילתות מקליידים שונים יושוו עם יעדים שונים במקרה זה.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "\"הורה\" - מציג מוטציות פרטיות, כלומר מוטציות ביחס לצומת ההורה (הקרוב ביותר) של עץ ההתייחסות שאליו צורף דגימת השאילתה במהלך מיקום פילוגנטי.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "\"הפניה\" - מציג מוטציות ביחס לרצף ההתייחסות (כהגדרתו במערך הנתונים).", - "'{{ attr }}' founder": "מייסד '{{ attr }}'", "(truncated)": "(קטום)", "* Current value. This amount can change depending on load": "* ערך נוכחי. סכום זה יכול להשתנות בהתאם לעומס", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} דורש לפחות {{memoryRequired}} של זיכרון לכל שרשור", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "נראה כי מערך הנתונים שנבחר כעת אינו תואם את הרצפים שלך, אך ישנם {{ n }} מערכי נתונים אחרים שעשויים. לחץ על \"שנה מערך נתונים של הפניות\" כדי לראות את הרשימה.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "נראה כי מערך הנתונים שנבחר כעת אינו תואם את הרצפים שלך, אך יש מערך נתונים אחד שעשוי. לחץ על \"שנה מערך נתונים של הפניות\" כדי לראות את הרשימה.", "Customizations": "התאמות אישיות", + "Customize": "התאמה אישית", "Customize dataset files": "התאמה אישית של קבצי מערך נתונים", "Dataset": "מערך נתונים", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "מחברי מערך הנתונים סימנו את מערך הנתונים הזה כמיושן, מה שאומר שמערך הנתונים מיושן, לא יעודכן עוד או אינו רלוונטי אחרת. אנא צור קשר עם מחברי מערך הנתונים לפרטים.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "כאן תוכל לעקוף קבצים בודדים במערך הנתונים. אם קובץ לא מסופק, הוא יוחלף ממערך הנתונים שנבחר כעת. למידע נוסף ב- {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "כאן תוכלו לבחור עמודות (בודדות או קטגוריות) אשר ייכתבו לקבצי CSV ו- TSV.", "Hide dataset files": "הסתר קבצי מערך נתונים", + "History": "היסטוריה", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "עם זאת, זה לא מומלץ: גרסה זו של היישום כבר לא מעודכנת או נתמכת, ואנחנו לא יכולים להבטיח שהיא תעבוד, וכי היא תניב תוצאות נכונות.", "I want to try anyway": "אני רוצה לנסות בכל מקרה", "Idle": "סרק", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "אלגוריתם ההצעה נכשל. אנא דווח על כך למפתחים.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "אלגוריתם ההצעה לא הצליח למצוא מערך נתונים המתאים לרצפים שלך. בחר מערך נתונים באופן ידני. אם אין מערך נתונים מתאים, שקול ליצור ולתרום אחד לאוסף מערכי הנתונים של קהילת Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "תוצאות הניתוח מסוכמות בפורמט {{formatName}}.", + "Summary": "סיכום", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "החלפת היעד תשנה מוטציות המוצגות בתצוגות הרצף וכן בעמודה \"Mut\" של הטבלה וטיפ הכלים של העכבר שלה.", "Text": "טקסט", "The address to the file is correct": "הכתובת לקובץ נכונה", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} עובד הכי טוב בגרסאות האחרונות של ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} מידע נוסף למפתחים (לחץ להרחבה)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} זוהו קודון עצירה שלא במקומם. גנים מושפעים: {{geneList}}. ציון QC: {{score}}", - "Customize": "התאמה אישית", - "History": "היסטוריה", - "Summary": "סיכום" + "\"{{ attr }}\" founder": "מייסד \"{{ attr }}\"" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/hi/common.json b/packages/nextclade-web/.json-autotranslate-cache/hi/common.json index 1e3b94acb..04404327e 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/hi/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/hi/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“क्लैड संस्थापक” - क्लैड के संस्थापक के सापेक्ष म्यूटेशन दिखाता है जिसे क्वेरी नमूने को सौंपा गया है। ध्यान दें कि इस मामले में अलग-अलग वर्गों के प्रश्नों की तुलना अलग-अलग लक्ष्यों के साथ की जाएगी।", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“पैरेंट” - निजी म्यूटेशन दिखाता है, यानी संदर्भ ट्री के पैरेंट (निकटतम) नोड के सापेक्ष म्यूटेशन, जिससे फ़ाइलोजेनेटिक प्लेसमेंट के दौरान क्वेरी नमूना संलग्न किया गया है।", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“संदर्भ” - संदर्भ अनुक्रम के सापेक्ष उत्परिवर्तन दिखाता है (जैसा कि डेटासेट में परिभाषित किया गया है)।", - "'{{ attr }}' founder": "'{{ attr }}' के संस्थापक", "(truncated)": "(छोटा कर दिया गया)", "* Current value. This amount can change depending on load": "* मौजूदा मान। लोड के आधार पर यह राशि बदल सकती है।", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} को प्रति थ्रेड कम से कम {{memoryRequired}} मेमोरी की आवश्यकता होती है", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "वर्तमान में चयनित डेटासेट आपके अनुक्रमों से मेल नहीं खाता है, लेकिन {{ n }} अन्य डेटासेट भी हैं जो हो सकते हैं। सूची देखने के लिए “संदर्भ डेटासेट बदलें” पर क्लिक करें।", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "वर्तमान में चयनित डेटासेट आपके अनुक्रमों से मेल नहीं खाता है, लेकिन 1 डेटासेट है जो हो सकता है। सूची देखने के लिए “संदर्भ डेटासेट बदलें” पर क्लिक करें।", "Customizations": "कस्टमाइज़ेशन", + "Customize": "अनुकूलित करें", "Customize dataset files": "डेटासेट फ़ाइलों को कस्टमाइज़ करें", "Dataset": "डेटासेट", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "डेटासेट लेखकों ने इस डेटासेट को बहिष्कृत के रूप में चिह्नित किया है, जिसका अर्थ है कि डेटासेट अप्रचलित है, अब अपडेट नहीं किया जाएगा या अन्यथा प्रासंगिक नहीं है। कृपया विवरण के लिए डेटासेट लेखकों से संपर्क करें।", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "यहां आप डेटासेट में अलग-अलग फ़ाइलों को ओवरराइड कर सकते हैं। यदि कोई फ़ाइल उपलब्ध नहीं कराई गई है, तो उसे वर्तमान में चुने गए डेटासेट से प्रतिस्थापित किया जाएगा। {{documentation}} में और जानें", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "यहां आप कॉलम (व्यक्तिगत या श्रेणियां) चुन सकते हैं जो CSV और TSV फ़ाइलों में लिखे जाएंगे।", "Hide dataset files": "डेटासेट फ़ाइलें छिपाएँ", + "History": "इतिहास", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "हालांकि, यह अनुशंसित नहीं है: एप्लिकेशन का यह संस्करण अब अपडेट या समर्थित नहीं है, और हम गारंटी नहीं दे सकते कि यह काम करेगा, और यह सही परिणाम देगा।", "I want to try anyway": "मैं वैसे भी कोशिश करना चाहता हूं", "Idle": "आइडल", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "सुझाव एल्गोरिथम असफल। कृपया डेवलपर को इसकी रिपोर्ट करें।", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "सुझाव एल्गोरिथम आपके अनुक्रमों के लिए उपयुक्त डेटासेट खोजने में असमर्थ था। मैन्युअल रूप से डेटासेट चुनें। यदि कोई उपयुक्त डेटासेट नहीं है, तो Nextclade समुदाय डेटासेट संग्रह में एक डेटासेट बनाने और योगदान करने पर विचार करें।", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} प्रारूप में विश्लेषण के संक्षिप्त परिणाम।", + "Summary": "सारांश", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "लक्ष्य को स्विच करने से अनुक्रम दृश्यों के साथ-साथ तालिका के “म्यूट” कॉलम और उसके माउसओवर टूलटिप में प्रदर्शित म्यूटेशन बदल जाएंगे।", "Text": "टेक्स्ट", "The address to the file is correct": "फ़ाइल का पता सही है", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} के नवीनतम संस्करणों में सबसे अच्छा काम करता है ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} डेवलपर के लिए अतिरिक्त जानकारी (विस्तार करने के लिए क्लिक करें)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} गलत स्टॉप कोडन का पता चला। प्रभावित जीन (ओं): {{geneList}} । QC स्कोर: {{score}}", - "Customize": "अनुकूलित करें", - "History": "इतिहास", - "Summary": "सारांश" + "\"{{ attr }}\" founder": "“{{ attr }}\" के संस्थापक" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/hr/common.json b/packages/nextclade-web/.json-autotranslate-cache/hr/common.json index 06d9d75bf..18cba026f 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/hr/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/hr/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "\"Osnivač klade\" - pokazuje mutacije u odnosu na osnivača klade koji je dodijeljen uzorku upita. Imajte na umu da će se upiti iz različitih klasa u ovom slučaju usporediti s različitim ciljevima.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "\"Roditelj\" - prikazuje privatne mutacije, tj. mutacije u odnosu na roditeljski (najbliži) čvor referentnog stabla na koji je uzorak upita vezan tijekom filogenetskog postavljanja.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "\"Referenca\" - prikazuje mutacije u odnosu na referentni slijed (kako je definirano u skupu podataka).", - "'{{ attr }}' founder": "Osnivač '{{ attr }}'", "(truncated)": "(skraćeno)", "* Current value. This amount can change depending on load": "* Trenutna vrijednost. Taj se iznos može mijenjati ovisno o opterećenju", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahtijeva najmanje {{memoryRequired}} memorije po niti", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Čini se da trenutno odabrani skup podataka ne odgovara vašim sekvencama, ali postoje {{ n }} drugi skupovi podataka koji bi mogli. Kliknite \"Promijeni referentni skup podataka\" da biste vidjeli popis.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Čini se da trenutno odabrani skup podataka ne odgovara vašim sekvencama, ali postoji 1 skup podataka koji bi mogao. Kliknite \"Promijeni referentni skup podataka\" da biste vidjeli popis.", "Customizations": "Prilagođavanja", + "Customize": "Prilagodite", "Customize dataset files": "Prilagodite datoteke skupa podataka", "Dataset": "Skup podataka", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autori skupa podataka označili su ovaj skup podataka kao zastario, što znači da je skup podataka zastario, više se neće ažurirati ili nije relevantan na drugi način. Molimo kontaktirajte autore skupa podataka za pojedinosti.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Ovdje možete nadjačati pojedinačne datoteke u skupu podataka. Ako datoteka nije dostavljena, bit će zamijenjena iz trenutno odabranog skupa podataka. Saznajte više u {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Ovdje možete odabrati stupce (pojedinačne ili kategorije) koji će biti zapisani u CSV i TSV datoteke.", "Hide dataset files": "Sakrij datoteke skupa podataka", + "History": "Povijest", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Međutim, to se ne preporučuje: ova verzija aplikacije više se ne ažurira niti podržava i ne možemo jamčiti da će raditi i da će dati ispravne rezultate.", "I want to try anyway": "Svejedno želim pokušati", "Idle": "U praznom hodu", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritam prijedloga nije uspio. Molimo prijavite ovo programerima.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritam prijedloga nije uspio pronaći skup podataka prikladan za vaše sekvence. Ručno odaberite skup podataka. Ako ne postoji odgovarajući skup podataka, razmislite o stvaranju i doprinosu prikupljanju skupa podataka zajednice Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Sažeti rezultati analize u formatu {{formatName}}.", + "Summary": "Sažetak", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Prebacivanjem cilja promijenit će se mutacije prikazane u prikazima sekvence, kao i u stupcu \"Mut\" tablice i njenom alatu za prebacivanje mišem.", "Text": "Tekst", "The address to the file is correct": "Adresa datoteke je točna", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} najbolje funkcionira u najnovijim verzijama ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Dodatne informacije za programere (kliknite za proširenje)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} otkriveni pogrešno postavljeni stop kodon (i). Pogođeni gen (i): {{geneList}}. QC rezultat: {{score}}", - "Customize": "Prilagodite", - "History": "Povijest", - "Summary": "Sažetak" + "\"{{ attr }}\" founder": "\"{{ attr }}\" osnivač" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ht/common.json b/packages/nextclade-web/.json-autotranslate-cache/ht/common.json index 5c40314e0..83c440d72 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ht/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ht/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade fondatè” - montre mitasyon relatif nan fondatè a nan clade la ki te asiyen nan echantiyon an rekèt. Remake byen ke requêtes de clades diferan yo pral konpare ak objektif diferan nan ka sa a.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Paran” - montre mitasyon prive, sa vle di mitasyon relatif nan ne paran an (ki pi pre) nan pye bwa a referans ki echantiyon an rekèt te tache ak pandan plasman phylogenic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referans” - montre mitasyon relatif nan sekans referans lan (jan sa defini nan ansanm done a).", - "'{{ attr }}' founder": "Fondatè '{{ attr }}'", "(truncated)": "(tronke)", "* Current value. This amount can change depending on load": "* Valè aktyèl. Kantite lajan sa a ka chanje depann de chaj", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} mande pou omwen {{memoryRequired}} nan memwa pou chak fil", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Kounye a chwazi dataset pa sanble matche ak sekans ou, men gen {{ n }} lòt datasets ki ta ka. Klike sou “Chanje done referans” pou wè lis la.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Kounye a chwazi dataset pa sanble matche ak sekans ou, men gen 1 dataset ki ta ka. Klike sou “Chanje done referans” pou wè lis la.", "Customizations": "Pèrsonalizasyon", + "Customize": "Customize", "Customize dataset files": "Customize dosye ansanm done", "Dataset": "Done ansanm", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Otè Dataset make sa a dataset kòm deprecated, ki vle di dataset la se demode, pa pral mete ajou ankò oswa se pa enpòtan otreman. Tanpri kontakte otè ansanm done pou spesifik.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Isit la ou ka ranvèse dosye endividyèl nan ansanm done a. Si yon dosye pa bay, li pral ranplase soti nan ansanm done a chwazi kounye a. Aprann plis nan {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Isit la ou ka chwazi kolòn (endividyèl oswa kategori) ki pral ekri nan dosye CSV ak TSV.", "Hide dataset files": "Kache dosye ansanm done", + "History": "Istwa", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Sepandan, sa a pa rekòmande: vèsyon sa a nan aplikasyon an pa gen okenn ankò mete ajou oswa sipòte, epi nou pa ka garanti ke li pral travay, e ke li pral pwodwi rezilta kòrèk.", "I want to try anyway": "Mwen vle eseye de tout fason", "Idle": "san fè anyen", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritm sijesyon echwe. Tanpri rapòte sa bay devlopè.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algorithm sijesyon te kapab jwenn yon ansanm done ki apwopriye pou sekans ou yo. Chwazi yon ansanm done manyèlman. Si pa gen okenn dataset apwopriye, konsidere kreye ak kontribye yon sèl nan koleksyon done kominote Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Rezime rezilta analiz la nan fòma {{formatName}}.", + "Summary": "Rezime", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Oblije chanje sib la pral chanje mitasyon parèt nan opinyon yo sekans kòm byen ke nan kolòn nan “Mut” nan tab la ak tooltip mouseover li yo.", "Text": "Tèks", "The address to the file is correct": "Adrès dosye a se kòrèk", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} travay pi byen nan vèsyon yo dènye nan ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Enfòmasyon adisyonèl pou devlopè (klike sou pou elaji)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} kodon (yo) sispann mal kote detekte. Jèn afekte (yo): {{geneList}}. Nòt QC: {{score}}", - "Customize": "Customize", - "History": "Istwa", - "Summary": "Rezime" + "\"{{ attr }}\" founder": "“{{ attr }}\" fondatè" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/hu/common.json b/packages/nextclade-web/.json-autotranslate-cache/hu/common.json index 946514076..7e5f46d6e 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/hu/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/hu/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade alapító” - mutációkat mutál a lekérdezési mintához rendelt klád alapítójához viszonyítva. Ne feledje, hogy ebben az esetben a különböző kládokból származó lekérdezéseket összehasonlítjuk a különböző célokkal.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Szülői” - privát mutációkat mutál, azaz a referenciafa szülő (legközelebbi) csomópontjához viszonyított mutációkat, amelyhez a lekérdezési mintát csatolták a filogenetikai elhelyezés során.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referencia” - mutációkat mutál a referenciaszekvenciához viszonyítva (az adatkészletben meghatározottak szerint).", - "'{{ attr }}' founder": "„{{ attr }}” alapítója", "(truncated)": "(csonkított)", "* Current value. This amount can change depending on load": "* Aktuális érték. Ez az összeg a terheléstől függően változhat", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} szálonként legalább {{memoryRequired}} memóriát igényel", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Úgy tűnik, hogy a jelenleg kiválasztott adatkészlet nem egyezik meg a szekvenciákkal, de vannak {{ n }} más adatkészletek, amelyek esetleg. Kattintson a „Referenciaadatkészlet módosítása” gombra a lista megtekintéséhez.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Úgy tűnik, hogy a jelenleg kiválasztott adatkészlet nem egyezik meg a szekvenciákkal, de van 1 adatkészlet, amely lehet. Kattintson a „Referenciaadatkészlet módosítása” gombra a lista megtekintéséhez.", "Customizations": "Testreszabások", + "Customize": "Testreszabás", "Customize dataset files": "Adatkészletfájlok testreszabása", "Dataset": "Adatkészlet", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Az adatkészlet szerzői ezt az adatkészletet elavultnak jelölték, ami azt jelenti, hogy az adatkészlet elavult, már nem frissül, vagy egyébként nem releváns. Kérjük, forduljon az adatkészlet szerzőihez a részletekért.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Itt felülírhatja az egyes fájlokat az adatkészletben. Ha egy fájl nincs megadva, az az aktuálisan kiválasztott adatkészletből kerül helyettesítésre. Tudjon meg többet a {{documentation}} oldalon", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Itt kiválaszthatja az oszlopokat (egyedi vagy kategóriák), amelyek CSV és TSV fájlokba kerülnek.", "Hide dataset files": "Adatkészletfájlok elrejtése", + "History": "Történelem", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Ez azonban nem ajánlott: az alkalmazás ezen verziója már nem frissül vagy támogatott, és nem tudjuk garantálni, hogy működni fog, és hogy helyes eredményeket hoz.", "I want to try anyway": "Úgyis meg akarom próbálni", "Idle": "Alapjáraton", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "A javaslat algoritmusa sikertelen. Kérjük, jelentse ezt a fejlesztőknek.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "A javaslatalgoritmus nem találta a szekvenciákhoz megfelelő adatkészletet. Válasszon ki egy adatkészletet manuálisan. Ha nincs megfelelő adatkészlet, fontolja meg annak létrehozását és hozzájárulását a Nextclade közösségi adatkészletgyűjtéshez.", "Summarized results of the analysis in {{formatName}} format.": "Az elemzés összefoglaló eredményei {{formatName}} formátumban.", + "Summary": "Összefoglaló", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "A cél váltása megváltoztatja a szekvencianézetekben, valamint a táblázat „Mut” oszlopában és az egérkereső eszköztippeben megjelenő mutációkat.", "Text": "Szöveg", "The address to the file is correct": "A fájl címe helyes", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "A {{project}} a legfrissebb verziókban működik a legjobban ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} További információk fejlesztőknek (kattintson a kibontáshoz)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} rosszul elhelyezett stop kodon (ek) észlelhető. Érintett gén (ek): {{geneList}}. QC pontszám: {{score}}", - "Customize": "Testreszabás", - "History": "Történelem", - "Summary": "Összefoglaló" + "\"{{ attr }}\" founder": "„{{ attr }}\" alapító" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/hy/common.json b/packages/nextclade-web/.json-autotranslate-cache/hy/common.json index bf0a0266a..9acbb097b 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/hy/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/hy/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade հիմնադիր” - ցույց է տալիս մուտացիաներ հարաբերական հիմնադրի clade, որը նշանակվել է հարցման նմուշի. Նկատի ունեցեք, որ տարբեր կլադների հարցումները կհամեմատվեն այս դեպքում տարբեր թիրախների հետ:", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ծնող” - ցույց է տալիս մասնավոր մուտացիաներ, այսինքն մուտացիաներ հղման ծառի ծնող (մոտակա) հանգույցի նկատմամբ, որին կցվել է հարցման նմուշը ֆիլոգենետիկ տեղաբաշխման ժամանակ։", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Տեղեկանք” - ցույց է տալիս մուտացիաները հղման հաջորդականության նկատմամբ (ինչպես սահմանված է տվյալների հավաքածուում):", - "'{{ attr }}' founder": "“{{ attr }}” հիմնադիր", "(truncated)": "(կտրված)", "* Current value. This amount can change depending on load": "* Ընթացիկ արժեքը: Այս գումարը կարող է փոխվել կախված բեռից", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} -ը պահանջում է առնվազն {{memoryRequired}} հիշողություն մեկ թեմայի համար", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Ներկայումս ընտրված տվյալների հավաքածուն կարծես չի համապատասխանում ձեր հաջորդականություններին, բայց կան {{ n }} այլ տվյալների հավաքածուներ, որոնք կարող են: Ցուցակը տեսնելու համար կտտացրեք “Փոխել հղման տվյալների հավաքածուն”:", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Ներկայումս ընտրված տվյալների հավաքածուն կարծես չի համապատասխանում ձեր հաջորդականություններին, բայց կա 1 տվյալների հավաքածու, որը կարող է: Ցուցակը տեսնելու համար կտտացրեք “Փոխել հղման տվյալների հավաքածուն”:", "Customizations": "Անհատականացումներ", + "Customize": "Անհատականացրեք", "Customize dataset files": "Անհատականացրեք տվյալների հավաքածուի ֆայլերը", "Dataset": "Տվյալների հավաքածու", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Տվյալների հավաքածուի հեղինակները այս տվյալների հավաքածուն նշել են որպես ապականված, ինչը նշանակում է, որ տվյալների հավաքածուն հնացած է, այլեւս չի թարմացվի կամ այլ կերպ համապատասխան չէ: Խնդրում ենք կապվել տվյալների հավաքածուի հեղինակների հետ մանրամասների համար:", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Այստեղ դուք կարող եք վերացնել տվյալների հավաքածուի առանձին ֆայլերը: Եթե ֆայլ չի տրամադրվում, այն կփոխարինվի ներկայումս ընտրված տվյալների հավաքածուից: Իմացեք ավելին {{documentation}} -ում", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Այստեղ դուք կարող եք ընտրել սյունակներ (անհատական կամ կատեգորիաներ), որոնք կգրվեն CSV եւ TSV ֆայլերի մեջ:", "Hide dataset files": "Թաքցնել տվյալների հավաքածուի ֆայլերը", + "History": "Պատմություն", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Այնուամենայնիվ, դա խորհուրդ չի տրվում. Հավելվածի այս տարբերակը այլեւս չի թարմացվում կամ աջակցվում, եւ մենք չենք կարող երաշխավորել, որ այն կաշխատի, եւ որ այն կտա ճիշտ արդյունքներ:", "I want to try anyway": "Ես ուզում եմ ամեն դեպքում փորձել", "Idle": "Պարապ", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Առաջարկության ալգորիթմը տապալվեց: Խնդրում ենք զեկուցել այս մասին մշակողներին:", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Առաջարկության ալգորիթմը չկարողացավ գտնել ձեր հաջորդականությունների համար հարմար տվյալների հավաքածու: Ձեռքով ընտրեք տվյալների հավաքածու: Եթե չկա հարմար տվյալների հավաքածու, հաշվի առեք Nextclade համայնքի տվյալների հավաքածուի ստեղծումը և նպաստելը:", "Summarized results of the analysis in {{formatName}} format.": "Վերլուծության ամփոփ արդյունքները {{formatName}} ձևաչափով:", + "Summary": "Ամփոփում", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Թիրախը փոխելը կփոխի մուտացիաները, որոնք ցուցադրվում են հաջորդականության դիտումներում, ինչպես նաև աղյուսակի “Մուտ” սյունակում և դրա mouseover tooltip- ում:", "Text": "Տեքստ", "The address to the file is correct": "Ֆայլի հասցեն ճիշտ է", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} -ը լավագույնս աշխատում է վերջին տարբերակներում ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Լրացուցիչ տեղեկություններ մշակողների համար (սեղմեք ընդլայնելու համար)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Հայտնաբերվել է {{totalStopCodons}} սխալ տեղադրված կանգառային կոդոն (ներ): Տուժած գեն (ներ) ՝ {{geneList}}. QC գնահատականը՝ {{score}}", - "Customize": "Անհատականացրեք", - "History": "Պատմություն", - "Summary": "Ամփոփում" + "\"{{ attr }}\" founder": "“{{ attr }}” -ի հիմնադիր" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/id/common.json b/packages/nextclade-web/.json-autotranslate-cache/id/common.json index 6f55ca888..c467da20c 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/id/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/id/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Pendiri Clade” - menunjukkan mutasi relatif terhadap pendiri clade yang telah ditugaskan ke sampel kueri. Perhatikan bahwa kueri dari clades yang berbeda akan dibandingkan dengan target yang berbeda dalam kasus ini.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Induk” - menunjukkan mutasi pribadi, yaitu mutasi relatif terhadap simpul induk (terdekat) dari pohon referensi tempat sampel kueri telah dilampirkan selama penempatan filogenetik.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referensi” - menunjukkan mutasi relatif terhadap urutan referensi (seperti yang didefinisikan dalam kumpulan data).", - "'{{ attr }}' founder": "Pendiri '{{ attr }}'", "(truncated)": "(terpotong)", "* Current value. This amount can change depending on load": "* Nilai saat ini. Jumlah ini dapat berubah tergantung pada beban", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} membutuhkan setidaknya {{memoryRequired}} memori per utas", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Dataset yang dipilih saat ini tampaknya tidak cocok dengan urutan Anda, tetapi ada {{ n }} kumpulan data lain yang mungkin. Klik “Ubah kumpulan data referensi” untuk melihat daftar.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Dataset yang dipilih saat ini tampaknya tidak cocok dengan urutan Anda, tetapi ada 1 dataset yang mungkin. Klik “Ubah kumpulan data referensi” untuk melihat daftar.", "Customizations": "Kustomisasi", + "Customize": "Kustomisasi", "Customize dataset files": "Kustomisasi file dataset", "Dataset": "Dataset", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Penulis dataset menandai kumpulan data ini sebagai usang, yang berarti kumpulan data sudah usang, tidak akan lagi diperbarui atau tidak relevan sebaliknya. Silakan hubungi penulis dataset untuk detailnya.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Di sini Anda dapat mengganti file individual dalam dataset. Jika file tidak disediakan, itu akan diganti dari dataset yang dipilih saat ini. Pelajari lebih lanjut di {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Di sini Anda dapat memilih kolom (individu atau kategori) yang akan ditulis ke dalam file CSV dan TSV.", "Hide dataset files": "Sembunyikan file dataset", + "History": "Sejarah", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Namun, ini tidak disarankan: versi aplikasi ini tidak lagi diperbarui atau didukung, dan kami tidak dapat menjamin bahwa itu akan berfungsi, dan itu akan menghasilkan hasil yang benar.", "I want to try anyway": "Saya ingin mencoba bagaimanapun", "Idle": "Menganggur", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritma saran gagal. Silakan laporkan ini ke pengembang.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritma saran tidak dapat menemukan kumpulan data yang cocok untuk urutan Anda. Pilih dataset secara manual. Jika tidak ada kumpulan data yang sesuai, pertimbangkan untuk membuat dan menyumbangkannya ke koleksi kumpulan kumpulan data komunitas Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Hasil analisis dirangkum dalam format {{formatName}}.", + "Summary": "Ringkasan", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Mengalihkan target akan mengubah mutasi yang ditampilkan dalam tampilan urutan serta di kolom “Mut” tabel dan tooltip mouseover-nya.", "Text": "Teks", "The address to the file is correct": "Alamat file sudah benar", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} bekerja paling baik di versi terbaru ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informasi tambahan untuk pengembang (klik untuk memperluas)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} kodon stop yang salah tempat terdeteksi. Gen yang terpengaruh: {{geneList}}. Skor QC: {{score}}", - "Customize": "Kustomisasi", - "History": "Sejarah", - "Summary": "Ringkasan" + "\"{{ attr }}\" founder": "Pendiri “{{ attr }}”" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/is/common.json b/packages/nextclade-web/.json-autotranslate-cache/is/common.json index 82a8ebd30..c2f0c6c5f 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/is/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/is/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade stofnandi” - sýnir stökkbreytingar miðað við stofnandi clade sem hefur verið úthlutað fyrirspurnarsýninu. Athugaðu að fyrirspurnir frá mismunandi clades verða bornar saman við mismunandi markmið í þessu tilfelli.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Foreldri” - sýnir einka stökkbreytingar, þ.e. stökkbreytingar miðað við foreldri (næsta) hnút viðmiðunartrésins sem fyrirspurnarsýnið hefur verið fest við meðan á phylogenic vistun stendur.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tilvísun” - sýnir stökkbreytingar miðað við viðmiðunarröðina (eins og skilgreint er í gagnasafninu).", - "'{{ attr }}' founder": "Stofnandi '{{ attr }}'", "(truncated)": "(stytt)", "* Current value. This amount can change depending on load": "* Núverandi gildi. Þessi upphæð getur breyst eftir álagi", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} krefst að minnsta kosti {{memoryRequired}} af minni á hvern þráð", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Eins og er valið gagnasett virðist ekki passa við raðir þínar, en það eru {{ n }} önnur gagnasett sem gætu. Smelltu á “Breyta tilvísunargagnasafni” til að sjá listann.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Eins og er valið gagnasett virðist ekki passa við raðir þínar, en það er 1 gagnasett sem gæti. Smelltu á “Breyta tilvísunargagnasafni” til að sjá listann.", "Customizations": "Sérstillingar", + "Customize": "Sérsníða", "Customize dataset files": "Sérsníða gagnasafnaskrár", "Dataset": "Gagnasett", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Höfundar gagnasetts merktu þetta gagnasett sem úrelt, sem þýðir að gagnasafnið er úrelt, verður ekki lengur uppfært eða skiptir ekki máli að öðru leyti. Vinsamlegast hafðu samband við höfunda gagnasafns til að fá nánari upplýsingar.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Hér getur þú hnekkt einstökum skrám í gagnasafninu. Ef skrá er ekki veitt verður hún skipt út úr gagnasafninu sem nú er valið. Frekari upplýsingar í {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Hér er hægt að velja dálka (einstaka eða flokka) sem verða skrifaðir í CSV og TSV skrár.", "Hide dataset files": "Fela gagnasafnaskrár", + "History": "Saga", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Hins vegar er ekki mælt með þessu: þessi útgáfa af forritinu er ekki lengur uppfærð eða studd og við getum ekki ábyrgst að það muni virka og að það muni skila réttum árangri.", "I want to try anyway": "Mig langar að prófa hvort eð er", "Idle": "Aðgerðarlaus", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Ábendingarreiknirit mistókst. Vinsamlegast tilkynnið þetta til forritara.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Ábendingarreiknirit gat ekki fundið gagnasett sem hentar raðunum þínum. Veldu gagnasett handvirkt. Ef það er ekkert viðeigandi gagnasett skaltu íhuga að búa til og leggja eitt til Nextclade samfélagsgagnasafns.", "Summarized results of the analysis in {{formatName}} format.": "Samanteknar niðurstöður greiningarinnar á {{formatName}} sniði.", + "Summary": "Samantekt", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Skipt um markmið mun breyta stökkbreytingum sem birtast í röð skoðunum sem og í “Mut” dálki töflunnar og mouseover tooltip hennar.", "Text": "Texti", "The address to the file is correct": "Heimilisfangið í skránni er rétt", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} virkar best í nýjustu útgáfum ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Viðbótarupplýsingar fyrir forritara (smelltu til að stækka)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} ranglega staðsettur stöðvunarkódon (s) greindur. Áhrifin gen (s): {{geneList}}. QC skor: {{score}}", - "Customize": "Sérsníða", - "History": "Saga", - "Summary": "Samantekt" + "\"{{ attr }}\" founder": "“{{ attr }}\" stofnandi" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/it/common.json b/packages/nextclade-web/.json-autotranslate-cache/it/common.json index a2b71890d..de13bc130 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/it/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/it/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Fondatore del clade»: mostra le mutazioni relative al fondatore del clade che è stato assegnato all'esempio di query. Nota che in questo caso le query provenienti da diversi cladi verranno confrontate con obiettivi diversi.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Genitore»: mostra le mutazioni private, ovvero le mutazioni relative al nodo padre (più vicino) dell'albero di riferimento a cui è stato collegato il campione di interrogazione durante il posizionamento filogenetico.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Riferimento»: mostra le mutazioni relative alla sequenza di riferimento (come definita nel set di dati).", - "'{{ attr }}' founder": "fondatore di '{{ attr }}'", "(truncated)": "(troncato)", "* Current value. This amount can change depending on load": "* Valore attuale. Questo importo può variare in base al carico", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} richiede almeno {{memoryRequired}} di memoria per thread", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Il set di dati attualmente selezionato non sembra corrispondere alle tue sequenze, ma ci sono {{ n }} altri set di dati che potrebbero. Fai clic su «Modifica set di dati di riferimento» per visualizzare l'elenco.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Il set di dati attualmente selezionato non sembra corrispondere alle tue sequenze, ma c'è 1 set di dati che potrebbe. Fai clic su «Modifica set di dati di riferimento» per visualizzare l'elenco.", "Customizations": "Personalizzazioni", + "Customize": "Personalizza", "Customize dataset files": "Personalizzazione dei file dei set di dati", "Dataset": "Set di dati", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Gli autori del set di dati hanno contrassegnato questo set di dati come obsoleto, il che significa che il set di dati è obsoleto, non verrà più aggiornato o non è pertinente altrimenti. Contatta gli autori del set di dati per informazioni specifiche.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Qui puoi sovrascrivere singoli file nel set di dati. Se un file non viene fornito, verrà sostituito dal set di dati attualmente selezionato. Scopri di più nella sezione {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Qui puoi selezionare le colonne (singole o categorie) che verranno scritte in file CSV e TSV.", "Hide dataset files": "Nascondi i file del set di dati", + "History": "Storia", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Tuttavia, questo non è consigliato: questa versione dell'applicazione non è più aggiornata o supportata e non possiamo garantire che funzionerà e che produrrà risultati corretti.", "I want to try anyway": "Voglio provare comunque", "Idle": "Inattivo", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritmo di suggerimento non riuscito. Segnalalo agli sviluppatori.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "L'algoritmo di suggerimento non è riuscito a trovare un set di dati adatto alle tue sequenze. Seleziona un set di dati manualmente. Se non esiste un set di dati adatto, valuta la possibilità di crearne uno e di contribuire alla raccolta di set di dati della community di Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Risultati riassunti dell'analisi nel formato {{formatName}}.", + "Summary": "Riepilogo", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Il cambio del bersaglio cambierà le mutazioni visualizzate nelle viste della sequenza, nella colonna «Mut» della tabella e nel relativo tooltip al passaggio del mouse.", "Text": "Testo", "The address to the file is correct": "L'indirizzo del file è corretto", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funziona meglio nelle ultime versioni di ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informazioni aggiuntive per gli sviluppatori (clicca per espandere)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "È stato rilevato uno o più codoni di stop fuori posto {{totalStopCodons}}. Gene/i affetto/i: {{geneList}}. Punteggio QC: {{score}}", - "Customize": "Personalizza", - "History": "Storia", - "Summary": "Riepilogo" + "\"{{ attr }}\" founder": "fondatore di «{{ attr }}\"" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ja/common.json b/packages/nextclade-web/.json-autotranslate-cache/ja/common.json index ef9289228..a64ee1e77 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ja/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ja/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "「Clade Founder」-クエリサンプルに割り当てられたクレードの創始者に関連する変異を表示します。この場合、異なるクレードからのクエリが別のターゲットと比較されることに注意してください。", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "「親」-プライベートミューテーション、つまり系統配置中にクエリサンプルがアタッチされた参照ツリーの親(最も近い)ノードに関連するミューテーションを表示します。", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "「参照」-(データセットで定義されている)参照配列に関連する変異を表示します。", - "'{{ attr }}' founder": "'{{ attr }}' 創設者", "(truncated)": "(切り捨て)", "* Current value. This amount can change depending on load": "* 現在の値。この量は負荷によって変わることがあります。", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} はスレッドあたり少なくとも {{memoryRequired}} のメモリを必要とします", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "現在選択されているデータセットはシーケンスと一致していないようですが、一致する可能性のある他のデータセットが {{ n }} 個あります。[参照データセットを変更] をクリックすると、一覧が表示されます。", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "現在選択されているデータセットはシーケンスと一致しないようですが、一致する可能性のあるデータセットが1つあります。[参照データセットを変更] をクリックすると、一覧が表示されます。", "Customizations": "[カスタマイズ]", + "Customize": "[カスタマイズ]", "Customize dataset files": "データセットファイルのカスタマイズ", "Dataset": "データセット", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "データセットの作成者がこのデータセットを非推奨とマークしました。つまり、そのデータセットは時代遅れであるか、今後更新されないか、その他の点では関係ないということです。詳細についてはデータセットの作者に問い合わせてください。", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "ここで、データセット内の個々のファイルをオーバーライドできます。ファイルが指定されていない場合は、現在選択されているデータセットからファイルが置き換えられます。 {{documentation}} で詳細をご覧ください。", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "ここでは、CSV および TSV ファイルに書き込まれる列 (個別またはカテゴリ) を選択できます。", "Hide dataset files": "データセットファイルを非表示にする", + "History": "歴史", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "ただし、これはお勧めできません。このバージョンのアプリケーションは更新もサポートも終了しているため、正しく動作すること、および正しい結果が得られることを保証することはできません。", "I want to try anyway": "とにかくやってみたい", "Idle": "アイドル状態", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "提案アルゴリズムが失敗しました。これを開発者に報告してください。", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "候補アルゴリズムが、シーケンスに適したデータセットを見つけることができませんでした。データセットを手動で選択してください。適切なデータセットがない場合は、データセットを作成してNextclade コミュニティのデータセットコレクションに提供することを検討してください。", "Summarized results of the analysis in {{formatName}} format.": "分析結果を {{formatName}} 形式で要約しました。", + "Summary": "サマリー", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "ターゲットを切り替えると、シーケンスビューだけでなく、テーブルの「Mut」列とそのマウスオーバーツールチップに表示されるミューテーションも変更されます。", "Text": "[テキスト]", "The address to the file is correct": "ファイルのアドレスが正しい", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} はの最新バージョンで最適に動作します ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} 開発者向けの追加情報 (クリックして拡大)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} の置き忘れた終止コドンが検出されました。影響を受けた遺伝子: {{geneList}}.品質管理スコア: {{score}}", - "Customize": "[カスタマイズ]", - "History": "歴史", - "Summary": "サマリー" + "\"{{ attr }}\" founder": "「{{ attr }}\" 創設者" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ka/common.json b/packages/nextclade-web/.json-autotranslate-cache/ka/common.json index 6338e84d7..d1b1ab7af 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ka/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ka/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„კლადის დამფუძნებელი“ - აჩვენებს მუტაციებს კლადის დამფუძნებელთან შედარებით, რომელიც მიენიჭა შეკითხვის ნიმუშს. გაითვალისწინეთ, რომ ამ შემთხვევაში სხვადასხვა კლადის შეკითხვები შეადარდება სხვადასხვა სამიზნეებს.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„მშობელი“ - გვიჩვენებს პირად მუტაციებს, ანუ მუტაციებს საცნობარო ხის მშობელ (უახლოეს) კვანძთან შედარებით, რომელსაც ფილოგენეტიკური განთავსების დროს მიმაგრებულია შეკითხვის ნიმ", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„მითითება“ - აჩვენებს მუტაციებს საცნობარო თანმიმდევრობასთან შედარებით (როგორც განსაზღვრება მონაცემთა ბაზაში", - "'{{ attr }}' founder": "'{{ attr }}' დამფუძნებელი", "(truncated)": "(შეკვეთილი)", "* Current value. This amount can change depending on load": "* მიმდინარე ღირებულება. ეს თანხა შეიძლება იცვალოს დატვირთვის მიხედვით", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} მოითხოვს მინიმუმ {{memoryRequired}} მეხსიერებას თითო თემაზე", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "ამჟამად შერჩეული მონაცემთა ნაკრები, როგორც ჩანს, არ ემთხვევა თქვენს თანმიმდევრობას, მაგრამ არსებობს {{ n }} სხვა მონაცემთა ნაკრები დააჭირეთ ღილაკს „ცნობარული მონაცემთა ნაკრების შეცვლა“ სიის", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "ამჟამად შერჩეული მონაცემთა ნაკრები არ ემთხვევა თქვენს თანმიმდევრობას, მაგრამ არსებობს 1 მონაცემთა ნაკრები, რომელიც შეიძლება. დააჭირეთ ღილაკს „ცნობარული მონაცემთა ნაკრების შეცვლა“ სიის", "Customizations": "პერსონალიზაციები", + "Customize": "მორგეთ", "Customize dataset files": "მონაცემთა ნაკრების ფაილების", "Dataset": "მონაცემთა ნაკრები", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "მონაცემთა ნაკრების ავტორებმა აღნიშნეს ეს მონაცემთა ნაკრები მოძველებულად, რაც ნიშნავს, რომ მონაცემთა ნაკრები მოძველებულია, აღარ განახლდება ან სხვაგვარად არ არის შესაბამისი. სპეციფიკისთვის გთხოვთ დაუკავშირდეთ მონაცემთა", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "აქ შეგიძლიათ გააუქმოთ ცალკეული ფაილები მონაცემთა ბაზაში. თუ ფაილი არ არის მოწოდებული, ის შეიცვლება ამჟამად შერჩეული მონაცემთა ბაზიდან. შეიტყვეთ მეტი {{documentation}} -ში", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "აქ შეგიძლიათ აირჩიოთ სვეტები (ინდივიდუალური ან კატეგორიები), რომლებიც დაიწერება CSV და TSV ფაილებში.", "Hide dataset files": "მონაცემთა ნაკრების ფაილების", + "History": "ისტორია", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "ამასთან, ეს არ არის რეკომენდებული: აპლიკაციის ეს ვერსია აღარ განახლდება ან მხარდაჭერილია და ჩვენ არ შეგვიძლია გარანტიას, რომ ის იმუშავებს და რომ ის სწორ შედეგებს გამოიღებს.", "I want to try anyway": "მაინც მინდა ვცადო", "Idle": "უშედეგო", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "წინადადება ალგორითმი ვერ გთხოვთ, შეატყობინოთ ეს დეველ", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "წინადადების ალგორითმმა ვერ მოახერხა თქვენი თანმიმდევრობისთვის შესაფერისი მონაცემთა აირჩიეთ მონაცემთა ნაკრები ხელით. თუ არ არსებობს შესაფერისი მონაცემთა ნაკრები, გაითვალისწინეთ Nextclade საზოგადოების მონაცემთა ნაკრების შეგროვებაში შექმნა და", "Summarized results of the analysis in {{formatName}} format.": "ანალიზის შეჯამებული შედეგები {{formatName}} ფორმატში.", + "Summary": "რეზიუმე", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "სამიზნის შეცვლა შეცვლის მუტაციებს, რომლებიც ნაჩვენებია როგორც თანმიმდევრობის ხედებში, ასევე ცხრილის „მუტის“ სვეტში და მის მაუსზე გადაღების ინსტრუმენტში.", "Text": "ტექსტი", "The address to the file is correct": "ფაილის მისამართი სწორია", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} საუკეთესოდ მუშაობს უახლეს ვერსიებში ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} დამატებითი ინფორმაცია დეველოპერებისთვის (დააჭირეთ გაფართოებისთვის", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "გამოვლინდა {{totalStopCodons}} არასწორად განთავსებული შეჩერების კოდონი (ები). დაზარალებული გენი (ები): {{geneList}}. QC ქულა: {{score}}", - "Customize": "მორგეთ", - "History": "ისტორია", - "Summary": "რეზიუმე" + "\"{{ attr }}\" founder": "„{{ attr }}\" -ის დამფუძნებელი" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/kk/common.json b/packages/nextclade-web/.json-autotranslate-cache/kk/common.json index 1174f2321..76337fee6 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/kk/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/kk/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade негізін қалаушы” - сұрау үлгісіне тағайындалған кладтың негізін қалаушыға қатысты мутацияларды көрсетеді. Әр түрлі кладалардан алынған сұраулар бұл жағдайда әртүрлі мақсаттармен салыстырылатынын ескеріңіз.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ата-ана” - жеке мутацияларды көрсетеді, яғни филогенетикалық орналастыру кезінде сұрау үлгісі бекітілген сілтеме ағашының ата-аналық (жақын) түйініне қатысты мутациялар.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Анықтама” - анықтамалық дәйектілікке қатысты мутацияларды көрсетеді (деректер жиынтығында анықталғандай).", - "'{{ attr }}' founder": "“{{ attr }}” негізін қалаушы", "(truncated)": "(кесілген)", "* Current value. This amount can change depending on load": "* Ағымдағы мән. Бұл сома жүктемеге байланысты өзгеруі мүмкін", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} бір жіпке кем дегенде {{memoryRequired}} жадты қажет етеді", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Қазіргі уақытта таңдалған деректер жиынтығы сіздің тізбектеріңізге сәйкес келмейтін сияқты, бірақ {{ n }} басқа деректер жиынтығы бар, олар мүмкін. Тізімді көру үшін “Анықтамалық деректер жиынтығын өзгерту” түймесін басыңыз.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Қазіргі уақытта таңдалған деректер жиынтығы сіздің тізбектеріңізге сәйкес келмейтін сияқты, бірақ мүмкін болатын 1 деректер жиынтығы бар. Тізімді көру үшін “Анықтамалық деректер жиынтығын өзгерту” түймесін басыңыз.", "Customizations": "Теңшелімдер", + "Customize": "Теңшеу", "Customize dataset files": "Деректер жиынтығының файлдарын теңшеңіз", "Dataset": "Деректер жиынтығы", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Деректер жиынтығының авторлары бұл деректер жиынтығын ескірген деп белгіледі, бұл деректер жиынтығы ескірген, енді жаңартылмайды немесе басқаша маңызды емес дегенді білдіреді. Ерекшеліктер үшін деректер жиынтығының авторларына хабарласыңыз.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Мұнда деректер жиынтығындағы жеке файлдарды ауыстыруға болады. Егер файл берілмесе, ол қазіргі таңдалған деректер жиынтығынан ауыстырылады. Толығырақ {{documentation}} бөлімінен біліңіз", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Мұнда CSV және TSV файлдарына жазылатын бағандарды (жеке немесе санаттар) таңдауға болады.", "Hide dataset files": "Деректер жиынтығының файлдарын жасыру", + "History": "Тарих", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Дегенмен, бұл ұсынылмайды: қолданбаның бұл нұсқасы енді жаңартылмайды немесе қолдау көрсетілмейді және біз оның жұмыс істейтініне және дұрыс нәтиже беретініне кепілдік бере алмаймыз.", "I want to try anyway": "Мен бәрібір тырысқым келеді", "Idle": "Жұмыс істемейтін", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Ұсыныс алгоритмі сәтсіз аяқталды. Бұл туралы әзірлеушілерге хабарлаңыз.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Ұсыныс алгоритмі сіздің тізбектеріңізге сәйкес келетін деректер жиынтығын таба алмады. Деректер жиынтығын қолмен таңдаңыз. Егер қолайлы деректер жиынтығы болмаса, Nextclade қауымдастығының деректер жиынтығын жасауды және қосуды қарастырыңыз.", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} форматында жүргізілген талдаудың қорытындылары.", + "Summary": "Қорытынды", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Мақсатты ауыстыру дәйектілік көріністерінде, сондай-ақ кестенің “Мут” бағанында және оның mouseover құралында көрсетілетін мутацияларды өзгертеді.", "Text": "Мәтін", "The address to the file is correct": "Файлдың мекен-жайы дұрыс", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} соңғы нұсқаларында жақсы жұмыс істейді ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Әзірлеушілерге арналған қосымша ақпарат (кеңейту үшін басыңыз)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} дұрыс емес тоқтату кодон (лар) анықталды. Зақымдалған ген (лар): {{geneList}}. QC ұпайы: {{score}}", - "Customize": "Теңшеу", - "History": "Тарих", - "Summary": "Қорытынды" + "\"{{ attr }}\" founder": "“{{ attr }}” негізін қалаушы" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/kn/common.json b/packages/nextclade-web/.json-autotranslate-cache/kn/common.json index eaa793150..969772fc4 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/kn/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/kn/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ಕ್ಲೇಡ್ ಸಂಸ್ಥಾಪಕ” - ಪ್ರಶ್ನೆ ಮಾದರಿಗೆ ನಿಯೋಜಿಸಲಾದ ಕ್ಲೇಡ್ನ ಸ್ಥಾಪಕನಿಗೆ ಸಂಬಂಧಿಸಿದ ರೂಪಾಂತರಗಳನ್ನು ತೋರಿಸುತ್ತದೆ. ವಿಭಿನ್ನ ಕ್ಲೇಡ್ಗಳಿಂದ ಬಂದ ಪ್ರಶ್ನೆಗಳನ್ನು ಈ ಸಂದರ್ಭದಲ್ಲಿ ವಿಭಿನ್ನ ಗುರಿಗಳೊಂದಿಗೆ ಹೋಲಿಸಲಾಗುವುದು ಎಂಬುದನ್ನು ಗಮನಿಸಿ.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“ಪೋಷಕ” - ಖಾಸಗಿ ರೂಪಾಂತರಗಳನ್ನು ತೋರಿಸುತ್ತದೆ, ಅಂದರೆ ಫೈಲೋಜೆನೆಟಿಕ್ ಪ್ಲೇಸ್ಮೆಂಟ್ ಸಮಯದಲ್ಲಿ ಪ್ರಶ್ನೆಯ ಮಾದರಿಯನ್ನು ಜೋಡಿಸಲಾದ ಉಲ್ಲೇಖ ಮರದ ಪೋಷಕ (ಹತ್ತಿರದ) ನೋಡ್ಗೆ ಸಂಬಂಧಿಸಿದ ರೂಪಾಂತರಗಳು.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“ಉಲ್ಲೇಖ” - ಉಲ್ಲೇಖ ಅನುಕ್ರಮಕ್ಕೆ ಸಂಬಂಧಿಸಿದಂತೆ ರೂಪಾಂತರಗಳನ್ನು ತೋರಿಸುತ್ತದೆ (ಡೇಟಾಸೆಟ್ನಲ್ಲಿ ವ್ಯಾಖ್ಯಾನಿಸಿದಂತೆ).", - "'{{ attr }}' founder": "'{{ attr }}' ಸಂಸ್ಥಾಪಕ", "(truncated)": "(ಮೊಟಕುಗೊಳಿಸಲಾಗಿದೆ)", "* Current value. This amount can change depending on load": "* ಪ್ರಸ್ತುತ ಮೌಲ್ಯ. ಲೋಡ್ ಅನ್ನು ಅವಲಂಬಿಸಿ ಈ ಮೊತ್ತವು ಬದಲಾಗಬಹುದು", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ಗೆ ಪ್ರತಿ ಥ್ರೆಡ್ಗೆ ಕನಿಷ್ಠ {{memoryRequired}} ಮೆಮೊರಿ ಅಗತ್ಯವಿದೆ", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "ಪ್ರಸ್ತುತ ಆಯ್ಕೆಮಾಡಿದ ಡೇಟಾಸೆಟ್ ನಿಮ್ಮ ಅನುಕ್ರಮಗಳನ್ನು ಹೊಂದಿಕೆಯಾಗುವಂತೆ ತೋರುತ್ತಿಲ್ಲ, ಆದರೆ ಇರಬಹುದು ಇದು {{ n }} ಇತರ ಡೇಟಾಸೆಟ್ಗಳು ಇವೆ. ಪಟ್ಟಿಯನ್ನು ನೋಡಲು “ಉಲ್ಲೇಖ ಡೇಟಾಸೆಟ್ ಬದಲಾಯಿಸಿ” ಕ್ಲಿಕ್ ಮಾಡಿ.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "ಪ್ರಸ್ತುತ ಆಯ್ಕೆಮಾಡಿದ ಡೇಟಾಸೆಟ್ ನಿಮ್ಮ ಅನುಕ್ರಮಗಳನ್ನು ಹೊಂದಿಕೆಯಾಗುವಂತೆ ತೋರುತ್ತಿಲ್ಲ, ಆದರೆ ಇರಬಹುದು ಇದು 1 ಡೇಟಾಸೆಟ್ ಇದೆ. ಪಟ್ಟಿಯನ್ನು ನೋಡಲು “ಉಲ್ಲೇಖ ಡೇಟಾಸೆಟ್ ಬದಲಾಯಿಸಿ” ಕ್ಲಿಕ್ ಮಾಡಿ.", "Customizations": "ಗ್ರಾಹಕೀಕರಣಗಳು", + "Customize": "ಕಸ್ಟಮೈಸ್ ಮಾಡಿ", "Customize dataset files": "ಡೇಟಾಸೆಟ್ ಫೈಲ್ಗಳನ್ನು ಕಸ್ಟಮೈಸ್", "Dataset": "ಡೇಟಾಸೆಟ್", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "ಡೇಟಾಸೆಟ್ ಲೇಖಕರು ಈ ಡೇಟಾಸೆಟ್ ಅನ್ನು ಅಪ್ರಚೋದಿತ ಎಂದು ಗುರುತಿಸಿದ್ದಾರೆ, ಅಂದರೆ ಡೇಟಾಸೆಟ್ ಬಳಕೆಯಲ್ಲಿಲ್ಲ, ಇನ್ನು ಮುಂದೆ ನವೀಕರಿಸಲಾಗುವುದಿಲ್ಲ ಅಥವಾ ಇಲ್ಲದಿದ್ದರೆ ಸಂಬಂಧಿತವಾಗಿಲ್ಲ. ನಿರ್ದಿಷ್ಟತೆಗಳಿಗಾಗಿ ದಯವಿಟ್ಟು ಡೇಟಾಸೆಟ್ ಲೇಖಕರನ್ನು ಸಂಪರ್ಕಿಸಿ.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "ಇಲ್ಲಿ ನೀವು ಡೇಟಾಸೆಟ್ನಲ್ಲಿ ಪ್ರತ್ಯೇಕ ಫೈಲ್ಗಳನ್ನು ಅತಿಕ್ರಮಿಸಬಹುದು. ಒಂದು ಫೈಲ್ ಅನ್ನು ಒದಗಿಸದಿದ್ದರೆ, ಪ್ರಸ್ತುತ ಆಯ್ಕೆಮಾಡಿದ ಡೇಟಾಸೆಟ್ನಿಂದ ಅದನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತದೆ. {{documentation}} ನಲ್ಲಿ ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "ಇಲ್ಲಿ ನೀವು CSV ಮತ್ತು TSV ಕಡತಗಳನ್ನು ಒಳಗೆ ಬರೆಯಲಾಗುತ್ತದೆ ಇದು ಕಾಲಮ್ಗಳನ್ನು (ವೈಯಕ್ತಿಕ ಅಥವಾ ವರ್ಗಗಳು) ಆಯ್ಕೆ ಮಾಡಬಹುದು.", "Hide dataset files": "ಡೇಟಾಸೆಟ್ ಫೈಲ್ಗಳನ್ನು ಮರೆಮಾಡಿ", + "History": "ಇತಿಹಾಸ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "ಆದಾಗ್ಯೂ, ಇದನ್ನು ಶಿಫಾರಸು ಮಾಡಲಾಗಿಲ್ಲ: ಅಪ್ಲಿಕೇಶನ್ನ ಈ ಆವೃತ್ತಿಯನ್ನು ಇನ್ನು ಮುಂದೆ ನವೀಕರಿಸಲಾಗುವುದಿಲ್ಲ ಅಥವಾ ಬೆಂಬಲಿಸುವುದಿಲ್ಲ, ಮತ್ತು ಅದು ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತದೆ ಮತ್ತು ಅದು ಸರಿಯಾದ ಫಲಿತಾಂಶಗಳನ್ನು ನೀಡುತ್ತದೆ ಎಂದು ನಾವು ಖಾತರಿಪಡಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ.", "I want to try anyway": "ನಾನು ಹೇಗಾದರೂ ಪ್ರಯತ್ನಿಸಲು ಬಯಸುತ್ತೇನೆ", "Idle": "ಐಡಲ್", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "ಸಲಹೆ ಕ್ರಮಾವಳಿ ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ಇದನ್ನು ಡೆವಲಪರ್ಗಳಿಗೆ ವರದಿ ಮಾಡಿ.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "ಸಲಹೆ ಅಲ್ಗಾರಿದಮ್ ನಿಮ್ಮ ಅನುಕ್ರಮಗಳಿಗೆ ಸೂಕ್ತವಾದ ಡೇಟಾಸೆಟ್ ಅನ್ನು ಕಂಡುಹಿಡಿಯಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ಡೇಟಾಸೆಟ್ ಅನ್ನು ಕೈಯಾರೆ ಆಯ್ಕೆ ಮಾಡಿ. ಸೂಕ್ತವಾದ ಡೇಟಾಸೆಟ್ ಇಲ್ಲದಿದ್ದರೆ, ನೆಕ್ಸ್ಟ್ಕ್ಲೇಡ್ ಸಮುದಾಯ ಡೇಟಾಸೆಟ್ ಸಂಗ್ರಹಕ್ಕೆ ಒಂದನ್ನು ರಚಿಸುವುದು ಮತ್ತು ಕೊಡುಗೆ ನೀಡುವುದನ್ನು ಪರಿಗಣಿಸಿ.", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} ಸ್ವರೂಪದಲ್ಲಿ ವಿಶ್ಲೇಷಣೆಯ ಸಂಕ್ಷಿಪ್ತ ಫಲಿತಾಂಶಗಳು.", + "Summary": "ಸಾರಾಂಶ", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "ಗುರಿಯನ್ನು ಬದಲಾಯಿಸುವುದು ಅನುಕ್ರಮ ವೀಕ್ಷಣೆಗಳಲ್ಲಿ ಹಾಗೂ ಟೇಬಲ್ನ “ಮಟ್” ಕಾಲಮ್ ಮತ್ತು ಅದರ ಮೌಸ್ಓವರ್ ಟೂಲ್ಟಿಪ್ನಲ್ಲಿ ಪ್ರದರ್ಶಿಸಲಾದ ರೂಪಾಂತರಗಳನ್ನು ಬದಲಾಯಿಸುತ್ತದೆ.", "Text": "ಪಠ್ಯ", "The address to the file is correct": "ಫೈಲ್ಗೆ ವಿಳಾಸ ಸರಿಯಾಗಿದೆ", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} ನ ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಗಳಲ್ಲಿ ಉತ್ತಮವಾಗಿ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತದೆ ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} ಡೆವಲಪರ್ಗಳಿಗೆ ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿ (ವಿಸ್ತರಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} ತಪ್ಪಾಗಿ ಸ್ಥಾಪಿಸಲಾದ ಸ್ಟಾಪ್ ಕೋಡಾನ್ (ಗಳು) ಪತ್ತೆಯಾಗಿದೆ. ಪೀಡಿತ ಜೀನ್ (ಗಳು): {{geneList}}. ಕ್ಯೂಸಿ ಸ್ಕೋರ್: {{score}}", - "Customize": "ಕಸ್ಟಮೈಸ್ ಮಾಡಿ", - "History": "ಇತಿಹಾಸ", - "Summary": "ಸಾರಾಂಶ" + "\"{{ attr }}\" founder": "“{{ attr }}\" ಸಂಸ್ಥಾಪಕ" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ko/common.json b/packages/nextclade-web/.json-autotranslate-cache/ko/common.json index 7914d2159..da97fad9e 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ko/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ko/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“클레이드 설립자” - 쿼리 샘플에 할당된 클래드의 설립자와 관련된 돌연변이를 보여줍니다.참고로 이 경우에는 다른 클래드의 쿼리를 다른 대상과 비교하게 됩니다.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“부모” - 비공개 돌연변이, 즉 계통 발생 배치 중에 쿼리 샘플이 연결된 참조 트리의 상위 (가장 가까운) 노드와 관련된 돌연변이를 표시합니다.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“참조” - 참조 서열과 관련된 돌연변이를 보여줍니다 (데이터세트에 정의된 대로).", - "'{{ attr }}' founder": "'{{ attr }}' 설립자", "(truncated)": "(잘린)", "* Current value. This amount can change depending on load": "* 현재 값.이 금액은 부하에 따라 달라질 수 있습니다.", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} 에는 스레드당 최소 {{memoryRequired}} 메모리가 필요합니다.", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "현재 선택한 데이터셋이 사용자 시퀀스와 일치하지 않는 것 같지만 다른 데이터셋이 {{ n }} 있을 수 있습니다.“참조 데이터세트 변경”을 클릭하여 목록을 확인하세요.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "현재 선택한 데이터셋이 사용자 시퀀스와 일치하지 않는 것 같지만, 일치하는 데이터셋이 1개 있습니다.“참조 데이터세트 변경”을 클릭하여 목록을 확인하세요.", "Customizations": "커스터마이징", + "Customize": "사용자 지정", "Customize dataset files": "데이터세트 파일 맞춤설정", "Dataset": "데이터세트", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "데이터세트 작성자는 이 데이터세트를 더 이상 사용되지 않는 것으로 표시했는데, 이는 데이터세트가 더 이상 사용되지 않거나 더 이상 업데이트되지 않거나 다른 방법으로는 관련이 없음을 의미합니다.자세한 내용은 데이터세트 작성자에게 문의하세요.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "여기서 데이터세트의 개별 파일을 오버라이드할 수 있습니다.파일이 제공되지 않으면 현재 선택한 데이터셋으로 대체됩니다.{{documentation}} 에서 자세히 알아보세요.", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "여기에서 CSV 및 TSV 파일에 기록할 열 (개별 또는 범주) 을 선택할 수 있습니다.", "Hide dataset files": "데이터세트 파일 숨기기", + "History": "역사", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "그러나 이 버전은 권장되지 않습니다. 이 버전의 응용 프로그램은 더 이상 업데이트되거나 지원되지 않으므로 제대로 작동하고 올바른 결과를 얻을 수 있다고 보장할 수 없습니다.", "I want to try anyway": "어쨌든 시도하고 싶어요", "Idle": "유휴", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "제안 알고리즘이 실패했습니다.개발자에게 이 사실을 보고해 주세요.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "제안 알고리즘이 시퀀스에 적합한 데이터세트를 찾지 못했습니다.데이터세트를 수동으로 선택하세요.적합한 데이터세트가 없는 경우 데이터세트를 만들어 Nextclade 커뮤니티 데이터세트 컬렉션에 기여하는 것을 고려해 보세요.", "Summarized results of the analysis in {{formatName}} format.": "분석 결과를 {{formatName}} 형식으로 요약했습니다.", + "Summary": "요약", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "대상을 전환하면 시퀀스 뷰와 테이블의 “Mut” 열 및 마우스 오버 툴팁에 표시되는 돌연변이가 변경됩니다.", "Text": "텍스트", "The address to the file is correct": "파일 주소가 정확합니다", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} 은 (는) 최신 버전에서 가장 잘 작동합니다. ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} 개발자를 위한 추가 정보 (확대하려면 클릭)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} 잘못 배치된 정지 코돈이 감지되었습니다.영향을 받은 유전자: {{geneList}}.품질 관리 점수: {{score}}", - "Customize": "사용자 지정", - "History": "역사", - "Summary": "요약" + "\"{{ attr }}\" founder": "“{{ attr }}\" 설립자" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/lt/common.json b/packages/nextclade-web/.json-autotranslate-cache/lt/common.json index ed96452b9..1e158bd43 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/lt/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/lt/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade įkūrėjas” - rodo mutacijas, palyginti su klado įkūrėju, kuris buvo priskirtas užklausos mėginiui. Atkreipkite dėmesį, kad užklausos iš skirtingų kladų bus lyginamos su skirtingais tikslais šiuo atveju.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Tėvas” - rodo privačias mutacijas, t.y. mutacijas, palyginti su pamatinio medžio pirminiu (artimiausiu) mazgu, prie kurio buvo prijungtas užklausos mėginys filogenetinio talpinimo metu.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Nuoroda” - rodo mutacijas, palyginti su etalonine seka (kaip apibrėžta duomenų rinkinyje).", - "'{{ attr }}' founder": "“{{ attr }}” įkūrėjas", "(truncated)": "(sutrumpintas)", "* Current value. This amount can change depending on load": "* Dabartinė vertė. Ši suma gali keistis priklausomai nuo apkrovos", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} reikia bent {{memoryRequired}} atminties vienai sričiai", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Atrodo, kad šiuo metu pasirinktas duomenų rinkinys neatitinka jūsų sekas, tačiau yra {{ n }} kitų duomenų rinkinių, kurie gali. Norėdami pamatyti sąrašą, spustelėkite “Keisti nuorodų duomenų rinkinį”.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Atrodo, kad šiuo metu pasirinktas duomenų rinkinys neatitinka jūsų sekų, tačiau yra 1 duomenų rinkinys, kuris gali. Norėdami pamatyti sąrašą, spustelėkite “Keisti nuorodų duomenų rinkinį”.", "Customizations": "Tinkinimai", + "Customize": "Tinkinti", "Customize dataset files": "Tinkinti duomenų rinkinio failus", "Dataset": "Duomenų rinkinys", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Duomenų rinkinio autoriai pažymėjo šį duomenų rinkinį kaip pasenusį, o tai reiškia, kad duomenų rinkinys yra pasenęs, nebebus atnaujinamas arba kitaip nėra svarbus. Dėl konkrečios informacijos susisiekite su duomenų rinkinio autoriais.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Čia galite nepaisyti atskirų duomenų rinkinio failų. Jei failas nepateikiamas, jis bus pakeistas iš šiuo metu pasirinkto duomenų rinkinio. Sužinokite daugiau {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Čia galite pasirinkti stulpelius (atskirus ar kategorijas), kurie bus įrašyti į CSV ir TSV failus.", "Hide dataset files": "Slėpti duomenų rinkinio failus", + "History": "Istorija", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Tačiau tai nerekomenduojama: ši programos versija nebeatnaujinama ar palaikoma ir negalime garantuoti, kad ji veiks ir duos teisingų rezultatų.", "I want to try anyway": "Aš vis tiek noriu pabandyti", "Idle": "Tuščiąja eiga", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Pasiūlymo algoritmas nepavyko. Prašome pranešti apie tai kūrėjams.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Pasiūlymų algoritmas nesugebėjo rasti jūsų sekoms tinkamo duomenų rinkinio. Pasirinkite duomenų rinkinį rankiniu būdu. Jei nėra tinkamo duomenų rinkinio, apsvarstykite galimybę sukurti ir prisidėti prie “Nextclade” bendruomenės duomenų rinkinio rinkinio.", "Summarized results of the analysis in {{formatName}} format.": "Apibendrinti analizės rezultatai {{formatName}} formatu.", + "Summary": "Santrauka", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Perjungus taikinį, pasikeis mutacijos, rodomos sekos rodiniuose, taip pat lentelės stulpelyje “Mut” ir jos pelės mygtuko paspaudimo įrankyje.", "Text": "Tekstas", "The address to the file is correct": "Failo adresas yra teisingas", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} geriausiai veikia naujausiose versijose ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Papildoma informacija kūrėjams (spustelėkite norėdami išplėsti)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} aptiktas netinkamas stabdymo kodonas (-ai). Paveiktas (-ai) genas (-ai): {{geneList}}. QC rezultatas: {{score}}", - "Customize": "Tinkinti", - "History": "Istorija", - "Summary": "Santrauka" + "\"{{ attr }}\" founder": "“{{ attr }}” įkūrėjas" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/lv/common.json b/packages/nextclade-web/.json-autotranslate-cache/lv/common.json index 6880ace5e..607344012 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/lv/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/lv/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade dibinātājs” - parāda mutācijas attiecībā pret klādes dibinātāju, kas piešķirts vaicājuma paraugam. Ņemiet vērā, ka šajā gadījumā dažādu klažu vaicājumi tiks salīdzināti ar dažādiem mērķiem.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Vecāks” - parāda privātas mutācijas, t.i., mutācijas attiecībā pret atsauces koka vecāku (tuvāko) mezglu, kuram filoģenētiskās izvietošanas laikā ir pievienots vaicājuma paraugs.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Atsauce” - parāda mutācijas attiecībā pret atsauces secību (kā definēts datu kopā).", - "'{{ attr }}' founder": "'{{ attr }}' dibinātājs", "(truncated)": "(saīsināts)", "* Current value. This amount can change depending on load": "* Pašreizējā vērtība. Šī summa var mainīties atkarībā no slodzes", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vienā pavedienā ir nepieciešama vismaz {{memoryRequired}} atmiņa", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Šķiet, ka pašlaik atlasītā datu kopa neatbilst jūsu secībām, taču ir {{ n }} citas datu kopas, kas varētu. Noklikšķiniet uz “Mainīt atsauces datu kopu”, lai redzētu sarakstu.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Šķiet, ka pašlaik atlasītā datu kopa neatbilst jūsu secībām, taču ir viena datu kopa, kas varētu. Noklikšķiniet uz “Mainīt atsauces datu kopu”, lai redzētu sarakstu.", "Customizations": "Pielāgojumi", + "Customize": "Pielāgot", "Customize dataset files": "Pielāgojiet datu kopas failus", "Dataset": "Datu kopa", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Datu kopas autori šo datu kopu atzīmēja kā novecojušu, kas nozīmē, ka datu kopa ir novecojusi, vairs netiks atjaunināta vai citādi nav būtiska. Lūdzu, sazinieties ar datu kopas autoriem, lai uzzinātu informāciju.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Šeit jūs varat ignorēt atsevišķus datu kopas failus. Ja fails netiek nodrošināts, tas tiks aizstāts no pašlaik atlasītās datu kopas. Uzziniet vairāk vietnē {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Šeit jūs varat izvēlēties kolonnas (atsevišķas vai kategorijas), kuras tiks ierakstītas CSV un TSV failos.", "Hide dataset files": "Slēpt datu kopas failus", + "History": "Vēsture", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Tomēr tas nav ieteicams: šī lietojumprogrammas versija vairs netiek atjaunināta vai atbalstīta, un mēs nevaram garantēt, ka tā darbosies un ka tā dos pareizus rezultātus.", "I want to try anyway": "Es gribu izmēģināt jebkurā gadījumā", "Idle": "Dīkstāve", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Ieteikumu algoritms neizdevās. Lūdzu, ziņojiet par to izstrādātājiem.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Ieteikumu algoritms nespēja atrast jūsu secībām piemērotu datu kopu. Atlasiet datu kopu manuāli. Ja nav piemērotas datu kopas, apsveriet iespēju izveidot un dot ieguldījumu Nextclade kopienas datu kopas kolekcijā.", "Summarized results of the analysis in {{formatName}} format.": "Apkopoti analīzes rezultāti {{formatName}} formātā.", + "Summary": "Kopsavilkums", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Mērķa pārslēgšana mainīs mutācijas, kas parādītas secības skatos, kā arī tabulas slejā “Mut” un tās peles pārejas rīka padomā.", "Text": "Teksts", "The address to the file is correct": "Faila adrese ir pareiza", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} vislabāk darbojas jaunākajās versijās ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Papildu informācija izstrādātājiem (noklikšķiniet, lai izvērstu)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} atklāts nepareizi novietots stopkodons (-i). Ietekmētais gēns (-i): {{geneList}}. QC rezultāts: {{score}}", - "Customize": "Pielāgot", - "History": "Vēsture", - "Summary": "Kopsavilkums" + "\"{{ attr }}\" founder": "“{{ attr }}\" dibinātājs" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/mk/common.json b/packages/nextclade-web/.json-autotranslate-cache/mk/common.json index 69b982830..a51b1ae8f 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/mk/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/mk/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Основач на Клад” - покажува мутации во однос на основачот на клада што е доделен на примерокот за пребарување. Имајте на ум дека барањата од различни клади ќе се споредат со различни цели во овој случај.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Родител” - покажува приватни мутации, т.е. мутации во однос на родителскиот (најблискиот) јазол на референтното дрво на кое е прикачен примерокот за пребарување за време на филогенетското поставување.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Референца” - покажува мутации во однос на референтната секвенца (како што е дефинирано во базата на податоци).", - "'{{ attr }}' founder": "Основач на '{{ attr }}'", "(truncated)": "(скратено)", "* Current value. This amount can change depending on load": "* Тековна вредност. Оваа сума може да се промени во зависност од оптоварувањето", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} бара најмалку {{memoryRequired}} меморија по нишка", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Се чини дека моментално избраната база на податоци не одговара на вашите секвенци, но постојат {{ n }} други збирки на податоци кои би можеле. Кликнете на “Промени референтна база на податоци” за да ја видите листата.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Се чини дека моментално избраната база на податоци не одговара на вашите секвенци, но има 1 база на податоци што може да биде. Кликнете на “Промени референтна база на податоци” за да ја видите листата.", "Customizations": "Прилагодувања", + "Customize": "Прилагодете", "Customize dataset files": "Прилагодете датотеки со сет на податоци", "Dataset": "Бет на податоци", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Авторите на базата на податоци ја означија оваа база на податоци како застарена, што значи дека базата на податоци е застарена, повеќе нема да се ажурира или не е релевантна на друг начин. Ве молиме контактирајте ги авторите на базата на податоци за специфики", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Овде можете да ги замените поединечните датотеки во базата на податоци. Ако датотека не е обезбедена, таа ќе биде заменета од моментално избраната база на податоци. Дознајте повеќе во {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Овде можете да изберете колони (поединечни или категории) кои ќе бидат запишани во CSV и TSV датотеки.", "Hide dataset files": "Сокриј датотеки со сет на податоци", + "History": "Историја", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Сепак, ова не се препорачува: оваа верзија на апликацијата повеќе не се ажурира или поддржува и не можеме да гарантираме дека ќе работи и дека ќе даде точни резултати.", "I want to try anyway": "Сакам да пробам во секој случај", "Idle": "Неактивен", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Алгоритмот за предлог не успеа. Ве молиме пријавете го ова на програмерите.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Алгоритмот за предлози не успеа да најде база на податоци погодна за вашите секвенци. Изберете база на податоци рачно. Ако не постои соодветна база на податоци, размислете да креирате и придонесете за собирање на збирки на податоци во заедницата Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Сумирани резултати од анализата во формат {{formatName}}.", + "Summary": "Резиме", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Префрлањето на целта ќе ги промени мутациите прикажани во прегледите на секвенцата, како и во колоната “Mut” на табелата и нејзината алатка за префрлување на глувчето.", "Text": "Текст", "The address to the file is correct": "Адресата на датотеката е точна", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} најдобро функционира во најновите верзии на ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Дополнителни информации за програмери (кликнете за да се прошири)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} откриен погрешно поставен стоп кодон (и). Погоден ген (и): {{geneList}}. КК резултат: {{score}}", - "Customize": "Прилагодете", - "History": "Историја", - "Summary": "Резиме" + "\"{{ attr }}\" founder": "Основач на “{{ attr }}”" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ml/common.json b/packages/nextclade-web/.json-autotranslate-cache/ml/common.json index 0048a67c9..958025fd2 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ml/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ml/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ക്ലേഡ് സ്ഥാപകൻ” - ക്വറി സാമ്പിളിലേക്ക് നിയോഗിച്ചിട്ടുള്ള ക്ലേഡിന്റെ സ്ഥാപകനുമായി ബന്ധപ്പെട്ടുള്ള മ്യൂട്ടേഷനുകൾ കാണിക്കുന്നു. വ്യത്യസ്ത ക്ലാഡുകളിൽ നിന്നുള്ള അന്വേഷണങ്ങൾ ഈ സാഹചര്യത്തിൽ വ്യത്യസ്ത ടാർഗെറ്റുകളുമായി താരതമ്യം ചെയ്യുമെന്ന് ശ്രദ്ധിക്കുക.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“പാരന്റ്” - സ്വകാര്യ മ്യൂട്ടേഷനുകൾ കാണിക്കുന്നു, അതായത് ഫൈലോജെനറ്റിക് പ്ലേസ്മെന്റ് സമയത്ത് ക്വറി സാമ്പിൾ അറ്റാച്ചുചെയ്തിരിക്കുന്ന റഫറൻസ് ട്രീയുടെ പാരന്റ് (അടുത്തുള്ള) നോഡുമായി ബന്ധപ്പെട്ട മ്യൂട്ടേഷനുകൾ.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“റഫറൻസ്” - റഫറൻസ് സീക്വൻസുമായി ബന്ധപ്പെട്ട മ്യൂട്ടേഷനുകൾ കാണിക്കുന്നു (ഡാറ്റാസെറ്റിൽ നിർവചിച്ചതുപോലെ).", - "'{{ attr }}' founder": "'{{ attr }}' സ്ഥാപകൻ", "(truncated)": "(ചുരുങ്ങിയത്)", "* Current value. This amount can change depending on load": "* നിലവിലെ മൂല്യം. ലോഡിനെ ആശ്രയിച്ച് ഈ തുക മാറാം", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ഓരോ ത്രെഡിനും കുറഞ്ഞത് {{memoryRequired}} മെമ്മറി ആവശ്യമാണ്", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "നിലവിൽ തിരഞ്ഞെടുത്ത ഡാറ്റാസെറ്റ് നിങ്ങളുടെ സീക്വൻസുകളുമായി പൊരുത്തപ്പെടുന്നതായി തോന്നുന്നില്ല, പക്ഷേ {{ n }} ആകേണ്ടതിന്നു മറ്റ് ഡാറ്റാസെറ്റുകൾ ഉണ്ട്. ലിസ്റ്റ് കാണാൻ “റഫറൻസ് ഡാറ്റാസെറ്റ് മാറ്റുക” ക്ലിക്കുചെയ്യുക.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "നിലവിൽ തിരഞ്ഞെടുത്ത ഡാറ്റാസെറ്റ് നിങ്ങളുടെ സീക്വൻസുകളുമായി പൊരുത്തപ്പെടുന്നതായി തോന്നുന്നില്ല, പക്ഷേ അവിടെ 1 ഡാറ്റാസെറ്റ് അത് ആകേണ്ടതിന്നു. ലിസ്റ്റ് കാണാൻ “റഫറൻസ് ഡാറ്റാസെറ്റ് മാറ്റുക” ക്ലിക്കുചെയ്യുക.", "Customizations": "ഇഷ്ടാനുസൃതമാക്കലുകൾ", + "Customize": "കസ്റ്റമൈസ് ചെയ്യുക", "Customize dataset files": "ഡാറ്റാസെറ്റ് ഫയലുകൾ ഇഷ്ടാനുസൃതമാക്ക", "Dataset": "ഡാറ്റാസെറ്റ്", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "ഡാറ്റാസെറ്റ് രചയിതാക്കൾ ഈ ഡാറ്റാസെറ്റ് ഡീപ്രാക്കേറ്റഡ് എന്ന് അടയാളപ്പെടുത്തി, അതായത് ഡാറ്റാസെറ്റ് കാലഹരണപ്പെട്ടതാണ്, ഇനി അപ്ഡേറ്റ് ചെയ്യില്ല അല്ലെങ്കിൽ മറ്റുവിധത്തിൽ പ്രസക്തമല്ല. പ്രത്യേകതകൾക്കായി ഡാറ്റാസെറ്റ് രചയിതാക്കളുമായി ബന്ധപ്പെടുക.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "ഇവിടെ നിങ്ങൾക്ക് ഡാറ്റാസെറ്റിലെ വ്യക്തിഗത ഫയലുകൾ അസാധുവാക്കാനാകും. ഒരു ഫയൽ നൽകിയില്ലെങ്കിൽ, നിലവിൽ തിരഞ്ഞെടുത്ത ഡാറ്റാസെറ്റിൽ നിന്ന് അത് പകരമാകും. {{documentation}} ൽ കൂടുതൽ അറിയുക", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "ഇവിടെ നിങ്ങൾ CSV, TSV ഫയലുകൾ കയറി എഴുതപ്പെടും ഏത് നിരകൾ (വ്യക്തിഗത അല്ലെങ്കിൽ വിഭാഗങ്ങൾ) തിരഞ്ഞെടുക്കാം.", "Hide dataset files": "ഡാറ്റാസെറ്റ് ഫയലുകൾ മറയ്ക്കുക", + "History": "ചരിത്രം", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "എന്നിരുന്നാലും, ഇത് ശുപാർശ ചെയ്തിട്ടില്ല: ആപ്ലിക്കേഷന്റെ ഈ പതിപ്പ് ഇനി അപ്ഡേറ്റ് ചെയ്യുകയോ പിന്തുണയ്ക്കുകയോ ചെയ്തിട്ടില്ല, മാത്രമല്ല ഇത് പ്രവർത്തിക്കുമെന്നും ശരിയായ ഫലങ്ങൾ ഉണ്ടാക്കുമെന്നും ഞങ്ങൾക്ക് ഉറപ്പ് നൽകാൻ കഴിയില്ല.", "I want to try anyway": "എന്തായാലും ശ്രമിക്കണം", "Idle": "നിഷ്ക്രിയ", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "നിർദ്ദേശം അൽഗോരിതം പരാജയപ്പെട്ടു. ഇത് ഡവലപ്പർമാർക്ക് റിപ്പോർട്ട് ചെയ്യുക.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "നിങ്ങളുടെ സീക്വൻസുകൾക്ക് അനുയോജ്യമായ ഒരു ഡാറ്റാസെറ്റ് കണ്ടെത്താൻ നിർദ്ദേശം അൽഗോരിതം കഴിഞ്ഞില്ല. ഒരു ഡാറ്റാസെറ്റ് സ്വമേധയാ തിരഞ്ഞെടുക്കുക. അനുയോജ്യമായ ഡാറ്റാസെറ്റ് ഇല്ലെങ്കിൽ, നെക്സ്റ്റ്ക്ലേഡ് കമ്മ്യൂണിറ്റി ഡാറ്റാസെറ്റ് ശേഖരത്തിലേക്ക് ഒന്ന് സൃഷ്ടിക്കുന്നതും സംഭാവന ചെയ്യുന്നതും പരിഗണിക്കുക.", "Summarized results of the analysis in {{formatName}} format.": "വിശകലനത്തിന്റെ സംഗ്രഹഫലങ്ങൾ {{formatName}} ഫോർമാറ്റിൽ.", + "Summary": "സംഗ്രഹം", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "ടാർഗെറ്റ് മാറുന്നത് സീക്വൻസ് കാഴ്ചകളിലും പട്ടികയുടെ “മുട്ട്” നിരയിലും അതിന്റെ മൗസ്ഓവർ ടൂൾടിപ്പിലും പ്രദർശിപ്പിക്കുന്ന മ്യൂട്ടേഷനുകൾ മാറ്റും.", "Text": "വാചകം", "The address to the file is correct": "ഫയലിലേക്കുള്ള വിലാസം ശരിയാണ്", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} ഏറ്റവും പുതിയ പതിപ്പുകളിൽ മികച്ച രീതിയിൽ പ്രവർത്തിക്കുന്നു ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} ഡവലപ്പർമാർക്കുള്ള അധിക വിവരങ്ങൾ (വിപുലീകരിക്കാൻ ക്ലിക്ക് ചെയ്യുക)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} തെറ്റായ സ്റ്റോപ്പ് കോഡൺ (കൾ) കണ്ടെത്തി. ബാധിച്ച ജീൻ (കൾ): {{geneList}}. ക്യുസി സ്കോർ: {{score}}", - "Customize": "കസ്റ്റമൈസ് ചെയ്യുക", - "History": "ചരിത്രം", - "Summary": "സംഗ്രഹം" + "\"{{ attr }}\" founder": "“{{ attr }}\" സ്ഥാപകൻ" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/mn/common.json b/packages/nextclade-web/.json-autotranslate-cache/mn/common.json index c9c47bfbc..7b909f474 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/mn/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/mn/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade үүсгэн байгуулагч” - асуулгын дээжид томилогдсон clade үүсгэн байгуулагчтай харьцангуй мутацийг харуулдаг. Янз бүрийн кладын асуулгыг энэ тохиолдолд өөр өөр зорилтуудтай харьцуулах болно гэдгийг анхаарна уу.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Эцэг эх” - хувийн мутацийг харуулдаг, өөрөөр хэлбэл филогенетик байрлуулах үед асуулгын дээжийг хавсаргасан лавлагааны модны эцэг эх (хамгийн ойрын) зангилаатай харьцангуй мутаци.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Лавлагаа” - лавлагааны дараалалтай харьцангуй мутацийг харуулдаг (өгөгдлийн багцад тодорхойлсноор).", - "'{{ attr }}' founder": "'{{ attr }}' үүсгэн байгуулагч", "(truncated)": "(тасарсан)", "* Current value. This amount can change depending on load": "* Одоогийн үнэ цэнэ. Энэ хэмжээ ачааллаас хамааран өөрчлөгдөж болно", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} нь утас бүрт дор хаяж {{memoryRequired}} санах ой шаарддаг", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Одоогоор сонгосон өгөгдлийн багц нь таны дарааллаар тохирохгүй мэт санагдаж байна, гэхдээ байж болох {{ n }} бусад өгөгдлийн багц байдаг. Жагсаалтыг харахын тулд “Лавлах өгөгдлийн багцыг өөрчлөх” дээр дарна уу.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Одоогоор сонгосон өгөгдлийн багц нь таны дарааллаар тохирохгүй мэт санагдаж байна, гэхдээ байж болох 1 өгөгдлийн багц байдаг. Жагсаалтыг харахын тулд “Лавлах өгөгдлийн багцыг өөрчлөх” дээр дарна уу.", "Customizations": "Өөрчлөлт", + "Customize": "Өөрчлөн тохируулах", "Customize dataset files": "Өгөгдлийн багц файлуудыг өөрчлөх", "Dataset": "Өгөгдлийн багц", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Өгөгдлийн багц зохиогчид энэ өгөгдлийн багцыг хуучирсан гэж тэмдэглэсэн бөгөөд энэ нь өгөгдлийн багц хуучирсан, шинэчлэгдэхээ больсон эсвэл өөрөөр хамааралгүй гэсэн үг юм. Тодорхой мэдээллийг өгөгдлийн багцын зохиогчидтой холбоо барина уу.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Энд та өгөгдлийн багц дахь бие даасан файлуудыг дарж болно. Хэрэв файл өгөөгүй бол одоогоор сонгосон өгөгдлийн багцаас орлуулах болно. {{documentation}} дээрээс илүү ихийг мэдэж аваарай", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Энд та CSV болон TSV файлууд руу бичигдэх багануудыг (хувь хүн эсвэл категори) сонгож болно.", "Hide dataset files": "Өгөгдлийн багц файлуудыг нуух", + "History": "Түүх", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Гэсэн хэдий ч үүнийг зөвлөдөггүй: програмын энэ хувилбар шинэчлэгдэхээ больсон эсвэл дэмжихээ больсон бөгөөд энэ нь ажиллах болно, мөн зөв үр дүнг гаргана гэдэгт бид баталгаа өгч чадахгүй.", "I want to try anyway": "Би ямар ч байсан оролдохыг хүсч байна", "Idle": "Сул зогсолт", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Саналын алгоритм амжилтгүй болсон. Үүнийг хөгжүүлэгчдэд мэдээлнэ үү.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Саналын алгоритм нь таны дараалалд тохирсон өгөгдлийн багцыг олох боломжгүй байсан. Өгөгдлийн багцыг гараар сонгоно уу. Хэрэв тохиромжтой өгөгдлийн багц байхгүй бол Nextclade олон нийтийн мэдээллийн багц цуглуулгад нэгийг үүсгэж, хувь нэмрээ оруулах талаар авч үзээрэй.", "Summarized results of the analysis in {{formatName}} format.": "Шинжилгээний үр дүнг {{formatName}} форматаар нэгтгэсэн.", + "Summary": "Хураангуй", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Зорилтыг шилжүүлэх нь дарааллын үзэл бодолд мөн хүснэгтийн “Mut” баганад болон түүний mouseover tooltip дээр харуулагдсан мутацуудыг өөрчлөх болно.", "Text": "Текст", "The address to the file is correct": "Файлын хаяг зөв байна", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} хамгийн сүүлийн үеийн хувилбаруудад хамгийн сайн ажилладаг ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Хөгжүүлэгчдэд зориулсан нэмэлт мэдээлэл (өргөжүүлэхийн тулд дарна уу)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} буруу байрлуулсан зогсоох кодон (ууд) илэрсэн. Нөлөөлөлд өртсөн ген (ууд): {{geneList}}. QC оноо: {{score}}", - "Customize": "Өөрчлөн тохируулах", - "History": "Түүх", - "Summary": "Хураангуй" + "\"{{ attr }}\" founder": "“{{ attr }}\" үүсгэн байгуулагч" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/mr/common.json b/packages/nextclade-web/.json-autotranslate-cache/mr/common.json index 6bf47d4c4..4d98c96aa 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/mr/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/mr/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“क्लेड संस्थापक” - क्वेरी नमुन्यावर नियुक्त केलेल्या क्लेडच्या संस्थापकाशी संबंधित परिवर्तन दर्शविते लक्षात घ्या की या प्रकरणात वेगवेगळ्या क्लेड्समधील प्रश्नांची तुलना वेगवेगळ", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“पालक” - खाजगी परिवर्तन दर्शविते, म्हणजे फायलोजेनेटिक प्लेसमेंट दरम्यान क्वेरी नमुना जोडलेल्या संदर्भ झाडाच्या पालक (जवळचे) नोडशी", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“संदर्भ” - संदर्भ क्रमांशी संबंधित परिवर्तन दर्शविते (डेटासेटमध्ये व्याख्य", - "'{{ attr }}' founder": "'{{ attr }}' संस्थापक", "(truncated)": "(कटकलेला)", "* Current value. This amount can change depending on load": "* वर्तमान मूल्य. लोडनुसार ही रक्कम बदलू शकते", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} प्रति थ्रेड किमान {{memoryRequired}} मेमरी आवश्यक आहे", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "सध्या निवडलेला डेटासेट आपल्या क्रमांशांशी जुळत नाही, परंतु असे {{ n }} इतर डेटासेट आहेत जे यादी पाहण्यासाठी “संदर्भ डेटासेट बदल” वर क्लिक करा", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "सध्या निवडलेला डेटासेट आपल्या क्रमांशांशी जुळत नाही, परंतु कदाचित 1 डेटासेट आहे यादी पाहण्यासाठी “संदर्भ डेटासेट बदल” वर क्लिक करा", "Customizations": "सानुकूलन", + "Customize": "सानुकूल", "Customize dataset files": "डेटासेट फाइल्स", "Dataset": "डेटासेट", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "डेटासेट लेखकांनी या डेटासेटला अप्रचलित असल्याचे चिन्हांकित केले, याचा अर्थ डेटासेट अप्रचलित आहे, यापुढे अद्यतनित कृपया तपशीलांसाठी डेटासेट लेख", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "येथे आपण डेटासेटमधील वैयक्तिक फाइल्स ओव्हर एखादी फाइल प्रदान केली नसेल तर ती सध्या निवडलेल्या डेटासेटमधून बदलली {{documentation}} मध्ये अधिक जाणून घ्या", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "येथे आपण स्तंभ (वैयक्तिक किंवा श्रेणी) निवडू शकता जे सीएसव्ही आणि टीएसव्ही फाय", "Hide dataset files": "डेटासेट फाइल्स", + "History": "इतिहास", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "तथापि, याची शिफारस केलेली नाही: अनुप्रयोगाची ही आवृत्ती यापुढे अद्यतनित किंवा समर्थित नाही आणि आम्ही हमी देऊ शकत नाही की ते कार्य करेल आणि ते योग्य परिणाम देतील.", "I want to try anyway": "मला तरीही प्रयत्न करायचा आहे", "Idle": "निष्क्रिय", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "सूचना अल्गोरिदम कृपया हे विकसकांना अहवाल", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "सूचना अल्गोरिदम आपल्या क्रमांसाठी योग्य डेटासेट शोधण्यात डेटासेट स्वतः निवडा. योग्य डेटासेट नसेट असल्यास, नेक्स्टक्लेड कम्युनिटी डेटासेट संग्रहात एक तयार करण्याचा आणि यो", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} स्वरूपात विश्लेषणाचे सारांश परिणाम.", + "Summary": "सारांश", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "लक्ष्य स्विच केल्याने अनुक्रम दृश्यांमध्ये तसेच टेबलच्या “मूट” स्तंभ आणि त्याच्या माउसओव्हर टूलटिपमध्ये प्रदर्शित केलेले परिवर्तन", "Text": "मजकूर", "The address to the file is correct": "फाइलचा पत्ता योग्य आहे", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} च्या नवीनतम आवृत्त्यांमध्ये सर्वोत्तम ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} विकसकांसाठी अतिरिक्त माहिती (विस्तार करण्यासाठी क्", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} चुकीचे ठेवलेले स्टॉप कोडन आढळले. प्रभावित जीन (या): {{geneList}}. क्यूसी स्कोअर: {{score}}", - "Customize": "सानुकूल", - "History": "इतिहास", - "Summary": "सारांश" + "\"{{ attr }}\" founder": "“{{ attr }}\" संस्थापक" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ms/common.json b/packages/nextclade-web/.json-autotranslate-cache/ms/common.json index 469d6fb24..2fe5f6712 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ms/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ms/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Pengasas Clade” - menunjukkan mutasi berbanding dengan pengasas clade yang telah diberikan kepada sampel pertanyaan. Perhatikan bahawa pertanyaan dari klad yang berbeza akan dibandingkan dengan sasaran yang berbeza dalam kes ini.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ibu bapa” - menunjukkan mutasi peribadi, iaitu mutasi relatif kepada nod induk (terdekat) pokok rujukan yang mana sampel pertanyaan telah dilampirkan semasa penempatan filogenetik.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Rujukan” - menunjukkan mutasi relatif kepada urutan rujukan (seperti yang ditakrifkan dalam set data).", - "'{{ attr }}' founder": "Pengasas '{{ attr }}'", "(truncated)": "(dipotong)", "* Current value. This amount can change depending on load": "* Nilai semasa. Jumlah ini boleh berubah bergantung pada beban", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} memerlukan sekurang-kurangnya {{memoryRequired}} memori setiap thread", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Set data yang dipilih pada masa ini nampaknya tidak sepadan dengan urutan anda, tetapi terdapat {{ n }} set data lain yang mungkin. Klik “Tukar set data rujukan” untuk melihat senarai.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Set data yang dipilih pada masa ini nampaknya tidak sepadan dengan urutan anda, tetapi terdapat 1 set data yang mungkin. Klik “Tukar set data rujukan” untuk melihat senarai.", "Customizations": "Penyesuaian", + "Customize": "Sesuaikan", "Customize dataset files": "Sesuaikan fail set data", "Dataset": "Set Data", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Pengarang set data menandakan set data ini sebagai sudah lama, yang bermaksud set data sudah usang, tidak akan lagi dikemas kini atau tidak relevan sebaliknya. Sila hubungi pengarang set data untuk maklumat khusus.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Di sini anda boleh mengatasi fail individu dalam set data. Jika fail tidak disediakan, ia akan diganti daripada set data yang dipilih sekarang. Ketahui lebih lanjut dalam {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Di sini anda boleh memilih lajur (individu atau kategori) yang akan ditulis ke dalam fail CSV dan TSV.", "Hide dataset files": "Sembunyikan fail set data", + "History": "Sejarah", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Walau bagaimanapun, ini tidak disyorkan: versi aplikasi ini tidak lagi dikemas kini atau disokong, dan kami tidak dapat menjamin bahawa ia akan berfungsi, dan ia akan menghasilkan hasil yang betul.", "I want to try anyway": "Saya mahu cuba pula", "Idle": "Tidak terbiar", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritma cadangan gagal. Sila laporkan ini kepada pemaju.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritma cadangan tidak dapat mencari set data yang sesuai untuk urutan anda. Pilih set data secara manual. Sekiranya tidak ada set data yang sesuai, pertimbangkan untuk membuat dan menyumbangkannya kepada koleksi set data komuniti Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Ringkaskan hasil analisis dalam format {{formatName}}.", + "Summary": "Ringkasan", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Menukar sasaran akan mengubah mutasi yang dipaparkan dalam paparan urutan serta dalam lajur “Mut” jadual dan tip alat mouseover.", "Text": "Teks", "The address to the file is correct": "Alamat ke fail adalah betul", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} berfungsi paling baik dalam versi terkini ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Maklumat tambahan untuk pemaju (klik untuk mengembangkan)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} kodon berhenti yang salah dikesan. Gen yang terjejas: {{geneList}}. Skor QC: {{score}}", - "Customize": "Sesuaikan", - "History": "Sejarah", - "Summary": "Ringkasan" + "\"{{ attr }}\" founder": "Pengasas “{{ attr }}\"" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/mt/common.json b/packages/nextclade-web/.json-autotranslate-cache/mt/common.json index 45af8947d..6027d71d2 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/mt/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/mt/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Fundatur Clade” - juri mutazzjonijiet relattivi għall-fundatur tal-clade li ġie assenjat għall-kampjun tal-mistoqsija. Innota li mistoqsijiet minn clades differenti se jitqabblu ma 'miri differenti f'dan il-każ.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ġenitur” - juri mutazzjonijiet privati, jiġifieri mutazzjonijiet relattivi għall-ġenitur (eqreb) node tas-siġra ta' referenza li magħha ġie mehmuż il-kampjun tal-mistoqsija waqt it-tqegħid filogenetiku.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referenza” - turi mutazzjonijiet relattivi għas-sekwenza ta' referenza (kif definit fis-sett tad-dejta).", - "'{{ attr }}' founder": "Fundatur '{{ attr }}'", "(truncated)": "(maqtugħ)", "* Current value. This amount can change depending on load": "* Valur kurrenti. Dan l-ammont jista' jinbidel skont it-tagħbija", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} jeħtieġ mill-inqas {{memoryRequired}} ta 'memorja għal kull ħajt", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Sett tad-dejta magħżul bħalissa ma jidhirx li jaqbel mas-sekwenzi tiegħek, iżda hemm {{ n }} settijiet ta 'data oħra li jistgħu. Ikklikkja “Ibdel is-sett tad-dejta ta' referenza” biex tara l-lista.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Sett tad-dejta magħżul bħalissa ma jidhirx li jaqbel mas-sekwenzi tiegħek, iżda hemm sett ta 'data 1 li jista'. Ikklikkja “Ibdel is-sett tad-dejta ta' referenza” biex tara l-lista.", "Customizations": "Personalizzazzjonijiet", + "Customize": "Ippersonalizza", "Customize dataset files": "Ippersonalizza fajls tas-sett tad-dejta", "Dataset": "Sett tad-dejta", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "L-awturi tas-sett tad-dejta mmarkaw dan is-sett tad-dejta bħala deprecated, li jfisser li s-sett tad-dejta huwa skadut, mhux se jibqa' jiġi aġġornat jew mhux rilevanti mod ieħor. Jekk jogħġbok ikkuntattja lill-awturi tas-sett tad-dejta għal", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Hawnhekk tista 'tissorvelja fajls individwali fis-sett tad-dejta. Jekk fajl ma jiġix ipprovdut, dan jiġi sostitwit mis-sett tad-dejta magħżul bħalissa. Tgħallem aktar fil-{{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Hawnhekk tista 'tagħżel kolonni (individwali jew kategoriji) li se jinkitbu f'fajls CSV u TSV.", "Hide dataset files": "Aħbi fajls tas-sett tad-dejta", + "History": "Storja", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Madankollu, dan mhux irrakkomandat: din il-verżjoni tal-applikazzjoni m'għadhiex aġġornata jew appoġġjata, u ma nistgħux niggarantixxu li se taħdem, u li se tipproduċi riżultati korretti.", "I want to try anyway": "Irrid nipprova xorta waħda", "Idle": "Mhux", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "L-algoritmu tas-suġġeriment naqas. Jekk jogħġbok irrapporta dan lill-iżviluppaturi.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "L-algoritmu ta 'suġġeriment ma setax isib sett ta' dejta adattat għas-sekwenzi tiegħek. Agħżel sett tad-dejta manwalment. Jekk ma jkunx hemm sett tad-dejta adattat, ikkunsidra li toħloq u tikkontribwixxi wieħed għall-ġbir tas-sett tad-dejta tal-komunità Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Riżultati fil-qosor tal-analiżi fil-format {{formatName}}.", + "Summary": "Sommarju", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Il-qlib tal-mira se tbiddel il-mutazzjonijiet murija fil-fehmiet tas-sekwenza kif ukoll fil-kolonna “Mut” tat-tabella u l-tooltip mouseover tagħha.", "Text": "Test", "The address to the file is correct": "L-indirizz tal-fajl huwa korrett", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} jaħdem l-aħjar fl-aħħar verżjonijiet ta ' ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informazzjoni addizzjonali għall-iżviluppaturi (ikklikkja biex tespandi)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} kodonu (i) tal-waqfien f'post ħażin misjub. Ġene (i) affettwat: {{geneList}}. Punteġġ QC: {{score}}", - "Customize": "Ippersonalizza", - "History": "Storja", - "Summary": "Sommarju" + "\"{{ attr }}\" founder": "“{{ attr }}\" fundatur" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/nl/common.json b/packages/nextclade-web/.json-autotranslate-cache/nl/common.json index 956b5373f..d1506298d 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/nl/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/nl/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade-oprichter” - toont mutaties ten opzichte van de oprichter van de clade die is toegewezen aan de steekproef van de zoekopdracht. Houd er rekening mee dat vragen van verschillende clades in dit geval worden vergeleken met verschillende doelen.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Ouder” - toont privémutaties, d.w.z. mutaties ten opzichte van het (dichtstbijzijnde) ouderknooppunt van de referentieboom waaraan het zoekmonster is gekoppeld tijdens de fylogenetische plaatsing.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referentie” - toont mutaties ten opzichte van de referentiesequentie (zoals gedefinieerd in de dataset).", - "'{{ attr }}' founder": "Oprichter van '{{ attr }}'", "(truncated)": "(afgekapt)", "* Current value. This amount can change depending on load": "* Huidige waarde. Dit bedrag kan veranderen afhankelijk van de belasting", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vereist minstens {{memoryRequired}} geheugen per thread", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "De momenteel geselecteerde dataset lijkt niet overeen te komen met uw sequenties, maar er zijn {{ n }} andere datasets die dat wel kunnen. Klik op „Referentiedataset wijzigen” om de lijst te zien.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "De momenteel geselecteerde dataset lijkt niet overeen te komen met uw sequenties, maar er is 1 dataset die dat wel kan. Klik op „Referentiedataset wijzigen” om de lijst te zien.", "Customizations": "Aanpassingen", + "Customize": "Aanpassen", "Customize dataset files": "Datasetbestanden aanpassen", "Dataset": "Dataset", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Auteurs van de dataset hebben deze dataset gemarkeerd als verouderd, wat betekent dat de dataset verouderd is, niet langer wordt bijgewerkt of anderszins niet relevant is. Neem contact op met de auteurs van de dataset voor meer informatie.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Hier kunt u individuele bestanden in de dataset overschrijven. Als een bestand niet wordt aangeleverd, wordt het vervangen door de momenteel geselecteerde dataset. Meer informatie vind je in de {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Hier kunt u kolommen (individueel of categorieën) selecteren die naar CSV- en TSV-bestanden worden geschreven.", "Hide dataset files": "Datasetbestanden verbergen", + "History": "Historie", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Dit wordt echter niet aanbevolen: deze versie van de applicatie wordt niet langer bijgewerkt of ondersteund, en we kunnen niet garanderen dat deze werkt en dat de juiste resultaten zullen opleveren.", "I want to try anyway": "Ik wil het toch proberen", "Idle": "Inactief", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Het suggestie-algoritme is mislukt. Meld dit alstublieft aan de ontwikkelaars.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Het suggestie-algoritme kon geen dataset vinden die geschikt was voor uw sequenties. Selecteer handmatig een dataset. Als er geen geschikte dataset is, overweeg dan om er een te maken en bij te dragen aan de verzameling datasets van de Nextclade-gemeenschap.", "Summarized results of the analysis in {{formatName}} format.": "Samengevatte resultaten van de analyse in {{formatName}} -formaat.", + "Summary": "Samenvatting", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Als u van doel wisselt, worden de mutaties gewijzigd die worden weergegeven in de sequentieweergaven en in de kolom „Mut” van de tabel en de bijbehorende mouseover-tooltip.", "Text": "Tekst", "The address to the file is correct": "Het adres van het bestand is correct", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} werkt het beste in de nieuwste versies van ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Aanvullende informatie voor ontwikkelaars (klik om uit te vouwen)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} misplaatste stopcodon (en) gedetecteerd. Getroffen gen (en): {{geneList}}. QC-score: {{score}}", - "Customize": "Aanpassen", - "History": "Historie", - "Summary": "Samenvatting" + "\"{{ attr }}\" founder": "„{{ attr }}\" oprichter" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/no/common.json b/packages/nextclade-web/.json-autotranslate-cache/no/common.json index dd2cb4095..03cabf76c 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/no/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/no/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Clade grunnlegger» - viser mutasjoner i forhold til grunnleggeren av kladen som er tildelt spørringsprøven. Merk at spørsmål fra forskjellige klader vil bli sammenlignet med forskjellige mål i dette tilfellet.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Forelder» - viser private mutasjoner, dvs. mutasjoner i forhold til den overordnede (nærmeste) noden til referansetreet som spørringsprøven er knyttet til under fylogenetisk plassering.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Referanse» - viser mutasjoner i forhold til referansesekvensen (som definert i datasettet).", - "'{{ attr }}' founder": "'{{ attr }}' grunnlegger", "(truncated)": "(avkortet)", "* Current value. This amount can change depending on load": "* Nåværende verdi. Dette beløpet kan endres avhengig av belastning", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} krever minst {{memoryRequired}} minne per tråd", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "For øyeblikket valgt datasett ser ikke ut til å samsvare med sekvensene dine, men det er {{ n }} andre datasett som kan. Klikk på «Endre referansedatasett» for å se listen.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "For øyeblikket valgt datasett ser ikke ut til å samsvare med sekvensene dine, men det er 1 datasett som kan. Klikk på «Endre referansedatasett» for å se listen.", "Customizations": "Tilpasninger", + "Customize": "Tilpass", "Customize dataset files": "Tilpass datasettfiler", "Dataset": "Datasett", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Datasettforfattere markerte dette datasettet som utdatert, noe som betyr at datasettet er foreldet, vil ikke lenger bli oppdatert eller ikke er relevant ellers. Ta kontakt med datasettforfattere for detaljer.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Her kan du overstyre enkeltfiler i datasettet. Hvis en fil ikke er oppgitt, vil den bli erstattet fra det valgte datasettet. Lær mer i {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Her kan du velge kolonner (individuelle eller kategorier) som skal skrives inn i CSV- og TSV-filer.", "Hide dataset files": "Skjul datasettfiler", + "History": "Historie", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Dette anbefales imidlertid ikke: denne versjonen av applikasjonen er ikke lenger oppdatert eller støttet, og vi kan ikke garantere at den vil fungere, og at den vil gi riktige resultater.", "I want to try anyway": "Jeg vil prøve uansett", "Idle": "Tomgang", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Forslagsalgoritmen mislyktes. Vennligst rapporter dette til utviklere.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Forslagsalgoritmen klarte ikke å finne et datasett som passer for sekvensene dine. Velg et datasett manuelt. Hvis det ikke er noe passende datasett, kan du vurdere å opprette og bidra med et til Nextclade-fellesskapsdatasettsamlingen.", "Summarized results of the analysis in {{formatName}} format.": "Oppsummerte resultater av analysen i {{formatName}} -format.", + "Summary": "Sammendrag", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Å bytte mål vil endre mutasjoner som vises i sekvensvisningene så vel som i «Mut» -kolonnen i tabellen og verktøytipset for musen.", "Text": "Tekst", "The address to the file is correct": "Adressen til filen er riktig", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} fungerer best i de nyeste versjonene av ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Tilleggsinformasjon for utviklere (klikk for å utvide)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} feilplasserte stoppkodon (er) oppdaget. Berørt gen (er): {{geneList}}. QC-poengsum: {{score}}", - "Customize": "Tilpass", - "History": "Historie", - "Summary": "Sammendrag" + "\"{{ attr }}\" founder": "«{{ attr }}\" grunnlegger" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/pa/common.json b/packages/nextclade-web/.json-autotranslate-cache/pa/common.json index 624333922..6e0ce993e 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/pa/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/pa/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ਕਲੇਡ ਸੰਸਥਾਪਕ” - ਕਲੇਡ ਦੇ ਸੰਸਥਾਪਕ ਦੇ ਸੰਬੰਧ ਵਿੱਚ ਪਰਿਵਰਤਨ ਦਰਸਾਉਂਦਾ ਹੈ ਜੋ ਪੁੱਛਗਿੱਛ ਦੇ ਨਮੂਨੇ ਨੂੰ ਸੌਂਪਿਆ ਗਿਆ ਹੈ। ਨੋਟ ਕਰੋ ਕਿ ਇਸ ਕੇਸ ਵਿੱਚ ਵੱਖ-ਵੱਖ ਕਲੇਡਾਂ ਦੇ ਪ੍ਰਸ਼ਨਾਂ ਦੀ ਤੁਲਨਾ ਵੱਖ-ਵੱਖ ਟੀਚਿਆਂ ਨਾਲ ਕੀਤੀ ਜਾਵੇਗੀ।", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“ਪੇਰੈਂਟ” - ਪ੍ਰਾਈਵੇਟ ਪਰਿਵਰਤਨ ਦਰਸਾਉਂਦਾ ਹੈ, ਅਰਥਾਤ ਸੰਦਰਭ ਰੁੱਖ ਦੇ ਮੂਲ (ਨਜ਼ਦੀਕੀ) ਨੋਡ ਦੇ ਸੰਬੰਧ ਵਿੱਚ ਪਰਿਵਰਤਨ ਜਿਸ ਨਾਲ ਫਾਈਲੋਜੈਨੇਟਿਕ ਪਲੇਸਮੈਂਟ ਦੇ ਦੌਰਾਨ ਪੁੱਛਗਿੱਛ ਨਮੂਨਾ ਨਾਲ ਜੁੜਿਆ ਹੋਇਆ ਹੈ।", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“ਹਵਾਲਾ” - ਸੰਦਰਭ ਕ੍ਰਮ ਦੇ ਸੰਬੰਧ ਵਿੱਚ ਪਰਿਵਰਤਨ ਦਿਖਾਉਂਦਾ ਹੈ (ਜਿਵੇਂ ਕਿ ਡੇਟਾਸੈਟ ਵਿੱਚ ਪਰਿਭਾਸ਼ਿਤ ਕੀਤਾ ਗਿਆ ਹੈ)।", - "'{{ attr }}' founder": "'{{ attr }}' ਸੰਸਥਾਪਕ", "(truncated)": "(ਕੱਟਿਆ ਹੋਇਆ)", "* Current value. This amount can change depending on load": "* ਮੌਜੂਦਾ ਮੁੱਲ. ਇਹ ਰਕਮ ਲੋਡ ਦੇ ਅਧਾਰ ਤੇ ਬਦਲ ਸਕਦੀ ਹੈ", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ਲਈ ਪ੍ਰਤੀ ਥ੍ਰੈਡ ਦੀ ਘੱਟੋ ਘੱਟ {{memoryRequired}} ਮੈਮੋਰੀ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "ਵਰਤਮਾਨ ਵਿੱਚ ਚੁਣਿਆ ਗਿਆ ਡੇਟਾਸੈਟ ਤੁਹਾਡੇ ਕ੍ਰਮਾਂ ਨਾਲ ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ, ਪਰ ਇੱਥੇ {{ n }} ਹੋਰ ਡੇਟਾਸੈਟ ਹਨ ਜੋ ਹੋ ਸਕਦੇ ਹਨ। ਸੂਚੀ ਵੇਖਣ ਲਈ “ਸੰਦਰਭ ਡੇਟਾਸੈਟ ਬਦਲੋ” ਤੇ ਕਲਿਕ ਕਰੋ.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "ਵਰਤਮਾਨ ਵਿੱਚ ਚੁਣਿਆ ਗਿਆ ਡੇਟਾਸੈਟ ਤੁਹਾਡੇ ਕ੍ਰਮਾਂ ਨਾਲ ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ, ਪਰ ਇੱਥੇ 1 ਡੇਟਾਸੈਟ ਹੈ ਜੋ ਹੋ ਸਕਦਾ ਹੈ। ਸੂਚੀ ਵੇਖਣ ਲਈ “ਸੰਦਰਭ ਡੇਟਾਸੈਟ ਬਦਲੋ” ਤੇ ਕਲਿਕ ਕਰੋ.", "Customizations": "ਕਸਟਮਾਈਜ਼ੇਸ਼ਨ", + "Customize": "ਅਨੁਕੂਲਿਤ ਕਰੋ", "Customize dataset files": "ਡੇਟਾਸੈਟ ਫਾਈਲਾਂ ਨੂੰ ਅਨੁਕੂਲਿਤ ਕਰੋ", "Dataset": "ਡਾਟਾਸੈਟ", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "ਡੇਟਾਸੈਟ ਲੇਖਕਾਂ ਨੇ ਇਸ ਡੇਟਾਸੈਟ ਨੂੰ ਅਪਛਾਤੇ ਵਜੋਂ ਚਿੰਨ੍ਹਿਤ ਕੀਤਾ, ਜਿਸਦਾ ਮਤਲਬ ਹੈ ਕਿ ਡੇਟਾਸੈਟ ਪੁਰਾਣਾ ਹੈ, ਹੁਣ ਅਪਡੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾਵੇਗਾ ਜਾਂ ਹੋਰ ਢੁਕਵਾਂ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਲਈ ਡੇਟਾਸੈਟ ਲੇਖਕਾਂ ਨਾਲ ਸੰਪਰਕ ਕਰੋ", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "ਇੱਥੇ ਤੁਸੀਂ ਡੇਟਾਸੈਟ ਵਿੱਚ ਵਿਅਕਤੀਗਤ ਫਾਈਲਾਂ ਨੂੰ ਓਵਰਰਾਈਡ ਕਰ ਸਕਦੇ ਹੋ। ਜੇਕਰ ਕੋਈ ਫਾਈਲ ਪ੍ਰਦਾਨ ਨਹੀਂ ਕੀਤੀ ਗਈ ਹੈ, ਤਾਂ ਇਸਨੂੰ ਵਰਤਮਾਨ ਵਿੱਚ ਚੁਣੇ ਗਏ ਡੇਟਾਸੈਟ ਤੋਂ ਬਦਲਿਆ ਜਾਵੇਗਾ। {{documentation}} ਵਿੱਚ ਹੋਰ ਜਾਣੋ", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "ਇੱਥੇ ਤੁਸੀਂ ਕਾਲਮ (ਵਿਅਕਤੀਗਤ ਜਾਂ ਸ਼੍ਰੇਣੀਆਂ) ਚੁਣ ਸਕਦੇ ਹੋ ਜੋ CSV ਅਤੇ TSV ਫਾਈਲਾਂ ਵਿੱਚ ਲਿਖੇ ਜਾਣਗੇ।", "Hide dataset files": "ਡੇਟਾਸੈਟ ਫਾਈਲਾਂ ਨੂੰ ਲੁਕਾਓ", + "History": "ਇਤਿਹਾਸ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "ਹਾਲਾਂਕਿ, ਇਸਦੀ ਸਿਫਾਰਸ਼ ਨਹੀਂ ਕੀਤੀ ਜਾਂਦੀ: ਐਪਲੀਕੇਸ਼ਨ ਦਾ ਇਹ ਸੰਸਕਰਣ ਹੁਣ ਅਪਡੇਟ ਜਾਂ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ, ਅਤੇ ਅਸੀਂ ਗਾਰੰਟੀ ਨਹੀਂ ਦੇ ਸਕਦੇ ਕਿ ਇਹ ਕੰਮ ਕਰੇਗਾ, ਅਤੇ ਇਹ ਸਹੀ ਨਤੀਜੇ ਦੇਵੇਗਾ.", "I want to try anyway": "ਮੈਂ ਕਿਸੇ ਵੀ ਤਰ੍ਹਾਂ ਕੋਸ਼ਿਸ਼ ਕਰਨਾ ਚਾਹੁੰਦਾ ਹਾਂ", "Idle": "ਵਿਹਲੇ", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "ਸੁਝਾਅ ਐਲਗੋਰਿਦਮ ਅਸਫਲ ਕਿਰਪਾ ਕਰਕੇ ਇਸਨੂੰ ਡਿਵੈਲਪਰਾਂ ਨੂੰ ਰਿਪੋਰਟ ਕਰੋ", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "ਸੁਝਾਅ ਐਲਗੋਰਿਦਮ ਤੁਹਾਡੇ ਕ੍ਰਮਾਂ ਲਈ ਢੁਕਵਾਂ ਡੇਟਾਸੈਟ ਲੱਭਣ ਵਿੱਚ ਅਸਮਰੱਥ ਸੀ। ਹੱਥੀਂ ਇੱਕ ਡੇਟਾਸੈਟ ਚੁਣੋ। ਜੇਕਰ ਕੋਈ ਢੁਕਵਾਂ ਡੇਟਾਸੈਟ ਨਹੀਂ ਹੈ, ਤਾਂ ਨੈਕਸਟਕਲੇਡ ਕਮਿਊਨਿਟੀ ਡੇਟਾਸੈਟ ਸੰਗ੍ਰਹਿ ਵਿੱਚ ਇੱਕ ਬਣਾਉਣ ਅਤੇ ਯੋਗਦਾਨ ਪਾਉਣ ਬਾਰੇ ਵਿਚਾਰ ਕਰੋ।", "Summarized results of the analysis in {{formatName}} format.": "ਵਿਸ਼ਲੇਸ਼ਣ ਦੇ ਸੰਖੇਪ ਨਤੀਜੇ {{formatName}} ਫਾਰਮੈਟ ਵਿੱਚ.", + "Summary": "ਸੰਖੇਪ", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "ਟੀਚੇ ਨੂੰ ਬਦਲਣ ਨਾਲ ਕ੍ਰਮ ਦ੍ਰਿਸ਼ਾਂ ਦੇ ਨਾਲ-ਨਾਲ ਟੇਬਲ ਦੇ “ਮਟ” ਕਾਲਮ ਅਤੇ ਇਸਦੇ ਮਾਊਸਓਵਰ ਟੂਲਟਿਪ ਵਿੱਚ ਪ੍ਰਦਰਸ਼ਿਤ ਪਰਿਵਰਤਨ ਬਦਲ ਜਾਣਗੇ।", "Text": "ਟੈਕਸਟ", "The address to the file is correct": "ਫਾਈਲ ਦਾ ਪਤਾ ਸਹੀ ਹੈ", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} ਦੇ ਨਵੀਨਤਮ ਸੰਸਕਰਣਾਂ ਵਿੱਚ ਵਧੀਆ ਕੰਮ ਕਰਦਾ ਹੈ ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} ਡਿਵੈਲਪਰਾਂ ਲਈ ਵਾਧੂ ਜਾਣਕਾਰੀ (ਵਿਸਤਾਰ ਕਰਨ ਲਈ ਕਲਿੱਕ ਕਰੋ)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} ਗਲਤ ਸਟਾਪ ਕੋਡਨ ਦਾ ਪਤਾ ਲਗਾਇਆ ਗਿਆ। ਪ੍ਰਭਾਵਿਤ ਜੀਨ (ਜ਼): {{geneList}}. QC ਸਕੋਰ: {{score}}", - "Customize": "ਅਨੁਕੂਲਿਤ ਕਰੋ", - "History": "ਇਤਿਹਾਸ", - "Summary": "ਸੰਖੇਪ" + "\"{{ attr }}\" founder": "“{{ attr }}\" ਸੰਸਥਾਪਕ" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/pl/common.json b/packages/nextclade-web/.json-autotranslate-cache/pl/common.json index 80d73810b..aac50ad69 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/pl/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/pl/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Założyciel kladu” - pokazuje mutacje względem założyciela kladu, który został przypisany do próbki zapytania. Należy pamiętać, że zapytania z różnych kladów będą w tym przypadku porównywane z różnymi celami.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Rodzic” - pokazuje mutacje prywatne, tj. mutacje względem macierzystego (najbliższego) węzła drzewa referencyjnego, do którego próbka zapytania została dołączona podczas umieszczania filogenetycznego.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Odniesienie” - pokazuje mutacje względem sekwencji odniesienia (zgodnie z definicją w zbiorze danych).", - "'{{ attr }}' founder": "Założyciel '{{ attr }}'", "(truncated)": "(ścięty)", "* Current value. This amount can change depending on load": "* Aktualna wartość. Kwota ta może się zmieniać w zależności od obciążenia", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} wymaga co najmniej {{memoryRequired}} pamięci na wątek", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Obecnie wybrany zestaw danych nie wydaje się pasować do twoich sekwencji, ale istnieją {{ n }} inne zestawy danych, które mogą. Kliknij „Zmień zestaw danych referencyjnych”, aby wyświetlić listę.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Obecnie wybrany zestaw danych wydaje się nie pasować do twoich sekwencji, ale istnieje 1 zestaw danych, który może. Kliknij „Zmień zestaw danych referencyjnych”, aby wyświetlić listę.", "Customizations": "Dostosowywania", + "Customize": "Dostosuj", "Customize dataset files": "Dostosuj pliki zbioru danych", "Dataset": "Zbiór danych", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autorzy zbioru danych oznaczyli ten zestaw danych jako przestarzały, co oznacza, że zestaw danych jest przestarzały, nie będzie już aktualizowany lub nie ma znaczenia w inny sposób. Aby uzyskać szczegółowe informacje, skontaktuj się z autorami zbiorów danych.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Tutaj możesz nadpisać poszczególne pliki w zbiorze danych. Jeśli plik nie zostanie podany, zostanie on zastąpiony z aktualnie wybranego zbioru danych. Dowiedz się więcej w {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Tutaj możesz wybrać kolumny (pojedyncze lub kategorie), które zostaną zapisane w plikach CSV i TSV.", "Hide dataset files": "Ukryj pliki zbioru danych", + "History": "Historia", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Nie jest to jednak zalecane: ta wersja aplikacji nie jest już aktualizowana ani obsługiwana i nie możemy zagwarantować, że zadziała i że przyniesie poprawne wyniki.", "I want to try anyway": "W każdym razie chcę spróbować", "Idle": "Bezczynny", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algorytm sugestii zawiódł. Proszę zgłosić to programistom.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algorytm sugestii nie był w stanie znaleźć zestawu danych odpowiedniego dla twoich sekwencji. Wybierz zestaw danych ręcznie. Jeśli nie ma odpowiedniego zestawu danych, rozważ utworzenie i wniesienie go do zbioru zbiorów danych społeczności Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Podsumowanie wyników analizy w formacie {{formatName}}.", + "Summary": "Podsumowanie", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Zmiana celu spowoduje zmianę mutacji wyświetlanych w widokach sekwencji, a także w kolumnie „Mut” tabeli i jej podpowiedzi myszą.", "Text": "Tekst", "The address to the file is correct": "Adres do pliku jest poprawny", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} działa najlepiej w najnowszych wersjach ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Dodatkowe informacje dla programistów (kliknij, aby rozwinąć)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Wykryto nieprawidłowo umieszczony kodon (y) stop (y) {{totalStopCodons}}. Dotknięty gen (y): {{geneList}}. Wynik QC: {{score}}", - "Customize": "Dostosuj", - "History": "Historia", - "Summary": "Podsumowanie" + "\"{{ attr }}\" founder": "Założyciel „{{ attr }}”" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ps/common.json b/packages/nextclade-web/.json-autotranslate-cache/ps/common.json index 5384ae43f..724cf2805 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ps/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ps/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«د کلیډ بنسټ ایز» - د کلاډ بنسټ ایز سره نسبت د بدلون ښودل کوي چې د پوښتنې نمونې ته ټاکل شوی دی. یادونه وکړئ چې د مختلفو کليډونو څخه پوښتنې به په دې قضیه کې د مختلف اهدافو سره پرتله", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«والدین» - خصوصي تغیرات ښیي، یعنی د حوالې جرګې د والدین (نږدې) نوډ سره نسبت د میوټیشن کوم چې د پوښتنې نمونه د فیلوجینیټیک ځای پرمهال سره منسلک شوی دی.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«حواله» - د حوالې ترتیب سره نسبت د تغیرات ښکاري (لکه څنګه چې په ډاټاسټ کې تعریف شوي).", - "'{{ attr }}' founder": "د '{{ attr }}' بنسټ ایز", "(truncated)": "(ټوټه شوی)", "* Current value. This amount can change depending on load": "* اوسنۍ ارزښت. دا مقدار کولی شي د بار په اړه بدل شي", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} په هر موضوع لږترلږه {{memoryRequired}} حافظه ته اړتیا لري", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "اوس مهال ټاکل شوي ډاټاسیټ ستاسو ترتیب سره مخ نه ښکاري، مګر {{ n }} نور ډاټاسټونه شتون لري چې ممکن. د لیست لیدلو لپاره «حوالې ډاټاسیټ بدل کړئ» کلیک وکړئ.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "اوس مهال ټاکل شوي ډاټاسټ ستاسو ترتیب سره مخ نه ښکاري، مګر د 1 ډیټاسیټ شتون لري چې ممکن. د لیست لیدلو لپاره «حوالې ډاټاسیټ بدل کړئ» کلیک وکړئ.", "Customizations": "تخصیص", + "Customize": "تخصیص کړئ", "Customize dataset files": "د ډیټاسټ فایلونه تنظیم", "Dataset": "ډاټاسټ", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "د ډیټاسټ لیکوالانو دا ډاټاسیټ د منځه شوي په توګه نښه کړه، چې دا پدې مانا چې ډیټاسیټ متروک دی، نور به تازه نه شي یا نه اړونده وي مهرباني وکړئ د ځانګړتیاوو لپاره د ډاټ", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "دلته تاسو کولی شئ په ډاټاسیټ کې انفرادي فایلونه ورکړئ. که یو فایل چمتو نه شي، نو دا به د اوس مهال ټاکل شوي ډاټاسیټ څخه بدل شي. په {{documentation}} کې نور زده کړئ", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "دلته تاسو کولی شئ کالمونه (انفرادي یا کټګورۍ) غوره کړئ کوم چې به د CSV او TSV فایلونو کې لیکل شي.", "Hide dataset files": "د ډاټاسیټ فایلونه", + "History": "تاریخ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "په هرصورت، دا سپارښتنه نه کیږي: د غوښتنلیک دا نسخه نور تازه یا ملاتړ نه کیږي، او موږ نشو نشو تضمین کولی چې دا به کار وکړي، او دا به صحیح پایلې راوړي.", "I want to try anyway": "زه غواړم هڅه وکړم", "Idle": "بې کار", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "د وړاندیز الگوریتم ناکام مهرباني وکړئ دا پراختیا ته راپور کړئ.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "د وړاندیز الګورتیم ستاسو د ترتیب لپاره مناسب ډاټاسیټ وموندلو ناتوان په لاسي ډاټاسټ غوره کړئ. که هیڅ مناسب ډیټاسیټ شتون نلري، نو د Nextclade ټولنې د ډاټاسیټ راټولولو کې د یو جوړولو او مرسته کولو", "Summarized results of the analysis in {{formatName}} format.": "په {{formatName}} بڼه کې د تحلیل خلاصه پایلې.", + "Summary": "لنډه", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "د هدف بدل کول به د ترتیب په نظرونو کې ښودل شوي بدلون او همدارنګه د میز او د هغې د ماؤس اوور تولټپ کې د «Mut» کالم کې ښودل شي.", "Text": "متن", "The address to the file is correct": "د فایل ته پته صحیح دی", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} په وروستي نسخونو کې غوره کار کوي ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} د پرمختګانو لپاره اضافي معلومات (د پراختیا لپاره کلیک وکړئ)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} غلط ځای بند کوډون (s) موندل شو. اغیزمن جین (s): {{geneList}}. د QC نمره: {{score}}", - "Customize": "تخصیص کړئ", - "History": "تاریخ", - "Summary": "لنډه" + "\"{{ attr }}\" founder": "«{{ attr }}\" بنسټ ایز" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/pt/common.json b/packages/nextclade-web/.json-autotranslate-cache/pt/common.json index 3dcfa1448..e1e158fc1 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/pt/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/pt/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Fundador do clado” - mostra mutações em relação ao fundador do clado que foi atribuído à amostra de consulta. Observe que consultas de diferentes clados serão comparadas com alvos diferentes nesse caso.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Pai” - mostra mutações privadas, ou seja, mutações relativas ao nó pai (mais próximo) da árvore de referência à qual a amostra de consulta foi anexada durante a colocação filogenética.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referência” - mostra mutações em relação à sequência de referência (conforme definido no conjunto de dados).", - "'{{ attr }}' founder": "fundador do '{{ attr }}'", "(truncated)": "(truncado)", "* Current value. This amount can change depending on load": "* Valor atual. Esse valor pode mudar dependendo da carga", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requer pelo menos {{memoryRequired}} de memória por thread", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "O conjunto de dados atualmente selecionado não parece corresponder às suas sequências, mas existem {{ n }} outros conjuntos de dados que podem. Clique em “Alterar conjunto de dados de referência” para ver a lista.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "O conjunto de dados atualmente selecionado não parece corresponder às suas sequências, mas há 1 conjunto de dados que pode. Clique em “Alterar conjunto de dados de referência” para ver a lista.", "Customizations": "Personalizações", + "Customize": "Personalizar", "Customize dataset files": "Personalize os arquivos do conjunto de dados", "Dataset": "Conjunto de dados", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Os autores do conjunto de dados marcaram esse conjunto de dados como obsoleto, o que significa que o conjunto de dados está obsoleto, não será mais atualizado ou não é relevante de outra forma. Entre em contato com os autores do conjunto de dados para obter detalhes.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Aqui você pode substituir arquivos individuais no conjunto de dados. Se um arquivo não for fornecido, ele será substituído pelo conjunto de dados atualmente selecionado. Saiba mais no {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Aqui você pode selecionar colunas (individuais ou categorias) que serão gravadas em arquivos CSV e TSV.", "Hide dataset files": "Ocultar arquivos do conjunto de dados", + "History": "História", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "No entanto, isso não é recomendado: essa versão do aplicativo não é mais atualizada ou suportada e não podemos garantir que ela funcionará e produzirá resultados corretos.", "I want to try anyway": "Eu quero tentar de qualquer maneira", "Idle": "Ocioso", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "O algoritmo de sugestão falhou. Por favor, reporte isso aos desenvolvedores.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "O algoritmo de sugestão não conseguiu encontrar um conjunto de dados adequado para suas sequências. Selecione um conjunto de dados manualmente. Se não houver um conjunto de dados adequado, considere criar e contribuir com um para a coleta de conjuntos de dados da comunidade Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Resultados resumidos da análise no formato {{formatName}}.", + "Summary": "Resumo", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Mudar o alvo mudará as mutações exibidas nas visualizações de sequência, bem como na coluna “Mut” da tabela e sua dica de ferramenta para passar o mouse.", "Text": "Texto", "The address to the file is correct": "O endereço do arquivo está correto", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funciona melhor nas versões mais recentes do ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informações adicionais para desenvolvedores (clique para expandir)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} detectados códons de parada extraviados. Genes afetados: {{geneList}}. Pontuação no QC: {{score}}", - "Customize": "Personalizar", - "History": "História", - "Summary": "Resumo" + "\"{{ attr }}\" founder": "fundador do “{{ attr }}\"" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ro/common.json b/packages/nextclade-web/.json-autotranslate-cache/ro/common.json index 0b678dd32..d3a7717fe 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ro/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ro/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade Founder” - prezintă mutații în raport cu fondatorul cladei care a fost atribuită eșantionului de interogare. Rețineți că interogările din diferite clade vor fi comparate cu ținte diferite în acest caz.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Părinte” - arată mutații private, adică mutații în raport cu nodul părinte (cel mai apropiat) al arborelui de referință la care a fost atașat eșantionul de interogare în timpul plasării filogenetice.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referință” - arată mutații în raport cu secvența de referință (așa cum este definită în setul de date).", - "'{{ attr }}' founder": "Fondatorul '{{ attr }}'", "(truncated)": "(trunchiat)", "* Current value. This amount can change depending on load": "* Valoarea curentă. Această sumă se poate modifica în funcție de sarcină", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} necesită cel puțin {{memoryRequired}} de memorie pe fir", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Setul de date selectat în prezent nu pare să se potrivească secvențelor dvs., dar există {{ n }} alte seturi de date care ar putea. Faceți clic pe „Modificați setul de date de referință” pentru a vedea lista.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Setul de date selectat în prezent nu pare să se potrivească secvențelor dvs., dar există 1 set de date care ar putea. Faceți clic pe „Modificați setul de date de referință” pentru a vedea lista.", "Customizations": "Personalizări", + "Customize": "Personalizați", "Customize dataset files": "Personalizați fișierele de date", "Dataset": "Setul de date", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autorii setului de date au marcat acest set de date ca fiind învechit, ceea ce înseamnă că setul de date este învechit, nu va mai fi actualizat sau nu este relevant altfel. Vă rugăm să contactați autorii setului de date pentru detalii.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Aici puteți suprascrie fișierele individuale din setul de date. Dacă un fișier nu este furnizat, acesta va fi înlocuit din setul de date selectat în prezent. Aflați mai multe în {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Aici puteți selecta coloane (individuale sau categorii) care vor fi scrise în fișiere CSV și TSV.", "Hide dataset files": "Ascundeți fișierele de date", + "History": "Istorie", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Cu toate acestea, acest lucru nu este recomandat: această versiune a aplicației nu mai este actualizată sau acceptată și nu putem garanta că va funcționa și că va produce rezultate corecte.", "I want to try anyway": "Vreau să încerc oricum", "Idle": "Inactiv", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritmul sugestiei a eșuat. Vă rugăm să raportați acest lucru dezvoltatorilor.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritmul de sugestie nu a putut găsi un set de date potrivit pentru secvențele dvs. Selectați manual un set de date. Dacă nu există un set de date adecvat, luați în considerare crearea și contribuirea unuia la colecția de seturi de date comunitare Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Rezumate rezultatele analizei în format {{formatName}}.", + "Summary": "Rezumat", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Comutarea țintei va schimba mutațiile afișate în vizualizările secvenței, precum și în coloana „Mut” a tabelului și indicativul de instrumente al mouseover.", "Text": "Textul", "The address to the file is correct": "Adresa dosarului este corectă", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funcționează cel mai bine în cele mai recente versiuni de ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informații suplimentare pentru dezvoltatori (faceți clic pentru a extinde)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} detectat codon (i) de oprire greșit. Gene afectate: {{geneList}}. Punctaj QC: {{score}}", - "Customize": "Personalizați", - "History": "Istorie", - "Summary": "Rezumat" + "\"{{ attr }}\" founder": "Fondatorul „{{ attr }}”" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ru/common.json b/packages/nextclade-web/.json-autotranslate-cache/ru/common.json index 0b262035e..2b62107f0 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ru/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ru/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Основатель клады» — показывает мутации, связанные с основателем клады, отнесенной к выборке запроса. Обратите внимание, что в этом случае запросы из разных клад будут сравниваться с разными целями.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Родитель» — показывает частные мутации, то есть мутации, относящиеся к родительскому (ближайшему) узлу эталонного дерева, к которому была присоединена выборка запроса во время филогенетического размещения.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Ссылка» — показывает мутации, относящиеся к эталонной последовательности (как определено в наборе данных).", - "'{{ attr }}' founder": "основатель '{{ attr }}'", "(truncated)": "(в усеченном виде)", "* Current value. This amount can change depending on load": "* Текущее значение. Эта сумма может меняться в зависимости от нагрузки", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} требует не менее {{memoryRequired}} памяти на поток", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Выбранный в данный момент набор данных, похоже, не соответствует вашим последовательностям, но есть и другие наборы данных {{ n }}, которые могут соответствовать вашим последовательностям. Нажмите «Изменить базовый набор данных», чтобы увидеть список.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Выбранный в данный момент набор данных, похоже, не соответствует вашим последовательностям, но есть 1 набор данных, который может соответствовать вашим последовательностям. Нажмите «Изменить базовый набор данных», чтобы увидеть список.", "Customizations": "Кастомизации", + "Customize": "Настроить", "Customize dataset files": "Настройка файлов набора данных", "Dataset": "Набор данных", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Авторы набора данных отметили этот набор данных как устаревший, что означает, что набор данных устарел, больше не будет обновляться или не будет релевантен в противном случае. Пожалуйста, свяжитесь с авторами набора данных для уточнения деталей.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Здесь вы можете переопределить отдельные файлы в наборе данных. Если файл не предоставлен, он будет заменен из текущего выбранного набора данных. Узнайте больше в {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Здесь вы можете выбрать столбцы (отдельные столбцы или категории), которые будут записаны в файлы CSV и TSV.", "Hide dataset files": "Скрыть файлы набора данных", + "History": "История", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Однако делать это не рекомендуется: эта версия приложения больше не обновляется и не поддерживается, и мы не можем гарантировать, что она будет работать и даст правильные результаты.", "I want to try anyway": "Я все равно хочу попробовать", "Idle": "Вхолостую", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Алгоритм предложения не удался. Сообщите об этом разработчикам.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Алгоритм предложения не смог найти набор данных, подходящий для ваших последовательностей. Выберите набор данных вручную. Если подходящего набора данных нет, рассмотрите возможность его создания и внесения в коллекцию наборов данных сообщества Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Обобщенные результаты анализа в формате {{formatName}}.", + "Summary": "Резюме", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Переключение цели изменит мутации, отображаемые в представлениях последовательностей, а также в столбце «Выключить» таблицы и во всплывающей подсказке при наведении курсора мыши.", "Text": "Текст", "The address to the file is correct": "Адрес файла правильный", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} лучше всего работает в последних версиях ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Дополнительная информация для разработчиков (нажмите, чтобы развернуть)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Обнаружен неправильный стоп-кодон (ы) {{totalStopCodons}}. Затронутый ген (ы): {{geneList}}. Оценка качества: {{score}}", - "Customize": "Настроить", - "History": "История", - "Summary": "Резюме" + "\"{{ attr }}\" founder": "основатель «{{ attr }}»" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/si/common.json b/packages/nextclade-web/.json-autotranslate-cache/si/common.json index e3b7322b0..72d129aa4 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/si/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/si/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ක්ලේඩ් නිර්මාතෘ” - විමසුම් නියැදියට පවරා ඇති ක්ලේඩ් නිර්මාතෘවරයාට සාපේක්ෂව විකෘති පෙන්වයි. විවිධ ක්ලේඩ් වලින් විමසීම් මෙම නඩුවේ විවිධ ඉලක්ක සමඟ සංසන්දනය කරනු ලබන බව සලකන්න.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“මාපිය” - පුද්ගලික විකෘති පෙන්වයි, එනම් phylogenic ස්ථානගත කිරීමේදී විමසුම් නියැදියට අනුයුක්ත කර ඇති යොමු වෘක්ෂයේ මව් (ළඟම) නෝඩයට සාපේක්ෂව විකෘතිතාවයන් දක්වයි.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“යොමු” - යොමු අනුපිළිවෙලට සාපේක්ෂව විකෘති පෙන්වයි (දත්ත කට්ටලයේ අර්ථ දැක්වෙන පරිදි).", - "'{{ attr }}' founder": "'{{ attr }}' නිර්මාතෘ", "(truncated)": "(කප්පාදු කරන ලද)", "* Current value. This amount can change depending on load": "* වත්මන් අගය. බර මත පදනම්ව මෙම ප්රමාණය වෙනස් විය හැකිය", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} නූලයකට අවම වශයෙන් {{memoryRequired}} මතකයක් අවශ්ය වේ", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "දැනට තෝරාගත් දත්ත කට්ටලය ඔබේ අනුක්රමවලට ගැලපෙන බවක් නොපෙනේ, නමුත් {{ n }} විය හැකි වෙනත් දත්ත කට්ටල තිබේ. ලැයිස්තුව බැලීමට “යොමු දත්ත කට්ටලය වෙනස් කරන්න” ක්ලික් කරන්න.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "දැනට තෝරාගත් දත්ත කට්ටලය ඔබේ අනුක්රමවලට ගැලපෙන බවක් නොපෙනේ, නමුත් විය හැකි දත්ත කට්ටලය 1 ක් ඇත. ලැයිස්තුව බැලීමට “යොමු දත්ත කට්ටලය වෙනස් කරන්න” ක්ලික් කරන්න.", "Customizations": "අභිරුචිකරණය", + "Customize": "අභිරුචිකරණය කරන්න", "Customize dataset files": "දත්ත කට්ටල ගොනු රිසිකරණය කරන්න", "Dataset": "දත්ත කට්ටලය", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "දත්ත කට්ටල කතුවරුන් මෙම දත්ත කට්ටලය අවලංගු කරන ලද ලෙස සලකුණු කළ අතර එයින් අදහස් වන්නේ දත්ත කට්ටලය යල්පැන ගොස් ඇති අතර, තවදුරටත් යාවත්කාලීන නොවනු ඇත හෝ වෙනත් ආකාරයකින් අදාළ නොවේ. විශේෂතා සඳහා කරුණාකර දත්ත කට්ටල කතුවරුන් අමතන්න.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "මෙහිදී ඔබට දත්ත කට්ටලයේ තනි ගොනු අභිබවා යා හැකිය. ගොනුවක් ලබා නොදෙන්නේ නම්, එය දැනට තෝරාගත් දත්ත කට්ටලයෙන් ආදේශ කරනු ලැබේ. {{documentation}} හි වැඩි විස්තර දැනගන්න", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "මෙහිදී ඔබට CSV සහ TSV ගොනු බවට ලියනු ලබන තීරු (තනි හෝ කාණ්ඩ) තෝරා ගත හැකිය.", "Hide dataset files": "දත්ත කට්ටල ගොනු සඟවන්න", + "History": "ඉතිහාසය", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "කෙසේ වෙතත්, මෙය නිර්දේශ නොකෙරේ: යෙදුමේ මෙම අනුවාදය තවදුරටත් යාවත්කාලීන හෝ සහාය නොදක්වන අතර එය ක්රියාත්මක වන බවත් එය නිවැරදි ප්රතිඵල ලබා දෙන බවත් අපට සහතික කළ නොහැකිය.", "I want to try anyway": "මට කොහොම හරි උත්සාහ කරන්න ඕන", "Idle": "නිෂ්ඵල", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "යෝජනා ඇල්ගොරිතම අසාර්ථක විය. කරුණාකර මෙය සංවර්ධකයින්ට වාර්තා කරන්න.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "යෝජනා ඇල්ගොරිතමයට ඔබේ අනුපිළිවෙල සඳහා සුදුසු දත්ත සමූහයක් සොයා ගැනීමට නොහැකි විය. දත්ත කට්ටලයක් අතින් තෝරන්න. සුදුසු දත්ත සමුදායක් නොමැති නම්, NextClade ප්රජා දත්ත සමුදාය සඳහා එකක් නිර්මාණය කිරීම සහ දායක කිරීම සලකා බලන්න.", "Summarized results of the analysis in {{formatName}} format.": "විශ්ලේෂණයේ සාරාංශ ප්රතිඵල {{formatName}} ආකෘතියෙන්.", + "Summary": "සාරාංශය", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "ඉලක්කය මාරු කිරීමෙන් අනුපිළිවෙල දර්ශනවල මෙන්ම වගුවේ “මුට්” තීරුවේ සහ එහි mouseover tooltip තුළ ප්රදර්ශනය වන විකෘති වෙනස් වේ.", "Text": "පෙළ", "The address to the file is correct": "ගොනුවේ ලිපිනය නිවැරදියි", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} හි නවතම අනුවාදයන්හි වඩාත් හොඳින් ක්රියා කරයි ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} සංවර්ධකයින් සඳහා අමතර තොරතුරු (පුළුල් කිරීමට ක්ලික් කරන්න)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} අස්ථානගත වූ නැවතුම් කෝඩන් (න්) හඳුනාගෙන ඇත. බලපෑමට ලක් වූ ජානය (න්): {{geneList}}. QC ලකුණු: {{score}}", - "Customize": "අභිරුචිකරණය කරන්න", - "History": "ඉතිහාසය", - "Summary": "සාරාංශය" + "\"{{ attr }}\" founder": "“{{ attr }}\" නිර්මාතෘ" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/sk/common.json b/packages/nextclade-web/.json-autotranslate-cache/sk/common.json index abfb05ce4..8ef51ac5b 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/sk/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/sk/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Zakladateľ kladu“ - zobrazuje mutácie vzhľadom na zakladateľa kladu, ktorý bol priradený k vzorke dotazu. Upozorňujeme, že dotazy z rôznych kladov sa v tomto prípade porovnávajú s rôznymi cieľmi.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Rodič“ - zobrazuje súkromné mutácie, t.j. mutácie vzhľadom na rodičovský (najbližší) uzol referenčného stromu, ku ktorému bola vzorka dotazu pripojená počas fylogenetického umiestnenia.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referencia“ - zobrazuje mutácie vzhľadom na referenčnú sekvenciu (ako je definované v súbore údajov).", - "'{{ attr }}' founder": "Zakladateľ '{{ attr }}'", "(truncated)": "(skrátené)", "* Current value. This amount can change depending on load": "* Aktuálna hodnota. Táto suma sa môže meniť v závislosti od zaťaženia", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vyžaduje aspoň {{memoryRequired}} pamäte na vlákno", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Zdá sa, že momentálne vybraný súbor údajov sa nezhoduje s vašimi sekvenciami, ale existujú {{ n }} ďalšie súbory údajov, ktoré by mohli. Kliknutím na „Zmeniť referenčný súbor údajov“ zobrazíte zoznam.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Zdá sa, že momentálne vybraný súbor údajov sa nezhoduje s vašimi sekvenciami, ale existuje 1 súbor údajov, ktorý by mohol. Kliknutím na „Zmeniť referenčný súbor údajov“ zobrazíte zoznam.", "Customizations": "Prispôsobenie", + "Customize": "Prispôsobiť", "Customize dataset files": "Prispôsobte súbory súboru údajov", "Dataset": "Súbor údajov", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autori súboru údajov označili tento súbor údajov ako zastaraný, čo znamená, že súbor údajov je zastaraný, už nebude aktualizovaný alebo inak nie je relevantný. Pre podrobnosti kontaktujte autorov súboru údajov.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Tu môžete prepísať jednotlivé súbory v súbore údajov. Ak súbor nie je poskytnutý, bude nahradený z aktuálne vybraného súboru údajov. Prečítajte si viac v {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Tu môžete vybrať stĺpce (jednotlivé alebo kategórie), ktoré budú zapísané do súborov CSV a TSV.", "Hide dataset files": "Skryť súbory súboru údajov", + "History": "História", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "To sa však neodporúča: táto verzia aplikácie už nie je aktualizovaná ani podporovaná a nemôžeme zaručiť, že bude fungovať a že prinesie správne výsledky.", "I want to try anyway": "Chcem to skúsiť aj tak", "Idle": "Nečinný", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritmus návrhu zlyhal. Prosím, nahláste to vývojárom.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritmus návrhov nedokázal nájsť súbor údajov vhodný pre vaše sekvencie. Manuálne vyberte súbor údajov. Ak neexistuje vhodný súbor údajov, zvážte vytvorenie a prispieť k zbierke komunitného súboru údajov Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Zhrnuté výsledky analýzy vo formáte {{formatName}}.", + "Summary": "Zhrnutie", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Prepínanie cieľa zmení mutácie zobrazené v zobrazeniach sekvencií, ako aj v stĺpci „Mut“ tabuľky a jej tipku nástroja myšou.", "Text": "Text", "The address to the file is correct": "Adresa súboru je správna", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funguje najlepšie v najnovších verziách ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Ďalšie informácie pre vývojárov (kliknite pre rozbaľovanie)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Zistili sa nesprávne umiestnené zastavovacie kodóny {{totalStopCodons}}. Ovplyvnený gén (y): {{geneList}}. Skóre QC: {{score}}", - "Customize": "Prispôsobiť", - "History": "História", - "Summary": "Zhrnutie" + "\"{{ attr }}\" founder": "Zakladateľ „{{ attr }}“" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/sl/common.json b/packages/nextclade-web/.json-autotranslate-cache/sl/common.json index d61b60762..7e9f1f203 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/sl/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/sl/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "»Ustanovitelj klade« - prikazuje mutacije glede na ustanovitelja klade, ki je bila dodeljena vzorcu poizvedbe. Upoštevajte, da bodo poizvedbe iz različnih kladov v tem primeru primerjane z različnimi cilji.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "»Staršev« - prikazuje zasebne mutacije, tj. mutacije glede na starševsko (najbližje) vozlišče referenčnega drevesa, na katerega je bil med filogenetsko umestitvijo pritrjen vzorec poizvedbe.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "»Referenca« - prikazuje mutacije glede na referenčno zaporedje (kot je opredeljeno v naboru podatkov).", - "'{{ attr }}' founder": "Ustanovitelj '{{ attr }}'", "(truncated)": "(okrnjeno)", "* Current value. This amount can change depending on load": "* Trenutna vrednost. Ta znesek se lahko spremeni glede na obremenitev", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahteva vsaj {{memoryRequired}} pomnilnika na nit", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Zdi se, da se trenutno izbrani nabor podatkov ne ujema z vašimi zaporedji, vendar obstajajo {{ n }} drugi nabori podatkov, ki bi lahko bili. Kliknite« Spremeni referenčni nabor podatkov », da si ogledate seznam.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Zdi se, da se trenutno izbrani nabor podatkov ne ujema z vašimi zaporedji, vendar obstaja 1 nabor podatkov, ki bi lahko bil. Kliknite« Spremeni referenčni nabor podatkov », da si ogledate seznam.", "Customizations": "Prilagoditve", + "Customize": "Prilagodite", "Customize dataset files": "Prilagodite datoteke nabora podatkov", "Dataset": "Nabor podatkov", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Avtorji nabora podatkov so ta nabor podatkov označili kot zastarel, kar pomeni, da je nabor podatkov zastarel, ne bo več posodobljen ali drugače ni pomemben. Za podrobnosti se obrnite na avtorje nabora podatkov.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Tu lahko preglasite posamezne datoteke v naboru podatkov. Če datoteka ni na voljo, bo zamenjana iz trenutno izbranega nabora podatkov. Več o tem v {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Tu lahko izberete stolpce (posamezne ali kategorije), ki bodo zapisani v datoteke CSV in TSV.", "Hide dataset files": "Skrij datoteke nabora podatkov", + "History": "Zgodovina", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Vendar to ni priporočljivo: ta različica aplikacije ni več posodobljena ali podprta in ne moremo zagotoviti, da bo delovala in da bo prinesla pravilne rezultate.", "I want to try anyway": "Vseeno želim poskusiti", "Idle": "V praznem teku", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritem predlogov ni uspel. Prosimo, prijavite to razvijalcem.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritem predlogov ni mogel najti nabora podatkov, primernega za vaša zaporedja. Ročno izberite nabor podatkov. Če ni ustreznega nabora podatkov, razmislite o ustvarjanju in prispevanju k zbiranju nabora podatkov skupnosti Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Povzeti rezultati analize v formatu {{formatName}}.", + "Summary": "Povzetek", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Preklop cilja bo spremenil mutacije, prikazane v pogledih zaporedja, pa tudi v stolpcu« Mut »tabele in njeni podpigi orodja za preusmerjanje miške.", "Text": "Besedilo", "The address to the file is correct": "Naslov datoteke je pravilen", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} najbolje deluje v najnovejših različicah ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Dodatne informacije za razvijalce (kliknite za razširitev)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} zaznani napačno postavljeni zaustavni kodon (i). Prizadeti gen (i): {{geneList}}. Ocena QC: {{score}}", - "Customize": "Prilagodite", - "History": "Zgodovina", - "Summary": "Povzetek" + "\"{{ attr }}\" founder": "Ustanovitelj »{{ attr }}«" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/so/common.json b/packages/nextclade-web/.json-autotranslate-cache/so/common.json index 3dfa89d96..ecb02b009 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/so/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/so/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade aasaasayaasha” - muujinaysa muujinayaasha la xiriira aasaasiyiinta clade ee loo xilsaaray sameedka weydiinta. Xog gelin in weydihii ka socda clade kala duwan la barbar doono barbeedaha kala duwan ee kiiskan.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Waaldiinta” - muujinaysa muujinayaal gaar ah, iyadoo xidhi la xidhiidha waalidiinta (ugu dhow) ee geedka tahriinta oo sameeyaha weydihii lagu xidhigay xilliga dhigga phylogenic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Reference” - muujinaysa muujinayaal la xidhiidda xiliidanka xidhiidda (sida lagu sheegay xidhiidka).", - "'{{ attr }}' founder": "'{{ attr }}' aasaasayaasha", "(truncated)": "(la qaaday)", "* Current value. This amount can change depending on load": "* Qiimaha hadda. Lacagtan isbedeli kara oo ku xiray xulka", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} oo u baahan yahay ugu yaraan {{memoryRequired}} xasuustada kadib", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Haatan xidhigaada la xulay ma muuqato inay u dhacan xiliidaaga, laakiin waxaa jira {{ n }} xidhigaadaha kale oo karaa. Riix “Bedel xidhigaas tahay” si aad u arko liiska.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Haatan xidhigaada la xulay ma muuqato inay u dhulayn xiliidkaaga, laakiin waxaa jira 1 xogta oo karaa. Riix “Bedel xidhigaas tahay” si aad u arko liiska.", "Customizations": "Astaabsiinta", + "Customize": "Customize", "Customize dataset files": "Shaacsiga fayilada data set", "Dataset": "Xogta", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Qoraayaasha Dataset oo xidhigaankan ku soo dhigay sida la xariiyey, taas oo macnaa in xidhiidda ay tahay, ma soo cusboonayn doono ama ma xidhiin kale. Fadlan la xiriir qoraayaasha data set oo gaar ah.", @@ -148,7 +148,7 @@ "Enter reference sequence in {{formatName}} format": "Gol xilka tahay ee qaabka {{formatName}}", "Enter reference tree in {{formatName}} format": "Gol geedka tahay ee qaabka {{formatName}}", "Enter sequence data in FASTA format": "Gol xogta xog xog xiliga FASTA", - "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "Galooyinka qaabka “'' aasaasaasi” ayaa muujinaysa muujinayaasha la xidhiidha noodka aasaasayaasha sifa gaar ah ah oo la mid ah (haddii wax laga qaaday xidhiidda). Qoraayaasha Dataset ayaa doorto karaa inay ka soo baxaan sifooyinka", + "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "Galooyinka qaabka “'' aasaasaasi” ayaa muujinaysa muujinayaasha la xidhiidha nooda aasaasayaasha ee sifa gaar ah ah oo la mid ah (haddii wax laga qaaday xidhiidda). Qoraayaasha Dataset ayaa doorto karaa inay ka soo baxaan sifooyinka", "Error": "Khalad", "Errors & warnings": "Khalad & Digniin", "Example": "Tusaale", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Halkan waxaad kala duubi kartaa fayilada shaqsiyaasi ah ee data data. Haddii aan faayl la bixiyo, waxaa laga bedeli doonaa xogga hadda la doortay. Wax dheeraad ah ka barto {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Halkan waxaad doorto kartaa kolonyo (shaqsi shaqsi ama kooxaha) oo loo qorin doono fayilada CSV iyo TSV.", "Hide dataset files": "Qudhiin fayilada xogta", + "History": "Taariikhda", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Si kastaba ha ahaatee, tani lama talino: noockaan codsiga ma soo cusboonayn ama taageersan, waxaana dhammaan karno in ay shaqeyn doono, isla markaana ay soo saari doono natiijada sax ah.", "I want to try anyway": "Waxaan doonayaa inaan isku dayo walba", "Idle": "Ilaan", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algorithm soo jeediyay. Fadlan warbixiin tan horumarayaasha.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algorithimka soo jeediyey waa in aan helo xogta ah oo haboon tahay xiligaaga. Dooro xogta si gaar ah. Haddii ma jirin xogta haboon ah, waxaa ka fiiri abuurta iyo mid u gudbiinaya ururka bulshada Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Natiijada koobay ee faaqidaadda ee qaabka {{formatName}}.", + "Summary": "Kooban", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Bedelka bartilmaameedka waxa uu bedeli doonaa muujinta aragtida safka ah iyo sidoo kale kolka “Mut” ee miiska iyo tooladkeeda mouseover.", "Text": "Qoraalka", "The address to the file is correct": "Cinwaanka fayilka waa sax", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} waxaa ugu wanaagsan noqooyinka ugu dambeeyay ee ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Macluumaad dheeraad ah ee horumarka (riix si aad u ballaaran)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} waayay joojin codon (s) la ogaaday. Gene (s) saameeyay: {{geneList}}. Gool QC: {{score}}", - "Customize": "Customize", - "History": "Taariikhda", - "Summary": "Kooban" + "\"{{ attr }}\" founder": "“{{ attr }}\" aasayaasha" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/sq/common.json b/packages/nextclade-web/.json-autotranslate-cache/sq/common.json index f0ad715d6..7a497c052 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/sq/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/sq/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Themeluesi i Clade” - tregon mutacione në lidhje me themeluesin e kladës që i është caktuar mostrës së pyetjes. Vini re se pyetjet nga klasat e ndryshme do të krahasohen me objektiva të ndryshme në këtë rast.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Prind” - tregon mutacione private, d.m.th. mutacionet në lidhje me nyjen prind (më të afërt) të pemës së referencës në të cilën është bashkangjitur mostra e pyetjes gjatë vendosjes filogenetike.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referenca” - tregon mutacionet në lidhje me sekuencën e referencës (siç përcaktohet në grupin e të dhënave).", - "'{{ attr }}' founder": "Themeluesi i '{{ attr }}'", "(truncated)": "(i prerë)", "* Current value. This amount can change depending on load": "* Vlera aktuale. Kjo shumë mund të ndryshojë në varësi të ngarkesës", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} kërkon të paktën {{memoryRequired}} të kujtesës për fije", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Seti i të dhënave aktualisht i zgjedhur nuk duket se përputhet me sekuencat tuaja, por ka {{ n }} grupe të tjera të të dhënave që mund të jenë. Klikoni “Ndrysho grupin e të dhënave të referencës” për të parë listën.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Seti i të dhënave aktualisht i përzgjedhur nuk duket se përputhet me sekuencat tuaja, por ekziston 1 grup i të dhënave që mund të jetë. Klikoni “Ndrysho grupin e të dhënave të referencës” për të parë listën.", "Customizations": "Përshtatjet", + "Customize": "Personalizoni", "Customize dataset files": "Personalizoni skedarët e të dhënave", "Dataset": "Seti i të dhënave", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autorët e grupit të dhënave shënuan këtë grup të të dhënave si të vjetëruar, që do të thotë se grupi i të dhënave është i vjetëruar, nuk do të azhurnohet më ose nuk është i rëndësishëm ndryshe. Ju lutemi kontaktoni autorët e grupit të të dhënave për specifika.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Këtu mund të anashkaloni skedarët individualë në grupin e të dhënave. Nëse një skedar nuk ofrohet, ai do të zëvendësohet nga grupi i të dhënave aktualisht i zgjedhur. Mësoni më shumë në {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Këtu mund të zgjidhni kolona (individuale ose kategori) të cilat do të shkruhen në skedarë CSV dhe TSV.", "Hide dataset files": "Fshih skedarët e të dhënave", + "History": "Histori", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Sidoqoftë, kjo nuk rekomandohet: ky version i aplikacionit nuk përditësohet ose mbështetet më dhe ne nuk mund të garantojmë se do të funksionojë dhe se do të prodhojë rezultate të sakta.", "I want to try anyway": "Unë dua të provoj gjithsesi", "Idle": "I papërpunuar", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritmi sugjerimi dështoi. Ju lutemi raportoni këtë tek zhvilluesit.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritmi i sugjerimit nuk ishte në gjendje të gjejë një grup të dhënash të përshtatshëm për sekuencat Zgjidhni manualisht një set të dhënash. Nëse nuk ka një grup të dhënash të përshtatshëm, merrni parasysh krijimin dhe kontributin e një në mbledhjen e të dhënave të komunitetit Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Rezultatet e përmbledhura të analizës në formatin {{formatName}}.", + "Summary": "Përmbledhje", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Ndërrimi i objektivit do të ndryshojë mutacionet e shfaqura në pamjet e sekuencës, si dhe në kolonën “Mut” të tabelës dhe tipën e saj të veglave mbi miun.", "Text": "Teksti", "The address to the file is correct": "Adresa e skedarit është e saktë", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} funksionon më mirë në versionet më të fundit të ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Informacion shtesë për zhvilluesit (klikoni për të zgjeruar)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Zbuluar kodon (et) e ndalimit të gabuar {{totalStopCodons}}. Gjeni (et) e prekur: {{geneList}}. Rezultati QC: {{score}}", - "Customize": "Personalizoni", - "History": "Histori", - "Summary": "Përmbledhje" + "\"{{ attr }}\" founder": "Themeluesi i “{{ attr }}\"" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/sr/common.json b/packages/nextclade-web/.json-autotranslate-cache/sr/common.json index def0d36f8..f8cb3bfbe 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/sr/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/sr/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Osnivač klade“ - pokazuje mutacije u odnosu na osnivača klade koji je dodeljen uzorku upita. Imajte na umu da će se upiti iz različitih klasa upoređivati sa različitim ciljevima u ovom slučaju.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Roditelj“ - prikazuje privatne mutacije, tj. mutacije u odnosu na roditeljski (najbliži) čvor referentnog stabla na koji je uzorak upita vezan tokom filogenetskog postavljanja.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referenca“ - prikazuje mutacije u odnosu na referentnu sekvencu (kako je definisano u skupu podataka).", - "'{{ attr }}' founder": "Osnivač '{{ attr }}'", "(truncated)": "(skraćeno)", "* Current value. This amount can change depending on load": "* Trenutna vrednost. Ovaj iznos se može menjati u zavisnosti od opterećenja", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahteva najmanje {{memoryRequired}} memorije po niti", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Čini se da trenutno odabrani skup podataka ne odgovara vašim sekvencama, ali postoje {{ n }} drugi skupovi podataka koji bi mogli. Kliknite na „Promeni referentni skup podataka“ da biste videli listu.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Čini se da trenutno odabrani skup podataka ne odgovara vašim sekvencama, ali postoji 1 skup podataka koji bi mogao. Kliknite na „Promeni referentni skup podataka“ da biste videli listu.", "Customizations": "Prilagođavanja", + "Customize": "Prilagodite", "Customize dataset files": "Prilagodite datoteke skupa podataka", "Dataset": "Skup podataka", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Autori skupa podataka označili su ovaj skup podataka kao zastareo, što znači da je skup podataka zastario, više se neće ažurirati ili nije relevantan na drugi način. Molimo kontaktirajte autore skupa podataka za detalje.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Ovde možete zameniti pojedinačne datoteke u skupu podataka. Ako datoteka nije obezbeđena, ona će biti zamenjena iz trenutno izabranog skupa podataka. Saznajte više u {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Ovde možete odabrati kolone (pojedinačne ili kategorije) koje će biti zapisane u CSV i TSV datoteke.", "Hide dataset files": "Sakrij datoteke skupa podataka", + "History": "Istorija", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Međutim, ovo se ne preporučuje: ova verzija aplikacije više nije ažurirana ili podržana i ne možemo garantovati da će raditi i da će dati tačne rezultate.", "I want to try anyway": "Svejedno želim da probam", "Idle": "Neaktivan", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algoritam sugestije nije uspeo. Molimo vas da ovo prijavite programerima.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algoritam sugestije nije uspeo da pronađe skup podataka pogodan za vaše sekvence. Ručno izaberite skup podataka. Ako ne postoji odgovarajući skup podataka, razmislite o stvaranju i doprinosu prikupljanju skupova podataka zajednice Nektclade.", "Summarized results of the analysis in {{formatName}} format.": "Sažeti rezultati analize u formatu {{formatName}}.", + "Summary": "Rezime", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Prebacivanje cilja promeniće mutacije prikazane u prikazima sekvence, kao i u koloni „Mut“ tabele i njenom alatu za prelazak mišem.", "Text": "Tekst", "The address to the file is correct": "Adresa datoteke je tačna", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} najbolje funkcioniše u najnovijim verzijama ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Dodatne informacije za programere (kliknite da biste proširili)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} otkriveni pogrešno postavljeni stop kodoni. Pogođeni geni: {{geneList}}. KC rezultat: {{score}}", - "Customize": "Prilagodite", - "History": "Istorija", - "Summary": "Rezime" + "\"{{ attr }}\" founder": "Osnivač „{{ attr }}“" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/sv/common.json b/packages/nextclade-web/.json-autotranslate-cache/sv/common.json index 4517e5a48..c745d94aa 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/sv/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/sv/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "”Clade Founder” - visar mutationer i förhållande till grundaren av kladen som har tilldelats frågeprovet. Observera att frågor från olika klader kommer att jämföras med olika mål i det här fallet.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "”Förälder” - visar privata mutationer, dvs mutationer i förhållande till den överordnade (närmaste) noden i referensträdet som frågeprovet har kopplats till under fylogenetisk placering.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "”Referens” - visar mutationer i förhållande till referenssekvensen (som definieras i datamängden).", - "'{{ attr }}' founder": "'{{ attr }}' grundare", "(truncated)": "(trunkerad)", "* Current value. This amount can change depending on load": "* Nuvarande värde. Detta belopp kan ändras beroende på belastning", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} kräver minst {{memoryRequired}} minne per tråd", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "För närvarande vald datauppsättning verkar inte matcha dina sekvenser, men det finns {{ n }} andra datamängder som kan. Klicka på ”Ändra referensdataset” för att se listan.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "För närvarande vald datauppsättning verkar inte matcha dina sekvenser, men det finns 1 dataset som kan. Klicka på ”Ändra referensdataset” för att se listan.", "Customizations": "Anpassningar", + "Customize": "Anpassa", "Customize dataset files": "Anpassa datauppsättningsfiler", "Dataset": "Datauppsättning", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Datauppsättningsförfattare markerade denna datauppsättning som föråldrad, vilket innebär att datauppsättningen är föråldrad, kommer inte längre att uppdateras eller inte är relevant på annat sätt. Kontakta datauppsättningsförfattare för detaljer.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Här kan du åsidosätta enskilda filer i datamängden. Om en fil inte tillhandahålls kommer den att ersättas från den för närvarande valda datauppsättningen. Läs mer i {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Här kan du välja kolumner (enskilda eller kategorier) som ska skrivas in i CSV- och TSV-filer.", "Hide dataset files": "Dölj datauppsättningsfiler", + "History": "Historia", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Detta rekommenderas dock inte: den här versionen av applikationen uppdateras eller stöds inte längre, och vi kan inte garantera att den kommer att fungera och att den kommer att ge korrekta resultat.", "I want to try anyway": "Jag vill försöka ändå", "Idle": "Tomgång", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Förslagsalgoritmen misslyckades. Vänligen rapportera detta till utvecklare.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Förslagsalgoritmen kunde inte hitta en datauppsättning som passar dina sekvenser. Välj en datauppsättning manuellt. Om det inte finns någon lämplig datauppsättning, överväg att skapa och bidra med en till Nextclade community-datauppsättningen.", "Summarized results of the analysis in {{formatName}} format.": "Sammanfattade resultat av analysen i {{formatName}} -format.", + "Summary": "Sammanfattning", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Om du byter mål ändras mutationer som visas i sekvensvyerna såväl som i kolumnen ”Mut” i tabellen och dess verktygstips för muspekaren.", "Text": "Texten", "The address to the file is correct": "Adressen till filen är korrekt", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} fungerar bäst i de senaste versionerna av ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Ytterligare information för utvecklare (klicka för att expandera)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} felplacerade stoppkodon (er) detekterade. Berörd gen (er): {{geneList}}. QC-poäng: {{score}}", - "Customize": "Anpassa", - "History": "Historia", - "Summary": "Sammanfattning" + "\"{{ attr }}\" founder": "”{{ attr }}\" grundare" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/sw/common.json b/packages/nextclade-web/.json-autotranslate-cache/sw/common.json index c429d24a5..b9da15360 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/sw/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/sw/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Mwanzilishi wa Clade” - anaonyesha mabadiliko kuhusiana na mwanzilishi wa clade ambayo imepewa kwa sampuli ya swali. Kumbuka kuwa maswali kutoka kwa clades tofauti yatalinganishwa na malengo tofauti katika kesi hii.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Mzazi” - inaonyesha mabadiliko ya kibinafsi, yaani mabadiliko yanayohusiana na node ya mzazi (karibu) ya mti wa kumbukumbu ambayo sampuli ya swali imeunganishwa nayo wakati wa uwekaji wa phylogenic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Kumbukumbu” - inaonyesha mabadiliko kulingana na mlolongo wa kumbukumbu (kama ilivyofafanuliwa katika seti ya data).", - "'{{ attr }}' founder": "Mwanzilishi wa '{{ attr }}'", "(truncated)": "(iliyopunguzwa)", "* Current value. This amount can change depending on load": "* Thamani ya sasa. Kiasi hiki kinaweza kubadilika kulingana na mzigo", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} inahitaji angalau {{memoryRequired}} ya kumbukumbu kwa kila nyuzi", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Seti ya data iliyochaguliwa kwa sasa haionekani kufanana na mlolongo wako, lakini kuna {{ n }} seti zingine za data ambazo zinaweza. Bonyeza “Badilisha seti ya data ya kumbukumbu” ili uone orodha.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Seti ya data iliyochaguliwa kwa sasa haionekani kufanana na mlolongo wako, lakini kuna seti 1 ya data ambayo inaweza. Bonyeza “Badilisha seti ya data ya kumbukumbu” ili uone orodha.", "Customizations": "Ubinafsishaji", + "Customize": "Ubinafsisha", "Customize dataset files": "Badilisha faili za seti ya data", "Dataset": "Seti ya data", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Waandishi wa seti ya data alashiria seti hii ya data kama iliyopunguzwa, ambayo inamaanisha kuwa seti ya data haijatumika, haitasasishwa tena au haifai vinginevyo. Tafadhali wasiliana na waandishi wa seti ya data kwa maelezo.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Hapa unaweza kubadili faili za kibinafsi kwenye seti ya data. Ikiwa faili haijatolewa, itabadilishwa kutoka kwa seti ya data iliyochaguliwa sasa. Jifunze zaidi katika {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Hapa unaweza kuchagua safu (mtu binafsi au kategoria) ambazo zitaandikwa kwenye faili za CSV na TSV.", "Hide dataset files": "Ficha faili za seti ya data", + "History": "Historia", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Walakini, hii haipendekezwi: toleo hili la programu halisasishwa tena au kuungwa mkono, na hatuwezi kuhakikisha kuwa itafanya kazi, na kwamba itatoa matokeo sahihi.", "I want to try anyway": "Nataka kujaribu hata hivyo", "Idle": "Isipokuwa", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Algorithm ya maoni ilishindwa. Tafadhali ripoti hii kwa watengenezaji.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Algorithm ya mapendekezo haikuweza kupata seti ya data inayofaa kwa mlolongo wako. Chagua seti ya data kwa mikono. Ikiwa hakuna seti ya data inayofaa, fikiria kuunda na kuchangia moja kwa mkusanyiko wa seti ya data ya jamii ya Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Matokeo ya muhtasari ya uchambuzi katika muundo wa {{formatName}}.", + "Summary": "Muhtasari", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Kubadilisha lengo litabadilisha mabadiliko yanayoonyeshwa katika maoni ya mlolongo pamoja na katika safu ya “Mut” ya meza na chombo chake cha kipanya.", "Text": "Maandishi", "The address to the file is correct": "Anwani ya faili ni sahihi", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} inafanya kazi vizuri katika matoleo ya hivi karibuni ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Maelezo ya ziada kwa watengenezaji (bofya kupanua)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} codon (s) ya kusimamisha zilizowekwa kugunduliwa. Jeni zilizoathiriwa: {{geneList}}. Alama ya QC: {{score}}", - "Customize": "Ubinafsisha", - "History": "Historia", - "Summary": "Muhtasari" + "\"{{ attr }}\" founder": "“{{ attr }}\" mwanzilishi" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ta/common.json b/packages/nextclade-web/.json-autotranslate-cache/ta/common.json index db30b5da5..45be3aa8d 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ta/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ta/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“கிளேட் நிறுவனர்” - வினவல் மாதிரிக்கு ஒதுக்கப்பட்ட கிளேட் நிறுவனர் தொடர்பான மாற்றங்களைக் காட்டுகிறது. இந்த விஷயத்தில் வெவ்வேறு கிளேடுகளின் வினவல்கள் வெவ்வேறு இலக்குகளுடன் ஒப்பிடப்படும் என்பதை நினைவில் கொள்", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“பெற்றோர்” - தனியார் மாற்றங்களைக் காட்டுகிறது, அதாவது பைலோஜெனடிக் வேலைவாய்ப்பின் போது வினவல் மாதிரி இணைக்கப்பட்ட குறிப்பு மரத்தின் பெற்றோர் (அருகிலுள்ள) முனையுடன் தொடர்புடைய பிறழ்வுகள்.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“குறிப்பு” - குறிப்பு வரிசையுடன் தொடர்புடைய மாற்றங்களைக் காட்டுகிறது (தரவுத்தொகுப்பில் வரையறுக்கப்பட்டுள்ளபடி).", - "'{{ attr }}' founder": "'{{ attr }}' நிறுவனர்", "(truncated)": "(துண்டிக்கப்பட்டது)", "* Current value. This amount can change depending on load": "* தற்போதைய மதிப்பு. சுமையைப் பொறுத்து இந்த தொகை மாறலாம்", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} க்கு ஒரு நூலுக்கு குறைந்தது {{memoryRequired}} நினைவகம் தேவை", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "தற்போது தேர்ந்தெடுக்கப்பட்ட தரவுத்தொகுப்பு உங்கள் வரிசைகளுடன் பொருந்துவதாகத் தெரியவில்லை, ஆனால் {{ n }} பிற தரவுத்தொகுப்புகள் இருக்கலாம். பட்டியலைக் காண “குறிப்பு தரவுத்தொகுப்பை மாற்று” என்பதைக் கிளிக் செய்க", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "தற்போது தேர்ந்தெடுக்கப்பட்ட தரவுத்தொகுப்பு உங்கள் வரிசைகளுடன் பொருந்துவதாகத் தெரியவில்லை, ஆனால் 1 தரவுத்தொகுப்பு இருக்கலாம். பட்டியலைக் காண “குறிப்பு தரவுத்தொகுப்பை மாற்று” என்பதைக் கிளிக் செய்க", "Customizations": "தனிப்பயனாக்கங்கள்", + "Customize": "தனிப்பயன்", "Customize dataset files": "தரவுத்தொகுப்பு கோப்புகளைத் தன", "Dataset": "தரவுத்தொகுப்பு", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "தரவுத்தொகுப்பு ஆசிரியர்கள் இந்த தரவுத்தொகுப்பை நீக்கப்பட்டதாக குறித்தனர், அதாவது தரவுத்தொகுப்பு வழக்கற்றுப்போனது, இனி புதுப்பிக்கப்படாது அல்லது வேறுவிதமாக பொருத்தமானது அல்ல. பிரத்தியேகங்களுக்கு தரவுத்தொகுப்பு ஆசிரியர்களைத்", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "இங்கே நீங்கள் தரவுத்தொகுப்பில் தனிப்பட்ட கோப்புகளை மீறலாம். ஒரு கோப்பு வழங்கப்படவில்லை என்றால், அது தற்போது தேர்ந்தெடுக்கப்பட்ட தரவுத்தொகுப்பிலிருந்து மாற்றப்படும். {{documentation}} இல் மேலும் அறிக", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "இங்கே நீங்கள் CSV மற்றும் TSV கோப்புகளில் எழுதப்படும் நெடுவரிசைகளை (தனிப்பட்ட அல்லது வகைகள்) தேர்ந்தெடுக்கலாம்.", "Hide dataset files": "தரவுத்தளக் கோப்புகளை மறை", + "History": "வரலாறு", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "இருப்பினும், இது பரிந்துரைக்கப்படவில்லை: பயன்பாட்டின் இந்த பதிப்பு இனி புதுப்பிக்கப்படவில்லை அல்லது ஆதரிக்கப்படவில்லை, மேலும் அது வேலை செய்யும் என்பதையும், அது சரியான முடிவுகளைத் தரும் என்பதையும் நாங்கள் உத்தரவாதம் அளிக்க முடியாது.", "I want to try anyway": "நான் எப்படியும் முயற்சிக்க விரும்புகிறேன்", "Idle": "செயலற்ற", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "பரிந்துரை முறை தோல்வியடைந்தது இதை டெவலப்பர்களுக்கு தெரிவிக்கவும்.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "பரிந்துரை வழிமுறையானது உங்கள் வரிசைகளுக்கு ஏற்ற தரவுத்தொகுப்பைக் கண்டுபிடிக்க முடியவில்லை. தரவுத்தொகுப்பை கைமுறையாகத் தேர்ந்த பொருத்தமான தரவுத்தொகுப்பு இல்லை என்றால், நெக்ஸ்ட்க்லேட் சமூக தரவுத்தொகுப்பு சேகரிப்புக்கு ஒன்றை உருவாக்கி பங்களிப்பதைக் கவனியுங்கள்.", "Summarized results of the analysis in {{formatName}} format.": "பகுப்பாய்வின் சுருக்கமான முடிவுகள் {{formatName}} வடிவத்தில்.", + "Summary": "சுருக்கம்", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "இலக்கை மாற்றுவது வரிசை காட்சிகளிலும் அட்டவணையின் “முட்” நெடுவரிசையிலும் அதன் மவுஸ்ஓவர் கருவிக்குறியிலும் காட்டப்படும் மாற்றங்களை மாற்றும்.", "Text": "உரை", "The address to the file is correct": "கோப்பின் முகவரி சரியானது", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "இன் சமீபத்திய பதிப்புகளில் {{project}} சிறப்பாக வேலை செய்கிறது ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} டெவலப்பர்களுக்கான கூடுதல் தகவல் (விரிவாக்க கிளிக் செய்க)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} தவறான இடைநிறுத்தக் கோடன் (கள்) கண்டறியப்பட்டது. பாதிக்கப்பட்ட மரபணு (கள்): {{geneList}}. QC மதிப்பெண்: {{score}}", - "Customize": "தனிப்பயன்", - "History": "வரலாறு", - "Summary": "சுருக்கம்" + "\"{{ attr }}\" founder": "“{{ attr }}\" நிறுவனர்" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/te/common.json b/packages/nextclade-web/.json-autotranslate-cache/te/common.json index a87f0b102..1ebe4a2f0 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/te/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/te/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“క్లేడ్ వ్యవస్థాపకుడు” - ప్రశ్న నమూనాకు కేటాయించిన చేయబడిన క్లేడ్ వ్యవస్థాపకుడికి సంబంధించి ఉత్పరివర్తనలను చూపిస్తుంది. వివిధ క్లాడ్ల నుండి ప్రశ్నలు ఈ సందర్భంలో వేర్వేరు లక్ష్యాలతో పోల్చబడతాయని గమనించండి.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“పేరెంట్” - ప్రైవేట్ ఉత్పరివర్తనలను చూపిస్తుంది, అనగా ఫైలోజెనెటిక్ ప్లేస్మెంట్ సమయంలో ప్రశ్న నమూనాను జతచేయబడిన సూచన చెట్టు యొక్క మాతృ (సమీప) నోడ్కు సంబంధించి ఉత్పరివర్తనలు.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“రిఫరెన్స్” - రిఫరెన్స్ సీక్వెన్స్కు సంబంధించి ఉత్పరివర్తనలను చూపుతుంది (డేటాసెట్లో నిర్వచించిన విధంగా).", - "'{{ attr }}' founder": "'{{ attr }}' వ్యవస్థాపకుడు", "(truncated)": "(కత్తిరించబడింది)", "* Current value. This amount can change depending on load": "* ప్రస్తుత విలువ. లోడ్ను బట్టి ఈ మొత్తం మారవచ్చు", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} కు థ్రెడ్కు కనీసం {{memoryRequired}} మెమరీ అవసరం", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "ప్రస్తుతం ఎంచుకున్న డేటాసెట్ మీ సీక్వెన్స్లతో సరిపోలడం అనిపించదు, కానీ ఉండవచ్చు ఇది {{ n }} ఇతర డేటాసెట్లు ఉన్నాయి. జాబితాను చూడటానికి “రిఫరెన్స్ డేటాసెట్ను మార్చండి” క్లిక్ చేయండి.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "ప్రస్తుతం ఎంచుకున్న డేటాసెట్ మీ సీక్వెన్స్లతో సరిపోలడం అనిపించదు, కానీ ఉండవచ్చు ఇది 1 డేటాసెట్ ఉంది. జాబితాను చూడటానికి “రిఫరెన్స్ డేటాసెట్ను మార్చండి” క్లిక్ చేయండి.", "Customizations": "అనుకూలీకరణలు", + "Customize": "అనుకూలీకరించండి", "Customize dataset files": "డేటాసెట్ ఫైల్లను అనుకూలీకరించండి", "Dataset": "డేటాసెట్", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "డేటాసెట్ రచయితలు ఈ డేటాసెట్ను డీప్రికేట్ చేసినట్లుగా గుర్తించారు, అంటే డేటాసెట్ వాడుకలో ఉంది, ఇకపై నవీకరించబడదు లేదా లేకపోతే సంబంధించినది కాదు. ప్రత్యేకతల కోసం దయచేసి డేటాసెట్ రచయితలను సంప్రదించండి.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "ఇక్కడ మీరు డేటాసెట్లోని వ్యక్తిగత ఫైల్లను ఓవర్రైడ్ చేయవచ్చు. ఒక ఫైల్ అందించబడకపోతే, అది ప్రస్తుతం ఎంచుకున్న డేటాసెట్ నుండి ప్రత్యామ్నాయం చేయబడుతుంది. {{documentation}} లో మరింత తెలుసుకోండి", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "ఇక్కడ మీరు CSV మరియు TSV ఫైళ్ళలోకి వ్రాయబడుతుంది ఇది నిలువు వరుసలను (వ్యక్తిగత లేదా కేతగిరీలు) ఎంచుకోవచ్చు.", "Hide dataset files": "డేటాసెట్ ఫైల్లను దాచండి", + "History": "చరిత్ర", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "అయితే, ఇది సిఫార్సు చేయబడలేదు: అప్లికేషన్ యొక్క ఈ వెర్షన్ ఇకపై నవీకరించబడదు లేదా మద్దతు ఇవ్వబడదు మరియు ఇది పనిచేస్తుందని మరియు సరైన ఫలితాలను ఉత్పత్తి చేస్తుందని మేము హామీ ఇవ్వలేము.", "I want to try anyway": "నేను ఎలాగైనా ప్రయత్నించాలనుకుంటున్నాను", "Idle": "పనికిరాని", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "సలహా అల్గోరిథం విఫలమైంది. దయచేసి దీన్ని డెవలపర్లకు నివేదించండి.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "సలహా అల్గోరిథం మీ సీక్వెన్స్లకు తగిన డేటాసెట్ను కనుగొనలేకపోయాడు. డేటాసెట్ను మాన్యువల్గా ఎంచుకోండి. తగిన డేటాసెట్ లేకపోతే, నెక్స్క్లేడ్ కమ్యూనిటీ డేటాసెట్ సేకరణకు ఒకదాన్ని సృష్టించడం మరియు సహకరించడం పరిగణించండి.", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} ఆకృతిలో విశ్లేషణ యొక్క సంగ్రహించిన ఫలితాలు.", + "Summary": "సారాంశం", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "లక్ష్యాన్ని మార్చడం అనేది సీక్వెన్స్ వీక్షణలలో అలాగే పట్టిక యొక్క “ముట్” కాలమ్లో మరియు దాని మౌస్ఓవర్ టూల్టిప్లో ప్రదర్శించబడిన ఉత్పరివర్తనలను మారుస్తుంది.", "Text": "వచనం", "The address to the file is correct": "ఫైల్కు చిరునామా సరైనది", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} యొక్క తాజా వెర్షన్లలో ఉత్తమంగా పనిచేస్తుంది ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} డెవలపర్ల కోసం అదనపు సమాచారం (విస్తరించడానికి క్లిక్ చేయండి)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} తప్పుగా ఉంచబడిన స్టాప్ కోడాన్ (లు) కనుగొనబడింది. ప్రభావిత జన్యువు (లు): {{geneList}}. క్యూసి స్కోర్: {{score}}", - "Customize": "అనుకూలీకరించండి", - "History": "చరిత్ర", - "Summary": "సారాంశం" + "\"{{ attr }}\" founder": "“{{ attr }}\" వ్యవస్థాపకుడు" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/th/common.json b/packages/nextclade-web/.json-autotranslate-cache/th/common.json index 0daf953f6..b44034c18 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/th/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/th/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ผู้ก่อตั้ง Clade” - แสดงการกลายพันธุ์ที่สัมพันธ์กับผู้ก่อตั้งของคลาดที่ได้รับการกำหนดให้กับตัวอย่างแบบสอบถามโปรดทราบว่าการสืบค้นจากคลาดต่างๆจะถูกเปรียบเทียบกับเป้าหมายที่แตกต่างกันในกรณีนี้", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“ผู้ปกครอง” - แสดงการกลายพันธุ์ส่วนตัว เช่น การกลายพันธุ์ที่สัมพันธ์กับโหนดแม่ (ที่ใกล้ที่สุด) ของต้นไม้อ้างอิงที่แนบตัวอย่างแบบสอบถามในระหว่างการจัดวางสายวิวัฒนาการ", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“การอ้างอิง” - แสดงการกลายพันธุ์ที่สัมพันธ์กับลำดับอ้างอิง (ตามที่กำหนดไว้ในชุดข้อมูล)", - "'{{ attr }}' founder": "ผู้ก่อตั้ง '{{ attr }}'", "(truncated)": "(ตัดทอน)", "* Current value. This amount can change depending on load": "* ค่าปัจจุบันจำนวนนี้สามารถเปลี่ยนแปลงได้ขึ้นอยู่กับโหลด", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ต้องใช้หน่วยความจำอย่างน้อย {{memoryRequired}} ต่อเธรด", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "ชุดข้อมูลที่เลือกในปัจจุบันดูเหมือนจะไม่ตรงกับลำดับของคุณ แต่มี {{ n }} ชุดข้อมูลอื่น ๆ ที่อาจเกิดขึ้นคลิก “เปลี่ยนชุดข้อมูลอ้างอิง” เพื่อดูรายการ", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "ชุดข้อมูลที่เลือกในปัจจุบันดูเหมือนจะไม่ตรงกับลำดับของคุณ แต่มีชุดข้อมูล 1 ชุดซึ่งอาจเกิดขึ้นคลิก “เปลี่ยนชุดข้อมูลอ้างอิง” เพื่อดูรายการ", "Customizations": "การปรับแต่ง", + "Customize": "ปรับแต่ง", "Customize dataset files": "ปรับแต่งไฟล์ชุดข้อมูล", "Dataset": "ชุดข้อมูล", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "ผู้เขียนชุดข้อมูลทำเครื่องหมายชุดข้อมูลนี้ว่าล้าสมัย ซึ่งหมายความว่าชุดข้อมูลล้าสมัย จะไม่ได้รับการอัปเดตอีกต่อไปหรือไม่เกี่ยวข้องอย่างอื่นโปรดติดต่อผู้เขียนชุดข้อมูลสำหรับข้อมูลรายละเอียด", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "ที่นี่คุณสามารถแทนที่ไฟล์แต่ละไฟล์ในชุดข้อมูลหากไม่มีไฟล์ ไฟล์จะถูกแทนที่จากชุดข้อมูลที่เลือกในปัจจุบันเรียนรู้เพิ่มเติมใน {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "ที่นี่คุณสามารถเลือกคอลัมน์ (รายบุคคลหรือหมวดหมู่) ซึ่งจะถูกเขียนลงในไฟล์ CSV และ TSV", "Hide dataset files": "ซ่อนไฟล์ชุดข้อมูล", + "History": "ประวัติศาสตร์", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "อย่างไรก็ตามไม่แนะนำให้ใช้: แอปพลิเคชันเวอร์ชันนี้ไม่ได้รับการอัปเดตหรือรองรับอีกต่อไปและเราไม่สามารถรับประกันได้ว่ามันจะทำงานและจะให้ผลลัพธ์ที่ถูกต้อง", "I want to try anyway": "ฉันอยากลองอย่างไรก็ตาม", "Idle": "ไม่ใช้งาน", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "อัลกอริทึมคำแนะนำล้มเหลโปรดรายงานสิ่งนี้ให้กับนักพัฒนา", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "อัลกอริทึมข้อเสนอแนะไม่สามารถค้นหาชุดข้อมูลที่เหมาะสมกับลำดับของคุณได้เลือกชุดข้อมูลด้วยตนเองหากไม่มีชุดข้อมูลที่เหมาะสม ให้พิจารณาสร้างและสนับสนุนชุดข้อมูลชุมชน Nextclade", "Summarized results of the analysis in {{formatName}} format.": "สรุปผลการวิเคราะห์ในรูปแบบ {{formatName}}", + "Summary": "สรุป", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "การสลับเป้าหมายจะเปลี่ยนการกลายพันธุ์ที่แสดงในมุมมองลำดับเช่นเดียวกับในคอลัมน์ “Mut” ของตารางและเคล็ดลับเครื่องมือโอเวอร์เมาส์", "Text": "ข้อความ", "The address to the file is correct": "ที่อยู่ของไฟล์ถูกต้อง", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} ทำงานได้ดีที่สุดในเวอร์ชันล่าสุดของ ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} ข้อมูลเพิ่มเติมสำหรับนักพัฒนา (คลิกเพื่อขยาย)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} ตรวจพบโคดอนหยุดที่ไม่ถูกต้องยีนที่ได้รับผลกระทบ: {{geneList}}.คะแนนคิวซี: {{score}}", - "Customize": "ปรับแต่ง", - "History": "ประวัติศาสตร์", - "Summary": "สรุป" + "\"{{ attr }}\" founder": "“{{ attr }}\" ผู้ก่อตั้ง" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/tl/common.json b/packages/nextclade-web/.json-autotranslate-cache/tl/common.json index 3da265bba..4bf0a1f9f 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/tl/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/tl/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Tagapagtatag ng Clade” - nagpapakita ng mga mutasyon na nauugnay sa tagapagtatag ng clade na itinalaga sa sample ng query. Tandaan na ang mga query mula sa iba't ibang clade ay ihahambing sa iba't ibang mga target sa kasong ito.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Magulang” - nagpapakita ng mga pribadong mutasyon, ibig sabihin, mga mutasyon na nauugnay sa magulang (pinakamalapit) node ng sanggunian na puno kung saan nakalakip ang sample ng query sa panahon ng phylogenic na paglalagay.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Sanggunian” - nagpapakita ng mga mutasyon na kaugnay sa pagkakasunud-sunod ng sanggunian (tulad ng tinukoy sa dataset).", - "'{{ attr }}' founder": "Tagapagtatag ng '{{ attr }}'", "(truncated)": "(pinutol)", "* Current value. This amount can change depending on load": "* Kasalukuyang halaga. Ang halagang ito ay maaaring magbago depende sa pag-load", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Ang {{appName}} ay nangangailangan ng hindi bababa sa {{memoryRequired}} ng memorya bawat thread", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Ang kasalukuyang napiling dataset ay tila hindi tumutugma sa iyong mga pagkakasunud-sunod, ngunit mayroong {{ n }} iba pang mga dataset na maaaring. I-click ang “Baguhin ang sanggunian na dataset” upang makita ang listahan.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Ang kasalukuyang napiling dataset ay tila hindi tumutugma sa iyong mga pagkakasunud-sunod, ngunit mayroong 1 dataset na maaaring. I-click ang “Baguhin ang sanggunian na dataset” upang makita ang listahan.", "Customizations": "Pagpapasadya", + "Customize": "Ipasadya", "Customize dataset files": "Ipasadya ang mga file ng dataset", "Dataset": "Dataset", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Minarkahan ng mga may-akda ng dataset ang dataset na ito bilang hindi napapanahong, na nangangahulugan na ang dataset ay hindi pa ginagamit, hindi na mai-update o hindi nauugnay kung hindi man. Mangyaring makipag-ugnay sa mga may-akda ng dataset para sa mga", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Dito maaari mong i-override ang mga indibidwal na file sa dataset. Kung hindi ibinibigay ang isang file, papalitan ito mula sa kasalukuyang napiling dataset. Matuto nang higit pa sa {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Dito maaari kang pumili ng mga haligi (indibidwal o kategorya) na isusulat sa mga file ng CSV at TSV.", "Hide dataset files": "Itago ang mga file ng dataset", + "History": "Kasaysayan", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Gayunpaman, hindi ito inirerekomenda: ang bersyon na ito ng application ay hindi na na-update o sinusuportahan, at hindi namin magagarantiyahan na gagana ito, at magkakaroon ito ng tamang mga resulta.", "I want to try anyway": "Gusto kong subukan pa rin", "Idle": "Walang walang-loob", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Nabigo ang algorithm ng mungkahi. Mangyaring iulat ito sa mga developer.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Hindi makahanap ng algorithm ng mungkahi ang isang dataset na angkop para sa iyong mga pagkakasunud-sunod. Pumili ng isang dataset nang manu-mano. Kung walang angkop na dataset, isaalang-alang ang paglikha at mag-ambag ng isa sa koleksyon ng dataset ng komunidad ng Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Buod na mga resulta ng pagsusuri sa format na {{formatName}}.", + "Summary": "Buod", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Ang paglipat ng target ay magbabago ng mga mutasyon na ipinapakita sa mga view ng pagkakasunud-sunod pati na rin sa haligi na “Mut” ng talahanayan at sa tooltip ng mouseover nito.", "Text": "Teksto", "The address to the file is correct": "Ang address sa file ay tama", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "Pinakamahusay na gumagana ang {{project}} sa pinakabagong bersyon ng ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Karagdagang impormasyon para sa mga developer (i-click upang palawakin)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Nakita ang mga maling lugar na stop codon (s) {{totalStopCodons}}. Mga apektadong gene: {{geneList}}. Marka ng QC: {{score}}", - "Customize": "Ipasadya", - "History": "Kasaysayan", - "Summary": "Buod" + "\"{{ attr }}\" founder": "Tagapagtatag ng “{{ attr }}\"" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/tr/common.json b/packages/nextclade-web/.json-autotranslate-cache/tr/common.json index ac26fe285..3bf77fd74 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/tr/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/tr/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade kurucusu” - sorgu örneğine atanan klanın kurucusuna göre mutasyonları gösterir. Bu durumda farklı sınıflardan gelen sorguların farklı hedeflerle karşılaştırılacağını unutmayın.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ebeveyn” - özel mutasyonları, yani filogenetik yerleştirme sırasında sorgu örneğinin eklendiği referans ağacının ana (en yakın) düğümüne göre mutasyonları gösterir.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referans” - referans dizisine göre mutasyonları gösterir (veri kümesinde tanımlandığı gibi).", - "'{{ attr }}' founder": "'{{ attr }}' kurucusu", "(truncated)": "(kesilmiş)", "* Current value. This amount can change depending on load": "* Mevcut değer. Bu miktar yüke bağlı olarak değişebilir", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} iş parçacığı başına en az {{memoryRequired}} bellek gerektirir", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Şu anda seçilen veri kümesi dizilerinizle eşleşmiyor gibi görünüyor, ancak olabilecek {{ n }} başka veri kümeleri var. Listeyi görmek için “Referans veri kümesini değiştir” i tıklayın.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Şu anda seçilen veri kümesi dizilerinizle eşleşmiyor gibi görünüyor, ancak olabilecek 1 veri kümesi var. Listeyi görmek için “Referans veri kümesini değiştir” i tıklayın.", "Customizations": "Özelleştirmeler", + "Customize": "Özelleştir", "Customize dataset files": "Veri kümesi dosyalarını özelleştirme", "Dataset": "Veri Kümesi", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Veri kümesi yazarları bu veri kümesini kullanımdan kaldırılmış olarak işaretledi; bu, veri kümesinin eski olduğu, artık güncellenmeyeceği veya başka türlü alakalı olmadığı anlamına gelir. Ayrıntılar için lütfen veri kümesi yazarlarıyla iletişime geçin.", @@ -148,7 +148,7 @@ "Enter reference sequence in {{formatName}} format": "Referans sırasını {{formatName}} biçiminde girin", "Enter reference tree in {{formatName}} format": "Referans ağacını {{formatName}} biçiminde girin", "Enter sequence data in FASTA format": "Dizi verilerini FASTA formatında girin", - "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "“'' kurucu” biçimindeki girişler, belirli bir sınıf benzeri özelliğin (veri kümesinde tanımlanmışsa) kurucu düğümüne göre mutasyonlar gösterir. Veri kümesi yazarları belirli nitelikleri hariç tutmayı seçebilir.", + "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "“'' kurucu” biçimindeki girişler, belirli bir sınıf benzeri özelliğin (veri kümesinde tanımlanmışsa) kurucu düğümüne göre mutasyonlar gösterir. Veri kümesi yazarları belirli özellikleri hariç tutmayı seçebilir.", "Error": "Hata", "Errors & warnings": "Hatalar ve uyarılar", "Example": "Örnek", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Burada veri kümesindeki tek tek dosyaları geçersiz kılabilirsiniz. Bir dosya sağlanmazsa, o anda seçilen veri kümesinden değiştirilecektir. Daha fazla bilgi için {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Burada CSV ve TSV dosyalarına yazılacak sütunları (bireysel veya kategoriler) seçebilirsiniz.", "Hide dataset files": "Veri kümesi dosyalarını gizle", + "History": "Tarihçe", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Ancak, bu önerilmez: uygulamanın bu sürümü artık güncellenmiyor veya desteklenmiyor ve çalışacağını ve doğru sonuçlar vereceğini garanti edemeyiz.", "I want to try anyway": "Yine de denemek istiyorum", "Idle": "Boşta", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Öneri algoritması başarısız oldu. Lütfen bunu geliştiricilere bildirin.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Öneri algoritması, dizileriniz için uygun bir veri kümesi bulamadı. Manuel olarak bir veri kümesini seçin. Uygun bir veri kümesi yoksa, Nextclade topluluk veri kümesi koleksiyonuna bir tane oluşturmayı ve katkıda bulunmayı düşünün.", "Summarized results of the analysis in {{formatName}} format.": "Analizin sonuçları {{formatName}} formatında özetlendi.", + "Summary": "Özet", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Hedefi değiştirmek, sıra görünümlerinde ve tablonun “Mut” sütununda ve farenin üzerine getirilen araç ipucunda görüntülenen mutasyonları değiştirecektir.", "Text": "Metin", "The address to the file is correct": "Dosyanın adresi doğru", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} en son sürümlerinde en iyi şekilde çalışır ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Geliştiriciler için ek bilgiler (genişletmek için tıklayın)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} yanlış yerleştirilmiş durdurma kodonları tespit edildi. Etkilenen gen (ler): {{geneList}}. QC puanı: {{score}}", - "Customize": "Özelleştir", - "History": "Tarihçe", - "Summary": "Özet" + "\"{{ attr }}\" founder": "“{{ attr }}\" kurucusu" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/uk/common.json b/packages/nextclade-web/.json-autotranslate-cache/uk/common.json index 095751a37..a764cf8f4 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/uk/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/uk/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Засновник Clade» - показує мутації щодо засновника клади, яка була призначена для вибірки запиту. Зверніть увагу, що запити з різних кладів будуть порівнюватися з різними цілями в цьому випадку.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Батько» - показує приватні мутації, тобто мутації відносно батьківського (найближчого) вузла еталонного дерева, до якого зразок запиту був приєднаний під час філогенетичного розміщення.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Посилання» - показує мутації щодо еталонної послідовності (як визначено в наборі даних).", - "'{{ attr }}' founder": "Засновник '{{ attr }}'", "(truncated)": "(урізаний)", "* Current value. This amount can change depending on load": "* Поточне значення. Ця сума може змінюватися залежно від навантаження", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} вимагає принаймні {{memoryRequired}} пам'яті для кожного потоку", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Наразі вибраний набір даних, схоже, не відповідає вашим послідовностям, але є {{ n }} інші набори даних, які можуть бути. Натисніть «Змінити довідковий набір даних», щоб побачити список.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Наразі вибраний набір даних, схоже, не відповідає вашим послідовностям, але є 1 набір даних, який може бути. Натисніть «Змінити довідковий набір даних», щоб побачити список.", "Customizations": "Налаштування", + "Customize": "Налаштувати", "Customize dataset files": "Налаштування файлів набору даних", "Dataset": "Набір даних", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Автори набору даних позначили цей набір даних як застарілий, що означає, що набір даних застарілий, більше не буде оновлюватися або не має значення в іншому випадку. Будь ласка, зв'яжіться з авторами набору даних, щоб дізнатися більше.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Тут ви можете перевизначити окремі файли в наборі даних. Якщо файл не надано, він буде замінений з поточного вибраного набору даних. Дізнайтеся більше в {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Тут ви можете вибрати стовпці (окремі або категорії), які будуть записані у файли CSV та TSV.", "Hide dataset files": "Приховати файли набору даних", + "History": "Історія", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Однак це не рекомендується: ця версія програми більше не оновлюється і не підтримується, і ми не можемо гарантувати, що вона буде працювати, і що вона дасть правильні результати.", "I want to try anyway": "Я все одно хочу спробувати", "Idle": "Неактивний", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Алгоритм пропозиції не вдалося. Будь ласка, повідомте про це розробникам.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Алгоритм пропозицій не зміг знайти набір даних, відповідний для ваших послідовностей. Виберіть набір даних вручну. Якщо немає відповідного набору даних, подумайте про створення та внесення його до колекції наборів даних спільноти Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Підведені результати аналізу у форматі {{formatName}}.", + "Summary": "Короткий зміст", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Перемикання цілі змінить мутації, що відображаються у переглядах послідовності, а також у стовпці «Mut» таблиці та підказці миші.", "Text": "Текст", "The address to the file is correct": "Адреса до файлу правильна", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} найкраще працює в останніх версіях ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Додаткова інформація для розробників (натисніть, щоб розгорнути)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "Виявлено {{totalStopCodons}} неправильно розміщений стоп-кодон (и). Уражені гени: {{geneList}}. Оцінка якості: {{score}}", - "Customize": "Налаштувати", - "History": "Історія", - "Summary": "Короткий зміст" + "\"{{ attr }}\" founder": "Засновник «{{ attr }}»" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/ur/common.json b/packages/nextclade-web/.json-autotranslate-cache/ur/common.json index 7930116d2..8236ec7c6 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/ur/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/ur/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“کلیڈ بانی” - کلیڈ کے بانی سے متعلق تبدیلیوں کو ظاہر کرتا ہے جو سوال کے نمونے کو تفویض کیا گیا ہے۔ نوٹ کریں کہ اس معاملے میں مختلف کلیڈز سے سوالات کا موازنہ مختلف اہداف کے ساتھ کیا جائے گا۔", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“والدین” - نجی تغیرات کو ظاہر کرتا ہے، یعنی ریفرنس درخت کے والدین (قریب ترین) نوڈ سے متعلق تغیرات جس سے فائلوجینیٹک پلیسمنٹ کے دوران سوال کا نمونہ منسلک کیا گیا ہے۔", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“حوالہ” - حوالہ ترتیب (جیسا کہ ڈیٹا سیٹ میں بیان کیا گیا ہے) کے سلسلے میں تبدیلیوں کو ظاہر کرتا ہے۔", - "'{{ attr }}' founder": "'{{ attr }}' بانی", "(truncated)": "(کٹے ہوئے)", "* Current value. This amount can change depending on load": "* موجودہ قدر. یہ رقم بوجھ کے لحاظ سے تبدیل ہوسکتی ہے", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} کو فی تھریڈ میں کم از کم {{memoryRequired}} میموری کی ضرورت ہوتی ہے", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "فی الحال منتخب کردہ ڈیٹا سیٹ آپ کے سلسلے سے مماثل نہیں لگتا ہے، لیکن {{ n }} دوسرے ڈیٹا سیٹ موجود ہیں جو ہوسکتے ہیں۔ فہرست دیکھنے کے لئے “حوالہ ڈیٹا سیٹ تبدیل کریں” پر کلک کریں۔", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "فی الحال منتخب کردہ ڈیٹا سیٹ آپ کے سلسلے سے مماثل نہیں لگتا ہے، لیکن یہاں 1 ڈیٹا سیٹ ہے جو ہوسکتا ہے۔ فہرست دیکھنے کے لئے “حوالہ ڈیٹا سیٹ تبدیل کریں” پر کلک کریں۔", "Customizations": "اپنی مرضی کے مطابق", + "Customize": "اپنی مرضی کے مطابق", "Customize dataset files": "ڈیٹا سیٹ فائلوں کو اپنی مرضی", "Dataset": "ڈیٹا سیٹ", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "ڈیٹا سیٹ مصنفین نے اس ڈیٹا سیٹ کو ناکارہ قرار دیا، جس کا مطلب ہے کہ ڈیٹا سیٹ متروک ہے، اب اپ ڈیٹ نہیں کیا جائے گا یا دوسری صورت میں متعلقہ نہیں ہے۔ تفصیلات کے لئے براہ کرم ڈیٹا سیٹ مصنفین سے رابط", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "یہاں آپ ڈیٹا سیٹ میں انفرادی فائلوں کو اوور رائڈ کرسکتے ہیں۔ اگر کوئی فائل فراہم نہیں کی گئی ہے تو، اسے فی الحال منتخب کردہ ڈیٹا سیٹ سے تبدیل کیا جائے گا۔ {{documentation}} میں مزید معلومات حاصل کریں", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "یہاں آپ کالم (انفرادی یا زمرے) منتخب کرسکتے ہیں جو CSV اور TSV فائلوں میں لکھے جائیں گے۔", "Hide dataset files": "ڈیٹا سیٹ فائلوں کو چھپائیں", + "History": "تاریخ", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "تاہم، اس کی سفارش نہیں کی جاتی ہے: ایپلی کیشن کا یہ ورژن اب اپ ڈیٹ یا سپورٹ نہیں کیا گیا ہے، اور ہم اس بات کی ضمانت نہیں دے سکتے کہ یہ کام کرے گا، اور یہ کہ اس سے صحیح نتائج ملے گا۔", "I want to try anyway": "میں ویسے بھی کوشش کرنا چاہتا ہوں", "Idle": "بیکار", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "تجویز کا الگورتھم ناکام براہ کرم اس کی اطلاع ڈویلپرز کو کریں۔", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "تجویز الگورتھم آپ کے سلسلے کے لئے موزوں ڈیٹا سیٹ تلاش کرنے سے قاصر تھا۔ دستی طور پر ڈیٹا سیٹ منتخب کریں۔ اگر کوئی مناسب ڈیٹا سیٹ نہیں ہے تو، نیکسکلیڈ کمیونٹی ڈیٹا سیٹ جمع کرنے میں ایک بنانے اور اس میں تعاون کرنے پر غور کریں۔", "Summarized results of the analysis in {{formatName}} format.": "{{formatName}} فارمیٹ میں تجزیہ کے خلاصہ نتائج۔", + "Summary": "خلاصہ", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "ہدف کو تبدیل کرنے سے ترتیب کے نظاروں کے ساتھ ساتھ ٹیبل کے “موٹ” کالم اور اس کے ماؤس اوور ٹول ٹپ میں دکھائے جانے والے تغیرات بدل جائیں گے۔", "Text": "متن", "The address to the file is correct": "فائل کا پتہ درست ہے", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} کے تازہ ترین ورژن میں بہترین کام کرتا ہے ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} ڈویلپرز کے لئے اضافی معلومات (بڑھانے کے لئے کلک کریں)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} غلط اسٹاپ کوڈن (وں) کا پتہ لگایا۔ متاثرہ جین (ز): {{geneList}}. کیو سی اسکور: {{score}}", - "Customize": "اپنی مرضی کے مطابق", - "History": "تاریخ", - "Summary": "خلاصہ" + "\"{{ attr }}\" founder": "“{{ attr }}\" بانی" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/uz/common.json b/packages/nextclade-web/.json-autotranslate-cache/uz/common.json index 18ebf83fd..3a4b85ec9 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/uz/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/uz/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade asoschisi” - so'rov namunasiga tayinlangan kladning asoschisiga nisbatan mutatsiyalarni ko'rsatadi. Turli xil kladlardan olingan so'rovlar bu holatda turli maqsadlar bilan taqqoslanishini unutmang.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ota-ona” - xususiy mutatsiyalarni ko'rsatadi. filogenetik joylashtirish vaqtida so'rov namunasi biriktirilgan mos yozuvlar daraxtining ota-ona (eng yaqin) tuguniga nisbatan mutatsiyalar.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Malumot” - mos yozuvlar ketma-ketligiga nisbatan mutatsiyalarni ko'rsatadi (ma'lumotlar to'plamida aniqlanganidek).", - "'{{ attr }}' founder": "“{{ attr }}” asoschisi", "(truncated)": "(kesilgan)", "* Current value. This amount can change depending on load": "* Joriy qiymat. Ushbu miqdor yukga qarab o'zgarishi mumkin", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ip boshiga xotiraning kamida {{memoryRequired}} ni talab qiladi", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Hozirda tanlangan ma'lumotlar to'plami sizning ketma-ketliklaringizga mos kelmaydigan ko'rinadi, lekin {{ n }} boshqa ma'lumotlar to'plamlari mavjud. Ro'yxatni ko'rish uchun “Malumot ma'lumotlar to'plamini o'zgartirish” tugmasini bosing.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Hozirda tanlangan ma'lumotlar to'plami sizning ketma-ketliklaringizga mos kelmaydigan ko'rinadi, lekin mumkin bo'lgan 1 ta ma'lumotlar to'plami mavjud. Ro'yxatni ko'rish uchun “Malumot ma'lumotlar to'plamini o'zgartirish” tugmasini bosing.", "Customizations": "Moslashtirishlar", + "Customize": "Moslashtiring", "Customize dataset files": "Ma'lumotlar to'plami fayllarini sozlang", "Dataset": "Ma'lumotlar to'plami", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Ma'lumotlar to'plami mualliflari ushbu ma'lumotlar to'plamini eskirgan deb belgilashdi, ya'ni ma'lumotlar to'plami eskirgan, endi yangilanmaydi yoki aks holda tegishli emas. Maxsus xususiyatlar uchun ma'lumotlar to'plami mualliflariga murojaat qiling.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Bu erda ma'lumotlar to'plamidagi alohida fayllarni bekor qilishingiz mumkin. Agar fayl taqdim etilmasa, u hozirda tanlangan ma'lumotlar to'plamidan almashtiriladi. Batafsil ma'lumotni {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Bu erda siz CSV va TSV fayllariga yoziladigan ustunlarni (individual yoki toifalar) tanlashingiz mumkin.", "Hide dataset files": "Ma'lumotlar to'plami fayllarini yashirish", + "History": "Tarix", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Biroq, bu tavsiya etilmaydi: ilovaning ushbu versiyasi endi yangilanmaydi yoki qo'llab-quvvatlanmaydi va biz uning ishlashiga va to'g'ri natijalarga erishishiga kafolat bera olmaymiz.", "I want to try anyway": "Men baribir sinab ko'rmoqchiman", "Idle": "Bo'sh", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Taklif algoritmi muvaffaqiyatsiz tugadi. Iltimos, bu haqda ishlab chiquvchilarga xabar bering.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Taklif algoritmi sizning ketma-ketliklaringiz uchun mos ma'lumotlar to'plamini topa olmadi. Ma'lumotlar to'plamini qo'lda tanlang. Agar mos ma'lumotlar to'plami bo'lmasa, Nextclade jamoa ma'lumotlar to'plami to'plamiga birini yaratish va hissa qo'shishni o'ylab ko'ring.", "Summarized results of the analysis in {{formatName}} format.": "Tahlilning umumlashtirilgan natijalari {{formatName}} formatida.", + "Summary": "Xulosa", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Maqsadni almashtirish ketma-ketlik ko'rinishlarida, shuningdek jadvalning “Mut” ustunida va uning mouseover tooltipda ko'rsatiladigan mutatsiyalarni o'zgartiradi.", "Text": "Matn", "The address to the file is correct": "Faylning manzili to'g'ri", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} ning so'nggi versiyalarida eng yaxshi ishlaydi ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Ishlab chiquvchilar uchun qo'shimcha ma'lumot (kengaytirish uchun bosing)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} noto'g'ri joylashtirilgan to'xtash kodonlari aniqlandi. Ta'sirlangan gen (lar): {{geneList}}. QC ballari: {{score}}", - "Customize": "Moslashtiring", - "History": "Tarix", - "Summary": "Xulosa" + "\"{{ attr }}\" founder": "“{{ attr }}\" asoschisi" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/vi/common.json b/packages/nextclade-web/.json-autotranslate-cache/vi/common.json index a272cf261..39e90f7ca 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/vi/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/vi/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Người sáng lập Clade” - hiển thị các đột biến liên quan đến người sáng lập nhánh đã được gán cho mẫu truy vấn. Lưu ý rằng các truy vấn từ các nhóm khác nhau sẽ được so sánh với các mục tiêu khác nhau trong trường hợp này.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Parent” - hiển thị các đột biến riêng tư, tức là đột biến liên quan đến nút mẹ (gần nhất) của cây tham chiếu mà mẫu truy vấn đã được gắn vào trong quá trình đặt phát sinh loài.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tham chiếu” - hiển thị các đột biến liên quan đến trình tự tham chiếu (như được định nghĩa trong tập dữ liệu).", - "'{{ attr }}' founder": "Người sáng lập '{{ attr }}'", "(truncated)": "(cắt ngắn)", "* Current value. This amount can change depending on load": "* Giá trị hiện tại. Số tiền này có thể thay đổi tùy thuộc vào tải", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} yêu cầu ít nhất {{memoryRequired}} bộ nhớ cho mỗi luồng", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "Tập dữ liệu được chọn hiện tại dường như không khớp với trình tự của bạn, nhưng có {{ n }} bộ dữ liệu khác có thể. Nhấp vào “Thay đổi tập dữ liệu tham chiếu” để xem danh sách.", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "Tập dữ liệu được chọn hiện tại dường như không khớp với trình tự của bạn, nhưng có 1 tập dữ liệu có thể. Nhấp vào “Thay đổi tập dữ liệu tham chiếu” để xem danh sách.", "Customizations": "Tùy chỉnh", + "Customize": "Tùy chỉnh", "Customize dataset files": "Tùy chỉnh tập tin tập dữ liệu", "Dataset": "Tập dữ liệu", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "Các tác giả tập dữ liệu đã đánh dấu tập dữ liệu này là không dùng nữa, có nghĩa là tập dữ liệu đã lỗi thời, sẽ không còn được cập nhật hoặc không liên quan nếu không. Vui lòng liên hệ với tác giả tập dữ liệu để biết chi tiết cụ thể.", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "Tại đây bạn có thể ghi đè các tệp riêng lẻ trong tập dữ liệu. Nếu một tệp không được cung cấp, nó sẽ được thay thế từ tập dữ liệu hiện đang được chọn. Tìm hiểu thêm trong {{documentation}}", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "Tại đây bạn có thể chọn các cột (cá nhân hoặc danh mục) sẽ được ghi vào tệp CSV và TSV.", "Hide dataset files": "Ẩn tập tin tập dữ liệu", + "History": "Lịch sử", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "Tuy nhiên, điều này không được khuyến khích: phiên bản ứng dụng này không còn được cập nhật hoặc hỗ trợ và chúng tôi không thể đảm bảo rằng nó sẽ hoạt động và nó sẽ tạo ra kết quả chính xác.", "I want to try anyway": "Dù sao tôi cũng muốn thử", "Idle": "Nhàn rỗi", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "Thuật toán đề xuất không thành công. Vui lòng báo cáo điều này cho các nhà phát triển.", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "Thuật toán đề xuất không thể tìm thấy tập dữ liệu phù hợp với trình tự của bạn. Chọn một tập dữ liệu theo cách thủ công. Nếu không có tập dữ liệu phù hợp, hãy xem xét tạo và đóng góp một tập dữ liệu cho bộ sưu tập dữ liệu cộng đồng Nextclade.", "Summarized results of the analysis in {{formatName}} format.": "Tóm tắt kết quả phân tích ở định dạng {{formatName}}.", + "Summary": "Tóm tắt", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "Chuyển đổi mục tiêu sẽ thay đổi các đột biến được hiển thị trong chế độ xem trình tự cũng như trong cột “Mut” của bảng và lời khuyên công cụ di chuột của nó.", "Text": "Văn bản", "The address to the file is correct": "Địa chỉ của tập tin là chính xác", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} hoạt động tốt nhất trong các phiên bản mới nhất của ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} Thông tin bổ sung cho các nhà phát triển (bấm để mở rộng)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} phát hiện (các) codon dừng ở vị trí sai. (Các) gen bị ảnh hưởng: {{geneList}}. Điểm QC: {{score}}", - "Customize": "Tùy chỉnh", - "History": "Lịch sử", - "Summary": "Tóm tắt" + "\"{{ attr }}\" founder": "Người sáng lập “{{ attr }}”" } diff --git a/packages/nextclade-web/.json-autotranslate-cache/zh/common.json b/packages/nextclade-web/.json-autotranslate-cache/zh/common.json index b3d8d63f7..8817a1f5b 100644 --- a/packages/nextclade-web/.json-autotranslate-cache/zh/common.json +++ b/packages/nextclade-web/.json-autotranslate-cache/zh/common.json @@ -10,7 +10,6 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade 创始人”-显示与分配给查询样本的 clade 创始人相关的突变。请注意,在这种情况下,来自不同分支的查询将与不同的目标进行比较。", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“父级”-显示私有突变,即相对于系统发育放置期间查询样本所附参考树的父(最近)节点的突变。", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“参考”-显示相对于参考序列的突变(如数据集中所定义)。", - "'{{ attr }}' founder": "'{{ attr }}' 创始人", "(truncated)": "(截断)", "* Current value. This amount can change depending on load": "* 当前值。该数量可能会根据负载而变化", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} 每个线程需要至少 {{memoryRequired}} 的内存", @@ -104,6 +103,7 @@ "Currently selected dataset does not seem to match your sequences, but there are {{ n }} other datasets which might. Click \"Change reference dataset\" to see the list.": "当前选定的数据集似乎与您的序列不匹配,但还有 {{ n }} 个其他数据集可能与之匹配。单击 “更改参考数据集” 以查看列表。", "Currently selected dataset does not seem to match your sequences, but there is 1 dataset which might. Click \"Change reference dataset\" to see the list.": "当前选定的数据集似乎与您的序列不匹配,但有 1 个数据集可能与您的序列不匹配。单击 “更改参考数据集” 以查看列表。", "Customizations": "自定义", + "Customize": "自定义", "Customize dataset files": "自定义数据集文件", "Dataset": "数据集", "Dataset authors marked this dataset as deprecated, which means the dataset is obsolete, will no longer be updated or is not relevant otherwise. Please contact dataset authors for specifics.": "数据集作者将该数据集标记为已过时,这意味着该数据集已过时、将不再更新或不相关。请联系数据集作者了解详情。", @@ -186,6 +186,7 @@ "Here you can override individual files in the dataset. If a file is not provided, it will be substituted from the currently selected dataset. Learn more in the {{documentation}}": "在这里,您可以覆盖数据集中的单个文件。如果未提供文件,则将从当前选定的数据集中替换该文件。在 {{documentation}} 中了解更多信息", "Here you can select columns (individual or categories) which will be written into CSV and TSV files.": "在这里,您可以选择要写入 CSV 和 TSV 文件中的列(个人或类别)。", "Hide dataset files": "隐藏数据集文件", + "History": "历史", "However, this is not recommended: this version of the application is no longer updated or supported, and we cannot guarantee that it will work, and that it will produce correct results.": "但是,不建议这样做:该版本的应用程序不再更新或支持,我们无法保证它能正常运行,也不能保证它会产生正确的结果。", "I want to try anyway": "无论如何我都想试试", "Idle": "空闲", @@ -388,6 +389,7 @@ "Suggestion algorithm failed. Please report this to developers.": "建议算法失败。请向开发人员报告此事。", "Suggestion algorithm was unable to find a dataset suitable for your sequences. Select a dataset manually. If there is no suitable dataset, consider creating and contributing one to Nextclade community dataset collection.": "建议算法找不到适合您的序列的数据集。手动选择数据集。如果没有合适的数据集,可以考虑创建一个数据集并将其贡献给 Nextclade 社区数据集合。", "Summarized results of the analysis in {{formatName}} format.": "以 {{formatName}} 格式汇总分析结果。", + "Summary": "摘要", "Switching the target will change mutations displayed in the sequence views as well as in the \"Mut\" column of the table and its mouseover tooltip.": "切换目标将更改序列视图以及表格的 “Mut” 列及其鼠标悬停工具提示中显示的突变。", "Text": "文本", "The address to the file is correct": "文件的地址是正确的", @@ -482,7 +484,5 @@ "{{project}} works best in the latest versions of ": "{{project}} 在最新版本中效果最好 ", "{{symbol}} Additional information for developers (click to expand)": "{{symbol}} 为开发人员提供的其他信息(点击展开)", "{{totalStopCodons}} misplaced stop codon(s) detected. Affected gene(s): {{geneList}}. QC score: {{score}}": "{{totalStopCodons}} 检测到错误放置的停止密码子。受影响的基因: {{geneList}}.质量控制分数: {{score}}", - "Customize": "自定义", - "History": "历史", - "Summary": "摘要" + "\"{{ attr }}\" founder": "“{{ attr }}” 创始人" } diff --git a/packages/nextclade-web/src/i18n/resources/af/common.json b/packages/nextclade-web/src/i18n/resources/af/common.json index c43b6ecb5..8576306f8 100644 --- a/packages/nextclade-web/src/i18n/resources/af/common.json +++ b/packages/nextclade-web/src/i18n/resources/af/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade stigter” - toon mutasies relatief tot die stigter van die klade wat aan die navraagmonster toegeken is. Let daarop dat navrae van verskillende klades in hierdie geval met verskillende teikens vergelyk sal word.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ouer” - toon private mutasies, dit wil sê mutasies relatief tot die ouer (naaste) knoop van die verwysingsboom waaraan die navraagmonster geheg is tydens filogenetiese plasing.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Verwysing” - toon mutasies relatief tot die verwysingsvolgorde (soos gedefinieer in die datastel).", - "'{{ attr }}' founder": "Stigter van ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" stigter", "(truncated)": "(afgesny)", "* Current value. This amount can change depending on load": "* Huidige waarde. Hierdie bedrag kan verander na gelang van las", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} benodig ten minste {{memoryRequired}} geheue per draad", diff --git a/packages/nextclade-web/src/i18n/resources/am/common.json b/packages/nextclade-web/src/i18n/resources/am/common.json index aaad828e1..e1a525f1b 100644 --- a/packages/nextclade-web/src/i18n/resources/am/common.json +++ b/packages/nextclade-web/src/i18n/resources/am/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«ክላድ መስራች» - ለጥያቄ ናሙና ከተመደበው ክላድ መስራች ጋር አንጻራዊ ሚውቶችን ያሳያል። በተለያዩ ክፍሎች የሚመጡ ጥያቄዎች በዚህ ሁኔታ ከተለያዩ ኢላማዎች ጋር እንደሚወዳደር ልብ ይበሉ።", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«ወላጅ» - የግል ሚውቶችን ያሳያል፣ ማለትም በፋይሎጄኔቲክ ምደባ ወቅት ጥያቄው ናሙናው ከተያያዘው የማጣቀሻ ዛፍ ወላጅ (ቅርብ ያለው) ንጥፍ ጋር አንጻራዊ ሚውቴሽኖችን", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«ማጣቀሻ» - ከማጣቀሻ ቅደም ተከተል ጋር አንጻራዊ ሚውቶችን ያሳያል (በውሂብ ስብስብ ውስጥ እንደተገለ", - "'{{ attr }}' founder": "' {{ attr }} ' መስራች", + "\"{{ attr }}\" founder": "« {{ attr }} \" መስራች", "(truncated)": "(የተቆረጠ)", "* Current value. This amount can change depending on load": "* የአሁኑ እሴት። ይህ መጠን በጭነት ላይ በመመስረት ሊለወጥ ይችላል", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} በአንድ ክር ቢያንስ {{memoryRequired}} የማህደረ ትውስታ ይጠይቃል", diff --git a/packages/nextclade-web/src/i18n/resources/ar/common.json b/packages/nextclade-web/src/i18n/resources/ar/common.json index 2935a182d..b1e24dfcc 100644 --- a/packages/nextclade-web/src/i18n/resources/ar/common.json +++ b/packages/nextclade-web/src/i18n/resources/ar/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«مؤسس Clade» - يُظهر الطفرات المتعلقة بمؤسس الكليد الذي تم تعيينه لعينة الاستعلام. لاحظ أنه ستتم مقارنة الاستعلامات من مجموعات مختلفة بأهداف مختلفة في هذه الحالة.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«الوالد» - يُظهر الطفرات الخاصة، أي الطفرات المتعلقة بالعقدة الأم (الأقرب) للشجرة المرجعية التي تم إرفاق عينة الاستعلام بها أثناء وضع النشوء والتطور.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«المرجع» - يعرض الطفرات المتعلقة بالتسلسل المرجعي (كما هو محدد في مجموعة البيانات).", - "'{{ attr }}' founder": "مؤسس ' {{ attr }} '", + "\"{{ attr }}\" founder": "مؤسس \"{{ attr }}\"", "(truncated)": "(مقطوعة)", "* Current value. This amount can change depending on load": "* القيمة الحالية. يمكن أن يتغير هذا المبلغ اعتمادًا على التحميل.", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} يتطلب {{memoryRequired}} على الأقل من الذاكرة لكل مؤشر ترابط", diff --git a/packages/nextclade-web/src/i18n/resources/az/common.json b/packages/nextclade-web/src/i18n/resources/az/common.json index de6c76cfd..25ec8c26a 100644 --- a/packages/nextclade-web/src/i18n/resources/az/common.json +++ b/packages/nextclade-web/src/i18n/resources/az/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade qurucusu” - sorğu nümunəsinə təyin edilmiş kladın qurucusuna nisbətən mutasiyaları göstərir. Qeyd edək ki, müxtəlif klaslardan gələn sorğular bu vəziyyətdə fərqli hədəflərlə müqayisə ediləcəkdir.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Valideyn” - xüsusi mutasiyaları, yəni filogenetik yerləşdirmə zamanı sorğu nümunəsinin əlavə edildiyi istinad ağacının ana (ən yaxın) düyününə nisbətən mutasiyaları göstərir.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“İstinad” - istinad ardıcıllığına nisbətən mutasiyaları göstərir (verilənlər bazasında müəyyən edildiyi kimi).", - "'{{ attr }}' founder": "' {{ attr }} ' təsisçisi", + "\"{{ attr }}\" founder": "“ {{ attr }} \" qurucusu", "(truncated)": "(kəsilmiş)", "* Current value. This amount can change depending on load": "* Cari dəyər. Bu məbləğ yükdən asılı olaraq dəyişə bilər", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} hər mövzu üçün ən azı {{memoryRequired}} yaddaş tələb edir", diff --git a/packages/nextclade-web/src/i18n/resources/bg/common.json b/packages/nextclade-web/src/i18n/resources/bg/common.json index 119ed9e24..9bf58a080 100644 --- a/packages/nextclade-web/src/i18n/resources/bg/common.json +++ b/packages/nextclade-web/src/i18n/resources/bg/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Основател на клада“ - показва мутации спрямо основателя на клада, който е присвоен към извадката от заявката. Имайте предвид, че заявките от различни кладове ще бъдат сравнени с различни цели в този случай.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Родител“ - показва частни мутации, т.е. мутации спрямо родителския (най-близкия) възел на референтното дърво, към което е прикрепена пробата от заявката по време на филогенетичното поставяне.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Референция“ - показва мутации спрямо референтната последователност (както е дефинирано в набора от данни).", - "'{{ attr }}' founder": "Основател на ' {{ attr }} '", + "\"{{ attr }}\" founder": "„ {{ attr }} \" основател", "(truncated)": "(пресечен)", "* Current value. This amount can change depending on load": "* Текуща стойност. Тази сума може да се променя в зависимост от натоварването", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} изисква поне {{memoryRequired}} памет на нишка", diff --git a/packages/nextclade-web/src/i18n/resources/bn/common.json b/packages/nextclade-web/src/i18n/resources/bn/common.json index b765ac723..cc24aa9c9 100644 --- a/packages/nextclade-web/src/i18n/resources/bn/common.json +++ b/packages/nextclade-web/src/i18n/resources/bn/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ক্লেড প্রতিষ্ঠাতা” - ক্লেডের প্রতিষ্ঠাতার সাথে সম্পর্কিত পরিবর্তন দেখায় যা কোয়েরি নমুনায় বরাদ্দ করা হয়েছে। মনে রাখবেন যে বিভিন্ন ক্লেড থেকে প্রশ্নগুলি এই ক্ষেত্রে বিভিন্ন লক্ষ্যগুলির সাথে তুলনা করা হবে।", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“প্যারেন্ট” - প্রাইভেট মিউটেশন দেখায়, অর্থাৎ ফাইলোজেনেটিক স্থাপনের সময় কোয়েরি নমুনাটি সংযুক্ত করা হয়েছে এমন রেফারেন্স ট্রির পিতামাতার (নিকটতম) নোডের সাথে সম্পর্কিত রূপান্তরগুলি।", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“রেফারেন্স” - রেফারেন্স ক্রমের সাথে সম্পর্কিত পরিবর্তন দেখায় (ডাটাসেটে সংজ্ঞায়িত হিসাবে)।", - "'{{ attr }}' founder": "' {{ attr }} ' প্রতিষ্ঠাতা", + "\"{{ attr }}\" founder": "“ {{ attr }} \" প্রতিষ্ঠাতা", "(truncated)": "(কাটা)", "* Current value. This amount can change depending on load": "* বর্তমান মান। এই পরিমাণ লোডের উপর নির্ভর করে পরিবর্তন হতে পারে", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} প্রতি থ্রেডে কমপক্ষে {{memoryRequired}} মেমরি প্রয়োজন", diff --git a/packages/nextclade-web/src/i18n/resources/bs/common.json b/packages/nextclade-web/src/i18n/resources/bs/common.json index 6c6943337..707c5c1cf 100644 --- a/packages/nextclade-web/src/i18n/resources/bs/common.json +++ b/packages/nextclade-web/src/i18n/resources/bs/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Osnivač klade” - pokazuje mutacije u odnosu na osnivača klade koji je dodijeljen uzorku upita. Imajte na umu da će se upiti iz različitih klasa u ovom slučaju usporediti s različitim ciljevima.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Roditelj” - prikazuje privatne mutacije, tj. mutacije u odnosu na roditeljski (najbliži) čvor referentnog stabla kojem je prilikom filogenetskog postavljanja vezan uzorak upita.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referenca” - prikazuje mutacije u odnosu na referentni slijed (kako je definirano u skupu podataka).", - "'{{ attr }}' founder": "Osnivač ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" osnivač", "(truncated)": "(skraćeno)", "* Current value. This amount can change depending on load": "* Trenutna vrijednost. Ovaj iznos se može mijenjati ovisno o opterećenju", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahtijeva najmanje {{memoryRequired}} memorije po niti", diff --git a/packages/nextclade-web/src/i18n/resources/ca/common.json b/packages/nextclade-web/src/i18n/resources/ca/common.json index f2743aa05..7abe22854 100644 --- a/packages/nextclade-web/src/i18n/resources/ca/common.json +++ b/packages/nextclade-web/src/i18n/resources/ca/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade fundador” - mostra mutacions relatives al fundador del clade que s'ha assignat a la mostra de consulta. Tingueu en compte que les consultes de diferents clades es compararan amb diferents objectius en aquest cas.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Parent” - mostra mutacions privades, és a dir, mutacions relatives al node pare (més proper) de l'arbre de referència al qual s'ha unit la mostra de consulta durant la col·locació filogenètica.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referència” - mostra mutacions relatives a la seqüència de referència (tal com es defineix en el conjunt de dades).", - "'{{ attr }}' founder": "fundador de ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" fundador", "(truncated)": "(truncat)", "* Current value. This amount can change depending on load": "* Valor actual. Aquesta quantitat pot canviar depenent de la càrrega", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requereix almenys {{memoryRequired}} de memòria per fil", diff --git a/packages/nextclade-web/src/i18n/resources/cs/common.json b/packages/nextclade-web/src/i18n/resources/cs/common.json index e4d419233..d537d5173 100644 --- a/packages/nextclade-web/src/i18n/resources/cs/common.json +++ b/packages/nextclade-web/src/i18n/resources/cs/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Zakladatel Clade“ - ukazuje mutace ve vztahu ke zakladateli kladu, který byl přiřazen vzorku dotazu. Všimněte si, že dotazy z různých kladů budou v tomto případě porovnány s různými cíli.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Parent“ - zobrazuje soukromé mutace, tj. mutace vzhledem k rodičovskému (nejbližšímu) uzlu referenčního stromu, ke kterému byl vzorek dotazu připojen během fylogenetického umístění.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Reference“ - zobrazuje mutace vzhledem k referenční sekvenci (jak je definováno v datové sadě).", - "'{{ attr }}' founder": "Zakladatel ' {{ attr }} '", + "\"{{ attr }}\" founder": "Zakladatel „ {{ attr }} “", "(truncated)": "(zkrácený)", "* Current value. This amount can change depending on load": "* Aktuální hodnota. Tato částka se může měnit v závislosti na zatížení", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vyžaduje alespoň {{memoryRequired}} paměti na vlákno", diff --git a/packages/nextclade-web/src/i18n/resources/cy/common.json b/packages/nextclade-web/src/i18n/resources/cy/common.json index 74fc8a729..14caa46fc 100644 --- a/packages/nextclade-web/src/i18n/resources/cy/common.json +++ b/packages/nextclade-web/src/i18n/resources/cy/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Sylfaenydd Clade” - yn dangos treigladau mewn perthynas â sylfaenydd y clade sydd wedi'i neilltuo i'r sampl ymholiad. Sylwch y bydd ymholiadau o wahanol clades yn cael eu cymharu â gwahanol dargedau yn yr achos hwn.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Rhiant” - yn dangos treigladau preifat, h.y. treigladau sy'n berthnasol i nod rhiant (agosaf) y goeden gyfeirio y mae'r sampl ymholiad wedi'i atodi iddi yn ystod lleoliad ffylogenetig.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Cyfeirnod” - yn dangos treigladau mewn perthynas â'r dilyniant cyfeirio (fel y'i diffinnir yn y set ddata).", - "'{{ attr }}' founder": "Sylfaenydd ' {{ attr }} '", + "\"{{ attr }}\" founder": "Sylfaenydd “ {{ attr }} ”", "(truncated)": "(wedi'i dorri)", "* Current value. This amount can change depending on load": "* Gwerth cyfredol. Gall y swm hwn newid yn dibynnu ar lwyth", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Mae {{appName}} yn gofyn am o leiaf {{memoryRequired}} o gof fesul edau", diff --git a/packages/nextclade-web/src/i18n/resources/da/common.json b/packages/nextclade-web/src/i18n/resources/da/common.json index 1dabb951a..fe32b5071 100644 --- a/packages/nextclade-web/src/i18n/resources/da/common.json +++ b/packages/nextclade-web/src/i18n/resources/da/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade Founder“ - viser mutationer i forhold til grundlæggeren af kladen, der er blevet tildelt forespørgselsprøven. Bemærk, at forespørgsler fra forskellige klader vil blive sammenlignet med forskellige mål i dette tilfælde.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Forælder“ - viser private mutationer, dvs. mutationer i forhold til den overordnede (nærmeste) node i referencetræet, som forespørgselsprøven er knyttet til under fylogenetisk placering.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Reference“ - viser mutationer i forhold til referencesekvensen (som defineret i datasættet).", - "'{{ attr }}' founder": "' {{ attr }} ' grundlægger", + "\"{{ attr }}\" founder": "„ {{ attr }} \" grundlægger", "(truncated)": "(afkortet)", "* Current value. This amount can change depending on load": "* Nuværende værdi. Dette beløb kan ændres afhængigt af belastning", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} kræver mindst {{memoryRequired}} hukommelse pr. Tråd", diff --git a/packages/nextclade-web/src/i18n/resources/de/common.json b/packages/nextclade-web/src/i18n/resources/de/common.json index 72f595dc1..3773b48d3 100644 --- a/packages/nextclade-web/src/i18n/resources/de/common.json +++ b/packages/nextclade-web/src/i18n/resources/de/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade Founder“ — zeigt Mutationen relativ zum Gründer der Klade, die der Abfragestichprobe zugewiesen wurde. Beachten Sie, dass in diesem Fall Abfragen aus verschiedenen Klassen mit unterschiedlichen Zielen verglichen werden.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Elternteil“ — zeigt private Mutationen, d. h. Mutationen relativ zum übergeordneten (nächstgelegenen) Knoten des Referenzbaums, an den die Abfrageprobe während der phylogenetischen Platzierung angehängt wurde.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referenz“ — zeigt Mutationen relativ zur Referenzsequenz (wie im Datensatz definiert).", - "'{{ attr }}' founder": "Gründer von ' {{ attr }} '", + "\"{{ attr }}\" founder": "Gründer von „ {{ attr }} “", "(truncated)": "(gekürzt)", "* Current value. This amount can change depending on load": "* Aktueller Wert. Dieser Betrag kann sich je nach Belastung ändern", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} benötigt mindestens {{memoryRequired}} Speicher pro Thread", diff --git a/packages/nextclade-web/src/i18n/resources/el/common.json b/packages/nextclade-web/src/i18n/resources/el/common.json index 2e145a4a3..b7c7ec5c7 100644 --- a/packages/nextclade-web/src/i18n/resources/el/common.json +++ b/packages/nextclade-web/src/i18n/resources/el/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Clade Founder» - δείχνει μεταλλάξεις σε σχέση με τον ιδρυτή του κλάδου που έχει εκχωρηθεί στο δείγμα ερωτήματος. Σημειώστε ότι τα ερωτήματα από διαφορετικές κατηγορίες θα συγκριθούν με διαφορετικούς στόχους σε αυτήν την περίπτωση.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Γονέας» - δείχνει ιδιωτικές μεταλλάξεις, δηλαδή μεταλλάξεις σε σχέση με τον γονικό (πλησιέστερο) κόμβο του δέντρου αναφοράς στο οποίο έχει συνδεθεί το δείγμα ερωτήματος κατά τη διάρκεια της φυλογενετικής τοποθέτησης.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Αναφορά» - δείχνει μεταλλάξεις σε σχέση με την ακολουθία αναφοράς (όπως ορίζεται στο σύνολο δεδομένων).", - "'{{ attr }}' founder": "Ιδρυτής « {{ attr }} »", + "\"{{ attr }}\" founder": "Ιδρυτής του « {{ attr }} »", "(truncated)": "(περικομμένο)", "* Current value. This amount can change depending on load": "* Τρέχουσα τιμή. Αυτό το ποσό μπορεί να αλλάξει ανάλογα με το φορτίο", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Το {{appName}} απαιτεί τουλάχιστον {{memoryRequired}} μνήμης ανά νήμα", diff --git a/packages/nextclade-web/src/i18n/resources/en/common.json b/packages/nextclade-web/src/i18n/resources/en/common.json index 10489930f..5d9fe29ac 100644 --- a/packages/nextclade-web/src/i18n/resources/en/common.json +++ b/packages/nextclade-web/src/i18n/resources/en/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).", - "'{{ attr }}' founder": "' {{ attr }} ' founder", + "\"{{ attr }}\" founder": "\"{{ attr }}\" founder", "(truncated)": "(truncated)", "* Current value. This amount can change depending on load": "* Current value. This amount can change depending on load", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requires at least {{memoryRequired}} of memory per thread", diff --git a/packages/nextclade-web/src/i18n/resources/es/common.json b/packages/nextclade-web/src/i18n/resources/es/common.json index b621a71f7..6cbbe777c 100644 --- a/packages/nextclade-web/src/i18n/resources/es/common.json +++ b/packages/nextclade-web/src/i18n/resources/es/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Fundador del clado»: muestra las mutaciones relativas al fundador del clado que se ha asignado a la muestra de consulta. Tenga en cuenta que, en este caso, las consultas de diferentes clados se compararán con diferentes objetivos.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Padre»: muestra mutaciones privadas, es decir, mutaciones relativas al nodo principal (el más cercano) del árbol de referencia al que se adjuntó la muestra de consulta durante la colocación filogenética.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Referencia»: muestra las mutaciones relativas a la secuencia de referencia (tal como se define en el conjunto de datos).", - "'{{ attr }}' founder": "Fundador de ' {{ attr }} '", + "\"{{ attr }}\" founder": "Fundador de « {{ attr }} »", "(truncated)": "(truncado)", "* Current value. This amount can change depending on load": "* Valor actual. Esta cantidad puede cambiar en función de la carga", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requiere al menos {{memoryRequired}} de memoria por subproceso", diff --git a/packages/nextclade-web/src/i18n/resources/et/common.json b/packages/nextclade-web/src/i18n/resources/et/common.json index daa1a5818..838611269 100644 --- a/packages/nextclade-web/src/i18n/resources/et/common.json +++ b/packages/nextclade-web/src/i18n/resources/et/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade asutaja” - näitab mutatsioone päringuväidile määratud klaadi asutaja suhtes. Pange tähele, et erinevate klaadide päringuid võrreldakse sel juhul erinevate sihtmärkidega.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Vanem” - näitab privaatseid mutatsioone, st mutatsioone võrdluspuu vanema (lähima) sõlme suhtes, millele päringuproov on fülogeneetilise paigutamise ajal kinnitatud.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Viide” - näitab mutatsioone võrdlusjärjestuse suhtes (nagu on määratletud andmekogumis).", - "'{{ attr }}' founder": "' {{ attr }} ' asutaja", + "\"{{ attr }}\" founder": "„ {{ attr }} \" asutaja", "(truncated)": "(kärbitud)", "* Current value. This amount can change depending on load": "* Praegune väärtus. See summa võib sõltuvalt koormusest muutuda", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} nõuab lõime kohta vähemalt {{memoryRequired}} mälu", diff --git a/packages/nextclade-web/src/i18n/resources/fa/common.json b/packages/nextclade-web/src/i18n/resources/fa/common.json index 428795bc7..06c2352ce 100644 --- a/packages/nextclade-web/src/i18n/resources/fa/common.json +++ b/packages/nextclade-web/src/i18n/resources/fa/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«بنیان‌گذار کلاد» - جهش‌هایی را نسبت به بنیان‌گذار کلاد نشان می‌دهد که به نمونه پرس و جو اختصاص داده شده‌است. توجه داشته باشید که پرس و جو ها از کلادهای مختلف در این مورد با اهداف مختلف مقایسه می شوند.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«والد» - جهش‌های خصوصی را نشان می‌دهد، یعنی جهش‌هایی نسبت به گره والد (نزدیک‌ترین) درخت مرجع که نمونه پرس و جو در طول قرار دادن فیلوژنتیک به آن متصل شده‌است.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«مرجع» - جهش ها را نسبت به توالی مرجع نشان می دهد (همانطور که در مجموعه داده تعریف شده است).", - "'{{ attr }}' founder": "بنیانگذار ' {{ attr }} '", + "\"{{ attr }}\" founder": "بنیانگذار {{ attr }}", "(truncated)": "(کوتاه شده)", "* Current value. This amount can change depending on load": "* مقدار فعلی. این مقدار بسته به بار می تواند تغییر کند", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} حداقل به {{memoryRequired}} حافظه در هر موضوع نیاز دارد", diff --git a/packages/nextclade-web/src/i18n/resources/fi/common.json b/packages/nextclade-web/src/i18n/resources/fi/common.json index 8c11aedff..aead4b8c0 100644 --- a/packages/nextclade-web/src/i18n/resources/fi/common.json +++ b/packages/nextclade-web/src/i18n/resources/fi/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "”Clade Founder” - näyttää mutaatioita suhteessa kyselynäytteeseen määritetyn kladin perustajaan. Huomaa, että eri kladeiden kyselyjä verrataan tässä tapauksessa eri kohteisiin.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "”Vanhempi” - näyttää yksityisiä mutaatioita, eli mutaatioita suhteessa sen viitepuun vanhempaan (lähimpään) solmuun, johon kyselynäyte on liitetty fylogeneettisen sijoittelun aikana.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "”Viite” - näyttää mutaatiot suhteessa referenssisekvenssiin (sellaisena kuin se on määritelty tietoaineistossa).", - "'{{ attr }}' founder": "{{ attr }} -perustaja", + "\"{{ attr }}\" founder": "” {{ attr }} \" perustaja", "(truncated)": "(katkaistu)", "* Current value. This amount can change depending on load": "* Nykyinen arvo. Tämä määrä voi muuttua kuormituksesta riippuen", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vaatii vähintään {{memoryRequired}} muistia säiettä kohden", diff --git a/packages/nextclade-web/src/i18n/resources/fr/common.json b/packages/nextclade-web/src/i18n/resources/fr/common.json index c62650255..1321d9d34 100644 --- a/packages/nextclade-web/src/i18n/resources/fr/common.json +++ b/packages/nextclade-web/src/i18n/resources/fr/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "« Fondateur du clade » : affiche les mutations relatives au fondateur du clade qui a été attribué à l'échantillon de requête. Notez que les requêtes provenant de différents clades seront comparées à différentes cibles dans ce cas.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "« Parent » : affiche les mutations privées, c'est-à-dire les mutations relatives au nœud parent (le plus proche) de l'arbre de référence auquel l'échantillon de requête a été attaché lors du placement phylogénétique.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "« Référence » : affiche les mutations par rapport à la séquence de référence (telle que définie dans l'ensemble de données).", - "'{{ attr }}' founder": "fondateur de «  {{ attr }}  »", + "\"{{ attr }}\" founder": "fondateur de «  {{ attr }}  »", "(truncated)": "(tronqué)", "* Current value. This amount can change depending on load": "* Valeur actuelle. Ce montant peut varier en fonction de la charge", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} nécessite au moins {{memoryRequired}} de mémoire par thread", diff --git a/packages/nextclade-web/src/i18n/resources/ga/common.json b/packages/nextclade-web/src/i18n/resources/ga/common.json index 8167fd6db..9592b5f7a 100644 --- a/packages/nextclade-web/src/i18n/resources/ga/common.json +++ b/packages/nextclade-web/src/i18n/resources/ga/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Bunaitheoir Clade” - taispeánann sócháin i gcoibhneas le bunaitheoir an chláid a sannadh don sampla ceisteanna. Tabhair faoi deara go ndéanfar ceisteanna ó chláid éagsúla comparáid le spriocanna éagsúla sa chás seo.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Tuismitheoir” - taispeánann sócháin phríobháideacha, ie sócháin i gcoibhneas leis an tuismitheoir (is gaire) den chrann tagartha lena bhfuil an sampla ceisteanna ceangailte leis le linn socrúcháin filogéiniteach.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tagairt” - taispeánann sócháin i gcoibhneas leis an seicheamh tagartha (mar a shainmhínítear sa tacar sonraí).", - "'{{ attr }}' founder": "Bunaitheoir ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" bunaitheoir", "(truncated)": "(gearrtha)", "* Current value. This amount can change depending on load": "* Luach reatha. Is féidir leis an méid seo athrú ag brath ar ualach", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Éilíonn {{appName}} {{memoryRequired}} de chuimhne ar a laghad in aghaidh an snáithe", diff --git a/packages/nextclade-web/src/i18n/resources/gu/common.json b/packages/nextclade-web/src/i18n/resources/gu/common.json index 453b3bbd9..d3ecf12da 100644 --- a/packages/nextclade-web/src/i18n/resources/gu/common.json +++ b/packages/nextclade-web/src/i18n/resources/gu/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ક્લેડ સ્થાપક” - ક્લેડના સ્થાપકને સંબંધિત પરિવર્તન બતાવે છે જે ક્વેરી નમૂનાને સોંપવામાં આવ્યું છે. નોંધ કરો કે વિવિધ ક્લેડ્સના ક્વેરીઝને આ કિસ્સામાં વિવિધ લક્ષ્યો સાથે સરખાવવામાં આવશે.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“પિતૃ” - ખાનગી પરિવર્તન બતાવે છે, એટલે કે સંદર્ભ વૃક્ષના પિતૃ (નજીકના) નોડ સાથે સંબંધિત પરિવર્તન કે જેની સાથે ક્વેરી સેમ્પલ ફાઇલોજેનેટિક પ્લેસમેન્ટ દરમિયાન જોડાયેલ છે.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“સંદર્ભ” - સંદર્ભ ક્રમ સંબંધિત પરિવર્તન બતાવે છે (જેમ કે ડેટાસેટમાં વ્યાખ્યાયિત કરવામાં આવે છે).", - "'{{ attr }}' founder": "' {{ attr }} ' સ્થાપક", + "\"{{ attr }}\" founder": "“ {{ attr }} \" સ્થાપક", "(truncated)": "(કાપવામાં આવે છે)", "* Current value. This amount can change depending on load": "* વર્તમાન મૂલ્ય. આ રકમ લોડ પર આધાર રાખીને બદલાઈ શકે છે", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} માટે થ્રેડ દીઠ ઓછામાં ઓછી {{memoryRequired}} મેમરીની જરૂર છે", diff --git a/packages/nextclade-web/src/i18n/resources/ha/common.json b/packages/nextclade-web/src/i18n/resources/ha/common.json index 2274689c5..c7c264154 100644 --- a/packages/nextclade-web/src/i18n/resources/ha/common.json +++ b/packages/nextclade-web/src/i18n/resources/ha/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade wanda ya kafa” - yana nuna canji dangane da wanda ya kafa clade wanda aka sanya shi ga samfurin tambaya. Lura cewa tambayoyi daga ƙungiyoyi daban-daban za a kwatanta su tare da manufa daban-daban a wannan yanayin.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Iyaye” - yana nuna sauye-sauye masu zaman kansu, watau canje-canje dangane da iyaye (mafi kusa) na itacen tunani wanda aka haɗa samfurin tambayoyin yayin sanya filogenetic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tunani” - yana nuna canji dangane da jerin tunani (kamar yadda aka bayyana a cikin bayanan bayanai).", - "'{{ attr }}' founder": "' {{ attr }} ' wanda ya kafa", + "\"{{ attr }}\" founder": "“ {{ attr }} \" wanda ya kafa", "(truncated)": "(yanke)", "* Current value. This amount can change depending on load": "* Darajar yanzu. Wannan adadin na iya canzawa dangane da nauyi", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} yana buƙatar aƙalla {{memoryRequired}} na ƙwaƙwalwar ajiya a kowane zaren", diff --git a/packages/nextclade-web/src/i18n/resources/he/common.json b/packages/nextclade-web/src/i18n/resources/he/common.json index 48c94b4e0..408dde9da 100644 --- a/packages/nextclade-web/src/i18n/resources/he/common.json +++ b/packages/nextclade-web/src/i18n/resources/he/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "\"מייסד קלייד\" - מציג מוטציות ביחס למייסד הקלייד שהוקצה לדגימת השאילתה. שים לב שאילתות מקליידים שונים יושוו עם יעדים שונים במקרה זה.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "\"הורה\" - מציג מוטציות פרטיות, כלומר מוטציות ביחס לצומת ההורה (הקרוב ביותר) של עץ ההתייחסות שאליו צורף דגימת השאילתה במהלך מיקום פילוגנטי.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "\"הפניה\" - מציג מוטציות ביחס לרצף ההתייחסות (כהגדרתו במערך הנתונים).", - "'{{ attr }}' founder": "מייסד ' {{ attr }} '", + "\"{{ attr }}\" founder": "מייסד \"{{ attr }}\"", "(truncated)": "(קטום)", "* Current value. This amount can change depending on load": "* ערך נוכחי. סכום זה יכול להשתנות בהתאם לעומס", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} דורש לפחות {{memoryRequired}} של זיכרון לכל שרשור", diff --git a/packages/nextclade-web/src/i18n/resources/hi/common.json b/packages/nextclade-web/src/i18n/resources/hi/common.json index 7c4778766..b3c07b029 100644 --- a/packages/nextclade-web/src/i18n/resources/hi/common.json +++ b/packages/nextclade-web/src/i18n/resources/hi/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“क्लैड संस्थापक” - क्लैड के संस्थापक के सापेक्ष म्यूटेशन दिखाता है जिसे क्वेरी नमूने को सौंपा गया है। ध्यान दें कि इस मामले में अलग-अलग वर्गों के प्रश्नों की तुलना अलग-अलग लक्ष्यों के साथ की जाएगी।", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“पैरेंट” - निजी म्यूटेशन दिखाता है, यानी संदर्भ ट्री के पैरेंट (निकटतम) नोड के सापेक्ष म्यूटेशन, जिससे फ़ाइलोजेनेटिक प्लेसमेंट के दौरान क्वेरी नमूना संलग्न किया गया है।", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“संदर्भ” - संदर्भ अनुक्रम के सापेक्ष उत्परिवर्तन दिखाता है (जैसा कि डेटासेट में परिभाषित किया गया है)।", - "'{{ attr }}' founder": "' {{ attr }} ' के संस्थापक", + "\"{{ attr }}\" founder": "“ {{ attr }} \" के संस्थापक", "(truncated)": "(छोटा कर दिया गया)", "* Current value. This amount can change depending on load": "* मौजूदा मान। लोड के आधार पर यह राशि बदल सकती है।", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} को प्रति थ्रेड कम से कम {{memoryRequired}} मेमोरी की आवश्यकता होती है", diff --git a/packages/nextclade-web/src/i18n/resources/hr/common.json b/packages/nextclade-web/src/i18n/resources/hr/common.json index 057396adc..0bcd58328 100644 --- a/packages/nextclade-web/src/i18n/resources/hr/common.json +++ b/packages/nextclade-web/src/i18n/resources/hr/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "\"Osnivač klade\" - pokazuje mutacije u odnosu na osnivača klade koji je dodijeljen uzorku upita. Imajte na umu da će se upiti iz različitih klasa u ovom slučaju usporediti s različitim ciljevima.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "\"Roditelj\" - prikazuje privatne mutacije, tj. mutacije u odnosu na roditeljski (najbliži) čvor referentnog stabla na koji je uzorak upita vezan tijekom filogenetskog postavljanja.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "\"Referenca\" - prikazuje mutacije u odnosu na referentni slijed (kako je definirano u skupu podataka).", - "'{{ attr }}' founder": "Osnivač ' {{ attr }} '", + "\"{{ attr }}\" founder": "\"{{ attr }}\" osnivač", "(truncated)": "(skraćeno)", "* Current value. This amount can change depending on load": "* Trenutna vrijednost. Taj se iznos može mijenjati ovisno o opterećenju", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahtijeva najmanje {{memoryRequired}} memorije po niti", diff --git a/packages/nextclade-web/src/i18n/resources/ht/common.json b/packages/nextclade-web/src/i18n/resources/ht/common.json index 650b7fc98..848012acd 100644 --- a/packages/nextclade-web/src/i18n/resources/ht/common.json +++ b/packages/nextclade-web/src/i18n/resources/ht/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade fondatè” - montre mitasyon relatif nan fondatè a nan clade la ki te asiyen nan echantiyon an rekèt. Remake byen ke requêtes de clades diferan yo pral konpare ak objektif diferan nan ka sa a.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Paran” - montre mitasyon prive, sa vle di mitasyon relatif nan ne paran an (ki pi pre) nan pye bwa a referans ki echantiyon an rekèt te tache ak pandan plasman phylogenic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referans” - montre mitasyon relatif nan sekans referans lan (jan sa defini nan ansanm done a).", - "'{{ attr }}' founder": "Fondatè ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" fondatè", "(truncated)": "(tronke)", "* Current value. This amount can change depending on load": "* Valè aktyèl. Kantite lajan sa a ka chanje depann de chaj", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} mande pou omwen {{memoryRequired}} nan memwa pou chak fil", diff --git a/packages/nextclade-web/src/i18n/resources/hu/common.json b/packages/nextclade-web/src/i18n/resources/hu/common.json index 080b57241..aaf6aff77 100644 --- a/packages/nextclade-web/src/i18n/resources/hu/common.json +++ b/packages/nextclade-web/src/i18n/resources/hu/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade alapító” - mutációkat mutál a lekérdezési mintához rendelt klád alapítójához viszonyítva. Ne feledje, hogy ebben az esetben a különböző kládokból származó lekérdezéseket összehasonlítjuk a különböző célokkal.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Szülői” - privát mutációkat mutál, azaz a referenciafa szülő (legközelebbi) csomópontjához viszonyított mutációkat, amelyhez a lekérdezési mintát csatolták a filogenetikai elhelyezés során.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referencia” - mutációkat mutál a referenciaszekvenciához viszonyítva (az adatkészletben meghatározottak szerint).", - "'{{ attr }}' founder": "„ {{ attr }} ” alapítója", + "\"{{ attr }}\" founder": "„ {{ attr }} \" alapító", "(truncated)": "(csonkított)", "* Current value. This amount can change depending on load": "* Aktuális érték. Ez az összeg a terheléstől függően változhat", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} szálonként legalább {{memoryRequired}} memóriát igényel", diff --git a/packages/nextclade-web/src/i18n/resources/hy/common.json b/packages/nextclade-web/src/i18n/resources/hy/common.json index 9be13e307..5bc98bd8c 100644 --- a/packages/nextclade-web/src/i18n/resources/hy/common.json +++ b/packages/nextclade-web/src/i18n/resources/hy/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade հիմնադիր” - ցույց է տալիս մուտացիաներ հարաբերական հիմնադրի clade, որը նշանակվել է հարցման նմուշի. Նկատի ունեցեք, որ տարբեր կլադների հարցումները կհամեմատվեն այս դեպքում տարբեր թիրախների հետ:", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ծնող” - ցույց է տալիս մասնավոր մուտացիաներ, այսինքն մուտացիաներ հղման ծառի ծնող (մոտակա) հանգույցի նկատմամբ, որին կցվել է հարցման նմուշը ֆիլոգենետիկ տեղաբաշխման ժամանակ։", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Տեղեկանք” - ցույց է տալիս մուտացիաները հղման հաջորդականության նկատմամբ (ինչպես սահմանված է տվյալների հավաքածուում):", - "'{{ attr }}' founder": "“ {{ attr }} ” հիմնադիր", + "\"{{ attr }}\" founder": "“ {{ attr }} ” -ի հիմնադիր", "(truncated)": "(կտրված)", "* Current value. This amount can change depending on load": "* Ընթացիկ արժեքը: Այս գումարը կարող է փոխվել կախված բեռից", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} -ը պահանջում է առնվազն {{memoryRequired}} հիշողություն մեկ թեմայի համար", diff --git a/packages/nextclade-web/src/i18n/resources/id/common.json b/packages/nextclade-web/src/i18n/resources/id/common.json index 91f1e70c3..4bb4551d7 100644 --- a/packages/nextclade-web/src/i18n/resources/id/common.json +++ b/packages/nextclade-web/src/i18n/resources/id/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Pendiri Clade” - menunjukkan mutasi relatif terhadap pendiri clade yang telah ditugaskan ke sampel kueri. Perhatikan bahwa kueri dari clades yang berbeda akan dibandingkan dengan target yang berbeda dalam kasus ini.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Induk” - menunjukkan mutasi pribadi, yaitu mutasi relatif terhadap simpul induk (terdekat) dari pohon referensi tempat sampel kueri telah dilampirkan selama penempatan filogenetik.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referensi” - menunjukkan mutasi relatif terhadap urutan referensi (seperti yang didefinisikan dalam kumpulan data).", - "'{{ attr }}' founder": "Pendiri ' {{ attr }} '", + "\"{{ attr }}\" founder": "Pendiri “ {{ attr }} ”", "(truncated)": "(terpotong)", "* Current value. This amount can change depending on load": "* Nilai saat ini. Jumlah ini dapat berubah tergantung pada beban", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} membutuhkan setidaknya {{memoryRequired}} memori per utas", diff --git a/packages/nextclade-web/src/i18n/resources/is/common.json b/packages/nextclade-web/src/i18n/resources/is/common.json index e6d43c6c1..dcbb73b32 100644 --- a/packages/nextclade-web/src/i18n/resources/is/common.json +++ b/packages/nextclade-web/src/i18n/resources/is/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade stofnandi” - sýnir stökkbreytingar miðað við stofnandi clade sem hefur verið úthlutað fyrirspurnarsýninu. Athugaðu að fyrirspurnir frá mismunandi clades verða bornar saman við mismunandi markmið í þessu tilfelli.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Foreldri” - sýnir einka stökkbreytingar, þ.e. stökkbreytingar miðað við foreldri (næsta) hnút viðmiðunartrésins sem fyrirspurnarsýnið hefur verið fest við meðan á phylogenic vistun stendur.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tilvísun” - sýnir stökkbreytingar miðað við viðmiðunarröðina (eins og skilgreint er í gagnasafninu).", - "'{{ attr }}' founder": "Stofnandi ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" stofnandi", "(truncated)": "(stytt)", "* Current value. This amount can change depending on load": "* Núverandi gildi. Þessi upphæð getur breyst eftir álagi", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} krefst að minnsta kosti {{memoryRequired}} af minni á hvern þráð", diff --git a/packages/nextclade-web/src/i18n/resources/it/common.json b/packages/nextclade-web/src/i18n/resources/it/common.json index 580db0991..c3a757df7 100644 --- a/packages/nextclade-web/src/i18n/resources/it/common.json +++ b/packages/nextclade-web/src/i18n/resources/it/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Fondatore del clade»: mostra le mutazioni relative al fondatore del clade che è stato assegnato all'esempio di query. Nota che in questo caso le query provenienti da diversi cladi verranno confrontate con obiettivi diversi.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Genitore»: mostra le mutazioni private, ovvero le mutazioni relative al nodo padre (più vicino) dell'albero di riferimento a cui è stato collegato il campione di interrogazione durante il posizionamento filogenetico.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Riferimento»: mostra le mutazioni relative alla sequenza di riferimento (come definita nel set di dati).", - "'{{ attr }}' founder": "fondatore di ' {{ attr }} '", + "\"{{ attr }}\" founder": "fondatore di « {{ attr }} \"", "(truncated)": "(troncato)", "* Current value. This amount can change depending on load": "* Valore attuale. Questo importo può variare in base al carico", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} richiede almeno {{memoryRequired}} di memoria per thread", diff --git a/packages/nextclade-web/src/i18n/resources/ja/common.json b/packages/nextclade-web/src/i18n/resources/ja/common.json index 2b5714072..764941076 100644 --- a/packages/nextclade-web/src/i18n/resources/ja/common.json +++ b/packages/nextclade-web/src/i18n/resources/ja/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "「Clade Founder」-クエリサンプルに割り当てられたクレードの創始者に関連する変異を表示します。この場合、異なるクレードからのクエリが別のターゲットと比較されることに注意してください。", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "「親」-プライベートミューテーション、つまり系統配置中にクエリサンプルがアタッチされた参照ツリーの親(最も近い)ノードに関連するミューテーションを表示します。", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "「参照」-(データセットで定義されている)参照配列に関連する変異を表示します。", - "'{{ attr }}' founder": "' {{ attr }} ' 創設者", + "\"{{ attr }}\" founder": "「 {{ attr }} \" 創設者", "(truncated)": "(切り捨て)", "* Current value. This amount can change depending on load": "* 現在の値。この量は負荷によって変わることがあります。", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} はスレッドあたり少なくとも {{memoryRequired}} のメモリを必要とします", diff --git a/packages/nextclade-web/src/i18n/resources/ka/common.json b/packages/nextclade-web/src/i18n/resources/ka/common.json index 64d8f2d70..c1a3d3485 100644 --- a/packages/nextclade-web/src/i18n/resources/ka/common.json +++ b/packages/nextclade-web/src/i18n/resources/ka/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„კლადის დამფუძნებელი“ - აჩვენებს მუტაციებს კლადის დამფუძნებელთან შედარებით, რომელიც მიენიჭა შეკითხვის ნიმუშს. გაითვალისწინეთ, რომ ამ შემთხვევაში სხვადასხვა კლადის შეკითხვები შეადარდება სხვადასხვა სამიზნეებს.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„მშობელი“ - გვიჩვენებს პირად მუტაციებს, ანუ მუტაციებს საცნობარო ხის მშობელ (უახლოეს) კვანძთან შედარებით, რომელსაც ფილოგენეტიკური განთავსების დროს მიმაგრებულია შეკითხვის ნიმ", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„მითითება“ - აჩვენებს მუტაციებს საცნობარო თანმიმდევრობასთან შედარებით (როგორც განსაზღვრება მონაცემთა ბაზაში", - "'{{ attr }}' founder": "' {{ attr }} ' დამფუძნებელი", + "\"{{ attr }}\" founder": "„ {{ attr }} \" -ის დამფუძნებელი", "(truncated)": "(შეკვეთილი)", "* Current value. This amount can change depending on load": "* მიმდინარე ღირებულება. ეს თანხა შეიძლება იცვალოს დატვირთვის მიხედვით", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} მოითხოვს მინიმუმ {{memoryRequired}} მეხსიერებას თითო თემაზე", diff --git a/packages/nextclade-web/src/i18n/resources/kk/common.json b/packages/nextclade-web/src/i18n/resources/kk/common.json index 0682847b9..6c35523e5 100644 --- a/packages/nextclade-web/src/i18n/resources/kk/common.json +++ b/packages/nextclade-web/src/i18n/resources/kk/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade негізін қалаушы” - сұрау үлгісіне тағайындалған кладтың негізін қалаушыға қатысты мутацияларды көрсетеді. Әр түрлі кладалардан алынған сұраулар бұл жағдайда әртүрлі мақсаттармен салыстырылатынын ескеріңіз.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ата-ана” - жеке мутацияларды көрсетеді, яғни филогенетикалық орналастыру кезінде сұрау үлгісі бекітілген сілтеме ағашының ата-аналық (жақын) түйініне қатысты мутациялар.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Анықтама” - анықтамалық дәйектілікке қатысты мутацияларды көрсетеді (деректер жиынтығында анықталғандай).", - "'{{ attr }}' founder": "“ {{ attr }} ” негізін қалаушы", + "\"{{ attr }}\" founder": "“ {{ attr }} ” негізін қалаушы", "(truncated)": "(кесілген)", "* Current value. This amount can change depending on load": "* Ағымдағы мән. Бұл сома жүктемеге байланысты өзгеруі мүмкін", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} бір жіпке кем дегенде {{memoryRequired}} жадты қажет етеді", diff --git a/packages/nextclade-web/src/i18n/resources/kn/common.json b/packages/nextclade-web/src/i18n/resources/kn/common.json index 43f6a66ec..f69f9a6bf 100644 --- a/packages/nextclade-web/src/i18n/resources/kn/common.json +++ b/packages/nextclade-web/src/i18n/resources/kn/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ಕ್ಲೇಡ್ ಸಂಸ್ಥಾಪಕ” - ಪ್ರಶ್ನೆ ಮಾದರಿಗೆ ನಿಯೋಜಿಸಲಾದ ಕ್ಲೇಡ್ನ ಸ್ಥಾಪಕನಿಗೆ ಸಂಬಂಧಿಸಿದ ರೂಪಾಂತರಗಳನ್ನು ತೋರಿಸುತ್ತದೆ. ವಿಭಿನ್ನ ಕ್ಲೇಡ್ಗಳಿಂದ ಬಂದ ಪ್ರಶ್ನೆಗಳನ್ನು ಈ ಸಂದರ್ಭದಲ್ಲಿ ವಿಭಿನ್ನ ಗುರಿಗಳೊಂದಿಗೆ ಹೋಲಿಸಲಾಗುವುದು ಎಂಬುದನ್ನು ಗಮನಿಸಿ.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“ಪೋಷಕ” - ಖಾಸಗಿ ರೂಪಾಂತರಗಳನ್ನು ತೋರಿಸುತ್ತದೆ, ಅಂದರೆ ಫೈಲೋಜೆನೆಟಿಕ್ ಪ್ಲೇಸ್ಮೆಂಟ್ ಸಮಯದಲ್ಲಿ ಪ್ರಶ್ನೆಯ ಮಾದರಿಯನ್ನು ಜೋಡಿಸಲಾದ ಉಲ್ಲೇಖ ಮರದ ಪೋಷಕ (ಹತ್ತಿರದ) ನೋಡ್ಗೆ ಸಂಬಂಧಿಸಿದ ರೂಪಾಂತರಗಳು.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“ಉಲ್ಲೇಖ” - ಉಲ್ಲೇಖ ಅನುಕ್ರಮಕ್ಕೆ ಸಂಬಂಧಿಸಿದಂತೆ ರೂಪಾಂತರಗಳನ್ನು ತೋರಿಸುತ್ತದೆ (ಡೇಟಾಸೆಟ್ನಲ್ಲಿ ವ್ಯಾಖ್ಯಾನಿಸಿದಂತೆ).", - "'{{ attr }}' founder": "' {{ attr }} ' ಸಂಸ್ಥಾಪಕ", + "\"{{ attr }}\" founder": "“ {{ attr }} \" ಸಂಸ್ಥಾಪಕ", "(truncated)": "(ಮೊಟಕುಗೊಳಿಸಲಾಗಿದೆ)", "* Current value. This amount can change depending on load": "* ಪ್ರಸ್ತುತ ಮೌಲ್ಯ. ಲೋಡ್ ಅನ್ನು ಅವಲಂಬಿಸಿ ಈ ಮೊತ್ತವು ಬದಲಾಗಬಹುದು", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ಗೆ ಪ್ರತಿ ಥ್ರೆಡ್ಗೆ ಕನಿಷ್ಠ {{memoryRequired}} ಮೆಮೊರಿ ಅಗತ್ಯವಿದೆ", diff --git a/packages/nextclade-web/src/i18n/resources/ko/common.json b/packages/nextclade-web/src/i18n/resources/ko/common.json index 7b4503551..59fb6e3a7 100644 --- a/packages/nextclade-web/src/i18n/resources/ko/common.json +++ b/packages/nextclade-web/src/i18n/resources/ko/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“클레이드 설립자” - 쿼리 샘플에 할당된 클래드의 설립자와 관련된 돌연변이를 보여줍니다.참고로 이 경우에는 다른 클래드의 쿼리를 다른 대상과 비교하게 됩니다.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“부모” - 비공개 돌연변이, 즉 계통 발생 배치 중에 쿼리 샘플이 연결된 참조 트리의 상위 (가장 가까운) 노드와 관련된 돌연변이를 표시합니다.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“참조” - 참조 서열과 관련된 돌연변이를 보여줍니다 (데이터세트에 정의된 대로).", - "'{{ attr }}' founder": "' {{ attr }} ' 설립자", + "\"{{ attr }}\" founder": "“ {{ attr }} \" 설립자", "(truncated)": "(잘린)", "* Current value. This amount can change depending on load": "* 현재 값.이 금액은 부하에 따라 달라질 수 있습니다.", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} 에는 스레드당 최소 {{memoryRequired}} 메모리가 필요합니다.", diff --git a/packages/nextclade-web/src/i18n/resources/lt/common.json b/packages/nextclade-web/src/i18n/resources/lt/common.json index eaa73955d..5401f2971 100644 --- a/packages/nextclade-web/src/i18n/resources/lt/common.json +++ b/packages/nextclade-web/src/i18n/resources/lt/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade įkūrėjas” - rodo mutacijas, palyginti su klado įkūrėju, kuris buvo priskirtas užklausos mėginiui. Atkreipkite dėmesį, kad užklausos iš skirtingų kladų bus lyginamos su skirtingais tikslais šiuo atveju.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Tėvas” - rodo privačias mutacijas, t.y. mutacijas, palyginti su pamatinio medžio pirminiu (artimiausiu) mazgu, prie kurio buvo prijungtas užklausos mėginys filogenetinio talpinimo metu.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Nuoroda” - rodo mutacijas, palyginti su etalonine seka (kaip apibrėžta duomenų rinkinyje).", - "'{{ attr }}' founder": "“ {{ attr }} ” įkūrėjas", + "\"{{ attr }}\" founder": "“ {{ attr }} ” įkūrėjas", "(truncated)": "(sutrumpintas)", "* Current value. This amount can change depending on load": "* Dabartinė vertė. Ši suma gali keistis priklausomai nuo apkrovos", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} reikia bent {{memoryRequired}} atminties vienai sričiai", diff --git a/packages/nextclade-web/src/i18n/resources/lv/common.json b/packages/nextclade-web/src/i18n/resources/lv/common.json index 3ddf2ea38..ed17db060 100644 --- a/packages/nextclade-web/src/i18n/resources/lv/common.json +++ b/packages/nextclade-web/src/i18n/resources/lv/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade dibinātājs” - parāda mutācijas attiecībā pret klādes dibinātāju, kas piešķirts vaicājuma paraugam. Ņemiet vērā, ka šajā gadījumā dažādu klažu vaicājumi tiks salīdzināti ar dažādiem mērķiem.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Vecāks” - parāda privātas mutācijas, t.i., mutācijas attiecībā pret atsauces koka vecāku (tuvāko) mezglu, kuram filoģenētiskās izvietošanas laikā ir pievienots vaicājuma paraugs.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Atsauce” - parāda mutācijas attiecībā pret atsauces secību (kā definēts datu kopā).", - "'{{ attr }}' founder": "' {{ attr }} ' dibinātājs", + "\"{{ attr }}\" founder": "“ {{ attr }} \" dibinātājs", "(truncated)": "(saīsināts)", "* Current value. This amount can change depending on load": "* Pašreizējā vērtība. Šī summa var mainīties atkarībā no slodzes", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vienā pavedienā ir nepieciešama vismaz {{memoryRequired}} atmiņa", diff --git a/packages/nextclade-web/src/i18n/resources/mk/common.json b/packages/nextclade-web/src/i18n/resources/mk/common.json index d45e44b77..c0cb61706 100644 --- a/packages/nextclade-web/src/i18n/resources/mk/common.json +++ b/packages/nextclade-web/src/i18n/resources/mk/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Основач на Клад” - покажува мутации во однос на основачот на клада што е доделен на примерокот за пребарување. Имајте на ум дека барањата од различни клади ќе се споредат со различни цели во овој случај.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Родител” - покажува приватни мутации, т.е. мутации во однос на родителскиот (најблискиот) јазол на референтното дрво на кое е прикачен примерокот за пребарување за време на филогенетското поставување.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Референца” - покажува мутации во однос на референтната секвенца (како што е дефинирано во базата на податоци).", - "'{{ attr }}' founder": "Основач на ' {{ attr }} '", + "\"{{ attr }}\" founder": "Основач на “ {{ attr }} ”", "(truncated)": "(скратено)", "* Current value. This amount can change depending on load": "* Тековна вредност. Оваа сума може да се промени во зависност од оптоварувањето", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} бара најмалку {{memoryRequired}} меморија по нишка", diff --git a/packages/nextclade-web/src/i18n/resources/ml/common.json b/packages/nextclade-web/src/i18n/resources/ml/common.json index bd3cedc5b..b7ee429c1 100644 --- a/packages/nextclade-web/src/i18n/resources/ml/common.json +++ b/packages/nextclade-web/src/i18n/resources/ml/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ക്ലേഡ് സ്ഥാപകൻ” - ക്വറി സാമ്പിളിലേക്ക് നിയോഗിച്ചിട്ടുള്ള ക്ലേഡിന്റെ സ്ഥാപകനുമായി ബന്ധപ്പെട്ടുള്ള മ്യൂട്ടേഷനുകൾ കാണിക്കുന്നു. വ്യത്യസ്ത ക്ലാഡുകളിൽ നിന്നുള്ള അന്വേഷണങ്ങൾ ഈ സാഹചര്യത്തിൽ വ്യത്യസ്ത ടാർഗെറ്റുകളുമായി താരതമ്യം ചെയ്യുമെന്ന് ശ്രദ്ധിക്കുക.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“പാരന്റ്” - സ്വകാര്യ മ്യൂട്ടേഷനുകൾ കാണിക്കുന്നു, അതായത് ഫൈലോജെനറ്റിക് പ്ലേസ്മെന്റ് സമയത്ത് ക്വറി സാമ്പിൾ അറ്റാച്ചുചെയ്തിരിക്കുന്ന റഫറൻസ് ട്രീയുടെ പാരന്റ് (അടുത്തുള്ള) നോഡുമായി ബന്ധപ്പെട്ട മ്യൂട്ടേഷനുകൾ.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“റഫറൻസ്” - റഫറൻസ് സീക്വൻസുമായി ബന്ധപ്പെട്ട മ്യൂട്ടേഷനുകൾ കാണിക്കുന്നു (ഡാറ്റാസെറ്റിൽ നിർവചിച്ചതുപോലെ).", - "'{{ attr }}' founder": "' {{ attr }} ' സ്ഥാപകൻ", + "\"{{ attr }}\" founder": "“ {{ attr }} \" സ്ഥാപകൻ", "(truncated)": "(ചുരുങ്ങിയത്)", "* Current value. This amount can change depending on load": "* നിലവിലെ മൂല്യം. ലോഡിനെ ആശ്രയിച്ച് ഈ തുക മാറാം", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ഓരോ ത്രെഡിനും കുറഞ്ഞത് {{memoryRequired}} മെമ്മറി ആവശ്യമാണ്", diff --git a/packages/nextclade-web/src/i18n/resources/mn/common.json b/packages/nextclade-web/src/i18n/resources/mn/common.json index 0240d75d2..edf55ae11 100644 --- a/packages/nextclade-web/src/i18n/resources/mn/common.json +++ b/packages/nextclade-web/src/i18n/resources/mn/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade үүсгэн байгуулагч” - асуулгын дээжид томилогдсон clade үүсгэн байгуулагчтай харьцангуй мутацийг харуулдаг. Янз бүрийн кладын асуулгыг энэ тохиолдолд өөр өөр зорилтуудтай харьцуулах болно гэдгийг анхаарна уу.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Эцэг эх” - хувийн мутацийг харуулдаг, өөрөөр хэлбэл филогенетик байрлуулах үед асуулгын дээжийг хавсаргасан лавлагааны модны эцэг эх (хамгийн ойрын) зангилаатай харьцангуй мутаци.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Лавлагаа” - лавлагааны дараалалтай харьцангуй мутацийг харуулдаг (өгөгдлийн багцад тодорхойлсноор).", - "'{{ attr }}' founder": "' {{ attr }} ' үүсгэн байгуулагч", + "\"{{ attr }}\" founder": "“ {{ attr }} \" үүсгэн байгуулагч", "(truncated)": "(тасарсан)", "* Current value. This amount can change depending on load": "* Одоогийн үнэ цэнэ. Энэ хэмжээ ачааллаас хамааран өөрчлөгдөж болно", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} нь утас бүрт дор хаяж {{memoryRequired}} санах ой шаарддаг", diff --git a/packages/nextclade-web/src/i18n/resources/mr/common.json b/packages/nextclade-web/src/i18n/resources/mr/common.json index 87a4c1dc8..b28daac87 100644 --- a/packages/nextclade-web/src/i18n/resources/mr/common.json +++ b/packages/nextclade-web/src/i18n/resources/mr/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“क्लेड संस्थापक” - क्वेरी नमुन्यावर नियुक्त केलेल्या क्लेडच्या संस्थापकाशी संबंधित परिवर्तन दर्शविते लक्षात घ्या की या प्रकरणात वेगवेगळ्या क्लेड्समधील प्रश्नांची तुलना वेगवेगळ", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“पालक” - खाजगी परिवर्तन दर्शविते, म्हणजे फायलोजेनेटिक प्लेसमेंट दरम्यान क्वेरी नमुना जोडलेल्या संदर्भ झाडाच्या पालक (जवळचे) नोडशी", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“संदर्भ” - संदर्भ क्रमांशी संबंधित परिवर्तन दर्शविते (डेटासेटमध्ये व्याख्य", - "'{{ attr }}' founder": "' {{ attr }} ' संस्थापक", + "\"{{ attr }}\" founder": "“ {{ attr }} \" संस्थापक", "(truncated)": "(कटकलेला)", "* Current value. This amount can change depending on load": "* वर्तमान मूल्य. लोडनुसार ही रक्कम बदलू शकते", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} प्रति थ्रेड किमान {{memoryRequired}} मेमरी आवश्यक आहे", diff --git a/packages/nextclade-web/src/i18n/resources/ms/common.json b/packages/nextclade-web/src/i18n/resources/ms/common.json index f5fc563f9..408b939de 100644 --- a/packages/nextclade-web/src/i18n/resources/ms/common.json +++ b/packages/nextclade-web/src/i18n/resources/ms/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Pengasas Clade” - menunjukkan mutasi berbanding dengan pengasas clade yang telah diberikan kepada sampel pertanyaan. Perhatikan bahawa pertanyaan dari klad yang berbeza akan dibandingkan dengan sasaran yang berbeza dalam kes ini.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ibu bapa” - menunjukkan mutasi peribadi, iaitu mutasi relatif kepada nod induk (terdekat) pokok rujukan yang mana sampel pertanyaan telah dilampirkan semasa penempatan filogenetik.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Rujukan” - menunjukkan mutasi relatif kepada urutan rujukan (seperti yang ditakrifkan dalam set data).", - "'{{ attr }}' founder": "Pengasas ' {{ attr }} '", + "\"{{ attr }}\" founder": "Pengasas “ {{ attr }} \"", "(truncated)": "(dipotong)", "* Current value. This amount can change depending on load": "* Nilai semasa. Jumlah ini boleh berubah bergantung pada beban", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} memerlukan sekurang-kurangnya {{memoryRequired}} memori setiap thread", diff --git a/packages/nextclade-web/src/i18n/resources/mt/common.json b/packages/nextclade-web/src/i18n/resources/mt/common.json index 2f78ac7e8..bf80bd4ac 100644 --- a/packages/nextclade-web/src/i18n/resources/mt/common.json +++ b/packages/nextclade-web/src/i18n/resources/mt/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Fundatur Clade” - juri mutazzjonijiet relattivi għall-fundatur tal-clade li ġie assenjat għall-kampjun tal-mistoqsija. Innota li mistoqsijiet minn clades differenti se jitqabblu ma 'miri differenti f'dan il-każ.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ġenitur” - juri mutazzjonijiet privati, jiġifieri mutazzjonijiet relattivi għall-ġenitur (eqreb) node tas-siġra ta' referenza li magħha ġie mehmuż il-kampjun tal-mistoqsija waqt it-tqegħid filogenetiku.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referenza” - turi mutazzjonijiet relattivi għas-sekwenza ta' referenza (kif definit fis-sett tad-dejta).", - "'{{ attr }}' founder": "Fundatur ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" fundatur", "(truncated)": "(maqtugħ)", "* Current value. This amount can change depending on load": "* Valur kurrenti. Dan l-ammont jista' jinbidel skont it-tagħbija", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} jeħtieġ mill-inqas {{memoryRequired}} ta 'memorja għal kull ħajt", diff --git a/packages/nextclade-web/src/i18n/resources/nl/common.json b/packages/nextclade-web/src/i18n/resources/nl/common.json index 5b4cc117a..3ffb26caf 100644 --- a/packages/nextclade-web/src/i18n/resources/nl/common.json +++ b/packages/nextclade-web/src/i18n/resources/nl/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade-oprichter” - toont mutaties ten opzichte van de oprichter van de clade die is toegewezen aan de steekproef van de zoekopdracht. Houd er rekening mee dat vragen van verschillende clades in dit geval worden vergeleken met verschillende doelen.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Ouder” - toont privémutaties, d.w.z. mutaties ten opzichte van het (dichtstbijzijnde) ouderknooppunt van de referentieboom waaraan het zoekmonster is gekoppeld tijdens de fylogenetische plaatsing.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referentie” - toont mutaties ten opzichte van de referentiesequentie (zoals gedefinieerd in de dataset).", - "'{{ attr }}' founder": "Oprichter van ' {{ attr }} '", + "\"{{ attr }}\" founder": "„ {{ attr }} \" oprichter", "(truncated)": "(afgekapt)", "* Current value. This amount can change depending on load": "* Huidige waarde. Dit bedrag kan veranderen afhankelijk van de belasting", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vereist minstens {{memoryRequired}} geheugen per thread", diff --git a/packages/nextclade-web/src/i18n/resources/no/common.json b/packages/nextclade-web/src/i18n/resources/no/common.json index 71fc210a4..a1756f2e3 100644 --- a/packages/nextclade-web/src/i18n/resources/no/common.json +++ b/packages/nextclade-web/src/i18n/resources/no/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Clade grunnlegger» - viser mutasjoner i forhold til grunnleggeren av kladen som er tildelt spørringsprøven. Merk at spørsmål fra forskjellige klader vil bli sammenlignet med forskjellige mål i dette tilfellet.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Forelder» - viser private mutasjoner, dvs. mutasjoner i forhold til den overordnede (nærmeste) noden til referansetreet som spørringsprøven er knyttet til under fylogenetisk plassering.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Referanse» - viser mutasjoner i forhold til referansesekvensen (som definert i datasettet).", - "'{{ attr }}' founder": "' {{ attr }} ' grunnlegger", + "\"{{ attr }}\" founder": "« {{ attr }} \" grunnlegger", "(truncated)": "(avkortet)", "* Current value. This amount can change depending on load": "* Nåværende verdi. Dette beløpet kan endres avhengig av belastning", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} krever minst {{memoryRequired}} minne per tråd", diff --git a/packages/nextclade-web/src/i18n/resources/pa/common.json b/packages/nextclade-web/src/i18n/resources/pa/common.json index 3ec2e9bf1..745686c1e 100644 --- a/packages/nextclade-web/src/i18n/resources/pa/common.json +++ b/packages/nextclade-web/src/i18n/resources/pa/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ਕਲੇਡ ਸੰਸਥਾਪਕ” - ਕਲੇਡ ਦੇ ਸੰਸਥਾਪਕ ਦੇ ਸੰਬੰਧ ਵਿੱਚ ਪਰਿਵਰਤਨ ਦਰਸਾਉਂਦਾ ਹੈ ਜੋ ਪੁੱਛਗਿੱਛ ਦੇ ਨਮੂਨੇ ਨੂੰ ਸੌਂਪਿਆ ਗਿਆ ਹੈ। ਨੋਟ ਕਰੋ ਕਿ ਇਸ ਕੇਸ ਵਿੱਚ ਵੱਖ-ਵੱਖ ਕਲੇਡਾਂ ਦੇ ਪ੍ਰਸ਼ਨਾਂ ਦੀ ਤੁਲਨਾ ਵੱਖ-ਵੱਖ ਟੀਚਿਆਂ ਨਾਲ ਕੀਤੀ ਜਾਵੇਗੀ।", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“ਪੇਰੈਂਟ” - ਪ੍ਰਾਈਵੇਟ ਪਰਿਵਰਤਨ ਦਰਸਾਉਂਦਾ ਹੈ, ਅਰਥਾਤ ਸੰਦਰਭ ਰੁੱਖ ਦੇ ਮੂਲ (ਨਜ਼ਦੀਕੀ) ਨੋਡ ਦੇ ਸੰਬੰਧ ਵਿੱਚ ਪਰਿਵਰਤਨ ਜਿਸ ਨਾਲ ਫਾਈਲੋਜੈਨੇਟਿਕ ਪਲੇਸਮੈਂਟ ਦੇ ਦੌਰਾਨ ਪੁੱਛਗਿੱਛ ਨਮੂਨਾ ਨਾਲ ਜੁੜਿਆ ਹੋਇਆ ਹੈ।", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“ਹਵਾਲਾ” - ਸੰਦਰਭ ਕ੍ਰਮ ਦੇ ਸੰਬੰਧ ਵਿੱਚ ਪਰਿਵਰਤਨ ਦਿਖਾਉਂਦਾ ਹੈ (ਜਿਵੇਂ ਕਿ ਡੇਟਾਸੈਟ ਵਿੱਚ ਪਰਿਭਾਸ਼ਿਤ ਕੀਤਾ ਗਿਆ ਹੈ)।", - "'{{ attr }}' founder": "' {{ attr }} ' ਸੰਸਥਾਪਕ", + "\"{{ attr }}\" founder": "“ {{ attr }} \" ਸੰਸਥਾਪਕ", "(truncated)": "(ਕੱਟਿਆ ਹੋਇਆ)", "* Current value. This amount can change depending on load": "* ਮੌਜੂਦਾ ਮੁੱਲ. ਇਹ ਰਕਮ ਲੋਡ ਦੇ ਅਧਾਰ ਤੇ ਬਦਲ ਸਕਦੀ ਹੈ", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ਲਈ ਪ੍ਰਤੀ ਥ੍ਰੈਡ ਦੀ ਘੱਟੋ ਘੱਟ {{memoryRequired}} ਮੈਮੋਰੀ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ", diff --git a/packages/nextclade-web/src/i18n/resources/pl/common.json b/packages/nextclade-web/src/i18n/resources/pl/common.json index 46a8d29e7..ee5f7fa6c 100644 --- a/packages/nextclade-web/src/i18n/resources/pl/common.json +++ b/packages/nextclade-web/src/i18n/resources/pl/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Założyciel kladu” - pokazuje mutacje względem założyciela kladu, który został przypisany do próbki zapytania. Należy pamiętać, że zapytania z różnych kladów będą w tym przypadku porównywane z różnymi celami.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Rodzic” - pokazuje mutacje prywatne, tj. mutacje względem macierzystego (najbliższego) węzła drzewa referencyjnego, do którego próbka zapytania została dołączona podczas umieszczania filogenetycznego.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Odniesienie” - pokazuje mutacje względem sekwencji odniesienia (zgodnie z definicją w zbiorze danych).", - "'{{ attr }}' founder": "Założyciel ' {{ attr }} '", + "\"{{ attr }}\" founder": "Założyciel „ {{ attr }} ”", "(truncated)": "(ścięty)", "* Current value. This amount can change depending on load": "* Aktualna wartość. Kwota ta może się zmieniać w zależności od obciążenia", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} wymaga co najmniej {{memoryRequired}} pamięci na wątek", diff --git a/packages/nextclade-web/src/i18n/resources/ps/common.json b/packages/nextclade-web/src/i18n/resources/ps/common.json index d0975e6d6..6af3f1239 100644 --- a/packages/nextclade-web/src/i18n/resources/ps/common.json +++ b/packages/nextclade-web/src/i18n/resources/ps/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«د کلیډ بنسټ ایز» - د کلاډ بنسټ ایز سره نسبت د بدلون ښودل کوي چې د پوښتنې نمونې ته ټاکل شوی دی. یادونه وکړئ چې د مختلفو کليډونو څخه پوښتنې به په دې قضیه کې د مختلف اهدافو سره پرتله", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«والدین» - خصوصي تغیرات ښیي، یعنی د حوالې جرګې د والدین (نږدې) نوډ سره نسبت د میوټیشن کوم چې د پوښتنې نمونه د فیلوجینیټیک ځای پرمهال سره منسلک شوی دی.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«حواله» - د حوالې ترتیب سره نسبت د تغیرات ښکاري (لکه څنګه چې په ډاټاسټ کې تعریف شوي).", - "'{{ attr }}' founder": "د ' {{ attr }} ' بنسټ ایز", + "\"{{ attr }}\" founder": "« {{ attr }} \" بنسټ ایز", "(truncated)": "(ټوټه شوی)", "* Current value. This amount can change depending on load": "* اوسنۍ ارزښت. دا مقدار کولی شي د بار په اړه بدل شي", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} په هر موضوع لږترلږه {{memoryRequired}} حافظه ته اړتیا لري", diff --git a/packages/nextclade-web/src/i18n/resources/pt/common.json b/packages/nextclade-web/src/i18n/resources/pt/common.json index 4268f49d4..673e5e422 100644 --- a/packages/nextclade-web/src/i18n/resources/pt/common.json +++ b/packages/nextclade-web/src/i18n/resources/pt/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Fundador do clado” - mostra mutações em relação ao fundador do clado que foi atribuído à amostra de consulta. Observe que consultas de diferentes clados serão comparadas com alvos diferentes nesse caso.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Pai” - mostra mutações privadas, ou seja, mutações relativas ao nó pai (mais próximo) da árvore de referência à qual a amostra de consulta foi anexada durante a colocação filogenética.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referência” - mostra mutações em relação à sequência de referência (conforme definido no conjunto de dados).", - "'{{ attr }}' founder": "fundador do ' {{ attr }} '", + "\"{{ attr }}\" founder": "fundador do “ {{ attr }} \"", "(truncated)": "(truncado)", "* Current value. This amount can change depending on load": "* Valor atual. Esse valor pode mudar dependendo da carga", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} requer pelo menos {{memoryRequired}} de memória por thread", diff --git a/packages/nextclade-web/src/i18n/resources/ro/common.json b/packages/nextclade-web/src/i18n/resources/ro/common.json index 58dead684..6aa2e0228 100644 --- a/packages/nextclade-web/src/i18n/resources/ro/common.json +++ b/packages/nextclade-web/src/i18n/resources/ro/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Clade Founder” - prezintă mutații în raport cu fondatorul cladei care a fost atribuită eșantionului de interogare. Rețineți că interogările din diferite clade vor fi comparate cu ținte diferite în acest caz.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Părinte” - arată mutații private, adică mutații în raport cu nodul părinte (cel mai apropiat) al arborelui de referință la care a fost atașat eșantionul de interogare în timpul plasării filogenetice.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referință” - arată mutații în raport cu secvența de referință (așa cum este definită în setul de date).", - "'{{ attr }}' founder": "Fondatorul ' {{ attr }} '", + "\"{{ attr }}\" founder": "Fondatorul „ {{ attr }} ”", "(truncated)": "(trunchiat)", "* Current value. This amount can change depending on load": "* Valoarea curentă. Această sumă se poate modifica în funcție de sarcină", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} necesită cel puțin {{memoryRequired}} de memorie pe fir", diff --git a/packages/nextclade-web/src/i18n/resources/ru/common.json b/packages/nextclade-web/src/i18n/resources/ru/common.json index 407ed124e..d27b7da31 100644 --- a/packages/nextclade-web/src/i18n/resources/ru/common.json +++ b/packages/nextclade-web/src/i18n/resources/ru/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Основатель клады» — показывает мутации, связанные с основателем клады, отнесенной к выборке запроса. Обратите внимание, что в этом случае запросы из разных клад будут сравниваться с разными целями.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Родитель» — показывает частные мутации, то есть мутации, относящиеся к родительскому (ближайшему) узлу эталонного дерева, к которому была присоединена выборка запроса во время филогенетического размещения.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Ссылка» — показывает мутации, относящиеся к эталонной последовательности (как определено в наборе данных).", - "'{{ attr }}' founder": "основатель ' {{ attr }} '", + "\"{{ attr }}\" founder": "основатель « {{ attr }} »", "(truncated)": "(в усеченном виде)", "* Current value. This amount can change depending on load": "* Текущее значение. Эта сумма может меняться в зависимости от нагрузки", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} требует не менее {{memoryRequired}} памяти на поток", diff --git a/packages/nextclade-web/src/i18n/resources/si/common.json b/packages/nextclade-web/src/i18n/resources/si/common.json index 49fc1c898..b1622a7fe 100644 --- a/packages/nextclade-web/src/i18n/resources/si/common.json +++ b/packages/nextclade-web/src/i18n/resources/si/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ක්ලේඩ් නිර්මාතෘ” - විමසුම් නියැදියට පවරා ඇති ක්ලේඩ් නිර්මාතෘවරයාට සාපේක්ෂව විකෘති පෙන්වයි. විවිධ ක්ලේඩ් වලින් විමසීම් මෙම නඩුවේ විවිධ ඉලක්ක සමඟ සංසන්දනය කරනු ලබන බව සලකන්න.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“මාපිය” - පුද්ගලික විකෘති පෙන්වයි, එනම් phylogenic ස්ථානගත කිරීමේදී විමසුම් නියැදියට අනුයුක්ත කර ඇති යොමු වෘක්ෂයේ මව් (ළඟම) නෝඩයට සාපේක්ෂව විකෘතිතාවයන් දක්වයි.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“යොමු” - යොමු අනුපිළිවෙලට සාපේක්ෂව විකෘති පෙන්වයි (දත්ත කට්ටලයේ අර්ථ දැක්වෙන පරිදි).", - "'{{ attr }}' founder": "' {{ attr }} ' නිර්මාතෘ", + "\"{{ attr }}\" founder": "“ {{ attr }} \" නිර්මාතෘ", "(truncated)": "(කප්පාදු කරන ලද)", "* Current value. This amount can change depending on load": "* වත්මන් අගය. බර මත පදනම්ව මෙම ප්රමාණය වෙනස් විය හැකිය", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} නූලයකට අවම වශයෙන් {{memoryRequired}} මතකයක් අවශ්ය වේ", diff --git a/packages/nextclade-web/src/i18n/resources/sk/common.json b/packages/nextclade-web/src/i18n/resources/sk/common.json index 025fdc57b..d3ab9cdce 100644 --- a/packages/nextclade-web/src/i18n/resources/sk/common.json +++ b/packages/nextclade-web/src/i18n/resources/sk/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Zakladateľ kladu“ - zobrazuje mutácie vzhľadom na zakladateľa kladu, ktorý bol priradený k vzorke dotazu. Upozorňujeme, že dotazy z rôznych kladov sa v tomto prípade porovnávajú s rôznymi cieľmi.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Rodič“ - zobrazuje súkromné mutácie, t.j. mutácie vzhľadom na rodičovský (najbližší) uzol referenčného stromu, ku ktorému bola vzorka dotazu pripojená počas fylogenetického umiestnenia.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referencia“ - zobrazuje mutácie vzhľadom na referenčnú sekvenciu (ako je definované v súbore údajov).", - "'{{ attr }}' founder": "Zakladateľ ' {{ attr }} '", + "\"{{ attr }}\" founder": "Zakladateľ „ {{ attr }} “", "(truncated)": "(skrátené)", "* Current value. This amount can change depending on load": "* Aktuálna hodnota. Táto suma sa môže meniť v závislosti od zaťaženia", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} vyžaduje aspoň {{memoryRequired}} pamäte na vlákno", diff --git a/packages/nextclade-web/src/i18n/resources/sl/common.json b/packages/nextclade-web/src/i18n/resources/sl/common.json index d63ef4b80..d8651645d 100644 --- a/packages/nextclade-web/src/i18n/resources/sl/common.json +++ b/packages/nextclade-web/src/i18n/resources/sl/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "»Ustanovitelj klade« - prikazuje mutacije glede na ustanovitelja klade, ki je bila dodeljena vzorcu poizvedbe. Upoštevajte, da bodo poizvedbe iz različnih kladov v tem primeru primerjane z različnimi cilji.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "»Staršev« - prikazuje zasebne mutacije, tj. mutacije glede na starševsko (najbližje) vozlišče referenčnega drevesa, na katerega je bil med filogenetsko umestitvijo pritrjen vzorec poizvedbe.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "»Referenca« - prikazuje mutacije glede na referenčno zaporedje (kot je opredeljeno v naboru podatkov).", - "'{{ attr }}' founder": "Ustanovitelj ' {{ attr }} '", + "\"{{ attr }}\" founder": "Ustanovitelj » {{ attr }} «", "(truncated)": "(okrnjeno)", "* Current value. This amount can change depending on load": "* Trenutna vrednost. Ta znesek se lahko spremeni glede na obremenitev", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahteva vsaj {{memoryRequired}} pomnilnika na nit", diff --git a/packages/nextclade-web/src/i18n/resources/so/common.json b/packages/nextclade-web/src/i18n/resources/so/common.json index 2e4ccb290..6bd4f8d1b 100644 --- a/packages/nextclade-web/src/i18n/resources/so/common.json +++ b/packages/nextclade-web/src/i18n/resources/so/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade aasaasayaasha” - muujinaysa muujinayaasha la xiriira aasaasiyiinta clade ee loo xilsaaray sameedka weydiinta. Xog gelin in weydihii ka socda clade kala duwan la barbar doono barbeedaha kala duwan ee kiiskan.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Waaldiinta” - muujinaysa muujinayaal gaar ah, iyadoo xidhi la xidhiidha waalidiinta (ugu dhow) ee geedka tahriinta oo sameeyaha weydihii lagu xidhigay xilliga dhigga phylogenic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Reference” - muujinaysa muujinayaal la xidhiidda xiliidanka xidhiidda (sida lagu sheegay xidhiidka).", - "'{{ attr }}' founder": "' {{ attr }} ' aasaasayaasha", + "\"{{ attr }}\" founder": "“ {{ attr }} \" aasayaasha", "(truncated)": "(la qaaday)", "* Current value. This amount can change depending on load": "* Qiimaha hadda. Lacagtan isbedeli kara oo ku xiray xulka", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} oo u baahan yahay ugu yaraan {{memoryRequired}} xasuustada kadib", @@ -149,7 +149,7 @@ "Enter reference sequence in {{formatName}} format": "Gol xilka tahay ee qaabka {{formatName}}", "Enter reference tree in {{formatName}} format": "Gol geedka tahay ee qaabka {{formatName}}", "Enter sequence data in FASTA format": "Gol xogta xog xog xiliga FASTA", - "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "Galooyinka qaabka “'' aasaasaasi” ayaa muujinaysa muujinayaasha la xidhiidha noodka aasaasayaasha sifa gaar ah ah oo la mid ah (haddii wax laga qaaday xidhiidda). Qoraayaasha Dataset ayaa doorto karaa inay ka soo baxaan sifooyinka", + "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "Galooyinka qaabka “'' aasaasaasi” ayaa muujinaysa muujinayaasha la xidhiidha nooda aasaasayaasha ee sifa gaar ah ah oo la mid ah (haddii wax laga qaaday xidhiidda). Qoraayaasha Dataset ayaa doorto karaa inay ka soo baxaan sifooyinka", "Error": "Khalad", "Errors & warnings": "Khalad & Digniin", "Example": "Tusaale", diff --git a/packages/nextclade-web/src/i18n/resources/sq/common.json b/packages/nextclade-web/src/i18n/resources/sq/common.json index 6e92d7c1a..a34cbf002 100644 --- a/packages/nextclade-web/src/i18n/resources/sq/common.json +++ b/packages/nextclade-web/src/i18n/resources/sq/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Themeluesi i Clade” - tregon mutacione në lidhje me themeluesin e kladës që i është caktuar mostrës së pyetjes. Vini re se pyetjet nga klasat e ndryshme do të krahasohen me objektiva të ndryshme në këtë rast.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Prind” - tregon mutacione private, d.m.th. mutacionet në lidhje me nyjen prind (më të afërt) të pemës së referencës në të cilën është bashkangjitur mostra e pyetjes gjatë vendosjes filogenetike.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referenca” - tregon mutacionet në lidhje me sekuencën e referencës (siç përcaktohet në grupin e të dhënave).", - "'{{ attr }}' founder": "Themeluesi i ' {{ attr }} '", + "\"{{ attr }}\" founder": "Themeluesi i “ {{ attr }} \"", "(truncated)": "(i prerë)", "* Current value. This amount can change depending on load": "* Vlera aktuale. Kjo shumë mund të ndryshojë në varësi të ngarkesës", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} kërkon të paktën {{memoryRequired}} të kujtesës për fije", diff --git a/packages/nextclade-web/src/i18n/resources/sr/common.json b/packages/nextclade-web/src/i18n/resources/sr/common.json index 0f2a05956..ac79157c2 100644 --- a/packages/nextclade-web/src/i18n/resources/sr/common.json +++ b/packages/nextclade-web/src/i18n/resources/sr/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "„Osnivač klade“ - pokazuje mutacije u odnosu na osnivača klade koji je dodeljen uzorku upita. Imajte na umu da će se upiti iz različitih klasa upoređivati sa različitim ciljevima u ovom slučaju.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "„Roditelj“ - prikazuje privatne mutacije, tj. mutacije u odnosu na roditeljski (najbliži) čvor referentnog stabla na koji je uzorak upita vezan tokom filogenetskog postavljanja.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "„Referenca“ - prikazuje mutacije u odnosu na referentnu sekvencu (kako je definisano u skupu podataka).", - "'{{ attr }}' founder": "Osnivač ' {{ attr }} '", + "\"{{ attr }}\" founder": "Osnivač „ {{ attr }} “", "(truncated)": "(skraćeno)", "* Current value. This amount can change depending on load": "* Trenutna vrednost. Ovaj iznos se može menjati u zavisnosti od opterećenja", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} zahteva najmanje {{memoryRequired}} memorije po niti", diff --git a/packages/nextclade-web/src/i18n/resources/sv/common.json b/packages/nextclade-web/src/i18n/resources/sv/common.json index ad6e02903..809b33a73 100644 --- a/packages/nextclade-web/src/i18n/resources/sv/common.json +++ b/packages/nextclade-web/src/i18n/resources/sv/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "”Clade Founder” - visar mutationer i förhållande till grundaren av kladen som har tilldelats frågeprovet. Observera att frågor från olika klader kommer att jämföras med olika mål i det här fallet.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "”Förälder” - visar privata mutationer, dvs mutationer i förhållande till den överordnade (närmaste) noden i referensträdet som frågeprovet har kopplats till under fylogenetisk placering.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "”Referens” - visar mutationer i förhållande till referenssekvensen (som definieras i datamängden).", - "'{{ attr }}' founder": "' {{ attr }} ' grundare", + "\"{{ attr }}\" founder": "” {{ attr }} \" grundare", "(truncated)": "(trunkerad)", "* Current value. This amount can change depending on load": "* Nuvarande värde. Detta belopp kan ändras beroende på belastning", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} kräver minst {{memoryRequired}} minne per tråd", diff --git a/packages/nextclade-web/src/i18n/resources/sw/common.json b/packages/nextclade-web/src/i18n/resources/sw/common.json index 33f24feb7..079a7de76 100644 --- a/packages/nextclade-web/src/i18n/resources/sw/common.json +++ b/packages/nextclade-web/src/i18n/resources/sw/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Mwanzilishi wa Clade” - anaonyesha mabadiliko kuhusiana na mwanzilishi wa clade ambayo imepewa kwa sampuli ya swali. Kumbuka kuwa maswali kutoka kwa clades tofauti yatalinganishwa na malengo tofauti katika kesi hii.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Mzazi” - inaonyesha mabadiliko ya kibinafsi, yaani mabadiliko yanayohusiana na node ya mzazi (karibu) ya mti wa kumbukumbu ambayo sampuli ya swali imeunganishwa nayo wakati wa uwekaji wa phylogenic.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Kumbukumbu” - inaonyesha mabadiliko kulingana na mlolongo wa kumbukumbu (kama ilivyofafanuliwa katika seti ya data).", - "'{{ attr }}' founder": "Mwanzilishi wa ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" mwanzilishi", "(truncated)": "(iliyopunguzwa)", "* Current value. This amount can change depending on load": "* Thamani ya sasa. Kiasi hiki kinaweza kubadilika kulingana na mzigo", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} inahitaji angalau {{memoryRequired}} ya kumbukumbu kwa kila nyuzi", diff --git a/packages/nextclade-web/src/i18n/resources/ta/common.json b/packages/nextclade-web/src/i18n/resources/ta/common.json index 5db23c970..fdc6c719d 100644 --- a/packages/nextclade-web/src/i18n/resources/ta/common.json +++ b/packages/nextclade-web/src/i18n/resources/ta/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“கிளேட் நிறுவனர்” - வினவல் மாதிரிக்கு ஒதுக்கப்பட்ட கிளேட் நிறுவனர் தொடர்பான மாற்றங்களைக் காட்டுகிறது. இந்த விஷயத்தில் வெவ்வேறு கிளேடுகளின் வினவல்கள் வெவ்வேறு இலக்குகளுடன் ஒப்பிடப்படும் என்பதை நினைவில் கொள்", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“பெற்றோர்” - தனியார் மாற்றங்களைக் காட்டுகிறது, அதாவது பைலோஜெனடிக் வேலைவாய்ப்பின் போது வினவல் மாதிரி இணைக்கப்பட்ட குறிப்பு மரத்தின் பெற்றோர் (அருகிலுள்ள) முனையுடன் தொடர்புடைய பிறழ்வுகள்.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“குறிப்பு” - குறிப்பு வரிசையுடன் தொடர்புடைய மாற்றங்களைக் காட்டுகிறது (தரவுத்தொகுப்பில் வரையறுக்கப்பட்டுள்ளபடி).", - "'{{ attr }}' founder": "' {{ attr }} ' நிறுவனர்", + "\"{{ attr }}\" founder": "“ {{ attr }} \" நிறுவனர்", "(truncated)": "(துண்டிக்கப்பட்டது)", "* Current value. This amount can change depending on load": "* தற்போதைய மதிப்பு. சுமையைப் பொறுத்து இந்த தொகை மாறலாம்", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} க்கு ஒரு நூலுக்கு குறைந்தது {{memoryRequired}} நினைவகம் தேவை", diff --git a/packages/nextclade-web/src/i18n/resources/te/common.json b/packages/nextclade-web/src/i18n/resources/te/common.json index b5c751620..922f2ad12 100644 --- a/packages/nextclade-web/src/i18n/resources/te/common.json +++ b/packages/nextclade-web/src/i18n/resources/te/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“క్లేడ్ వ్యవస్థాపకుడు” - ప్రశ్న నమూనాకు కేటాయించిన చేయబడిన క్లేడ్ వ్యవస్థాపకుడికి సంబంధించి ఉత్పరివర్తనలను చూపిస్తుంది. వివిధ క్లాడ్ల నుండి ప్రశ్నలు ఈ సందర్భంలో వేర్వేరు లక్ష్యాలతో పోల్చబడతాయని గమనించండి.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“పేరెంట్” - ప్రైవేట్ ఉత్పరివర్తనలను చూపిస్తుంది, అనగా ఫైలోజెనెటిక్ ప్లేస్మెంట్ సమయంలో ప్రశ్న నమూనాను జతచేయబడిన సూచన చెట్టు యొక్క మాతృ (సమీప) నోడ్కు సంబంధించి ఉత్పరివర్తనలు.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“రిఫరెన్స్” - రిఫరెన్స్ సీక్వెన్స్కు సంబంధించి ఉత్పరివర్తనలను చూపుతుంది (డేటాసెట్లో నిర్వచించిన విధంగా).", - "'{{ attr }}' founder": "' {{ attr }} ' వ్యవస్థాపకుడు", + "\"{{ attr }}\" founder": "“ {{ attr }} \" వ్యవస్థాపకుడు", "(truncated)": "(కత్తిరించబడింది)", "* Current value. This amount can change depending on load": "* ప్రస్తుత విలువ. లోడ్ను బట్టి ఈ మొత్తం మారవచ్చు", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} కు థ్రెడ్కు కనీసం {{memoryRequired}} మెమరీ అవసరం", diff --git a/packages/nextclade-web/src/i18n/resources/th/common.json b/packages/nextclade-web/src/i18n/resources/th/common.json index 287ac9b61..82e40d5ac 100644 --- a/packages/nextclade-web/src/i18n/resources/th/common.json +++ b/packages/nextclade-web/src/i18n/resources/th/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“ผู้ก่อตั้ง Clade” - แสดงการกลายพันธุ์ที่สัมพันธ์กับผู้ก่อตั้งของคลาดที่ได้รับการกำหนดให้กับตัวอย่างแบบสอบถามโปรดทราบว่าการสืบค้นจากคลาดต่างๆจะถูกเปรียบเทียบกับเป้าหมายที่แตกต่างกันในกรณีนี้", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“ผู้ปกครอง” - แสดงการกลายพันธุ์ส่วนตัว เช่น การกลายพันธุ์ที่สัมพันธ์กับโหนดแม่ (ที่ใกล้ที่สุด) ของต้นไม้อ้างอิงที่แนบตัวอย่างแบบสอบถามในระหว่างการจัดวางสายวิวัฒนาการ", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“การอ้างอิง” - แสดงการกลายพันธุ์ที่สัมพันธ์กับลำดับอ้างอิง (ตามที่กำหนดไว้ในชุดข้อมูล)", - "'{{ attr }}' founder": "ผู้ก่อตั้ง ' {{ attr }} '", + "\"{{ attr }}\" founder": "“ {{ attr }} \" ผู้ก่อตั้ง", "(truncated)": "(ตัดทอน)", "* Current value. This amount can change depending on load": "* ค่าปัจจุบันจำนวนนี้สามารถเปลี่ยนแปลงได้ขึ้นอยู่กับโหลด", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ต้องใช้หน่วยความจำอย่างน้อย {{memoryRequired}} ต่อเธรด", diff --git a/packages/nextclade-web/src/i18n/resources/tl/common.json b/packages/nextclade-web/src/i18n/resources/tl/common.json index 5c7990b75..282d09d8b 100644 --- a/packages/nextclade-web/src/i18n/resources/tl/common.json +++ b/packages/nextclade-web/src/i18n/resources/tl/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Tagapagtatag ng Clade” - nagpapakita ng mga mutasyon na nauugnay sa tagapagtatag ng clade na itinalaga sa sample ng query. Tandaan na ang mga query mula sa iba't ibang clade ay ihahambing sa iba't ibang mga target sa kasong ito.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Magulang” - nagpapakita ng mga pribadong mutasyon, ibig sabihin, mga mutasyon na nauugnay sa magulang (pinakamalapit) node ng sanggunian na puno kung saan nakalakip ang sample ng query sa panahon ng phylogenic na paglalagay.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Sanggunian” - nagpapakita ng mga mutasyon na kaugnay sa pagkakasunud-sunod ng sanggunian (tulad ng tinukoy sa dataset).", - "'{{ attr }}' founder": "Tagapagtatag ng ' {{ attr }} '", + "\"{{ attr }}\" founder": "Tagapagtatag ng “ {{ attr }} \"", "(truncated)": "(pinutol)", "* Current value. This amount can change depending on load": "* Kasalukuyang halaga. Ang halagang ito ay maaaring magbago depende sa pag-load", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** Ang {{appName}} ay nangangailangan ng hindi bababa sa {{memoryRequired}} ng memorya bawat thread", diff --git a/packages/nextclade-web/src/i18n/resources/tr/common.json b/packages/nextclade-web/src/i18n/resources/tr/common.json index 50ba27a67..a3b9d0da0 100644 --- a/packages/nextclade-web/src/i18n/resources/tr/common.json +++ b/packages/nextclade-web/src/i18n/resources/tr/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade kurucusu” - sorgu örneğine atanan klanın kurucusuna göre mutasyonları gösterir. Bu durumda farklı sınıflardan gelen sorguların farklı hedeflerle karşılaştırılacağını unutmayın.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ebeveyn” - özel mutasyonları, yani filogenetik yerleştirme sırasında sorgu örneğinin eklendiği referans ağacının ana (en yakın) düğümüne göre mutasyonları gösterir.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Referans” - referans dizisine göre mutasyonları gösterir (veri kümesinde tanımlandığı gibi).", - "'{{ attr }}' founder": "' {{ attr }} ' kurucusu", + "\"{{ attr }}\" founder": "“ {{ attr }} \" kurucusu", "(truncated)": "(kesilmiş)", "* Current value. This amount can change depending on load": "* Mevcut değer. Bu miktar yüke bağlı olarak değişebilir", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} iş parçacığı başına en az {{memoryRequired}} bellek gerektirir", @@ -149,7 +149,7 @@ "Enter reference sequence in {{formatName}} format": "Referans sırasını {{formatName}} biçiminde girin", "Enter reference tree in {{formatName}} format": "Referans ağacını {{formatName}} biçiminde girin", "Enter sequence data in FASTA format": "Dizi verilerini FASTA formatında girin", - "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "“'' kurucu” biçimindeki girişler, belirli bir sınıf benzeri özelliğin (veri kümesinde tanımlanmışsa) kurucu düğümüne göre mutasyonlar gösterir. Veri kümesi yazarları belirli nitelikleri hariç tutmayı seçebilir.", + "Entries of format \"'' founder\" show mutations relative to the founder node of a particular clade-like attribute (if any are defined in the dataset). Dataset authors may choose to exclude certain attributes.": "“'' kurucu” biçimindeki girişler, belirli bir sınıf benzeri özelliğin (veri kümesinde tanımlanmışsa) kurucu düğümüne göre mutasyonlar gösterir. Veri kümesi yazarları belirli özellikleri hariç tutmayı seçebilir.", "Error": "Hata", "Errors & warnings": "Hatalar ve uyarılar", "Example": "Örnek", diff --git a/packages/nextclade-web/src/i18n/resources/uk/common.json b/packages/nextclade-web/src/i18n/resources/uk/common.json index 3013632b6..2228d20ce 100644 --- a/packages/nextclade-web/src/i18n/resources/uk/common.json +++ b/packages/nextclade-web/src/i18n/resources/uk/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "«Засновник Clade» - показує мутації щодо засновника клади, яка була призначена для вибірки запиту. Зверніть увагу, що запити з різних кладів будуть порівнюватися з різними цілями в цьому випадку.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "«Батько» - показує приватні мутації, тобто мутації відносно батьківського (найближчого) вузла еталонного дерева, до якого зразок запиту був приєднаний під час філогенетичного розміщення.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "«Посилання» - показує мутації щодо еталонної послідовності (як визначено в наборі даних).", - "'{{ attr }}' founder": "Засновник ' {{ attr }} '", + "\"{{ attr }}\" founder": "Засновник « {{ attr }} »", "(truncated)": "(урізаний)", "* Current value. This amount can change depending on load": "* Поточне значення. Ця сума може змінюватися залежно від навантаження", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} вимагає принаймні {{memoryRequired}} пам'яті для кожного потоку", diff --git a/packages/nextclade-web/src/i18n/resources/ur/common.json b/packages/nextclade-web/src/i18n/resources/ur/common.json index 2b3aa174b..f4c4e019c 100644 --- a/packages/nextclade-web/src/i18n/resources/ur/common.json +++ b/packages/nextclade-web/src/i18n/resources/ur/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“کلیڈ بانی” - کلیڈ کے بانی سے متعلق تبدیلیوں کو ظاہر کرتا ہے جو سوال کے نمونے کو تفویض کیا گیا ہے۔ نوٹ کریں کہ اس معاملے میں مختلف کلیڈز سے سوالات کا موازنہ مختلف اہداف کے ساتھ کیا جائے گا۔", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“والدین” - نجی تغیرات کو ظاہر کرتا ہے، یعنی ریفرنس درخت کے والدین (قریب ترین) نوڈ سے متعلق تغیرات جس سے فائلوجینیٹک پلیسمنٹ کے دوران سوال کا نمونہ منسلک کیا گیا ہے۔", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“حوالہ” - حوالہ ترتیب (جیسا کہ ڈیٹا سیٹ میں بیان کیا گیا ہے) کے سلسلے میں تبدیلیوں کو ظاہر کرتا ہے۔", - "'{{ attr }}' founder": "' {{ attr }} ' بانی", + "\"{{ attr }}\" founder": "“ {{ attr }} \" بانی", "(truncated)": "(کٹے ہوئے)", "* Current value. This amount can change depending on load": "* موجودہ قدر. یہ رقم بوجھ کے لحاظ سے تبدیل ہوسکتی ہے", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} کو فی تھریڈ میں کم از کم {{memoryRequired}} میموری کی ضرورت ہوتی ہے", diff --git a/packages/nextclade-web/src/i18n/resources/uz/common.json b/packages/nextclade-web/src/i18n/resources/uz/common.json index 0c23f00f9..cf89e50ad 100644 --- a/packages/nextclade-web/src/i18n/resources/uz/common.json +++ b/packages/nextclade-web/src/i18n/resources/uz/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade asoschisi” - so'rov namunasiga tayinlangan kladning asoschisiga nisbatan mutatsiyalarni ko'rsatadi. Turli xil kladlardan olingan so'rovlar bu holatda turli maqsadlar bilan taqqoslanishini unutmang.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Ota-ona” - xususiy mutatsiyalarni ko'rsatadi. filogenetik joylashtirish vaqtida so'rov namunasi biriktirilgan mos yozuvlar daraxtining ota-ona (eng yaqin) tuguniga nisbatan mutatsiyalar.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Malumot” - mos yozuvlar ketma-ketligiga nisbatan mutatsiyalarni ko'rsatadi (ma'lumotlar to'plamida aniqlanganidek).", - "'{{ attr }}' founder": "“ {{ attr }} ” asoschisi", + "\"{{ attr }}\" founder": "“ {{ attr }} \" asoschisi", "(truncated)": "(kesilgan)", "* Current value. This amount can change depending on load": "* Joriy qiymat. Ushbu miqdor yukga qarab o'zgarishi mumkin", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} ip boshiga xotiraning kamida {{memoryRequired}} ni talab qiladi", diff --git a/packages/nextclade-web/src/i18n/resources/vi/common.json b/packages/nextclade-web/src/i18n/resources/vi/common.json index a1c8c2cea..bcf9e9858 100644 --- a/packages/nextclade-web/src/i18n/resources/vi/common.json +++ b/packages/nextclade-web/src/i18n/resources/vi/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Người sáng lập Clade” - hiển thị các đột biến liên quan đến người sáng lập nhánh đã được gán cho mẫu truy vấn. Lưu ý rằng các truy vấn từ các nhóm khác nhau sẽ được so sánh với các mục tiêu khác nhau trong trường hợp này.", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“Parent” - hiển thị các đột biến riêng tư, tức là đột biến liên quan đến nút mẹ (gần nhất) của cây tham chiếu mà mẫu truy vấn đã được gắn vào trong quá trình đặt phát sinh loài.", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“Tham chiếu” - hiển thị các đột biến liên quan đến trình tự tham chiếu (như được định nghĩa trong tập dữ liệu).", - "'{{ attr }}' founder": "Người sáng lập ' {{ attr }} '", + "\"{{ attr }}\" founder": "Người sáng lập “ {{ attr }} ”", "(truncated)": "(cắt ngắn)", "* Current value. This amount can change depending on load": "* Giá trị hiện tại. Số tiền này có thể thay đổi tùy thuộc vào tải", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} yêu cầu ít nhất {{memoryRequired}} bộ nhớ cho mỗi luồng", diff --git a/packages/nextclade-web/src/i18n/resources/zh/common.json b/packages/nextclade-web/src/i18n/resources/zh/common.json index 1c118d1ba..3e95ce187 100644 --- a/packages/nextclade-web/src/i18n/resources/zh/common.json +++ b/packages/nextclade-web/src/i18n/resources/zh/common.json @@ -10,7 +10,7 @@ "\"Clade founder\" - shows mutations relative to the founder of the clade that has been assigned to the query sample. Note that queries from different clades will be compared with different targets in this case.": "“Clade 创始人”-显示与分配给查询样本的 clade 创始人相关的突变。请注意,在这种情况下,来自不同分支的查询将与不同的目标进行比较。", "\"Parent\" - shows private mutations, i.e. mutations relative to the parent (nearest) node of the reference tree to which the query sample has been attached to during phylogenetic placement.": "“父级”-显示私有突变,即相对于系统发育放置期间查询样本所附参考树的父(最近)节点的突变。", "\"Reference\" - shows mutations relative to the reference sequence (as defined in the dataset).": "“参考”-显示相对于参考序列的突变(如数据集中所定义)。", - "'{{ attr }}' founder": "' {{ attr }} ' 创始人", + "\"{{ attr }}\" founder": "“ {{ attr }} ” 创始人", "(truncated)": "(截断)", "* Current value. This amount can change depending on load": "* 当前值。该数量可能会根据负载而变化", "** {{appName}} requires at least {{memoryRequired}} of memory per thread": "** {{appName}} 每个线程需要至少 {{memoryRequired}} 的内存",