1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-10 18:51:02 +00:00

Translated using Weblate (Japanese)

Currently translated at 77.1% (432 of 560 strings)
This commit is contained in:
Dmitriy Bogdanov 2020-10-08 16:07:32 +00:00 committed by Hosted Weblate
parent e6041b0a80
commit 749367f7fe
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -150,12 +150,12 @@ config:
title: エントリーのタイトル
operator_description:
label: 演算子
less_than: 未満...
strictly_less_than: 厳密に小さい...
greater_than: より大きい...
strictly_greater_than: 厳密に大きい...
equal_to: 等しい...
not_equal_to: 等しくない...
less_than: 未満
strictly_less_than: 厳密に小さい
greater_than: より大きい
strictly_greater_than: 厳密に大きい
equal_to: 等しい
not_equal_to: 等しくない
or: 1 つのルール または 別のルール
and: 1 つのルール かつ 別のルール
notmatches: <i>対象</i>が<i>検索</i>と一致しないことをテストする(大文字小文字の区別なし)。<br />例:<code>title notmatches "football"</code>