Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions front_end/messages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"remove": "odstranit",
"removed": "odstraněno",
"reply": "Reagovat",
"cancelButton": "Zrušit",
"cancel": "Zrušit",
"edit": "Upravit",
"report": "Nahlásit",
"delete": "Smazat",
Expand Down Expand Up @@ -68,9 +68,9 @@
"unweighted": "Neváženo",
"metaculus": "Metaculus",
"community": "komunita",
"firstQuartileLabel": "první kvartil",
"secondQuartileLabel": "medián",
"thirdQuartileLabel": "třetí kvartil",
"firstQuartile": "první kvartil",
"secondQuartile": "medián",
"thirdQuartile": "třetí kvartil",
"you": "vy",
"resolutionDescriptionBinary": "Došlo k tomuto?",
"resolutionDescriptionContinuous": "Jaká byla nakonec hodnota?",
Expand Down Expand Up @@ -583,6 +583,7 @@
"cmmButton": "Změnil jsem názor",
"cmmUpdateButton": "Aktualizovat",
"cmmUpdatePredictionLink": "Aktualizovat vaši předpověď?",
"updateYourPrediction": "Aktualizujte svou předpověď",
"democrat": "demokrat",
"republican": "republikán",
"numVotes": "{num} hlasů",
Expand Down Expand Up @@ -722,5 +723,20 @@
"othersCount": "{count} ostatní",
"selectAll": "vybrat vše",
"deselectAll": "zrušit výběr všech",
"forecastDataIsEmpty": "Údaje o prognóze jsou prázdné"
"forecastDataIsEmpty": "Údaje o prognóze jsou prázdné",
"me": "mě",
"tournamentShowPostsToMainFeed": "Zobrazit turnajové příspěvky v hlavním kanálu",
"tournamentHidePostsToMainFeed": "Skrýt turnajové příspěvky v hlavním kanálu",
"forecastDisclaimer": "Na základě {predictionCount} předpovědí od {forecasterCount} prognostiků",
"embedCodeSnippet": "K vložení této stránky na svou vlastní webovou stránku můžete použít níže uvedený úryvek kódu. Výšku a šířku můžete změnit podle svých potřeb.",
"embedThisPage": "vložit tuto stránku",
"selectATheme": "vyberte téma",
"selectAGraphZoom": "Vyberte přiblížení grafu",
"light": "světlo",
"dark": "tmavý",
"all": "vše",
"2m": "2m",
"1w": "1t",
"1d": "1d"

}
24 changes: 19 additions & 5 deletions front_end/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"remove": "remove",
"removed": "removed",
"reply": "Reply",
"cancelButton": "Cancel",
"cancel": "Cancel",
"edit": "Edit",
"report": "Report",
"delete": "Delete",
Expand Down Expand Up @@ -68,9 +68,9 @@
"unweighted": "Unweighted",
"metaculus": "Metaculus",
"community": "community",
"firstQuartileLabel": "lower 25%",
"secondQuartileLabel": "median",
"thirdQuartileLabel": "upper 75%",
"firstQuartile": "lower 25%",
"secondQuartile": "median",
"thirdQuartile": "upper 75%",
"you": "you",
"resolutionDescriptionBinary": "Did this actually happen?",
"resolutionDescriptionMultipleChoice": "Which of these actually happened?",
Expand Down Expand Up @@ -585,6 +585,7 @@
"cmmButton": "Changed my mind",
"cmmUpdateButton": "Update",
"cmmUpdatePredictionLink": "Update your prediction?",
"updateYourPrediction": "Update your prediction",
"democrat": "democrat",
"republican": "republican",
"numVotes": "{num} votes",
Expand Down Expand Up @@ -736,5 +737,18 @@
"forecastDataIsEmpty": "Forecast data is empty",
"createdByUserOnDate": "Created by {user} on {date}",
"tournamentShowPostsToMainFeed": "Show tournament posts in main feed",
"tournamentHidePostsToMainFeed": "Hide tournament posts in main feed"
"tournamentHidePostsToMainFeed": "Hide tournament posts in main feed",
"me": "me",
"forecastDisclaimer": "Based on {predictionCount} predictions by {forecasterCount} forecasters",
"embedCodeSnippet": "You can use the below code snippet to embed this page on your own webpage. Feel free to change the height and width to suit your needs.",
"embedThisPage": "embed this page",
"selectATheme": "Select a theme",
"selectAGraphZoom": "Select a graph zoom",
"light": "light",
"dark": "dark",
"all": "all",
"2m": "2m",
"1w": "1w",
"1d": "1d",
"errorDeletingComment": "error deleting comment:"
}
25 changes: 20 additions & 5 deletions front_end/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"addComponentButton": "添加組件",
"adminEditButton": "管理員編輯",
"reply": "回覆",
"cancelButton": "取消",
"cancel": "取消",
"edit": "編輯",
"report": "舉報",
"delete": "刪除",
Expand Down Expand Up @@ -66,9 +66,9 @@
"unweighted": "未加權",
"metaculus": "Metaculus",
"community": "社區",
"firstQuartileLabel": "下四分位數 25%",
"secondQuartileLabel": "中位數",
"thirdQuartileLabel": "上四分位數 75%",
"firstQuartile": "下四分位數 25%",
"secondQuartile": "中位數",
"thirdQuartile": "上四分位數 75%",
"you": "你",
"resolutionDescriptionBinary": "這實際上發生了嗎?",
"resolutionDescriptionMultipleChoice": "這些中哪個實際發生了?",
Expand Down Expand Up @@ -574,6 +574,7 @@
"cmmButton": "改變主意",
"cmmUpdateButton": "更新",
"cmmUpdatePredictionLink": "更新您的預測?",
"updateYourPrediction": "更新您的預測",
"democrat": "民主黨",
"republican": "共和黨",
"numVotes": "{num} 票",
Expand Down Expand Up @@ -713,5 +714,19 @@
"othersCount": "{count}其他",
"selectAll": "選擇全部",
"deselectAll": "取消全選",
"forecastDataIsEmpty": "預測資料為空"
"forecastDataIsEmpty": "預測資料為空",
"tournamentShowPostsToMainFeed": "在主提要中顯示錦標賽貼文",
"tournamentHidePostsToMainFeed": "隱藏主提要中的錦標賽貼文",
"me": "我",
"forecastDisclaimer": "基於 {forecasterCount} 預測者的 {predictionCount} 預測",
"embedCodeSnippet": "您可以使用下面的程式碼片段將此頁面嵌入到您自己的網頁上。請隨意更改高度和寬度以滿足您的需求。",
"embedThisPage": "嵌入此頁面",
"selectATheme": "選擇一個主題",
"selectAGraphZoom": "選擇圖形縮放",
"light": "光",
"dark": "暗",
"all": "全部",
"2m": "2月",
"1w": "1週",
"1d": "1日"
}
Loading