Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-ja-rJP/strings.xml')
-rw-r--r--app/src/main/res/values-ja-rJP/strings.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml
index 934c292b4..57642a08e 100644
--- a/app/src/main/res/values-ja-rJP/strings.xml
+++ b/app/src/main/res/values-ja-rJP/strings.xml
@@ -109,6 +109,7 @@
<string name="no_lists_yet">まだリストがありません</string>
<string name="do_you_want_to_save_your_changes">変更を保存しますか?</string>
<string name="do_you_want_to_archive_all_cards_of_the_list">%1$s の全カードをアーカイブしますか?</string>
+ <string name="do_you_want_to_archive_all_cards_of_the_filtered_list">%1$s のフィルターされた全カードをアーカイブしますか?</string>
<plurals name="do_you_want_to_delete_the_current_list">
<item quantity="other">このリストの%1$dのカードすべてが完全に削除されます。</item>
</plurals>
@@ -271,4 +272,25 @@
<string name="project_type_room">トークルーム</string>
<string name="simple_move">移動</string>
<string name="cannot_upload_files_without_permission">権限が無いためアップロードできません</string>
- </resources>
+ <string name="clone_cards">カードを複製</string>
+ <string name="simple_clone">複製</string>
+ <string name="user_avatar">ユーザーのアバター</string>
+ <string name="simple_unassign">割り当てを解除</string>
+ <string name="simple_contact">連絡先</string>
+ <string name="simple_file">ファイル</string>
+ <string name="simple_camera">カメラ</string>
+ <string name="min_api_21">この機能には少なくともAndroid5以上が必要です。</string>
+ <string name="take_photo">写真を撮る</string>
+ <string name="take_photo_switch_camera">カメラ切替</string>
+ <string name="take_photo_toggle_torch">フラッシュを切替</string>
+ <string name="show_all_contacts">すべての連絡先を表示</string>
+ <string name="show_all_files">すべてのファイルを表示</string>
+ <string name="recent">最近</string>
+ <string name="upload_a_new_attachment">新しい添付をアップロードする</string>
+ <string name="contacts">連絡先</string>
+ <string name="downloads">ダウンロード</string>
+ <string name="files">ファイル</string>
+ <string name="gallery">ギャラリー</string>
+ <string name="simple_attach">参加</string>
+ <string name="add_stack_widget">リストのウィジェットを追加</string>
+</resources>