Translated using Weblate (Japanese)

Currently translated at 100.0% (5 of 5 strings)

Translation: SelfPrivacy/SelfPrivacy App Markdown: how_fallback_ssh
Translate-URL: http://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app-markdown-how_fallback_ssh/ja/
shirahara 2024-03-24 03:46:53 +00:00 committed by Weblate
parent f91d4da775
commit 6ae6484168
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
Login as root user to your server and look at the contents of the file `/etc/nixos/userdata/tokens.json` ルートユーザーとしてサーバーにログインして、ファイル `/etc/nixos/userdata/tokens.json` の内容を確認してください。
```sh ```sh
cat /etc/nixos/userdata/tokens.json cat /etc/nixos/userdata/tokens.json
``` ```
This file will have a similar construction: このファイルは同様の構造になっています。
```json ```json
{ {
"tokens": [ "tokens": [
{ {
"token": "token_to_copy", "token": "コピーするトークン",
"name": "device_name", "name": "端末名",
"date": "date" "date": "日付"
} }
``` ```
Copy the token from the file and paste it in the next window. ファイルからトークンをコピーして、次のウィンドウ内に貼り付けてください。