Skip to content
Open
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
6 changes: 3 additions & 3 deletions box-browse-sdk/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<resources>
<string description="Default title for the Browse SDK" name="box_browsesdk_title">ブラウザ</string>
<string description="Default title for the Browse SDK" name="box_browsesdk_title">ブラウズ</string>
<string name="box_browsesdk_problem_fetching_folder">フォルダの取得で問題がありました。</string>
<string name="box_browsesdk_problem_performing_search">検索の実行で問題がありました。</string>
<string description="Toast message that indicates that an error occurred while performing an action" name="box_browsesdk_network_error">ネットワークエラーが発生しました。もう一度やり直してください。</string>
<string description="Toast message that indicates that an error occurred while performing an action" name="box_browsesdk_network_error">ネットワークエラー。もう一度やり直してください。</string>
<string description="Toast message that indicates that the provided authentication session is not valid" name="box_browsesdk_session_is_not_authenticated">セッションが認証されていません</string>
<string description="Toast message that indicates that an invalid item was provided to browse on" name="box_browsesdk_no_item_selected">選択済み項目なし</string>

Expand Down Expand Up @@ -35,7 +35,7 @@
<string description="File type to search for" name="search_filter_file_type_boxnote">Box Note</string>
<string description="File type to search for" name="search_filter_file_type_video">ビデオ</string>
<string description="File type to search for" name="search_filter_file_type_audio">音声</string>
<string desctiption="Hyperlink to show hidden file types" name="search_filter_file_type_see_more">もっと見る...</string>
<string desctiption="Hyperlink to show hidden file types" name="search_filter_file_type_see_more">さらに表示...</string>
<string description="Header for section that limit search based on last modified date of the files and folders" name="date_modified_label">変更日</string>
<string description="Label for setting to search for files modified at any time" name="any_time">指定なし</string>
<string description="Label for setting to search for files modified in last day" name="past_day">過去1日</string>
Expand Down