Skip to content

Commit

Permalink
feat: crowdin update (#32)
Browse files Browse the repository at this point in the history
* New translations main.arb (Japanese)

* New translations strings.xml (Japanese)
  • Loading branch information
RossComputerGuy authored Sep 18, 2023
1 parent 1566007 commit a0d5fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values-ja-rJP/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="application_name" translatable="true">ファイルマネージャー</string>
<string name="application_name" translatable="true">ファイル管理</string>
</resources>
12 changes: 6 additions & 6 deletions lib/l10n/app_ja_JP.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"applicationTitle": "ファイルマネージャー",
"applicationTitle": "ファイル管理",
"libraryHome": "ホーム",
"applicationTitleWithLibraryName": "ファイルマネージャー:{libraryName}",
"@applicationTitleWithLibraryName": {
Expand All @@ -10,7 +10,7 @@
}
}
},
"libraryStorage": "ストレージ",
"libraryStorage": "貯蔵庫",
"@libraryStorage": {
"description": "Library"
},
Expand All @@ -22,23 +22,23 @@
"@libraryAlarms": {
"description": "Library"
},
"libraryDocuments": "ドキュメント",
"libraryDocuments": "文書",
"@libraryDocuments": {
"description": "Library"
},
"libraryDownloads": "ダウンロード",
"@libraryDownloads": {
"description": "Library"
},
"libraryMovies": "ムービー",
"libraryMovies": "映画",
"@libraryMovies": {
"description": "Library"
},
"libraryMusic": "ミュージック",
"libraryMusic": "音楽",
"@libraryMusic": {
"description": "Library"
},
"libraryPictures": "ピクチャ",
"libraryPictures": "画像",
"@libraryPictures": {
"description": "Library"
},
Expand Down

0 comments on commit a0d5fbe

Please sign in to comment.