init translate it cards
This commit is contained in:
parent
586ca900a7
commit
a927ddbf20
12
content/it/onlyoffice/_index.sv.md
Normal file
12
content/it/onlyoffice/_index.sv.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
title = "OnlyOffice"
|
||||
weight = 2
|
||||
[extra]
|
||||
icon ="./onlyoffice.png"
|
||||
+++
|
||||
|
||||
OnlyOffice is a free software
|
||||
office suite and ecosystem of collaborative applications. It features online
|
||||
editors for text documents, spreadsheets, presentations, forms and PDFs, and the
|
||||
room-based collaborative platform. We integrate offer onlyoffice integrated with nextcloud.
|
||||
|
7
content/it/onlyoffice/footer/1desktop.sv.md
Normal file
7
content/it/onlyoffice/footer/1desktop.sv.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = "googleplay"
|
||||
+++
|
||||
|
||||
<a class="app-link app-border desktop" href="https://www.onlyoffice.com/download-desktop.aspx">
|
||||
<p>Desktop App</p>
|
||||
</a>
|
9
content/it/onlyoffice/footer/_index.sv.md
Normal file
9
content/it/onlyoffice/footer/_index.sv.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title= "footer"
|
||||
template ="null.html"
|
||||
sort_by = "slug"
|
||||
+++
|
||||
|
||||
<a href="https://onlyoffice.com/" class="link">
|
||||
Learn more about onlyoffice
|
||||
</a>
|
9
content/it/onlyoffice/footer/googleplay.sv.md
Normal file
9
content/it/onlyoffice/footer/googleplay.sv.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "googleplay"
|
||||
+++
|
||||
|
||||
<a class="app-link" href="https://play.google.com/store/apps/details?id=com.onlyoffice.documents" rel="nofollow">
|
||||
<img src="/googleplay-trim.png" class="app-border" alt="Download from Google Play" height="40"
|
||||
style="max-width: 100%;">
|
||||
</a>
|
||||
|
8
content/it/onlyoffice/footer/ios.sv.md
Normal file
8
content/it/onlyoffice/footer/ios.sv.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = "ios store"
|
||||
+++
|
||||
|
||||
<a class="app-link" href="https://apps.apple.com/us/app/onlyoffice-documents/id944896972" rel="nofollow">
|
||||
<img class="app-border" src="/ios_store_badge.svg">
|
||||
</a>
|
||||
|
13
content/it/wordpress/_index.sv.md
Normal file
13
content/it/wordpress/_index.sv.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
+++
|
||||
title = "OnlyOffice"
|
||||
weight = 1
|
||||
[extra]
|
||||
icon ="./wordpress-svgrepo-com.svg"
|
||||
+++
|
||||
|
||||
WordPress is a opensource web publisning plattfrom and content management system(cms).
|
||||
In fact it the most widly deployed cms and is often used for landing pages and E-commerce.
|
||||
|
||||
|
||||
|
||||
|
9
content/it/wordpress/footer/_index.sv.md
Normal file
9
content/it/wordpress/footer/_index.sv.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title= "footer"
|
||||
template ="null.html"
|
||||
sort_by = "slug"
|
||||
+++
|
||||
|
||||
<a href="https://wordpress.org/" class="link">
|
||||
Learn more about wordpress
|
||||
</a>
|
7
sv_placeholders.sh
Executable file
7
sv_placeholders.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
for p in $(find $1 -type f );
|
||||
do
|
||||
cp $p "${p%.*}".sv.md
|
||||
done
|
Loading…
Reference in a new issue