mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 04:05:21 +00:00
Location notes (#482)
* try 1 * works * equalize UI with ios * ui cleanup * geohash chats: no building * load notes in background * insta * simplify and tor icon change * icons nice * refactor * unify location enabled / disabled * cooler * simplify, doesnt subscribe right away * load when clicked * plus minus location notes * load when tor is available * translations * fix transalations * implement review comments
This commit is contained in:
@@ -349,4 +349,17 @@
|
||||
<item quantity="other">%d 人</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="location_notes_title">
|
||||
<item quantity="one">#%1$s ± 1 • %2$d 件のメモ</item>
|
||||
<item quantity="other">#%1$s ± 1 • %2$d 件のメモ</item>
|
||||
</plurals>
|
||||
<string name="location_notes_description">他の訪問者が見つけられるよう、この場所に短いメモを追加しましょう。</string>
|
||||
<string name="location_notes_relays_unavailable">ジオリレーが利用できません。メモを一時停止中</string>
|
||||
<string name="location_notes_no_relays_title">近くにジオリレーがありません</string>
|
||||
<string name="location_notes_no_relays_desc">メモはジオリレーに依存します。接続を確認して再試行してください。</string>
|
||||
<string name="loading_location_notes">メモを読み込み中…</string>
|
||||
<string name="location_notes_empty_title">まだメモはありません</string>
|
||||
<string name="location_notes_empty_desc">この場所の最初のメモを追加しましょう。</string>
|
||||
<string name="dismiss">閉じる</string>
|
||||
<string name="location_notes_input_placeholder">この場所へのメモを追加</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user