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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-18 07:07:31 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-05-18 16:33:59 +0300
commit0589fd5cdf1b3c4937229ff47bfd8eaaaae7b586 (patch)
treef607591cedefa7f353d6e4761592ae12aaa9aec9 /app/src/main/res
parent601aef6878e55c0db2dc3bf4fbbc58de958069b5 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values-ja-rJP/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml
index e0f60ef9..9a66ddd7 100644
--- a/app/src/main/res/values-ja-rJP/strings.xml
+++ b/app/src/main/res/values-ja-rJP/strings.xml
@@ -6,12 +6,14 @@
<string name="label_all_notes">すべてのノート</string>
<string name="label_favorites">お気に入り</string>
<string name="action_create">新しいノート</string>
+ <string name="welcome_text">%1$sへようこそ</string>
<string name="action_settings">設定</string>
<string name="action_trashbin">ゴミ箱</string>
<string name="action_search">検索</string>
<string name="action_sorting_method">並べ替え方法</string>
<string name="simple_cancel">キャンセル</string>
<string name="simple_edit">編集</string>
+ <string name="simple_remove">削除</string>
<string name="action_edit_save">保存</string>
<string name="simple_about">バージョン情報</string>
<string name="simple_link">リンク</string>
@@ -42,7 +44,10 @@
<string name="settings_font_title">モノスペースフォント</string>
<string name="settings_font_size">フォントサイズ</string>
<string name="settings_wifi_only">Wi-Fi接続時のみ同期する</string>
+ <string name="settings_lock">アプリロック(ベータ)</string>
<string name="settings_background_sync">バックグラウンド同期</string>
+ <string name="settings_prevent_screen_capture">スクリーンショットを防止</string>
+
<string name="error_sync">同期に失敗しました: %1$s</string>
<string name="error_synchronization">同期に失敗</string>
<string name="error_no_network">ネットワークに接続されていません</string>
@@ -216,6 +221,8 @@
<string name="formatting_help_code_body_2">Markdownは、コードフェンシングと呼ばれるものもサポートしています。これにより、インデントなしで複数行に適用できます:</string>
<string name="formatting_help_code_body_3">言語毎の構文の強調表示を使用する場合は、言語指定します:</string>
+ <string name="formatting_help_tables_title">テーブル</string>
+ <string name="formatting_help_images_title">画像</string>
<string name="simple_other">その他</string>
<string name="sort_last_modified">更新日付でソート</string>
<string name="sort_alphabetically">アルファベット順にソート</string>
@@ -223,4 +230,7 @@
<string name="error_action_open_deck_info">アプリ情報を開く</string>
<string name="error_action_open_network">ネットワーク設定</string>
<string name="no_other_accounts">他のアカウントはまだ設定されていません。</string>
+ <string name="choose_account">アカウントを選択</string>
+ <string name="remove_account">%1$sを削除</string>
+
</resources>