Skip to content

Commit 137afc9

Browse files
Prefill add-onweblate
authored andcommitted
Translated using Weblate (Portuguese (Brazil))
Currently translated at 75.0% (24 of 32 strings) Translation: vikdevelop/SaveDesktop Github wiki Translate-URL: https://hosted.weblate.org/projects/vikdevelop/savedesktop-github-wiki/pt_BR/
1 parent 9035851 commit 137afc9

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

translations/wiki/pt_BR.xml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,77 @@ Se você esquecer a senha, não conseguirá extrair o arquivo e usá-lo no proce
6565
&amp;gt; Os arquivos de salvamento periódico não estão (por ora) disponíveis para proteção com senha. Arquivos encriptados não podem, por ora, ser utilizados para sincronização.</str>
6666
<str key="ac_setup">## Como configurar?
6767
Na versão 3.3, a interface foi levemente modificada; especificamente, a seção de salvamento periódico agora pode ser acessada através do botão "Mais opções". No mesmo local é possível encontrar a seção de encriptação de arquivo. Então clique no botão mencionado, e ative o interruptor de Encriptação de arquivo.</str>
68+
<str key="requirements">#### Requirements
69+
- You must have a folder created that will sync with your cloud storage on each computer you want to sync. This can be done using:</str>
70+
<str key="set_up_first_computer">## Setting up synchronization in the SaveDesktop app
71+
On the first computer:
72+
1. Open the SaveDesktop app
73+
2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button
74+
3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder
75+
4. If the periodic saving file does not exist, click on the Create button</str>
76+
<str key="rclone">
77+
Rclone(for other desktop environments)
78+
79+
- Install Rclone
80+
```
81+
sudo -v ; curl https://rclone.org/install.sh | sudo bash
82+
```
83+
84+
- Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
85+
```
86+
mkdir -p ~/drive &amp;&amp; rclone config create drive your-cloud-drive-service &amp;&amp; nohup rclone mount drive: ~/drive --vfs-cache-mode writes &amp; echo "The drive has been mounted successfully"
87+
```
88+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
89+
90+
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
91+
<details>
92+
<summary>
93+
<b>Rclone</b>
94+
<p>(for other desktop environments)</p>
95+
</summary>
96+
97+
- Install Rclone
98+
```
99+
sudo -v ; curl https://rclone.org/install.sh | sudo bash
100+
```
101+
102+
- Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
103+
```
104+
mkdir -p ~/drive &amp;&amp; rclone config create drive your-cloud-drive-service &amp;&amp; nohup rclone mount drive: ~/drive --vfs-cache-mode writes &amp; echo "The drive has been mounted successfully"
105+
```
106+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
107+
108+
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
109+
</details>
110+
</str>
111+
<str key="set_up_second_computer">On the second computer:
112+
1. Open the SaveDesktop app
113+
2. Go to the Sync page and click the "Connect to the cloud storage" button.
114+
3. Click on the "Select cloud drive folder" button and select the folder that is synced with the same cloud storage as the first computer.
115+
4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work.
116+
117+
To set up bidirectional synchronization, make sure you have the same cloud folder selected in the "Connect to cloud storage" dialog on the first computer, the periodic synchronization interval selected, and the "Bidirectional synchronization" switch enabled.
118+
</str>
119+
<str key="gnome_online_accounts">
120+
GNOME Online Accounts(for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments)
121+
122+
- Open the GNOME Settings
123+
- Go to the Online Accounts section and select your cloud drive service
124+
125+
![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png)
126+
127+
<details>
128+
<summary>
129+
<b>GNOME Online Accounts</b>
130+
<p>(for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments)</p>
131+
</summary>
132+
133+
- Open the GNOME Settings
134+
- Go to the Online Accounts section and select your cloud drive service
135+
136+
![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png)
137+
138+
</details>
139+
</str>
140+
<str key="synchronization_between_computers_desc">For synchronization your desktop environment configuration with other computers, you can use one of these options:</str>
68141
</root>

0 commit comments

Comments
 (0)