Skip to content

Commit c86e532

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

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

translations/wiki/tr.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="set_up_first_computer">## Setting up synchronization in the SaveDesktop app
69+
On the first computer:
70+
1. Open the SaveDesktop app
71+
2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button
72+
3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder
73+
4. If the periodic saving file does not exist, click on the Create button</str>
74+
<str key="rclone">
75+
Rclone(for other desktop environments)
76+
77+
- Install Rclone
78+
```
79+
sudo -v ; curl https://rclone.org/install.sh | sudo bash
80+
```
81+
82+
- Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
83+
```
84+
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"
85+
```
86+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
87+
88+
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
89+
<details>
90+
<summary>
91+
<b>Rclone</b>
92+
<p>(for other desktop environments)</p>
93+
</summary>
94+
95+
- Install Rclone
96+
```
97+
sudo -v ; curl https://rclone.org/install.sh | sudo bash
98+
```
99+
100+
- Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
101+
```
102+
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"
103+
```
104+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
105+
106+
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
107+
</details>
108+
</str>
109+
<str key="set_up_second_computer">On the second computer:
110+
1. Open the SaveDesktop app
111+
2. Go to the Sync page and click the "Connect to the cloud storage" button.
112+
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.
113+
4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work.
114+
115+
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.
116+
</str>
117+
<str key="gnome_online_accounts">
118+
GNOME Online Accounts(for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments)
119+
120+
- Open the GNOME Settings
121+
- Go to the Online Accounts section and select your cloud drive service
122+
123+
![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png)
124+
125+
<details>
126+
<summary>
127+
<b>GNOME Online Accounts</b>
128+
<p>(for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments)</p>
129+
</summary>
130+
131+
- Open the GNOME Settings
132+
- Go to the Online Accounts section and select your cloud drive service
133+
134+
![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png)
135+
136+
</details>
137+
</str>
138+
<str key="requirements">#### Requirements
139+
- 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>
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)