Skip to content

Commit

Permalink
Translated using Weblate (Japanese)
Browse files Browse the repository at this point in the history
Currently translated at 94.8% (165 of 174 strings)

Translation: Finamp/Finamp
Translate-URL: https://hosted.weblate.org/projects/finamp/finamp/ja/
  • Loading branch information
SpeedxPz authored and weblate committed Aug 19, 2023
1 parent ad241ba commit c46baaa
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion lib/l10n/app_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -416,5 +416,41 @@
"bufferDuration": "バッファ容量",
"@bufferDuration": {},
"language": "言語",
"@language": {}
"@language": {},
"finamp": "フィナンプ",
"@finamp": {},
"downloadedItemsImagesCount": "{downloadedItems}, {downloadedImages}",
"@downloadedItemsImagesCount": {
"description": "This is for merging downloadedItemsCount and downloadedImagesCount as Flutter's intl stuff doesn't support multiple plurals in one string. https://github.com/flutter/flutter/issues/86906",
"placeholders": {
"downloadedItems": {
"type": "String",
"example": "12 downloads"
},
"downloadedImages": {
"type": "String",
"example": "1 image"
}
}
},
"areYouSure": "よろしいですか?",
"@areYouSure": {},
"appDirectory": "アプリディレクトリ",
"@appDirectory": {},
"shuffleAllSongCount": "曲がシャッフル化される回数",
"@shuffleAllSongCount": {},
"shuffleAllSongCountSubtitle": "すべての曲をシャッフルする時、ここで指定した曲数をロードします。",
"@shuffleAllSongCountSubtitle": {},
"viewType": "ビューの形式",
"@viewType": {},
"gridCrossAxisCount": "{value} のアイテム数",
"@gridCrossAxisCount": {
"description": "List tile title for grid cross axis count. Value will either be the portrait or landscape key.",
"placeholders": {
"value": {
"type": "String",
"example": "Portrait"
}
}
}
}

0 comments on commit c46baaa

Please sign in to comment.