Skip to content

Commit

Permalink
Merge pull request #269 from weblate/weblate-clipious-app-translation
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
lamarios authored Aug 16, 2023
2 parents 9251bd8 + 928c262 commit 09ed961
Show file tree
Hide file tree
Showing 5 changed files with 1,228 additions and 562 deletions.
52 changes: 51 additions & 1 deletion lib/l10n/app_fi.arb
Original file line number Diff line number Diff line change
Expand Up @@ -675,12 +675,62 @@
"@download": {
"description": "A single download or CTA for downloading a video"
},
"noDownloadedVideos": "Ei ladattuja videoita. Lataa video joko painamalla pitkään videota hakutuloksissa tai paina latauspainiketta videonäkymässä",
"noDownloadedVideos": "Ei ladattuja videoita. Lataa video painamalla pitkään videota hakutuloksissa tai paina latauspainiketta videonäkymässä",
"@noDownloadedVideos": {
"description": "Message showing when the user goes to the download screen but there are no offline videos."
},
"rememberSubtitleLanguageDescription": "Aseta teksitykset viimeksi asetetulle kielelle, jos tekstit ovat saatavilla",
"@rememberSubtitleLanguageDescription": {
"description": "Settings description for remembering subtitle language"
},
"searchSortRelevance": "Relevanssi",
"@searchSortRelevance": {
"description": "Sort search by relevance"
},
"itemlistErrorGeneric": "Tietojen haku epäonnistui",
"@itemlistErrorGeneric": {
"description": "Error showing when the data can't be fetch"
},
"manageSubscriptions": "Hallinnoi tilauksia",
"@manageSubscriptions": {
"description": "Title of manage subscriptions page"
},
"noSubscriptions": "Ei tilauksia, selaa videoita ja tilaa kanavia, joista pidät.",
"@noSubscriptions": {
"description": "Message when the user has no subs"
},
"history": "Historia",
"@history": {
"description": "User view history label"
},
"noHistory": "Ei katseluhistoriaa, katsomasi videot tulevat tänne näkyviin",
"@noHistory": {
"description": "Message when the user visits the history tab but it's empty"
},
"redirectInvidiousLink": "Jaa Invidious-uudelleenohjauksen linkki",
"@redirectInvidiousLink": {
"description": "asking user to share redirecting invidious link"
},
"videoDownloadAudioOnly": "Vain ääni",
"@videoDownloadAudioOnly": {
"description": "Label for toggle to download audio only "
},
"videoFilters": "Videosuodattimet",
"@videoFilters": {
"description": "Title for video filter settings"
},
"clearHistoryQuestion": "Tyhjennetäänkö historia?",
"@clearHistoryQuestion": {},
"unSubscribeQuestion": "Perutaanko tilaus?",
"@unSubscribeQuestion": {
"description": "Title for dialog if a user wants to unsubscribe in the subscribtion management screen"
},
"youCanSubscribeAgainLater": "Voit tilata kanavan uudelleen myöhemmin",
"@youCanSubscribeAgainLater": {
"description": "Text for the unscubscribe confirmation dialog"
},
"videoFilterTapToReveal": "Napauta näyttääksesi",
"@videoFilterTapToReveal": {
"description": "Label to tell user to tap to show a filtered video"
}
}
52 changes: 50 additions & 2 deletions lib/l10n/app_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"@rememberPlaybackSpeed": {
"description": "Setting label for remembering playback speed"
},
"videoFiltered": "この理由で動画はフィルター済み:",
"videoFiltered": "次の理由で動画をフィルター済み:",
"@videoFiltered": {
"description": "Label shown on video list when it is filtered out"
},
Expand Down Expand Up @@ -797,7 +797,7 @@
"@videoFilterOperationNotContain": {
"description": "Label for video filter operation Does not contain"
},
"videoFilterTapToReveal": "タップして表示",
"videoFilterTapToReveal": "タップで表示",
"@videoFilterTapToReveal": {
"description": "Label to tell user to tap to show a filtered video"
},
Expand Down Expand Up @@ -852,5 +852,53 @@
"videoDownloadAudioOnly": "音声のみ",
"@videoDownloadAudioOnly": {
"description": "Label for toggle to download audio only "
},
"itemlistErrorGeneric": "データを取得できませんでした",
"@itemlistErrorGeneric": {
"description": "Error showing when the data can't be fetch"
},
"itemListErrorInvalidScope": "視聴する権限がありません。トークンでログインしてるなら、ログアウトし再びログインしてみてください",
"@itemListErrorInvalidScope": {
"description": "Error when the user doesn't have the proper scope to its current token"
},
"videoFilterWholeChannel": "{hideOrFilter} このチャンネルの全動画",
"@videoFilterWholeChannel": {
"description": "Label for whole channel filtering",
"placeholders": {
"hideOrFilter": {
"type": "String",
"example": "Hide"
}
}
},
"noSubscriptions": "登録チャンネルなし。動画を探し、好きなチャンネルを登録できます。",
"@noSubscriptions": {
"description": "Message when the user has no subs"
},
"unSubscribeQuestion": "登録を解除しますか?",
"@unSubscribeQuestion": {
"description": "Title for dialog if a user wants to unsubscribe in the subscribtion management screen"
},
"clearHistoryQuestion": "履歴を消去しますか?",
"@clearHistoryQuestion": {},
"history": "履歴",
"@history": {
"description": "User view history label"
},
"noHistory": "視聴履歴なし。動画を視聴すると表示されます",
"@noHistory": {
"description": "Message when the user visits the history tab but it's empty"
},
"manageSubscriptions": "登録チャンネルの管理",
"@manageSubscriptions": {
"description": "Title of manage subscriptions page"
},
"youCanSubscribeAgainLater": "いつでも再びチャンネル登録できます",
"@youCanSubscribeAgainLater": {
"description": "Text for the unscubscribe confirmation dialog"
},
"clearHistoryQuestionExplanation": "使用している Invidious のインスタンスにあるアカウントの視聴履歴が消去されます。元に戻せません。",
"@clearHistoryQuestionExplanation": {
"description": "Message for dialog before clearing full viewing history"
}
}
Loading

0 comments on commit 09ed961

Please sign in to comment.