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>2020-03-13 06:35:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-03-14 00:42:17 +0300
commit87a9dbf3be27564555703a1bd29a19ab3ccf124e (patch)
treedfe087676e8dabfde0b50fa560fa91c0567cb673 /app/src/main/res/values-ja-rJP
parent9233a577853353e6a1a8d09326bfdb0325700faa (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-ja-rJP')
-rw-r--r--app/src/main/res/values-ja-rJP/strings.xml7
1 files changed, 7 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 749f6919..85b77c80 100644
--- a/app/src/main/res/values-ja-rJP/strings.xml
+++ b/app/src/main/res/values-ja-rJP/strings.xml
@@ -111,6 +111,8 @@
<string name="simple_move">移動</string>
<string name="category_readonly">読み込み専用</string>
<string name="add_category">%1$s を追加</string>
+ <string name="simple_checkbox">チェックボックス</string>
+
<!-- Array: note modes -->
<string-array name="noteMode_entries">
<item>編集モードで開く</item>
@@ -133,6 +135,11 @@
<item>6 時間</item>
</string-array>
+ <string-array name="darkmode_entries">
+ <item>明るい</item>
+ <item>暗い</item>
+ </string-array>
+
<!-- Plurals -->
<plurals name="ab_selected">
<item quantity="other">%d 選択済</item>