mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
Translated using Weblate (Polish)
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/pl/
This commit is contained in:
parent
ef8174a3c6
commit
7302b47809
|
@ -4,16 +4,16 @@ Zaloguj się jako użytkownik root na swoim serwerze i przejrzyj zawartość pli
|
||||||
cat /etc/nixos/userdata/tokens.json
|
cat /etc/nixos/userdata/tokens.json
|
||||||
```
|
```
|
||||||
|
|
||||||
This file will have a similar construction:
|
W tym pliku będzie podobny wzór:
|
||||||
|
|
||||||
```json
|
`json
|
||||||
{
|
{
|
||||||
"tokens": [
|
{ "tokens": [
|
||||||
{
|
{
|
||||||
"token": "token_to_copy",
|
{ "token": "token_który_był_skopedowany",
|
||||||
"name": "device_name",
|
{ "name": "device_name",
|
||||||
"date": "date"
|
{ "data": "data"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy the token from the file and paste it in the next window.
|
Skopiuj token z pliku i wklej w kolejnym oknie.
|
||||||
|
|
Loading…
Reference in a new issue