Translated using Weblate (Japanese)

Currently translated at 37.5% (3 of 8 strings)

Translation: SelfPrivacy/SelfPrivacy App Markdown: how_fallback_terminal
Translate-URL: http://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app-markdown-how_fallback_terminal/ja/
shirahara 2024-03-24 03:48:27 +00:00 committed by Weblate
parent 7bcfd321c4
commit 22862a25a0
1 changed files with 5 additions and 5 deletions

View File

@ -11,16 +11,16 @@ mount /dev/sda1 /mnt
cat /mnt/etc/nixos/userdata/tokens.json
```
This file will have a similar construction:
このファイルは同様の構造になっています。
```json
{
"tokens": [
{
"token": "token_to_copy",
"name": "device_name",
"date": "date"
"token": "コピーするトークン",
"name": "端末名",
"date": "日付"
}
```
Copy the token from the file and paste it in the next window.
ファイルからトークンをコピーして、次のウィンドウ内に貼り付けてください。