Skip to content

Commit ddc680b

Browse files
Prefill add-onweblate
authored andcommitted
Translated using Weblate (Ukrainian)
Currently translated at 40.6% (13 of 32 strings) Translation: vikdevelop/SaveDesktop Github wiki Translate-URL: https://hosted.weblate.org/projects/vikdevelop/savedesktop-github-wiki/uk/
1 parent c86e532 commit ddc680b

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

translations/wiki/uk.xml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,77 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri
6565
<str key="enc">The archive will be saved as a ZIP archive (because Tar doesn't support the password protection feature), and if you want to extract it, you will be asked to enter the password that you used in the saving configuration process. The same applies in the case of configuration import.
6666

6767
If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process.</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)